summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-08-14timingsafe_bcmp() is better than timingsafe_memcmp() for the purpose.YASUOKA Masahiko
2024-08-13zap extra word;Jason McIntyre
2024-08-12fflush.3: zap trailing whitespaceTheo Buehler
2024-08-12Fix grammar in history sectionTheo Buehler
2024-08-12Give libtls the same bump as libsslTheo Buehler
2024-08-12Bump minor after symbol additionTheo Buehler
2024-08-12Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() toTheo Buehler
2024-08-12Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-08-12Add <stdio_ext.h> with the seven APIs needed to have gnulib operatePhilip Guenther
2024-08-12Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008Philip Guenther
2024-08-11Add include path for crypto_arch.h.Joel Sing
2024-08-11Provide and use crypto_arch.h.Joel Sing
2024-08-10Remove the empty ui_compat.hTheo Buehler
2024-08-08ct.h: move two asterisks to the proper placeTheo Buehler
2024-08-08ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.hTheo Buehler
2024-08-08Use timingsafe_memcmp() when comparing the authenticators. from iij.YASUOKA Masahiko
2024-08-07asprintf() and vasprintf() are in POSIX-2024. Update #includePhilip Guenther
2024-08-07wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityPhilip Guenther
2024-08-05sync with upstream (noop for openbsd)Theo Buehler
2024-08-04ppoll() is in POSIX-2024. Update #include visibility and manpagesPhilip Guenther
2024-08-04x509_vfy.c: drop some unnecessary parenthesesTheo Buehler
2024-08-03A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expectedPhilip Guenther
2024-08-03The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.Philip Guenther
2024-08-03mkostemp(3) and reallocarray(3) are in POSIX-2024:Philip Guenther
2024-08-03The EC_KEY method should use the EC_KEY index, not RSATheo Buehler
2024-08-03Bump CRYPTO_EX_DATA_MAX_INDEX to 32Theo Buehler
2024-08-03Use proper size for allocating indexesTheo Buehler
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