summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-03Make ossl_ecdsa_verify_sig() single exittb1-4/+4
2023-07-03Switch ossl_ecdsa_verify() to timingsafe_memcmp()tb1-2/+2
2023-07-03Streamline ossl_ecdsa_verify()tb1-7/+13
2023-07-03Explicit parameter printing can also use get0_order()tb1-5/+6
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()tb1-23/+6
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()tb1-10/+3
2023-07-03Inline two copies of EC_GROUP_order_bits()tb1-22/+6
2023-07-03some minor fix up;jmc1-5/+5
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsbeck2-8/+20
2023-07-03Switch ECDSA code to using EC_GROUP_get0_order()tb1-25/+17
2023-07-03Provide internal-only EC_GROUP_get0_order()tb2-3/+11
2023-07-03Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitbeck3-159/+20
2023-07-03Another empty line did not want to go intb1-1/+2
2023-07-03Stop testing tls 1.0 and 1.1beck3-9/+5
2023-07-03Trade a pair of extra braces for a missing empty linetb1-3/+3
2023-07-02Simplify allocation checkstb1-11/+11
2023-07-02Clean up dynamic tables in OPENSSL_cleanup()tb1-1/+10
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslbeck9-161/+106
2023-07-02Convert some tables to C99 initializerstb3-42/+249
2023-07-02Fix return values of ecx methodstb1-5/+5
2023-07-02Demacro SHA-512.jsing1-54/+112
2023-07-02Fix typo in previoustb1-2/+2
2023-07-02Use asprintf() to avoid repetition in string constantstb1-6/+13
2023-07-02Split ECPKParameters_print()tb1-121/+150
2023-07-02Switch sign_sig() and sign_setup() to using BN_CTXtb1-47/+73
2023-07-02Revert hunk accidentally committed in r1.39tb1-11/+1
2023-07-02Rework handling of the out_kinv and out_r pointerstb1-8/+15
2023-07-02Replace bn_sqr_words() with bn_sqr_add_words().jsing1-35/+23
2023-07-02Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_rtb1-12/+13
2023-07-02Rename a few variables from X to xtb1-14/+14
2023-07-02Simplify things by switching to bn_rand_interval()tb1-22/+19
2023-07-02Unconditionally zero the ECDH keytb1-6/+3
2023-07-02Teach openssl ca about Ed25519 certificatestb1-18/+27
2023-07-02Teach openssl req about EdDSA certstb1-1/+8
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.beck7-44/+31
2023-07-02ECDSA_size(): move order a few lines downtb1-2/+2
2023-07-02Invert method checks to avoid stupid line breakstb1-22/+26
2023-07-02Move the EC_POINT a bit down and a * to the right placetb1-3/+3
2023-07-02ech_key.c: Fix includestb1-3/+4
2023-07-01Document that small allocations are initially junked with 0xdf nowotto1-3/+3
2023-07-01Reverse polarity to avoid an overlong linetb1-5/+6
2023-07-01Reword comment to fit on a single linetb1-5/+2
2023-07-01tmp is a silly name for a point on an elliptic curvetb1-6/+6
2023-07-01Garbage collect the now unused lentb1-5/+3
2023-07-01Test and assign for EC_KEY_get0_private_key()tb1-3/+2
2023-07-01Add a missing NULL check for grouptb1-2/+3
2023-07-01Reference commit needed in the next major bumptb1-2/+2
2023-07-01Simplify handling of rettb1-6/+6
2023-07-01Use BN_bn2binpad() instead of handrolling ittb1-5/+3
2023-07-01Remove unused y from ECDH key computationtb1-5/+5