summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-08-03Document SSL_CTX_set_cert_storeTheo Buehler
2024-08-03Prepare to provide SSL_CTX_set1_cert_store()Theo Buehler
2024-08-02The {get,set}res[ug]id(2) family are in POSIX-2024's XSI option,Philip Guenther
2024-08-02libtls: fix legacy protocol parsingTheo Buehler
2024-08-02free class->indexes in CRYPTO_cleanup_all_ex_data()Theo Buehler
2024-08-02Rewrite CRYPTO_EX_DATA.Joel Sing
2024-08-02bump minor after yesterday's symbol additionTheo Buehler
2024-08-02Put exported symbols of libz under our own controlTheo Buehler
2024-08-02getentropy(2) is in POSIX-2024, so adjust the #include visibility,Philip Guenther
2024-08-01Bump libsndio pkg-config version to 1.10.0Alexandre Ratchov
2024-08-01sync with upstreamTheo Buehler
2024-07-29typo: regresss -> regressTheo Buehler
2024-07-26Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unusedTheo Buehler
2024-07-26Disable X509at_get_attr{,_count}() and X509at_delete_attr()Theo Buehler
2024-07-26Inline last user of X509at_get_attr()Theo Buehler
2024-07-26Inline trivial X509at_* calls in x509_reqTheo Buehler
2024-07-26Inline a few trivial X509at_* calls in cmsTheo Buehler
2024-07-26Put opening brace on correct lineTheo Buehler
2024-07-25document deflateUsed()Theo Buehler
2024-07-25fix a small markup mistake (missing newline)Theo Buehler
2024-07-24BUF_MEM_new.3: add a touch of KNFTheo Buehler
2024-07-24Add Symbols.list and enable version script to hide some local functions.YASUOKA Masahiko
2024-07-24Place Message-Authenticator at the beginning of the attributesYASUOKA Masahiko
2024-07-23Remove get_cipher from SSL_METHOD.Joel Sing
2024-07-23libsndio: Don't use poll(2) for output on the control device.Alexandre Ratchov
2024-07-22Specify a priority for _libc_preinit() to make sure it runs before otherMark Kettenis
2024-07-22Use cipher suite values instead of IDs.Joel Sing
2024-07-21Add back a .Theo Buehler
2024-07-21Unify description of the obsolete ENGINE parameterTheo Buehler
2024-07-21Drop ENGINE from EVP_PKEY_derive exampleTheo Buehler
2024-07-21Garbage collect ENGINE "use" from EVP_PKEY_decrypt() exampleTheo Buehler
2024-07-21Make example slightly less terrible by dropping the ENGINE "handling"Theo Buehler
2024-07-20Remove cipher from SSL_SESSION.Joel Sing
2024-07-19Annotate issues with tls_session_secret_cb() related code.Joel Sing
2024-07-19Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.Joel Sing
2024-07-18The source of a link (name1) may not be a directory.Todd C. Miller
2024-07-17Be clear that RUSAGE_CHILDREN only works for terminated children that haveClaudio Jeker
2024-07-16Clean up SSL_HANDSHAKE_MAC_DEFAULT.Joel Sing
2024-07-16Fix .Ox for SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-15Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED()Theo Buehler
2024-07-15Fix PKCS12_create()Theo Buehler
2024-07-15Mop up TLS1_PRF* defines.Joel Sing
2024-07-15ocurred -> occurredJonathan Gray
2024-07-14Rewrite EVP_PKEY_add1_attr_by_NID()Theo Buehler
2024-07-14Disable most EVP_PKEY_*attr* APITheo Buehler
2024-07-14Forgot to annotate the TMP UGLY CAST[S] as requested by jsingTheo Buehler
2024-07-14Document SSL_CIPHER_get_handshake_digest(3)Theo Buehler
2024-07-14Prepare to provide SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-14Remove lhash_local.h.Joel Sing
2024-07-14Fix printf(3) signal safety for wide character strings.Todd C. Miller