summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trade a pair of extra braces for a missing empty linetb2023-07-031-3/+3
* Simplify allocation checkstb2023-07-021-11/+11
* Clean up dynamic tables in OPENSSL_cleanup()tb2023-07-021-1/+10
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-029-161/+106
* Convert some tables to C99 initializerstb2023-07-023-42/+249
* Fix return values of ecx methodstb2023-07-021-5/+5
* Demacro SHA-512.jsing2023-07-021-54/+112
* Fix typo in previoustb2023-07-021-2/+2
* Use asprintf() to avoid repetition in string constantstb2023-07-021-6/+13
* Split ECPKParameters_print()tb2023-07-021-121/+150
* Switch sign_sig() and sign_setup() to using BN_CTXtb2023-07-021-47/+73
* Revert hunk accidentally committed in r1.39tb2023-07-021-11/+1
* Rework handling of the out_kinv and out_r pointerstb2023-07-021-8/+15
* Replace bn_sqr_words() with bn_sqr_add_words().jsing2023-07-021-35/+23
* Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_rtb2023-07-021-12/+13
* Rename a few variables from X to xtb2023-07-021-14/+14
* Simplify things by switching to bn_rand_interval()tb2023-07-021-22/+19
* Unconditionally zero the ECDH keytb2023-07-021-6/+3
* Teach openssl ca about Ed25519 certificatestb2023-07-021-18/+27
* Teach openssl req about EdDSA certstb2023-07-021-1/+8
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-027-44/+31
* ECDSA_size(): move order a few lines downtb2023-07-021-2/+2
* Invert method checks to avoid stupid line breakstb2023-07-021-22/+26
* Move the EC_POINT a bit down and a * to the right placetb2023-07-021-3/+3
* ech_key.c: Fix includestb2023-07-021-3/+4
* Document that small allocations are initially junked with 0xdf nowotto2023-07-011-3/+3
* Reverse polarity to avoid an overlong linetb2023-07-011-5/+6
* Reword comment to fit on a single linetb2023-07-011-5/+2
* tmp is a silly name for a point on an elliptic curvetb2023-07-011-6/+6
* Garbage collect the now unused lentb2023-07-011-5/+3
* Test and assign for EC_KEY_get0_private_key()tb2023-07-011-3/+2
* Add a missing NULL check for grouptb2023-07-011-2/+3
* Reference commit needed in the next major bumptb2023-07-011-2/+2
* Simplify handling of rettb2023-07-011-6/+6
* Use BN_bn2binpad() instead of handrolling ittb2023-07-011-5/+3
* Remove unused y from ECDH key computationtb2023-07-011-5/+5
* crypto.h: move the error stuff to the endtb2023-07-011-21/+21
* Simplify ASN1_bn_print() usage in ec/tb2023-07-012-30/+20
* whitespacetb2023-06-301-2/+2
* Recommit "Allow to ask for deeper callers for leak reports usingotto2023-06-302-12/+71
* Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALtb2023-06-291-2/+2
* Move check_defer() and obj_cleanup_defer to evp/names.ctb2023-06-292-7/+5
* Adjust EC_GROUP_get_basis_type() documentationtb2023-06-281-64/+8
* Zap stray spacetb2023-06-271-2/+2
* Switch from get_rfc*() to BN_get_rfc*()tb2023-06-271-7/+7
* Remove some dead code from ECPKParameters_print()tb2023-06-271-31/+6
* Remove the now unused poly[] from EC_GROUPtb2023-06-271-15/+2
* Simplify EC_GROUP_get_basis_type()tb2023-06-271-18/+2
* Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticstb2023-06-261-2/+9
* Add missing RCS markertb2023-06-251-0/+1