summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove typedef and check sk_push return value in openssl(1) cmsinoguchi2019-11-181-23/+33
* Add -keyopt opiton to openssl(1) cms subcommandinoguchi2019-11-181-8/+128
* fail to usage if extra argv are presentderaadt2019-11-171-8/+4
* refactor the nc pool loop to not shut down the socket early, andbeck2019-11-131-36/+64
* Check return value and remove unnecessary variableinoguchi2019-11-061-7/+7
* Add -addext option to openssl(1) req subcommandinoguchi2019-11-061-3/+133
* Fix an out of bound read/write when using a proxy.millert2019-11-042-11/+21
* Indent labels for diffability.jsing2019-11-041-5/+5
* Remove spaces between * and variable names.jsing2019-11-041-25/+25
* Remove explicit NULL checks before *_free() calls.jsing2019-11-041-21/+14
* Hook openssl(1) cms back up.jsing2019-11-043-4/+8
* Currently we need to include pem.h before cms.h...jsing2019-11-041-2/+3
* Remove engine argument from load_cert() calls.jsing2019-11-041-8/+8
* Bring openssl(1) cms back from the attic.jsing2019-11-041-0/+1142
* Service names are still resolved with -nkn2019-10-241-4/+4
* Print IP address in verbose modejob2019-10-241-12/+34
* Revert previous, which works for -N case but causes regress failuresbeck2019-10-231-18/+1
* Fix -N flag to actually shut down the (entire) socket when the inputbeck2019-10-171-1/+18
* Avoid a path traversal bug in s_server on Windows.bcook2019-10-041-3/+3
* the formatting for the mini synopses in this page did not render welljmc2019-10-041-115/+179
* Remove unnecessary NULL check before free function in openssl(1) dgstinoguchi2019-08-301-11/+6
* Wrap lines over 80 cols and put space before goto label in openssl(1) dgstinoguchi2019-08-301-20/+30
* Simplify checking and more readable descriptions in openssl(1) dgstinoguchi2019-08-301-8/+8
* Convert openssl(1) dgst to the newer style of option handlinginoguchi2019-08-301-99/+216
* added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre2019-08-081-1/+2
* Remove -port option from s_server since it is same as -acceptinoguchi2019-08-051-4/+3
* Make proxy auth work with http 1.1 speaking webservers.benno2019-07-291-2/+3
* Moving variables into struct in openssl(1) dgstinoguchi2019-07-291-86/+99