summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-27align read-only sections on masm/windows to 64 bytesBrent Cook
2024-02-26Neuter OBJ_bsearch{_,ex_}()Theo Buehler
2024-02-26type mgtv -> mgt; from todd carsonJason McIntyre
2024-02-25Fix a typoYASUOKA Masahiko
2024-02-24Add a few missing endbr64 to libcryptoTheo Buehler
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2024-02-24Remove custom key length handlingTheo Buehler
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()Theo Buehler
2024-02-24err.c: fix incorrect line wrappingTheo Buehler
2024-02-23Prepare to provide X509_STORE_get1_objects()Theo Buehler
2024-02-23Remove ASN1_time_clamp_notafter() prototypeTheo Buehler
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