| Commit message (Expand) | Author | Files | Lines |
2024-04-19 | bss_conn: zap trailing whitespace | tb | 1 | -8/+8 |
2024-04-18 | Remove a couple of lies about GOST in CMS | tb | 2 | -8/+8 |
2024-04-18 | More GOST removal adjustments | tb | 1 | -3/+3 |
2024-04-18 | EVP_PKEY_set1_RSA.3 some adjustments after GOST removal | tb | 1 | -4/+4 |
2024-04-18 | Add some more comments explaining shortcomings of the API | tb | 1 | -2/+9 |
2024-04-18 | Use X509_ALGOR_get0() in ecdh_cms_set_shared_info() | tb | 1 | -6/+14 |
2024-04-18 | Test and assign in ecdh_cms_set_shared_info() | tb | 1 | -9/+7 |
2024-04-18 | Turn ecdh_cms_set_shared_info() into single exit | tb | 1 | -7/+9 |
2024-04-17 | Remove comments from captain obvious and drop useless prototypes | tb | 1 | -43/+1 |
2024-04-17 | SSL_version_str is no more | tb | 1 | -5/+1 |
2024-04-17 | tidy includes | tb | 1 | -3/+2 |
2024-04-17 | bn_convert: zap extra blank line | tb | 1 | -2/+1 |
2024-04-17 | Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs(). | jsing | 1 | -32/+29 |
2024-04-17 | Rewrite BN_lebin2bn() using CBS. | jsing | 1 | -48/+16 |
2024-04-17 | Provide constant time operations for uint8_t. | jsing | 1 | -1/+68 |
2024-04-17 | Shuffle EVP_PKEY_CTX setting together | tb | 1 | -5/+3 |
2024-04-17 | ecdh_cms_encrypt(): tweak wrap_algor construction | tb | 1 | -15/+23 |
2024-04-17 | ecdh_cms_encrypt: tweak handling of ecdh_nid | tb | 1 | -4/+3 |
2024-04-17 | ecdh_cms_encrypt: handle kdf_md in one go | tb | 1 | -3/+3 |
2024-04-17 | ecdh_cms_encrypt: simplify setting the KDF type | tb | 1 | -13/+6 |
2024-04-17 | Use error checked X509_ALGOR_set0_by_nid | tb | 1 | -5/+5 |
2024-04-17 | ecdh_cms_encrypt: simplify handling of pkey | tb | 1 | -15/+6 |
2024-04-17 | Transfer ownership before setting unused bits | tb | 1 | -2/+4 |
2024-04-17 | Turn ecdh_cms_encrypt() into single exit | tb | 1 | -7/+7 |
2024-04-17 | Fix error check in ecdh_cms_encrypt() | tb | 1 | -2/+2 |
2024-04-17 | Add regress coverage for BN_lebin2bn(). | jsing | 1 | -3/+17 |
2024-04-17 | Avoid NULL dereference in EVP_PKEY_paramgen() | tb | 1 | -6/+8 |
2024-04-17 | openssl req: plug obvious leak | tb | 1 | -1/+2 |
2024-04-16 | Fix key share negotiation in HRR case | tb | 1 | -1/+40 |
2024-04-16 | Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs(). | jsing | 1 | -11/+11 |
2024-04-16 | Rewrite BN_bin2bn() using CBS. | jsing | 1 | -35/+58 |
2024-04-16 | Provide bn_expand_bytes(). | jsing | 2 | -2/+16 |
2024-04-16 | Rename bn_expand() to bn_expand_bits(). | jsing | 3 | -10/+7 |
2024-04-16 | sort | tb | 1 | -1/+1 |
2024-04-15 | Remove workarounds for unprototyped symbols | tb | 1 | -71/+1 |
2024-04-15 | Include the correct header | tb | 1 | -2/+2 |
2024-04-15 | crank libtls like libcrypto and libssl | tb | 1 | -1/+1 |
2024-04-15 | crank libssl major after libcrypto major and symbol removal | tb | 1 | -1/+1 |
2024-04-15 | Unexport SSL_version_str | tb | 2 | -4/+1 |
2024-04-15 | crank libcrypto major after symbol removal | tb | 1 | -1/+1 |
2024-04-15 | Bye, bye, OPENSSL_str{,n}casecmp() | tb | 3 | -25/+1 |
2024-04-15 | And a pile of TS ASN.1 stuff becomes internal-only, too | tb | 2 | -19/+10 |
2024-04-15 | X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal | tb | 2 | -5/+3 |
2024-04-15 | And here go {,EC}DSA_SIG_it | tb | 3 | -6/+4 |
2024-04-15 | DHparam_it becomes static, too | tb | 2 | -3/+2 |
2024-04-15 | More X9.62 stuff was never used outside of ec_asn1.c | tb | 2 | -43/+5 |
2024-04-15 | EC_PRIVATEKEY becomes internal-only, too | tb | 2 | -15/+10 |
2024-04-15 | Unexport the ECPKPARAMETERS API | tb | 3 | -19/+12 |
2024-04-15 | Make ECPARAMETERS_{new,free,it} internal-only | tb | 2 | -8/+5 |
2024-04-15 | Move BIO_CONNECT_{new,free}() to internal-only | tb | 2 | -7/+5 |