Age | Commit message (Expand) | Author |
2024-04-16 | Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs(). | Joel Sing |
2024-04-16 | Rewrite BN_bin2bn() using CBS. | Joel Sing |
2024-04-16 | Provide bn_expand_bytes(). | Joel Sing |
2024-04-16 | Rename bn_expand() to bn_expand_bits(). | Joel Sing |
2024-04-16 | sort | Theo Buehler |
2024-04-15 | Include the correct header | Theo Buehler |
2024-04-15 | crank libcrypto major after symbol removal | Theo Buehler |
2024-04-15 | Bye, bye, OPENSSL_str{,n}casecmp() | Theo Buehler |
2024-04-15 | And a pile of TS ASN.1 stuff becomes internal-only, too | Theo Buehler |
2024-04-15 | X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal | Theo Buehler |
2024-04-15 | And here go {,EC}DSA_SIG_it | Theo Buehler |
2024-04-15 | DHparam_it becomes static, too | Theo Buehler |
2024-04-15 | More X9.62 stuff was never used outside of ec_asn1.c | Theo Buehler |
2024-04-15 | EC_PRIVATEKEY becomes internal-only, too | Theo Buehler |
2024-04-15 | Unexport the ECPKPARAMETERS API | Theo Buehler |
2024-04-15 | Make ECPARAMETERS_{new,free,it} internal-only | Theo Buehler |
2024-04-15 | Move BIO_CONNECT_{new,free}() to internal-only | Theo Buehler |
2024-04-15 | Remove ASN1_time_clamp_not_after() from Symbols.list | Theo Buehler |
2024-04-15 | Prevent negative zero from being created via BN bit functions. | Joel Sing |
2024-04-14 | Fix indent | Theo Buehler |
2024-04-14 | Delete a few more GOST remnants | Theo Buehler |
2024-04-14 | Remove documentation of no longer available API | Theo Buehler |
2024-04-13 | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | Theo Buehler |
2024-04-13 | Unwrap a line for consistency with other copy-pasted versions | Theo Buehler |
2024-04-12 | bio_enc: various basic cleanup | Theo Buehler |
2024-04-12 | Garbage collect various *_init() pmeths | Theo Buehler |
2024-04-12 | Fix a potential NULL-deref in EVP_PKEY_keygen() | Theo Buehler |
2024-04-11 | Remove parentheses after return | Theo Buehler |
2024-04-11 | Rework internal tm_to_*() converters | Theo Buehler |
2024-04-10 | Re-guard the crypto_malloc macros. | Bob Beck |
2024-04-10 | Remove the prototype of BN_gcd_nonct() | Theo Buehler |
2024-04-10 | Hide deprecated functions in ec.h | Bob Beck |
2024-04-10 | Hide deprecated functions in evp.h | Bob Beck |
2024-04-10 | Add HMAC_init and HMAC_CTX_reset to Symbols.namespace. | Bob Beck |
2024-04-10 | Hide symbols in bn.h | Bob Beck |
2024-04-10 | Hide a couple of LCRYPTO_UNUSED in asn1.h | Bob Beck |
2024-04-10 | Add RC2 symbols to Symbols.namespace. | Bob Beck |
2024-04-10 | Finish hiding symbols in rand.h | Bob Beck |
2024-04-10 | Finish Hiding symbols in crypto.h | Bob Beck |
2024-04-09 | Add a comment on abuse of EXFLAG_INVALID | Theo Buehler |
2024-04-09 | Add hidden conf.h, missed in an earlier commit | Theo Buehler |
2024-04-09 | Hide symbols in conf.h | Bob Beck |
2024-04-09 | Plug leaks in ASN1_TIME_set_string_internal() | Theo Buehler |
2024-04-09 | Hide public symbols in x509.h | Bob Beck |
2024-04-09 | Hide public symbols in evp.h | Bob Beck |
2024-04-09 | Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128. | Bob Beck |
2024-04-09 | Clean up Symbols.namespace | Bob Beck |
2024-04-08 | Remove notBefore and notAfter cacheing. | Bob Beck |
2024-04-08 | Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page | Bob Beck |
2024-04-07 | Rework CMS_add_simple_smimecap() | Theo Buehler |