summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove more unnecessary GOST codetb2024-04-202-24/+2
* bss_conn: zap trailing whitespacetb2024-04-191-8/+8
* Remove a couple of lies about GOST in CMStb2024-04-182-8/+8
* More GOST removal adjustmentstb2024-04-181-3/+3
* EVP_PKEY_set1_RSA.3 some adjustments after GOST removaltb2024-04-181-4/+4
* Add some more comments explaining shortcomings of the APItb2024-04-181-2/+9
* Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()tb2024-04-181-6/+14
* Test and assign in ecdh_cms_set_shared_info()tb2024-04-181-9/+7
* Turn ecdh_cms_set_shared_info() into single exittb2024-04-181-7/+9
* Remove comments from captain obvious and drop useless prototypestb2024-04-171-43/+1
* SSL_version_str is no moretb2024-04-171-5/+1
* tidy includestb2024-04-171-3/+2
* bn_convert: zap extra blank linetb2024-04-171-2/+1
* Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().jsing2024-04-171-32/+29
* Rewrite BN_lebin2bn() using CBS.jsing2024-04-171-48/+16
* Provide constant time operations for uint8_t.jsing2024-04-171-1/+68
* 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