summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2019-01-19change the default digest used byJonathan Gray
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256Christian Weisgerber
2019-01-18Add -iter and -pbkdf2 to the usage synopsis.Christian Weisgerber
2019-01-18tweak previous;Jason McIntyre
2019-01-18Add the -iter and -pbkdf2 argumenst to encBob Beck
2019-01-18Change the default digest type to sha256, and add support forBob Beck
2018-12-09Keep usage in sync with logic if OPENSSL_NO_DES is set.Tobias Stoeckmann
2018-11-14didn't found -> didn't find.Theo Buehler
2018-11-11Add sm3 to the 'openssl dgst' command.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-06Unbreak following elliptic curves to supported groups rename.Joel Sing
2018-11-01Make the documentation of -conv_form match reality. It defaultsTheo Buehler
2018-09-17Move tally mark printing out of the main benchmark loop; ok tb@cheloha
2018-08-28Drop SSLv2, SSLv3 support.cheloha
2018-08-28Check for SSL_write(3) error.cheloha
2018-08-24update usage for pkcs8;Jason McIntyre
2018-08-24The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}Theo Buehler
2018-08-24Stop handling broken PKCS#8 formats in openssl(1).Theo Buehler
2018-08-22Use a monotonic clock for the benchmark timeout.cheloha
2018-08-21Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha
2018-08-19Don't leak a strdup()'ed string on error in do_accept().Theo Buehler
2018-08-18Plug SSL object leaks in doConnection().cheloha
2018-08-16Revert previous, which was wrong as noted by schwarze. Also revert a hunkTheo Buehler
2018-08-16Remove unused variable.rob
2018-08-14Don't fail by default in the -new case; ok tb jcacheloha
2018-08-11Refactor the nearly identical benchmark loops into a single loop.cheloha
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2018-04-25The cookie in the cookie verify callback needs to be const.Theo Buehler
2018-04-10Delete the description of the argument of the "ciphers" commandIngo Schwarze
2018-03-31Improve description of openssl(1) ciphers.Ingo Schwarze
2018-03-30Updates to the description of "openssl ca" from OpenSSL.Ingo Schwarze
2018-03-30checked the content against the current version of OpenSSL openssl.pod;Ingo Schwarze
2018-03-22organizationUnitName -> organizationalUnitName;Jason McIntyre
2018-02-28ca start/enddates require all 4 yyyy from 2050 on; first twoJason McIntyre
2018-02-18document s_client -groups;Jason McIntyre
2018-02-11typo in output string; from edgar pettijohnJason McIntyre
2018-02-08Convert option handling for openssl(1) genpkey.Joel Sing
2018-02-07Restore a check before BN_free() that needs to exist and write it such thatJoel Sing
2018-02-07Nuke some more free NULL guards.Joel Sing
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-06Remove manual shutdown and close of the socket since in this caseTheo Buehler
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-15Add s_server and s_client -tlsextdebug messagesKinichiro Inoguchi
2018-01-07Remove unused extern variable in openssl(1) s_timeKinichiro Inoguchi
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2017-11-29Mixing -url with any of -host, -port, or -path should be a usage errorPhilip Guenther
2017-11-24Use clock_gettime and getrusage to compute real and user time.Jeremie Courreges-Anglas
2017-11-02openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itRicardo Mestre