summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove SSLv23 padding mode from rsautl's usage (left behind in a removaltb2019-01-291-2/+1
* spelling;jmc2019-01-281-3/+3
* Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.tb2019-01-201-4/+8
* change the default digest used byjsg2019-01-192-4/+4
* 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
* Revert back previous commit and stop including strings.hmestre2019-01-102-9/+7
* Include strings.h for bzero in usr.bin/ncinoguchi2019-01-092-2/+4
* too many words in previous;jmc2018-12-271-2/+2
* port ranges can be ambiguous with hypenated port-names.tedu2018-12-272-6/+7
* Keep usage in sync with logic if OPENSSL_NO_DES is set.tobias2018-12-091-1/+3
* update for libtls default cert changes.tedu2018-11-291-5/+6
* 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
* In verbose mode netcat reports to stderr when the listen systembluhm2018-11-091-16/+29
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-3/+2
* 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
* show what went wrong with a unix domain socket, rather than fail silentlydlg2018-10-261-2/+4
* Plug TLS context leak in nc(1) server and client mode. Movebluhm2018-10-041-12/+10
* -T applies to ip6 too, apparently;jmc2018-09-251-4/+4
* Move tally mark printing out of the main benchmark loop; ok tb@cheloha2018-09-171-14/+21
* Declare strings passed to local_listen() as const. This makes itbluhm2018-09-071-3/+3
* Do not close the socket twice in netcat.bluhm2018-09-061-5/+6
* 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
* spelling;jmc2018-08-171-2/+2
* Make the wording more concise, use the imperative throughout, stateschwarze2018-08-171-108/+126
* 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
* In typical swiss-army style, various modes and options causederaadt2018-08-101-1/+24
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-134-15/+15
* trailing whitespace, and move arg checking before pledgebeck2018-04-271-17/+17
* 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