summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-04Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...Jeremie Courreges-Anglas
2024-02-04Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefixJeremie Courreges-Anglas
2024-02-03Rework the exit path of tls13_handshake_recv_action()Theo Buehler
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYTheo Buehler
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
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-30Restore SSL_shutdown() two step sequence.Joel Sing
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-28Pull in some post 1.3.1 upstream commitsTheo 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-27Rework tls13_legacy_shutdown() to match the legacy stack behaviour.Joel Sing
2024-01-27Make tls13_legacy_return_code() static.Joel Sing
2024-01-27Add message callbacks for alerts in the TLSv1.3 stack.Joel Sing
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
2024-01-25p12_npas.c: maclen -> mac_lenTheo Buehler
2024-01-25p12_npas.c: Use slightly less awkward variable namesTheo Buehler
2024-01-25Fix various NULL dereferences in PKCS #12Theo Buehler
2024-01-25Merge PKCS12_newpass() and newpass_p12()Theo Buehler
2024-01-25Ditch another noop from OPENSSL_cleanup()Theo Buehler
2024-01-25Remove the custom X509v3 extensions stackTheo Buehler
2024-01-25Rename pkcs12_repack_safe() into pkcs12_repack_authsafes()Theo Buehler