summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Shuffle EVP_PKEY_CTX setting togethertb2024-04-171-5/+3
* ecdh_cms_encrypt(): tweak wrap_algor constructiontb2024-04-171-15/+23
* ecdh_cms_encrypt: tweak handling of ecdh_nidtb2024-04-171-4/+3
* ecdh_cms_encrypt: handle kdf_md in one gotb2024-04-171-3/+3
* ecdh_cms_encrypt: simplify setting the KDF typetb2024-04-171-13/+6
* Use error checked X509_ALGOR_set0_by_nidtb2024-04-171-5/+5
* ecdh_cms_encrypt: simplify handling of pkeytb2024-04-171-15/+6
* Transfer ownership before setting unused bitstb2024-04-171-2/+4
* Turn ecdh_cms_encrypt() into single exittb2024-04-171-7/+7
* Fix error check in ecdh_cms_encrypt()tb2024-04-171-2/+2
* Add regress coverage for BN_lebin2bn().jsing2024-04-171-3/+17
* Avoid NULL dereference in EVP_PKEY_paramgen()tb2024-04-171-6/+8
* openssl req: plug obvious leaktb2024-04-171-1/+2
* Fix key share negotiation in HRR casetb2024-04-161-1/+40
* Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().jsing2024-04-161-11/+11
* Rewrite BN_bin2bn() using CBS.jsing2024-04-161-35/+58
* Provide bn_expand_bytes().jsing2024-04-162-2/+16
* Rename bn_expand() to bn_expand_bits().jsing2024-04-163-10/+7
* sorttb2024-04-161-1/+1
* Remove workarounds for unprototyped symbolstb2024-04-151-71/+1
* Include the correct headertb2024-04-151-2/+2
* crank libtls like libcrypto and libssltb2024-04-151-1/+1
* crank libssl major after libcrypto major and symbol removaltb2024-04-151-1/+1
* Unexport SSL_version_strtb2024-04-152-4/+1
* crank libcrypto major after symbol removaltb2024-04-151-1/+1
* Bye, bye, OPENSSL_str{,n}casecmp()tb2024-04-153-25/+1
* And a pile of TS ASN.1 stuff becomes internal-only, tootb2024-04-152-19/+10
* X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internaltb2024-04-152-5/+3
* And here go {,EC}DSA_SIG_ittb2024-04-153-6/+4
* DHparam_it becomes static, tootb2024-04-152-3/+2
* More X9.62 stuff was never used outside of ec_asn1.ctb2024-04-152-43/+5
* EC_PRIVATEKEY becomes internal-only, tootb2024-04-152-15/+10
* Unexport the ECPKPARAMETERS APItb2024-04-153-19/+12
* Make ECPARAMETERS_{new,free,it} internal-onlytb2024-04-152-8/+5
* Move BIO_CONNECT_{new,free}() to internal-onlytb2024-04-152-7/+5
* Remove ASN1_time_clamp_not_after() from Symbols.listtb2024-04-151-1/+0
* Enable negative zero checks for BN_clear_bit() and BN_mask_bits().jsing2024-04-151-5/+1
* Prevent negative zero from being created via BN bit functions.jsing2024-04-151-1/+7
* drop htonl(), htons(), ntohl(), ntohs() MD functions from libcnaddy2024-04-155-50/+21
* t22 and t23 can fail if the first chunk ends up being allocated atotto2024-04-141-2/+12
* Fix indenttb2024-04-141-3/+3
* Delete a few more GOST remnantstb2024-04-141-21/+1
* Remove documentation of no longer available APItb2024-04-141-85/+4
* Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()tb2024-04-132-7/+16
* Unwrap a line for consistency with other copy-pasted versionstb2024-04-131-3/+2
* bio_enc: various basic cleanuptb2024-04-121-64/+67
* Garbage collect various *_init() pmethstb2024-04-123-53/+24
* Fix a potential NULL-deref in EVP_PKEY_keygen()tb2024-04-121-6/+8
* Remove parentheses after returntb2024-04-111-40/+40
* Rework internal tm_to_*() converterstb2024-04-111-69/+66