summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-22that "device" is an abstraction to the underlying OS PRNG.Marc Espie
2016-09-03Import libc++ 3.9.0Patrick Wildt
2019-03-21Reference permissions in the canonical plural.rob
2019-03-21import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,Ingo Schwarze
2019-03-21space before punct;Jason McIntyre
2019-03-21Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.Ingo Schwarze
2019-03-21Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:Ingo Schwarze
2019-03-21add a handful of missing functionsIngo Schwarze
2019-03-21Bring back EVP_chacha20 list item that was accidentally removedTheo Buehler
2019-03-20fix examples (libtls uses its own error reporting mechanism)Marc Espie
2019-03-20escape backslashes;Ingo Schwarze
2019-03-19Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPIngo Schwarze
2019-03-19Avoid an internal 2 byte overread in ssl_sigalgs().Joel Sing
2019-03-19Revert TLS1_get{,_client}_version simplification because DTLS.Joel Sing
2019-03-19update libelf from elftoolchain r3714 to r3717Jonathan Gray
2019-03-19update libelf from elftoolchain r3669 to r3714Jonathan Gray
2019-03-18* note that the handshake must be completed firstIngo Schwarze
2019-03-18Insert a missing input line break after a .Vt macro;Ingo Schwarze
2019-03-18Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):Ingo Schwarze
2019-03-18In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods.Ingo Schwarze
2019-03-18Document SM4; related to evp.h rev. 1.73.Ingo Schwarze
2019-03-18Expand the ERR_PACK() macro to ERR_REASON() for consistency.Theo Buehler
2019-03-18In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).Ingo Schwarze
2019-03-17bump minors after symbol additionTheo Buehler
2019-03-17Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is stillTheo Buehler
2019-03-17Provide EVP_aes_{128,192,256}_wrap(). This is a compatibleTheo Buehler
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2019-03-17Provide version agnostic DTLS methods.Joel Sing
2019-03-17Correct return value handling in tls13_handshake_recv_action().Joel Sing
2019-03-17Partially clean up the TLS1_get_{,client}_version macros.Joel Sing
2019-03-17Remove the alert level from the TLSv1.3 alert callback.Joel Sing
2019-03-17Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@.cheloha
2019-03-15Document the return values of X509_delete_ext(3) and X509_add_ext(3).Ingo Schwarze
2019-03-15OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;Ingo Schwarze
2019-03-15Document OCSP_basic_verify(3).Ingo Schwarze
2019-03-15Remove FBSDID.Kevin Lo
2019-03-14build with NDEBUG defined to disable debug/tracking codeRobert Nagy
2019-03-14libcxxRobert Nagy
2019-03-13Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from theTheo Buehler
2019-03-13add a comment to format-pem.pl documenting typical steps to updateStuart Henderson
2019-03-13Backport support for probing ARMv8 HW acceleration capabilities on armv7Patrick Wildt
2019-03-13Initial IP-based caching implementation with O(logn) lookup.Paul Irofti
2019-03-12Setting and getting the rounding mode on our arm64 FPU has not workedPatrick Wildt
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-03-10rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3Ingo Schwarze
2019-03-10delete functions from the manual page that do nothing in LibreSSLIngo Schwarze
2019-03-08remove a sentence that was once helpful when dirname.3 and basename.3Sebastian Benoit
2019-03-06Typo in comment.Theo Buehler
2019-03-04Don't index a void pointer, fixes compilation with visual studio.Todd C. Miller
2019-03-03Wake all waiters when unlocking an rwlock. This fixes a hangVisa Hankala