index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
Propagate record overflows to the record layer and alert.
jsing
3
-6
/
+8
2020-05-11
Add record version checks.
jsing
3
-18
/
+28
2020-05-11
Set the record layer legacy version from the TLSv1.3 server.
jsing
1
-1
/
+5
2020-05-11
Provide an alert sent record layer callback.
jsing
4
-8
/
+29
2020-05-11
Move the record layer callbacks into a struct.
jsing
3
-35
/
+33
2020-05-11
Use ssl_get_new_session() in the TLSv1.3 server.
jsing
1
-4
/
+3
2020-05-10
Make openssl X509 handle the failure case return code from X509_time_cmp.
beck
1
-5
/
+16
2020-05-10
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
3
-3
/
+41
2020-05-10
Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.
jsing
3
-8
/
+16
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
jsing
7
-65
/
+97
2020-05-10
Conditionalize sleep-before-retry in server code to only be done when
beck
1
-3
/
+5
2020-05-10
Provide an easy way to get debug information from TLSv1.3 handshakes.
jsing
2
-3
/
+61
2020-05-10
Use size_t for OCSP response length.
jsing
8
-27
/
+35
2020-05-10
Only reset TLS extension state when parsing client hello or server hello.
jsing
1
-5
/
+7
2020-05-10
Correct tlsext_ocsp_resplen check.
jsing
1
-2
/
+2
2020-05-09
Back out server side CCS sending. It breaks TLSv1.3 client communication
tb
3
-34
/
+3
2020-05-09
Forcibly ensure that only PSS may be used with RSA in TLS 1.3.
beck
1
-2
/
+8
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
3
-3
/
+34
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
jsing
4
-6
/
+45
2020-05-09
Correct return value check to handle TLS13_IO_EOF case.
jsing
1
-2
/
+2
2020-05-09
Add a middlebox_compat flag and condition session ID randomisation on it.
jsing
3
-4
/
+7
2020-05-09
catch the other place this needs to change
beck
1
-2
/
+2
2020-05-09
now that 3.1.1 is out the door as a stable release bump the development
beck
1
-2
/
+2
2020-05-09
Add support for certificate status requests in TLS 1.3 client
beck
4
-12
/
+81
2020-05-09
Make the test for the legacy_compression_method vector in the ClientHello
tb
1
-12
/
+7
2020-05-09
Drop a redundant test. It's effectively doing the same test twice
tb
1
-3
/
+2
2020-05-09
On receiving an overlong session ID terminate with an illegal_parameter
tb
1
-1
/
+6
2020-05-09
Add support for HelloRetryRequests in the TLSv1.3 server.
jsing
2
-10
/
+73
2020-05-09
crazy whitespace on one line
tb
1
-2
/
+2
2020-05-09
Pull the sending of alerts up into tls13_handshake_perform().
jsing
1
-14
/
+11
2020-05-09
Refactor tls13_server_hello_sent().
jsing
1
-30
/
+36
2020-05-07
On receiving a handshake or alert record with empty inner plaintext,
tb
1
-1
/
+11
2020-05-06
Bump LibreSSL version to 3.1.1
tb
1
-3
/
+3
2020-05-04
Use a larger (2048 bit) RSA test key.
jsing
1
-1
/
+63
2020-05-04
Fix out-of-bounds access in tables[][] that was exposed in bluhm's
tb
1
-6
/
+8
2020-05-03
Accept two ChangeCipherSpec messages during a TLSv1.3 handshake.
jsing
1
-3
/
+3
2020-05-02
Add const to TLS1.3 internal vectors
inoguchi
2
-14
/
+14
2020-04-30
Disallow setting the AES-GCM IV length to 0
tb
1
-1
/
+5
2020-04-29
tls13_record_layer internal functions to static in libssl
inoguchi
1
-4
/
+4
2020-04-29
tls13_handshake internal functions to static in libssl
inoguchi
1
-11
/
+12
2020-04-28
Move legacy stack interfacing functions into tls13_legacy.c.
jsing
4
-199
/
+206
2020-04-28
Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.
jsing
3
-47
/
+48
2020-04-27
Shuffle some functions around.
jsing
2
-329
/
+328
2020-04-27
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
tb
1
-3
/
+3
2020-04-27
Fix a logic error that hid the failing ZeroLengthIv tests.
tb
1
-3
/
+3
2020-04-27
Disallow the use of zero length IVs in AES-GCM via
tb
3
-3
/
+15
2020-04-26
Minimal maintenance to make this mess slightly less confusing:
schwarze
1
-10
/
+10
2020-04-26
fix the description; from andras farkas
jmc
1
-5
/
+4
2020-04-26
Display TLSv1.3 extension type with openssl(1) -tlsextdebug
inoguchi
1
-7
/
+49
2020-04-26
s_client: fix use of possibly uninitialized values
inoguchi
1
-2
/
+2
[next]