summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-07-01crypto.h: move the error stuff to the endtb1-21/+21
2023-07-01Simplify ASN1_bn_print() usage in ec/tb2-30/+20
2023-06-30whitespacetb1-2/+2
2023-06-30Recommit "Allow to ask for deeper callers for leak reports usingotto2-12/+71
2023-06-29Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALtb1-2/+2
2023-06-29Move check_defer() and obj_cleanup_defer to evp/names.ctb2-7/+5
2023-06-28Adjust EC_GROUP_get_basis_type() documentationtb1-64/+8
2023-06-27Zap stray spacetb1-2/+2
2023-06-27Switch from get_rfc*() to BN_get_rfc*()tb1-7/+7
2023-06-27Remove some dead code from ECPKParameters_print()tb1-31/+6
2023-06-27Remove the now unused poly[] from EC_GROUPtb1-15/+2
2023-06-27Simplify EC_GROUP_get_basis_type()tb1-18/+2
2023-06-26Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticstb1-2/+9
2023-06-25Add missing RCS markertb1-0/+1