| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove SSLv23 padding mode from rsautl's usage (left behind in a removal | tb | 2019-01-29 | 1 | -2/+1 |
* | spelling; | jmc | 2019-01-28 | 1 | -3/+3 |
* | Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error. | tb | 2019-01-20 | 1 | -4/+8 |
* | change the default digest used by | jsg | 2019-01-19 | 2 | -4/+4 |
* | switch the default algorithm for the dgst command from MD5 to SHA256 | naddy | 2019-01-18 | 2 | -6/+6 |
* | Add -iter and -pbkdf2 to the usage synopsis. | naddy | 2019-01-18 | 1 | -15/+17 |
* | tweak previous; | jmc | 2019-01-18 | 1 | -7/+7 |
* | Add the -iter and -pbkdf2 argumenst to enc | beck | 2019-01-18 | 1 | -2/+11 |
* | Change the default digest type to sha256, and add support for | beck | 2019-01-18 | 1 | -5/+44 |
* | Revert back previous commit and stop including strings.h | mestre | 2019-01-10 | 2 | -9/+7 |
* | Include strings.h for bzero in usr.bin/nc | inoguchi | 2019-01-09 | 2 | -2/+4 |
* | too many words in previous; | jmc | 2018-12-27 | 1 | -2/+2 |
* | port ranges can be ambiguous with hypenated port-names. | tedu | 2018-12-27 | 2 | -6/+7 |
* | Keep usage in sync with logic if OPENSSL_NO_DES is set. | tobias | 2018-12-09 | 1 | -1/+3 |
* | update for libtls default cert changes. | tedu | 2018-11-29 | 1 | -5/+6 |
* | didn't found -> didn't find. | tb | 2018-11-14 | 1 | -2/+2 |
* | Add sm3 to the 'openssl dgst' command. | tb | 2018-11-11 | 1 | -1/+5 |
* | Add automatic threading initialization for libcrypto. | bcook | 2018-11-11 | 1 | -53/+1 |
* | In verbose mode netcat reports to stderr when the listen system | bluhm | 2018-11-09 | 1 | -16/+29 |
* | Use TLS_CA_CERT_FILE instead of a separate define. | jsing | 2018-11-06 | 1 | -3/+2 |
* | Unbreak following elliptic curves to supported groups rename. | jsing | 2018-11-06 | 1 | -3/+3 |
* | Make the documentation of -conv_form match reality. It defaults | tb | 2018-11-01 | 1 | -6/+6 |
* | show what went wrong with a unix domain socket, rather than fail silently | dlg | 2018-10-26 | 1 | -2/+4 |
* | Plug TLS context leak in nc(1) server and client mode. Move | bluhm | 2018-10-04 | 1 | -12/+10 |
* | -T applies to ip6 too, apparently; | jmc | 2018-09-25 | 1 | -4/+4 |
* | Move tally mark printing out of the main benchmark loop; ok tb@ | cheloha | 2018-09-17 | 1 | -14/+21 |
* | Declare strings passed to local_listen() as const. This makes it | bluhm | 2018-09-07 | 1 | -3/+3 |
* | Do not close the socket twice in netcat. | bluhm | 2018-09-06 | 1 | -5/+6 |
* | Drop SSLv2, SSLv3 support. | cheloha | 2018-08-28 | 1 | -6/+2 |
* | Check for SSL_write(3) error. | cheloha | 2018-08-28 | 1 | -3/+4 |
* | update usage for pkcs8; | jmc | 2018-08-24 | 1 | -10/+9 |
* | The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb} | tb | 2018-08-24 | 1 | -22/+2 |
* | Stop handling broken PKCS#8 formats in openssl(1). | tb | 2018-08-24 | 1 | -52/+2 |
* | Use a monotonic clock for the benchmark timeout. | cheloha | 2018-08-22 | 1 | -24/+9 |
* | Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection(). | cheloha | 2018-08-21 | 1 | -41/+25 |
* | Don't leak a strdup()'ed string on error in do_accept(). | tb | 2018-08-19 | 1 | -1/+3 |
* | Plug SSL object leaks in doConnection(). | cheloha | 2018-08-18 | 1 | -32/+22 |
* | spelling; | jmc | 2018-08-17 | 1 | -2/+2 |
* | Make the wording more concise, use the imperative throughout, state | schwarze | 2018-08-17 | 1 | -108/+126 |
* | Revert previous, which was wrong as noted by schwarze. Also revert a hunk | tb | 2018-08-16 | 1 | -4/+7 |
* | Remove unused variable. | rob | 2018-08-16 | 1 | -5/+3 |
* | Don't fail by default in the -new case; ok tb jca | cheloha | 2018-08-14 | 1 | -19/+12 |
* | Refactor the nearly identical benchmark loops into a single loop. | cheloha | 2018-08-11 | 1 | -139/+108 |
* | In typical swiss-army style, various modes and options cause | deraadt | 2018-08-10 | 1 | -1/+24 |
* | openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET | cheloha | 2018-07-13 | 4 | -15/+15 |
* | trailing whitespace, and move arg checking before pledge | beck | 2018-04-27 | 1 | -17/+17 |
* | The cookie in the cookie verify callback needs to be const. | tb | 2018-04-25 | 2 | -4/+5 |
* | Delete the description of the argument of the "ciphers" command | schwarze | 2018-04-10 | 1 | -145/+13 |
* | Improve description of openssl(1) ciphers. | schwarze | 2018-03-31 | 1 | -9/+5 |
* | Updates to the description of "openssl ca" from OpenSSL. | schwarze | 2018-03-30 | 1 | -23/+82 |