summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variable.rob2018-08-161-5/+3
* Don't fail by default in the -new case; ok tb jcacheloha2018-08-141-19/+12
* Refactor the nearly identical benchmark loops into a single loop.cheloha2018-08-111-139/+108
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-134-15/+15
* The cookie in the cookie verify callback needs to be const.tb2018-04-252-4/+5
* Delete the description of the argument of the "ciphers" commandschwarze2018-04-101-145/+13
* Improve description of openssl(1) ciphers.schwarze2018-03-311-9/+5
* Updates to the description of "openssl ca" from OpenSSL.schwarze2018-03-301-23/+82
* checked the content against the current version of OpenSSL openssl.pod;schwarze2018-03-301-5/+5
* organizationUnitName -> organizationalUnitName;jmc2018-03-221-3/+3
* ca start/enddates require all 4 yyyy from 2050 on; first twojmc2018-02-281-6/+6
* document s_client -groups;jmc2018-02-181-2/+5
* typo in output string; from edgar pettijohnjmc2018-02-111-2/+2
* Convert option handling for openssl(1) genpkey.jsing2018-02-081-110/+177
* Restore a check before BN_free() that needs to exist and write it such thatjsing2018-02-071-2/+3
* Nuke some more free NULL guards.jsing2018-02-071-9/+5
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-0745-190/+190
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-0718-114/+67
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-27/+15
* Remove manual shutdown and close of the socket since in this casetb2018-02-061-7/+1
* Initialize variables to avoid compiler warningsinoguchi2018-01-282-4/+4
* Add s_server and s_client -tlsextdebug messagesinoguchi2018-01-151-1/+9
* Remove unused extern variable in openssl(1) s_timeinoguchi2018-01-071-2/+1
* Seperate real and user timer interfacesjca2017-12-054-17/+15
* Mixing -url with any of -host, -port, or -path should be a usage errorguenther2017-11-291-7/+8
* Use clock_gettime and getrusage to compute real and user time.jca2017-11-241-16/+33
* openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itmestre2017-11-021-2/+2
* Fix cast-pasto's in commentsguenther2017-10-071-3/+3
* Remove SSLv23 padding mode.jsing2017-08-282-7/+5
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* Remove NPN support - the -nextprotoneg options now become no-ops.jsing2017-08-124-113/+13
* remove redundant variable declarations in Makefiles, since those arelibressl-v2.6.0espie2017-07-091-2/+1
* typo: ket -> key.tb2017-05-161-3/+3
* simplify startdate/enddate validationbeck2017-05-081-27/+5
* Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidjsg2017-05-071-3/+7
* Fix the ca command so that certs it generates have RFC5280 conformant time.beck2017-05-041-16/+56
* use freezero() instead of 4-line conditional explicit_bzero + freederaadt2017-04-184-28/+10
* Add a -groups option to openssl s_client, which allows supported EC curvesjsing2017-01-241-7/+17
* whitespacederaadt2017-01-212-5/+5
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-2039-77/+77
* fix pledge for openssl ocsp - we will need tty to ask for a cert pwbeck2017-01-201-2/+2
* fix openssl ocsp to not report sucess when the ocsp responder rejects usbeck2017-01-191-3/+3
* consistently spell ASN.1;jmc2017-01-031-12/+12
* Display details of the server ephemeral key, based on OpenSSL.jsing2016-12-303-3/+44
* Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of alljsing2016-12-302-4/+4
* Stop using M_PKCS12_* compatibility macros here as well.jsing2016-12-301-3/+3
* typonaddy2016-10-061-3/+3
* trim STANDARDS; ok jsinglibressl-v2.5.0jmc2016-09-221-13/+1
* some minor cleanup;jmc2016-09-221-47/+17
* shorten x509;jmc2016-09-221-755/+414