summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-03Switch ECDSA code to using EC_GROUP_get0_order()Theo Buehler
2023-07-03Provide internal-only EC_GROUP_get0_order()Theo Buehler
2023-07-03Another empty line did not want to go inTheo Buehler
2023-07-03Trade a pair of extra braces for a missing empty lineTheo Buehler
2023-07-02Simplify allocation checksTheo Buehler
2023-07-02Clean up dynamic tables in OPENSSL_cleanup()Theo Buehler
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-07-02Convert some tables to C99 initializersTheo Buehler
2023-07-02Fix return values of ecx methodsTheo Buehler
2023-07-02Demacro SHA-512.Joel Sing
2023-07-02Fix typo in previousTheo Buehler
2023-07-02Use asprintf() to avoid repetition in string constantsTheo Buehler
2023-07-02Split ECPKParameters_print()Theo Buehler
2023-07-02Switch sign_sig() and sign_setup() to using BN_CTXTheo Buehler
2023-07-02Revert hunk accidentally committed in r1.39Theo Buehler
2023-07-02Rework handling of the out_kinv and out_r pointersTheo Buehler
2023-07-02Replace bn_sqr_words() with bn_sqr_add_words().Joel Sing
2023-07-02Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_rTheo Buehler
2023-07-02Rename a few variables from X to xTheo Buehler
2023-07-02Simplify things by switching to bn_rand_interval()Theo Buehler
2023-07-02Unconditionally zero the ECDH keyTheo Buehler
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2023-07-02ECDSA_size(): move order a few lines downTheo Buehler
2023-07-02Invert method checks to avoid stupid line breaksTheo Buehler
2023-07-02Move the EC_POINT a bit down and a * to the right placeTheo Buehler
2023-07-02ech_key.c: Fix includesTheo Buehler
2023-07-01Document that small allocations are initially junked with 0xdf nowOtto Moerbeek
2023-07-01Reverse polarity to avoid an overlong lineTheo Buehler
2023-07-01Reword comment to fit on a single lineTheo Buehler
2023-07-01tmp is a silly name for a point on an elliptic curveTheo Buehler
2023-07-01Garbage collect the now unused lenTheo Buehler
2023-07-01Test and assign for EC_KEY_get0_private_key()Theo Buehler
2023-07-01Add a missing NULL check for groupTheo Buehler
2023-07-01Reference commit needed in the next major bumpTheo Buehler
2023-07-01Simplify handling of retTheo Buehler
2023-07-01Use BN_bn2binpad() instead of handrolling itTheo Buehler
2023-07-01Remove unused y from ECDH key computationTheo Buehler
2023-07-01crypto.h: move the error stuff to the endTheo Buehler
2023-07-01Simplify ASN1_bn_print() usage in ec/Theo Buehler
2023-06-30whitespaceTheo Buehler
2023-06-30Recommit "Allow to ask for deeper callers for leak reports usingOtto Moerbeek
2023-06-29Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALTheo Buehler
2023-06-29Move check_defer() and obj_cleanup_defer to evp/names.cTheo Buehler
2023-06-28Adjust EC_GROUP_get_basis_type() documentationTheo Buehler
2023-06-27Zap stray spaceTheo Buehler
2023-06-27Switch from get_rfc*() to BN_get_rfc*()Theo Buehler
2023-06-27Remove some dead code from ECPKParameters_print()Theo Buehler
2023-06-27Remove the now unused poly[] from EC_GROUPTheo Buehler
2023-06-27Simplify EC_GROUP_get_basis_type()Theo Buehler
2023-06-26Fix Ed Schouten's nameTheo Buehler