summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* switch the default algorithm for the dgst command from MD5 to SHA256naddy2019-01-182-6/+6
* Add -iter and -pbkdf2 to the usage synopsis.naddy2019-01-181-15/+17
* tweak previous;jmc2019-01-181-7/+7
* Add the -iter and -pbkdf2 argumenst to encbeck2019-01-181-2/+11
* Change the default digest type to sha256, and add support forbeck2019-01-181-5/+44
* Keep usage in sync with logic if OPENSSL_NO_DES is set.tobias2018-12-091-1/+3
* didn't found -> didn't find.tb2018-11-141-2/+2
* Add sm3 to the 'openssl dgst' command.tb2018-11-111-1/+5
* Add automatic threading initialization for libcrypto.bcook2018-11-111-53/+1
* Unbreak following elliptic curves to supported groups rename.jsing2018-11-061-3/+3
* Make the documentation of -conv_form match reality. It defaultstb2018-11-011-6/+6
* Move tally mark printing out of the main benchmark loop; ok tb@cheloha2018-09-171-14/+21
* Drop SSLv2, SSLv3 support.cheloha2018-08-281-6/+2
* Check for SSL_write(3) error.cheloha2018-08-281-3/+4
* update usage for pkcs8;jmc2018-08-241-10/+9
* The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}tb2018-08-241-22/+2
* Stop handling broken PKCS#8 formats in openssl(1).tb2018-08-241-52/+2
* Use a monotonic clock for the benchmark timeout.cheloha2018-08-221-24/+9
* Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha2018-08-211-41/+25
* Don't leak a strdup()'ed string on error in do_accept().tb2018-08-191-1/+3
* Plug SSL object leaks in doConnection().cheloha2018-08-181-32/+22
* Revert previous, which was wrong as noted by schwarze. Also revert a hunktb2018-08-161-4/+7
* 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