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