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-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
2020-07-15
Don't leak the X509_STORE
beck
1
-1
/
+3
2020-07-15
Add certificate validation tests generated using the tools from
beck
10945
-0
/
+444760
2020-07-14
Convert option handling for openssl(1) verify.
jsing
1
-88
/
+220
2020-07-14
Dedup the use legacy stack code.
jsing
1
-56
/
+25
2020-07-14
Revert the TLSv1.3 version switching fix/hack.
jsing
1
-10
/
+1
2020-07-14
Enter the certs regress directory.
jsing
1
-1
/
+2
2020-07-14
Add regress for X509_verify() using the new bundles.
jsing
2
-3
/
+369
2020-07-14
Provide generated certificate bundles and roots for regress.
jsing
74
-0
/
+3721
2020-07-14
Provide tools to build certificate changes for verify regress.
jsing
4
-0
/
+636
2020-07-14
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.
jsing
1
-1
/
+1
2020-07-14
Add a -tls1_2 option so we can force TLSv1.2 for testing.
jsing
1
-5
/
+9
2020-07-14
getopt(3) returns an int so don't use a char to store its return value.
kettenis
2
-4
/
+4
2020-07-14
Remove hyphen
inoguchi
1
-3
/
+3
2020-07-14
Add single space between pem and ...
inoguchi
1
-2
/
+2
2020-07-14
Add manual for openssl(1) certhash
inoguchi
1
-2
/
+57
2020-07-10
Clean up s_client.c
inoguchi
1
-26
/
+27
2020-07-10
Change variable bio_c_out from global to local
inoguchi
1
-15
/
+11
2020-07-09
Wrap long lines and put space in front of label in s_client.c
inoguchi
1
-46
/
+80
2020-07-09
Remove c_ prefix from s_client_config member
inoguchi
1
-33
/
+33
2020-07-09
Convert openssl(1) s_client option handling
inoguchi
1
-450
/
+770
2020-07-09
New regression tests for integral type conversions
schwarze
2
-2
/
+378
2020-07-08
New regression tests for character and string conversions
schwarze
2
-2
/
+445
2020-07-07
Remove temporary RSA keys/callbacks code.
jsing
1
-43
/
+0
2020-07-07
Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.
jsing
1
-0
/
+12
2020-07-07
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
5
-64
/
+17
2020-07-07
Enable TLSv1.3 for the generic TLS_method().
jsing
2
-5
/
+52
2020-07-06
Add support for timeconting in userland.
pirofti
6
-6
/
+146
2020-07-04
Add a missing circular_init() call in the TLS ordering test.
jsing
1
-1
/
+3
2020-07-03
zap trailing whitespace on one line
tb
1
-2
/
+2
2020-07-03
tlsexttest: pass message type to the extension functions
tb
1
-144
/
+144
2020-07-03
Make the message type available to the extension functions
tb
2
-167
/
+181
2020-07-03
adjust alpn extension test to new argument order
tb
1
-3
/
+3
2020-07-03
adjust tlsexttest to new argument order
tb
1
-5
/
+5
2020-07-03
Improve argument order for the internal tlsext API
tb
8
-39
/
+39
2020-06-29
Disable assembly code for powerpc64; more work is needed to make it work.
kettenis
1
-8
/
+9
[next]