index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-05-10
Provide an easy way to get debug information from TLSv1.3 handshakes.
Joel Sing
2020-05-10
Use size_t for OCSP response length.
Joel Sing
2020-05-10
Only reset TLS extension state when parsing client hello or server hello.
Joel Sing
2020-05-10
Correct tlsext_ocsp_resplen check.
Joel Sing
2020-05-09
Back out server side CCS sending. It breaks TLSv1.3 client communication
Theo Buehler
2020-05-09
Forcibly ensure that only PSS may be used with RSA in TLS 1.3.
Bob Beck
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
Theo Buehler
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
Joel Sing
2020-05-09
Correct return value check to handle TLS13_IO_EOF case.
Joel Sing
2020-05-09
Add a middlebox_compat flag and condition session ID randomisation on it.
Joel Sing
2020-05-09
catch the other place this needs to change
Bob Beck
2020-05-09
now that 3.1.1 is out the door as a stable release bump the development
Bob Beck
2020-05-09
Add support for certificate status requests in TLS 1.3 client
Bob Beck
2020-05-09
Make the test for the legacy_compression_method vector in the ClientHello
Theo Buehler
2020-05-09
Drop a redundant test. It's effectively doing the same test twice
Theo Buehler
2020-05-09
On receiving an overlong session ID terminate with an illegal_parameter
Theo Buehler
2020-05-09
Add support for HelloRetryRequests in the TLSv1.3 server.
Joel Sing
2020-05-09
crazy whitespace on one line
Theo Buehler
2020-05-09
Pull the sending of alerts up into tls13_handshake_perform().
Joel Sing
2020-05-09
Refactor tls13_server_hello_sent().
Joel Sing
2020-05-07
On receiving a handshake or alert record with empty inner plaintext,
Theo Buehler
2020-05-06
Bump LibreSSL version to 3.1.1
Theo Buehler
2020-05-03
Accept two ChangeCipherSpec messages during a TLSv1.3 handshake.
Joel Sing
2020-05-02
Add const to TLS1.3 internal vectors
Kinichiro Inoguchi
2020-04-30
Disallow setting the AES-GCM IV length to 0
Theo Buehler
2020-04-30
drop duplicate word;
Ingo Schwarze
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
[next]