summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-04Fix asn1_integer_null_data_test()tb1-2/+2
2024-02-03Rework the exit path of tls13_handshake_recv_action()tb1-12/+14
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYtb1-7/+1
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()tb1-2/+2
2024-02-03Remove GOST and STREEBOG support from libssl.beck21-871/+148
2024-02-02Ignore EVP_MD_CTX_reset() return valuetb1-6/+4
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failtb1-2/+2
2024-02-02Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()tb1-64/+115
2024-02-02bio_dump: fix indenttb1-32/+32
2024-02-02bio_dump: add one more testcasetb1-2/+36
2024-02-02Add regress coverage for BIO_dump()tb2-1/+745
2024-02-01Fix the verifier to use the trust storebeck1-1/+13
2024-02-01Inline EVP_PBE_find() in its last two callerstb1-140/+69
2024-02-01Prepare to remove the _cb() and _fp() versions of BIO_dump()tb1-33/+30
2024-01-31Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)tb5-63/+96
2024-01-30Remove now unnecessary NULL check before EVP_CIPHER_CTX_cleanup()tb1-3/+2
2024-01-30Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safetb2-3/+8
2024-01-30Restore SSL_shutdown() two step sequence.jsing1-1/+3
2024-01-30Add a shutdown sequence regress test.jsing1-3/+133
2024-01-29Add id-ct-rpkiSignedPrefixList NIDjob1-0/+1
2024-01-29Add id-ct-rpkiSignedPrefixList OIDjob1-0/+1
2024-01-29Curious to see if explicitly ignoring the return value appeases Coveritytb1-2/+2
2024-01-28The KNF script didn't grok LHASH_OF(), STACK_OF()tb1-9/+9
2024-01-28Avoid calling EVP_CIPHER_CTX_reset() on a NULL ctxtb1-2/+3
2024-01-28Clean up EVP_CIPHER_CTX_init() usage in cmac.cjoshua1-25/+33
2024-01-28Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()joshua1-9/+10
2024-01-27Dynamic EVP_PKEY_METHODs are a thing from the pasttb1-3/+1
2024-01-27Add a few aliases for ECDSA and DSA for security/xcatb1-1/+143
2024-01-27Use ret instead of rv in a few keyivgen functionstb1-11/+11
2024-01-27Fold keyivgen functions into evp_pbe.ctb5-599/+387
2024-01-27Make some comments and some whitespace less uglytb1-13/+14
2024-01-27Whitespace tweaktb1-2/+4
2024-01-27Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.ctb2-10/+7
2024-01-27Mark the functions at the end of this file for removaltb1-1/+5
2024-01-27Support HMAC with SHA-3 as a PBE PRFtb1-1/+21
2024-01-27Support HMAC with truncated SHA-2 as a PBE PRFtb1-1/+11
2024-01-27Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3tb1-1/+21
2024-01-27Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.jsing1-3/+1
2024-01-27Rework tls13_legacy_shutdown() to match the legacy stack behaviour.jsing1-18/+19
2024-01-27Make tls13_legacy_return_code() static.jsing2-4/+3
2024-01-27Add message callbacks for alerts in the TLSv1.3 stack.jsing3-10/+49
2024-01-27Allocate a fixed NID for the acmeIdentifer OIDtb1-0/+1
2024-01-27Add data for the RFC 8737 acmeIdentifiertb1-0/+1
2024-01-26Add 'openssl x509 -new' functionality to the libcrypto CLI utilityjob3-15/+121
2024-01-25Plug a few leaks and perform some other code hygienetb1-34/+59
2024-01-25This table no longer needs to be sortedtb1-5/+1
2024-01-25p12_npas.c: hoist some helpers from the bottom to the top in reverse ordertb1-64/+53
2024-01-25p12_npas.c: maclen -> mac_lentb1-4/+4
2024-01-25p12_npas.c: Use slightly less awkward variable namestb1-21/+21
2024-01-25Fix various NULL dereferences in PKCS #12tb5-15/+37