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
/
usr.bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ptr -> *ptr
tb
2020-11-03
1
-5
/
+5
*
X509_verify_cert()'s return value is not reliable if the callback
tb
2020-11-03
1
-20
/
+22
*
some comma fixes; from varik valefor
jmc
2020-11-01
1
-12
/
+12
*
Add a -legacy_verify flag to force use of the old validator for debugging
tb
2020-10-26
3
-4
/
+13
*
no need to initialize i if it's re-initialized a few lines down
tb
2020-10-14
1
-2
/
+1
*
Free peekaboo pbuf at end of s_client_main()
tb
2020-10-14
1
-1
/
+2
*
Make sure an OCSP query sends a host header
tb
2020-10-13
1
-4
/
+13
*
set SO_REUSEADDR on the server socket when we play oscp server.
beck
2020-10-08
1
-1
/
+2
*
Add -[46] nops for compatibility with the OpenSSL s_server
tb
2020-10-02
1
-1
/
+9
*
Wrap long lines, add space in front of goto label in openssl(1) ocsp.c
inoguchi
2020-09-09
1
-93
/
+118
*
Change SSLv23_client_method to TLS_client_method openssl(1) ocsp
inoguchi
2020-09-09
1
-2
/
+2
*
Remove space between pointer '*' and variable name in ocsp.c
inoguchi
2020-09-09
1
-39
/
+39
*
Convert openssl(1) ocsp option handling
inoguchi
2020-09-09
1
-443
/
+725
*
Add option type OPTION_UL_VALUE_OR
inoguchi
2020-09-09
2
-2
/
+9
*
Convert openssl req option handling.
jsing
2020-08-09
1
-378
/
+572
*
Wrap long lines s_server.c
inoguchi
2020-07-27
1
-67
/
+130
*
Add function prototype and move sub functions to bottom
inoguchi
2020-07-27
1
-198
/
+197
*
Remove space between '*' and pointer variable in s_server.c
inoguchi
2020-07-27
1
-12
/
+12
*
Remove 's_' prefix from member of s_server_config struct
inoguchi
2020-07-27
1
-110
/
+110
*
Convert openssl(1) s_server option handling
inoguchi
2020-07-27
1
-568
/
+929
*
Convert option handling for openssl(1) verify.
jsing
2020-07-14
1
-88
/
+220
*
Remove hyphen
inoguchi
2020-07-14
1
-3
/
+3
*
Add single space between pem and ...
inoguchi
2020-07-14
1
-2
/
+2
*
Add manual for openssl(1) certhash
inoguchi
2020-07-14
1
-2
/
+57
*
Clean up s_client.c
inoguchi
2020-07-10
1
-26
/
+27
*
Change variable bio_c_out from global to local
inoguchi
2020-07-10
1
-15
/
+11
*
Wrap long lines and put space in front of label in s_client.c
inoguchi
2020-07-09
1
-46
/
+80
*
Remove c_ prefix from s_client_config member
inoguchi
2020-07-09
1
-33
/
+33
*
Convert openssl(1) s_client option handling
inoguchi
2020-07-09
1
-450
/
+770
*
While the second SSL_CTX in this code is only used on servername
tb
2020-05-23
1
-1
/
+2
*
In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by
tb
2020-05-23
2
-2
/
+7
*
Avoid an out-of-bounds array access in the s_server.
tb
2020-05-23
1
-1
/
+3
*
sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"
deraadt
2020-05-22
1
-3
/
+4
*
Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server
inoguchi
2020-05-13
1
-6
/
+8
*
Add -tls1_3 and -no_tls1_3 options to openssl(1) s_server
inoguchi
2020-05-13
1
-6
/
+28
*
Make openssl X509 handle the failure case return code from X509_time_cmp.
beck
2020-05-10
1
-5
/
+16
*
Conditionalize sleep-before-retry in server code to only be done when
beck
2020-05-10
1
-3
/
+5
*
Display TLSv1.3 extension type with openssl(1) -tlsextdebug
inoguchi
2020-04-26
1
-7
/
+49
*
s_client: fix use of possibly uninitialized values
inoguchi
2020-04-26
1
-2
/
+2
*
In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups";
schwarze
2020-04-25
1
-6
/
+18
*
Add -groups option to openssl(1) s_server.
jsing
2020-04-19
2
-35
/
+31
*
Tag subcommand sections
kn
2020-02-19
1
-2
/
+44
*
Add -tls1_3 and -notls1_3 options to openssl(1) s_client.
jsing
2020-02-16
2
-23
/
+37
*
Standardize argument naming for "sourceaddr" and unify the wording a bit,
schwarze
2020-02-12
2
-10
/
+9
*
revert previous nc loop refactor from 1.211, breaks bluhm's stuff
beck
2020-01-26
1
-64
/
+36
*
add a couple of XXX for future cleanup
tb
2020-01-25
1
-1
/
+4
*
Teach openssl s_client a bit about TLSv1.3.
tb
2020-01-24
1
-2
/
+17
*
Make -peekaboo mode also use SSL_pending after peeking, to ensure
beck
2020-01-23
1
-2
/
+9
*
Simplify the peekaboo code.
jsing
2020-01-22
1
-35
/
+6
*
Add -peekaboo option to s_client, to test SSL_peek
beck
2020-01-22
1
-4
/
+66
[prev]
[next]