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