summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-04Rework ecdsa_prepare_digest()tb1-35/+35
2023-07-04Plug leak in the ssltesttb1-1/+2
2023-07-04Factor the computation of ECDSA s into a functiontb1-69/+88
2023-07-03sign_sig: drop ckinvtb1-5/+7
2023-07-03Rework the logic in ECDSA sign_sig()tb1-24/+30
2023-07-03add regress tests for the remainder of the function provided by our uuid.hjasper1-5/+137
2023-07-03Delete some more references to dead policy code.tobhe1-12/+1
2023-07-03sign_sig: test on assignmenttb1-5/+6
2023-07-03sign_setup: split another check into twotb1-2/+6
2023-07-03typotobhe1-1/+1
2023-07-03Split range checks for ECDSA r and ECDSA stb1-3/+8
2023-07-03Switch a couple of test from ucmp to cmptb1-4/+4
2023-07-03ossl_ecdsa_verify_sig(): simplify range checkstb1-6/+4
2023-07-03List variables in a somewhat more sensible ordertb1-4/+4
2023-07-03In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallytb1-8/+10
2023-07-03Split a bunch of unrelated checkstb1-3/+10
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