summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ASN1_time_clamp_notafter() prototypetb2024-02-231-3/+1
* x509_asid: NULL out min/max on extract_min_max() failuretb2024-02-201-1/+3
* x509_asid: fix some KNF botchestb2024-02-191-37/+19
* pk7_attr.c: tidy includestb2024-02-191-6/+4
* Update ASN1_TIME_set(3)tb2024-02-181-5/+44
* Add posix_time.h from BoringSSLtb2024-02-188-60/+160
* Align EVP_CIPHER_CTX_init() and _legacy_clear()tb2024-02-181-2/+2
* Hide EVP_{CIPHER,MD}_CTX_init() from internalstb2024-02-181-1/+5
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-1812-33/+33
* Use EVP_CIPHER_CTX_legacy_clear() internallytb2024-02-185-13/+13
* Add EVP_MD_CTX_legacy_clear()tb2024-02-182-2/+9
* Add EVP_CIPHER_CTX_legacy_clear()tb2024-02-182-2/+10
* Use calloc() instead of malloc() in BIO_new().jsing2024-02-171-16/+5
* Inline and disable BIO_set().jsing2024-02-161-21/+19
* Use 'bio' more consistently for function arguments.jsing2024-02-161-58/+61
* Make it explicit that the EC_KEY setters don't check thingstb2024-02-161-2/+6
* BIO_dump*() avoid signed integer overflowtb2024-02-151-1/+10
* Document a portability caveat about GeneralizedTime and UTCTimejob2024-02-131-2/+9
* Remove a useless EVP_MD_CTX_init() calltb2024-02-091-2/+1
* Of course libssl also has a few missing voidtb2024-02-042-4/+4
* Rework the exit path of tls13_handshake_recv_action()tb2024-02-031-12/+14
* Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYtb2024-02-031-7/+1
* Zap a trailing blank that snuck into ssl3_get_client_hello()tb2024-02-031-2/+2
* Remove GOST and STREEBOG support from libssl.beck2024-02-0316-675/+32
* Ignore EVP_MD_CTX_reset() return valuetb2024-02-021-6/+4
* Ignore EVP_CIPHER_CTX_reset() return value, it can't failtb2024-02-021-2/+2
* Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()tb2024-02-021-64/+115
* 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 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