| Commit message (Expand) | Author | Files | Lines |
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 |
2024-04-15 | Remove ASN1_time_clamp_not_after() from Symbols.list | tb | 1 | -1/+0 |
2024-04-15 | Enable negative zero checks for BN_clear_bit() and BN_mask_bits(). | jsing | 1 | -5/+1 |
2024-04-15 | Prevent negative zero from being created via BN bit functions. | jsing | 1 | -1/+7 |
2024-04-15 | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | naddy | 5 | -50/+21 |
2024-04-14 | t22 and t23 can fail if the first chunk ends up being allocated at | otto | 1 | -2/+12 |
2024-04-14 | Fix indent | tb | 1 | -3/+3 |
2024-04-14 | Delete a few more GOST remnants | tb | 1 | -21/+1 |
2024-04-14 | Remove documentation of no longer available API | tb | 1 | -85/+4 |
2024-04-13 | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | tb | 2 | -7/+16 |
2024-04-13 | Unwrap a line for consistency with other copy-pasted versions | tb | 1 | -3/+2 |
2024-04-12 | bio_enc: various basic cleanup | tb | 1 | -64/+67 |
2024-04-12 | Garbage collect various *_init() pmeths | tb | 3 | -53/+24 |
2024-04-12 | Fix a potential NULL-deref in EVP_PKEY_keygen() | tb | 1 | -6/+8 |
2024-04-11 | Remove parentheses after return | tb | 1 | -40/+40 |
2024-04-11 | Rework internal tm_to_*() converters | tb | 1 | -69/+66 |
2024-04-10 | symbols test: Remove a few things that are long gone | tb | 1 | -19/+5 |
2024-04-10 | Re-guard the crypto_malloc macros. | beck | 1 | -1/+3 |
2024-04-10 | Remove the prototype of BN_gcd_nonct() | tb | 1 | -2/+1 |
2024-04-10 | Hide deprecated functions in ec.h | beck | 5 | -12/+31 |
2024-04-10 | Hide deprecated functions in evp.h | beck | 5 | -14/+19 |
2024-04-10 | Add HMAC_init and HMAC_CTX_reset to Symbols.namespace. | beck | 1 | -0/+2 |
2024-04-10 | Hide symbols in bn.h | beck | 6 | -19/+21 |
2024-04-10 | Hide a couple of LCRYPTO_UNUSED in asn1.h | beck | 4 | -10/+8 |
2024-04-10 | Add RC2 symbols to Symbols.namespace. | beck | 1 | -0/+7 |
2024-04-10 | Finish hiding symbols in rand.h | beck | 5 | -6/+34 |
2024-04-10 | Finish Hiding symbols in crypto.h | beck | 9 | -18/+101 |
2024-04-09 | whirlpool_test: avoid calling arc4random_uniform(0) | tb | 1 | -2/+4 |
2024-04-09 | whirlpool_test: zap lots of trailing whitespace | tb | 1 | -58/+58 |
2024-04-09 | bn_convert: plug leak spotted by ASAN | tb | 1 | -2/+4 |
2024-04-09 | Add a comment on abuse of EXFLAG_INVALID | tb | 1 | -1/+8 |
2024-04-09 | Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits(). | jsing | 2 | -1/+229 |