| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move BIO_CONNECT_{new,free}() to internal-only | tb | 2024-04-15 | 2 | -7/+5 |
* | Remove ASN1_time_clamp_not_after() from Symbols.list | tb | 2024-04-15 | 1 | -1/+0 |
* | Enable negative zero checks for BN_clear_bit() and BN_mask_bits(). | jsing | 2024-04-15 | 1 | -5/+1 |
* | Prevent negative zero from being created via BN bit functions. | jsing | 2024-04-15 | 1 | -1/+7 |
* | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | naddy | 2024-04-15 | 5 | -50/+21 |
* | t22 and t23 can fail if the first chunk ends up being allocated at | otto | 2024-04-14 | 1 | -2/+12 |
* | Fix indent | tb | 2024-04-14 | 1 | -3/+3 |
* | Delete a few more GOST remnants | tb | 2024-04-14 | 1 | -21/+1 |
* | Remove documentation of no longer available API | tb | 2024-04-14 | 1 | -85/+4 |
* | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | tb | 2024-04-13 | 2 | -7/+16 |
* | Unwrap a line for consistency with other copy-pasted versions | tb | 2024-04-13 | 1 | -3/+2 |
* | bio_enc: various basic cleanup | tb | 2024-04-12 | 1 | -64/+67 |
* | Garbage collect various *_init() pmeths | tb | 2024-04-12 | 3 | -53/+24 |
* | Fix a potential NULL-deref in EVP_PKEY_keygen() | tb | 2024-04-12 | 1 | -6/+8 |
* | Remove parentheses after return | tb | 2024-04-11 | 1 | -40/+40 |
* | Rework internal tm_to_*() converters | tb | 2024-04-11 | 1 | -69/+66 |