summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-03-03talk about IPv4 and IPv6 in a more symmetrical wayIngo Schwarze
2019-03-03tweak the previous two commits:Ingo Schwarze
2019-03-03Just called the Internet nowTheo de Raadt
2019-03-03in vdprintf(), no need to use the file locking mecanism when usingSebastien Marie
2019-03-02Fix OID for sm3WithRSAEncryption which was apparently mixed upTheo Buehler
2019-02-28Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes().Joel Sing
2019-02-28Automatically complete the handshake from tls13_legacy_{read,write}_bytes()Joel Sing
2019-02-28Set the SSL state as part of tls13_legacy_connect().Joel Sing
2019-02-28Add appropriate length checks to tls13_legacy_{read,write}_bytes()Joel Sing
2019-02-28Remove unused record_type from TLSv1.3 handshake actions.Joel Sing
2019-02-26Correct return values for non-fatal alerts.Joel Sing
2019-02-26Correctly propagate EOF from BIO in tls13_legacy_wire_read().Joel Sing
2019-02-25Fix gcc3 compilation error by using a forward declaration instead of aTheo Buehler
2019-02-25revert "Move struct ssl_handshake_tls13_st definition", i.e., moveTheo Buehler