summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bio_dump: add one more testcasetb2024-02-021-2/+36
* Add regress coverage for BIO_dump()tb2024-02-022-1/+745
* Fix the verifier to use the trust storebeck2024-02-011-1/+13
* Inline EVP_PBE_find() in its last two callerstb2024-02-011-140/+69
* Prepare to remove the _cb() and _fp() versions of BIO_dump()tb2024-02-011-33/+30
* Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)tb2024-01-315-63/+96
* Remove now unnecessary NULL check before EVP_CIPHER_CTX_cleanup()tb2024-01-301-3/+2
* Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safetb2024-01-302-3/+8
* Restore SSL_shutdown() two step sequence.jsing2024-01-301-1/+3
* Add a shutdown sequence regress test.jsing2024-01-301-3/+133
* Add id-ct-rpkiSignedPrefixList NIDjob2024-01-291-0/+1
* Add id-ct-rpkiSignedPrefixList OIDjob2024-01-291-0/+1
* Curious to see if explicitly ignoring the return value appeases Coveritytb2024-01-291-2/+2
* The KNF script didn't grok LHASH_OF(), STACK_OF()tb2024-01-281-9/+9
* Avoid calling EVP_CIPHER_CTX_reset() on a NULL ctxtb2024-01-281-2/+3
* Clean up EVP_CIPHER_CTX_init() usage in cmac.cjoshua2024-01-281-25/+33
* Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()joshua2024-01-281-9/+10
* Dynamic EVP_PKEY_METHODs are a thing from the pasttb2024-01-271-3/+1
* Add a few aliases for ECDSA and DSA for security/xcatb2024-01-271-1/+143
* Use ret instead of rv in a few keyivgen functionstb2024-01-271-11/+11
* Fold keyivgen functions into evp_pbe.ctb2024-01-275-599/+387
* Make some comments and some whitespace less uglytb2024-01-271-13/+14
* Whitespace tweaktb2024-01-271-2/+4
* Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.ctb2024-01-272-10/+7
* Mark the functions at the end of this file for removaltb2024-01-271-1/+5
* Support HMAC with SHA-3 as a PBE PRFtb2024-01-271-1/+21
* Support HMAC with truncated SHA-2 as a PBE PRFtb2024-01-271-1/+11
* Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3tb2024-01-271-1/+21
* Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.jsing2024-01-271-3/+1
* Rework tls13_legacy_shutdown() to match the legacy stack behaviour.jsing2024-01-271-18/+19
* Make tls13_legacy_return_code() static.jsing2024-01-272-4/+3
* Add message callbacks for alerts in the TLSv1.3 stack.jsing2024-01-273-10/+49
* Allocate a fixed NID for the acmeIdentifer OIDtb2024-01-271-0/+1
* Add data for the RFC 8737 acmeIdentifiertb2024-01-271-0/+1
* Add 'openssl x509 -new' functionality to the libcrypto CLI utilityjob2024-01-263-15/+121
* Plug a few leaks and perform some other code hygienetb2024-01-251-34/+59
* This table no longer needs to be sortedtb2024-01-251-5/+1
* p12_npas.c: hoist some helpers from the bottom to the top in reverse ordertb2024-01-251-64/+53
* p12_npas.c: maclen -> mac_lentb2024-01-251-4/+4
* p12_npas.c: Use slightly less awkward variable namestb2024-01-251-21/+21
* Fix various NULL dereferences in PKCS #12tb2024-01-255-15/+37
* Merge PKCS12_newpass() and newpass_p12()tb2024-01-251-37/+20
* Ditch another noop from OPENSSL_cleanup()tb2024-01-251-2/+1
* Remove the custom X509v3 extensions stacktb2024-01-251-105/+42
* Rename pkcs12_repack_safe() into pkcs12_repack_authsafes()tb2024-01-251-3/+3
* Rework newpass_p12() a bit moretb2024-01-251-34/+49
* newpass_p12(): factor for loop body into helperstb2024-01-251-35/+72
* Fix a memleak and a double free in newpass_p12()tb2024-01-251-6/+8
* Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386tb2024-01-241-1/+1
* Stop fiddling with hash table internals from lhash doall callers.jsing2024-01-243-12/+6