summaryrefslogtreecommitdiff
path: root/lib
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-13Pull in z_off64_t handling from upstreamTheo Buehler
2024-02-11Remove needless includes of netinet6/ip6_var.h header in userland.Alexander Bluhm
2024-02-11libz: more windows ifdef turd shining from upstreamTheo Buehler
2024-02-11Update libexpat to version 2.6.0.Alexander Bluhm
2024-02-10libz: sync with upstreamTheo Buehler
2024-02-09pull in another upstream tweak for windowsTheo Buehler
2024-02-09Don't assume MPPE-{Send,Recv}-Keys are used only for MS-CHAP (orYASUOKA Masahiko
2024-02-09zlib: sync with upstreamTheo Buehler
2024-02-09Remove a useless EVP_MD_CTX_init() callTheo Buehler
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2024-02-07sync with upstreamTheo Buehler
2024-02-07sync with zlib.hTheo Buehler
2024-02-07Sync doc-comment for deflateInit2 with upstreamTheo Buehler
2024-02-07libkeynote: use DSA_generate_parameters_ex()Theo Buehler
2024-02-04Of course libssl also has a few missing voidTheo Buehler
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