summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap long lines, add space in front of goto label in openssl(1) ocsp.cinoguchi2020-09-091-93/+118
* Change SSLv23_client_method to TLS_client_method openssl(1) ocspinoguchi2020-09-091-2/+2
* Remove space between pointer '*' and variable name in ocsp.cinoguchi2020-09-091-39/+39
* Convert openssl(1) ocsp option handlinginoguchi2020-09-091-443/+725
* Add option type OPTION_UL_VALUE_ORinoguchi2020-09-092-2/+9
* Convert openssl req option handling.jsing2020-08-091-378/+572
* Wrap long lines s_server.cinoguchi2020-07-271-67/+130
* Add function prototype and move sub functions to bottominoguchi2020-07-271-198/+197
* Remove space between '*' and pointer variable in s_server.cinoguchi2020-07-271-12/+12
* Remove 's_' prefix from member of s_server_config structinoguchi2020-07-271-110/+110
* Convert openssl(1) s_server option handlinginoguchi2020-07-271-568/+929
* Convert option handling for openssl(1) verify.jsing2020-07-141-88/+220
* Remove hypheninoguchi2020-07-141-3/+3
* Add single space between pem and ...inoguchi2020-07-141-2/+2
* Add manual for openssl(1) certhashinoguchi2020-07-141-2/+57
* Clean up s_client.cinoguchi2020-07-101-26/+27
* Change variable bio_c_out from global to localinoguchi2020-07-101-15/+11
* Wrap long lines and put space in front of label in s_client.cinoguchi2020-07-091-46/+80
* Remove c_ prefix from s_client_config memberinoguchi2020-07-091-33/+33
* Convert openssl(1) s_client option handlinginoguchi2020-07-091-450/+770
* While the second SSL_CTX in this code is only used on servernametb2020-05-231-1/+2
* In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY bytb2020-05-232-2/+7
* Avoid an out-of-bounds array access in the s_server.tb2020-05-231-1/+3
* sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"deraadt2020-05-221-3/+4
* Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_serverinoguchi2020-05-131-6/+8
* Add -tls1_3 and -no_tls1_3 options to openssl(1) s_serverinoguchi2020-05-131-6/+28
* Make openssl X509 handle the failure case return code from X509_time_cmp.beck2020-05-101-5/+16
* Conditionalize sleep-before-retry in server code to only be done whenbeck2020-05-101-3/+5
* Display TLSv1.3 extension type with openssl(1) -tlsextdebuginoguchi2020-04-261-7/+49
* s_client: fix use of possibly uninitialized valuesinoguchi2020-04-261-2/+2
* In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups";schwarze2020-04-251-6/+18
* Add -groups option to openssl(1) s_server.jsing2020-04-192-35/+31
* Tag subcommand sectionskn2020-02-191-2/+44
* Add -tls1_3 and -notls1_3 options to openssl(1) s_client.jsing2020-02-162-23/+37
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-122-10/+9
* revert previous nc loop refactor from 1.211, breaks bluhm's stuffbeck2020-01-261-64/+36
* add a couple of XXX for future cleanuptb2020-01-251-1/+4
* Teach openssl s_client a bit about TLSv1.3.tb2020-01-241-2/+17
* Make -peekaboo mode also use SSL_pending after peeking, to ensurebeck2020-01-231-2/+9
* Simplify the peekaboo code.jsing2020-01-221-35/+6
* Add -peekaboo option to s_client, to test SSL_peekbeck2020-01-221-4/+66
* If the client provides a TLS certificate and the user specifies abluhm2020-01-071-5/+6
* The unveil(2) for nc -U -u -l was wrong. The server cannot unveilbluhm2020-01-061-4/+23
* When using UNIX domain sockets, always call report_sock() with thebluhm2020-01-061-6/+10
* Check CMS API return value in openssl(1) cmsinoguchi2020-01-041-11/+21
* use "Currently" in the doc for "openssl enc" when talking about defaultsthen2019-12-181-2/+2
* In January, the default digest used in the openssl enc command wastb2019-12-181-7/+4
* Add manual for openssl(1) cmsinoguchi2019-11-281-2/+518
* More return value check in openssl(1) cmsinoguchi2019-11-191-23/+29
* Add manual descriptions for openssl(1) req -addextinoguchi2019-11-191-2/+10