| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Include the correct header | tb | 2024-04-15 | 1 | -2/+2 |
| * | 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 |
| * | Prevent negative zero from being created via BN bit functions. | jsing | 2024-04-15 | 1 | -1/+7 |
| * | 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 |
| * | Re-guard the crypto_malloc macros. | beck | 2024-04-10 | 1 | -1/+3 |
| * | Remove the prototype of BN_gcd_nonct() | tb | 2024-04-10 | 1 | -2/+1 |
| * | Hide deprecated functions in ec.h | beck | 2024-04-10 | 5 | -12/+31 |
| * | Hide deprecated functions in evp.h | beck | 2024-04-10 | 5 | -14/+19 |
| * | Add HMAC_init and HMAC_CTX_reset to Symbols.namespace. | beck | 2024-04-10 | 1 | -0/+2 |
| * | Hide symbols in bn.h | beck | 2024-04-10 | 6 | -19/+21 |
| * | Hide a couple of LCRYPTO_UNUSED in asn1.h | beck | 2024-04-10 | 4 | -10/+8 |
| * | Add RC2 symbols to Symbols.namespace. | beck | 2024-04-10 | 1 | -0/+7 |
| * | Finish hiding symbols in rand.h | beck | 2024-04-10 | 5 | -6/+34 |
| * | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 9 | -18/+101 |
| * | Add a comment on abuse of EXFLAG_INVALID | tb | 2024-04-09 | 1 | -1/+8 |
| * | Add hidden conf.h, missed in an earlier commit | tb | 2024-04-09 | 1 | -0/+74 |
| * | Hide symbols in conf.h | beck | 2024-04-09 | 7 | -6/+96 |
| * | Plug leaks in ASN1_TIME_set_string_internal() | tb | 2024-04-09 | 1 | -6/+17 |
| * | Hide public symbols in x509.h | beck | 2024-04-09 | 24 | -23/+606 |
| * | Hide public symbols in evp.h | beck | 2024-04-09 | 47 | -45/+1121 |
| * | Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128. | beck | 2024-04-09 | 1 | -4/+4 |
| * | Clean up Symbols.namespace | beck | 2024-04-09 | 1 | -68/+0 |
| * | Remove notBefore and notAfter cacheing. | beck | 2024-04-08 | 4 | -63/+16 |
| * | Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page | beck | 2024-04-08 | 1 | -26/+14 |
| * | Rework CMS_add_simple_smimecap() | tb | 2024-04-07 | 1 | -24/+43 |
| * | Remove incorrect function counts | tb | 2024-04-04 | 1 | -4/+4 |
| * | Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid() | tb | 2024-04-02 | 1 | -5/+3 |