summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-30If no "xxx.mute" control is found, try "xxx_mute"Alexandre Ratchov
2020-04-29tls13_record_layer internal functions to static in libsslKinichiro Inoguchi
2020-04-29tls13_handshake internal functions to static in libsslKinichiro Inoguchi
2020-04-28Move legacy stack interfacing functions into tls13_legacy.c.Joel Sing
2020-04-28Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.Joel Sing
2020-04-27Shuffle some functions around.Joel Sing
2020-04-27Disallow the use of zero length IVs in AES-GCM viaTheo Buehler
2020-04-26Minimal maintenance to make this mess slightly less confusing:Ingo Schwarze
2020-04-26fix the description; from andras farkasJason McIntyre
2020-04-25A comma is not appropriate here, use a semicolonJeremie Courreges-Anglas
2020-04-25Switch to NEGOTIATED when using WITHOUT_HRR.Joel Sing
2020-04-25Discourage use of RES_USE_INET6Jeremie Courreges-Anglas
2020-04-25Fix RES_USE_INET6 descriptionJeremie Courreges-Anglas
2020-04-25Move unsupported, obsolete ciphers and deprecated aliases out ofIngo Schwarze
2020-04-25tweak the wording to make it clearer under which conditions exactlyIngo Schwarze
2020-04-25Clairify the point at which unveil first makes restricitons on theBob Beck
2020-04-24Remove the deprecation notice for timegm().Ingo Schwarze
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-22Improve TLSv1.3 state machine for HelloRetryRequest handling.Joel Sing
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2020-04-21Handle TLSv1.3 key shares other than X25519 on the server side.Joel Sing
2020-04-21Consolidate TLSv1.3 constants.Joel Sing
2020-04-21Prevent infinite for loop since i went from ssize_t to size_t. Patch fromDarren Tucker
2020-04-19Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.Joel Sing
2020-04-19spelling fix;Jason McIntyre
2020-04-19Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constantIngo Feinerer
2020-04-18When opening a completely empty file with gzopen(3), treat it as anIngo Schwarze
2020-04-18Fix wrapping/indentation.Joel Sing
2020-04-18Expose the peer ephemeral public key used for TLSv1.3 key exchange.Joel Sing
2020-04-18Tweak previous active cipher suite code.Joel Sing
2020-04-18Allow more key share groups for TLSv1.3.Joel Sing
2020-04-17Only include TLSv1.3 cipher suites if there are active cipher suites.Joel Sing
2020-04-17Generate client key share using our preferred group.Joel Sing
2020-04-16Remove AUTHORS section. This follows what is done in strstr.3Claudio Jeker
2020-04-16Replace the simple memmem() implementation with a version that is O(n)Claudio Jeker
2020-04-16Resync our strstr.c with the musl version. Removes some debug code andClaudio Jeker
2020-04-14Update in several respects:Ingo Schwarze
2020-04-14add the missing sentence "LibreSSL no longer provides any suchIngo Schwarze
2020-04-14Delete the three sentences listing the ciphers currently includedIngo Schwarze
2020-04-11Document the TLSv1.3 control word, update the description of theIngo Schwarze
2020-04-10sync cert.pem with Mozilla's root ca list, ok beck@Stuart Henderson
2020-04-10Update ARG_MAX bytes countJeremie Courreges-Anglas
2020-04-10When printing the serialNumber, fall back to the colon separated hexTheo Buehler
2020-04-09Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.Joel Sing
2020-04-09Tidy line wrapping and remove an extra blank line.Joel Sing
2020-04-09ssl_aes_is_accelerated() returns a boolean - treat it as such, rather thanJoel Sing
2020-04-08Ensure legacy session ID is persistent during client TLS session.Joel Sing
2020-04-06Send a zero-length session identifier if TLSv1.3 is not enabled.Joel Sing
2020-04-06Update my email address.Paul Irofti
2020-04-04Make libcxxabi provide __register_frame, _Unwind_Backtrace and friendsJeremie Courreges-Anglas