summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2024-02-20x509_asid: NULL out min/max on extract_min_max() failureTheo Buehler
2024-02-19x509_asid: fix some KNF botchesTheo Buehler
2024-02-19pk7_attr.c: tidy includesTheo Buehler
2024-02-18Update ASN1_TIME_set(3)Theo Buehler
2024-02-18Add posix_time.h from BoringSSLTheo Buehler
2024-02-18Align EVP_CIPHER_CTX_init() and _legacy_clear()Theo Buehler
2024-02-18Hide EVP_{CIPHER,MD}_CTX_init() from internalsTheo Buehler
2024-02-18Use EVP_MD_CTX_legacy_clear() internallyTheo Buehler
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallyTheo Buehler
2024-02-18Add EVP_MD_CTX_legacy_clear()Theo Buehler
2024-02-18Add EVP_CIPHER_CTX_legacy_clear()Theo Buehler
2024-02-17Use calloc() instead of malloc() in BIO_new().Joel Sing
2024-02-16Inline and disable BIO_set().Joel Sing
2024-02-16Use 'bio' more consistently for function arguments.Joel Sing
2024-02-16Make it explicit that the EC_KEY setters don't check thingsTheo Buehler
2024-02-15BIO_dump*() avoid signed integer overflowTheo Buehler
2024-02-13Document a portability caveat about GeneralizedTime and UTCTimeJob Snijders
2024-02-09Remove a useless EVP_MD_CTX_init() callTheo Buehler
2024-02-02Ignore EVP_MD_CTX_reset() return valueTheo Buehler
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failTheo Buehler
2024-02-02Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()Theo Buehler
2024-02-01Fix the verifier to use the trust storeBob Beck
2024-02-01Inline EVP_PBE_find() in its last two callersTheo Buehler
2024-02-01Prepare to remove the _cb() and _fp() versions of BIO_dump()Theo Buehler
2024-01-31Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)Theo Buehler
2024-01-30Remove now unnecessary NULL check before EVP_CIPHER_CTX_cleanup()Theo Buehler
2024-01-30Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safeTheo Buehler
2024-01-29Add id-ct-rpkiSignedPrefixList NIDJob Snijders
2024-01-29Add id-ct-rpkiSignedPrefixList OIDJob Snijders
2024-01-29Curious to see if explicitly ignoring the return value appeases CoverityTheo Buehler
2024-01-28The KNF script didn't grok LHASH_OF(), STACK_OF()Theo Buehler
2024-01-28Avoid calling EVP_CIPHER_CTX_reset() on a NULL ctxTheo Buehler
2024-01-28Clean up EVP_CIPHER_CTX_init() usage in cmac.cjoshua
2024-01-28Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()joshua
2024-01-27Dynamic EVP_PKEY_METHODs are a thing from the pastTheo Buehler
2024-01-27Add a few aliases for ECDSA and DSA for security/xcaTheo Buehler
2024-01-27Use ret instead of rv in a few keyivgen functionsTheo Buehler
2024-01-27Fold keyivgen functions into evp_pbe.cTheo Buehler
2024-01-27Make some comments and some whitespace less uglyTheo Buehler
2024-01-27Whitespace tweakTheo Buehler
2024-01-27Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.cTheo Buehler
2024-01-27Mark the functions at the end of this file for removalTheo Buehler
2024-01-27Support HMAC with SHA-3 as a PBE PRFTheo Buehler
2024-01-27Support HMAC with truncated SHA-2 as a PBE PRFTheo Buehler
2024-01-27Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3Theo Buehler
2024-01-27Allocate a fixed NID for the acmeIdentifer OIDTheo Buehler
2024-01-27Add data for the RFC 8737 acmeIdentifierTheo Buehler
2024-01-25Plug a few leaks and perform some other code hygieneTheo Buehler
2024-01-25This table no longer needs to be sortedTheo Buehler
2024-01-25p12_npas.c: hoist some helpers from the bottom to the top in reverse orderTheo Buehler