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-08-31
Send alert on ssl_get_prev_session failure
tb
4
-20
/
+32
2020-08-30
Start replacing the existing TLSv1.2 record layer.
jsing
7
-195
/
+614
2020-08-29
define OPENSSL_NO_SSL_TRACE in opensslfeatures.h
inoguchi
1
-1
/
+1
2020-08-17
Fix append mode so it always writes to the end and expand regress.
libressl-v3.2.1
millert
1
-26
/
+77
2020-08-17
Also print a list of missing scripts in summary
tb
1
-5
/
+10
2020-08-17
Avoid test failures due to outdated packages
tb
1
-1
/
+6
2020-08-15
enable jsing's zero content type test
tb
1
-1
/
+2
2020-08-11
Send an unexpected message alert if no valid content type is found.
jsing
1
-2
/
+5
2020-08-11
Increment the epoch in the same place for both read and write.
jsing
1
-3
/
+3
2020-08-11
Use 0 instead of 0x00 for memset() calls.
jsing
2
-8
/
+8
2020-08-11
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
jsing
1
-2
/
+2
2020-08-11
In SSL_new() just 'goto err' on allocation failure.
jsing
1
-11
/
+6
2020-08-11
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
tb
1
-1
/
+1
2020-08-10
Avoid passing -1 to freezero.
tb
1
-9
/
+10
2020-08-09
Fix some wrapping/indent.
jsing
1
-4
/
+3
2020-08-09
Convert openssl req option handling.
jsing
1
-378
/
+572
2020-08-09
Update TLS versions to match TLSv1.3 being enabled for TLS_method().
jsing
1
-8
/
+8
2020-08-09
Fix regress test so that it exits non-zero for failure cases.
jsing
1
-1
/
+11
2020-08-09
Update golden values to match P-521 being enabled by default in the client.
jsing
1
-20
/
+21
2020-08-09
Update golden values to match P-521 being enabled by default in the client.
jsing
1
-10
/
+11
2020-08-09
Add P-521 to the list of curves supported by default in the client.
jsing
1
-5
/
+18
2020-08-09
Use CBB more correctly when writing SSL3/DTLS records.
jsing
2
-66
/
+92
2020-08-09
Make the explicit IV length handling in DTLS the same as SSL3/TLS.
jsing
1
-8
/
+13
2020-08-08
Session resumption is not currently supported for TLSv1.3.
tb
1
-4
/
+4
2020-08-08
Enable P-521 and run the tests that use it.
tb
1
-5
/
+3
2020-08-06
delete another word to improve the wording; suggested by jmc@
schwarze
1
-2
/
+2
2020-08-06
Explain the purpose of CMAC_resume(3) in more detail.
schwarze
1
-3
/
+9
2020-08-04
Cleanup aead_ctx
inoguchi
1
-1
/
+3
2020-08-03
Only parse a client's status_request in the CH
tb
1
-1
/
+4
2020-08-03
Ensure clients only send a status_request in the CH
tb
1
-3
/
+7
2020-08-03
Correctly handle server requests for an OCSP response
tb
1
-1
/
+12
2020-08-02
Check the return value of tls1_enc() in the write path.
jsing
2
-6
/
+6
2020-08-01
Clean up/simplify more of the dtls1/ssl3 record writing code:
jsing
2
-73
/
+34
2020-08-01
Pull record version selection code up and pass it as an argument to
jsing
1
-15
/
+15
2020-08-01
Replace hostname underscore with hyphen in appstest.sh
inoguchi
1
-28
/
+28
2020-07-30
Have ssl_init_wbio_buffer() push the buffering BIO rather than doing it
jsing
1
-5
/
+2
2020-07-30
Clean up and simplify some of the SSL3/DTLS1 record writing code.
jsing
2
-76
/
+72
2020-07-30
Add minimal info callback support for TLSv1.3
tb
3
-3
/
+32
2020-07-27
Wrap long lines s_server.c
inoguchi
1
-67
/
+130
2020-07-27
Add function prototype and move sub functions to bottom
inoguchi
1
-198
/
+197
2020-07-27
Remove space between '*' and pointer variable in s_server.c
inoguchi
1
-12
/
+12
2020-07-27
Remove 's_' prefix from member of s_server_config struct
inoguchi
1
-110
/
+110
2020-07-27
Convert openssl(1) s_server option handling
inoguchi
1
-568
/
+929
2020-07-25
Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.
jsing
1
-1
/
+4
2020-07-25
remove half a dozen "goto" statements and a label
schwarze
1
-14
/
+1
2020-07-24
tweak previous;
jmc
1
-4
/
+4
2020-07-23
document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)
schwarze
7
-14
/
+207
2020-07-23
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
schwarze
4
-22
/
+211
2020-07-16
Fix perl bugs that had me printing the wrong cert number for errors
beck
1
-8
/
+9
2020-07-15
The exit code from the perl matters here
beck
1
-1
/
+3
[next]