summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-07More OPENSSL_NO_TLSEXT clean up.Joel Sing
2014-11-07Document the -servername option for openssl(1) s_client.Joel Sing
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,Joel Sing
2014-11-06ssl_sock_init() does nothing, so remove it...Joel Sing
2014-11-04simple select() to poll() conversion; reviewed by millert and dougTheo de Raadt
2014-10-31Remove ephemeral RSA key handling.Joel Sing
2014-10-31Use automatic DH ephemeral parameters instead of fixed 512 bit.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
2014-10-16Repair BUF_strdup() breakage.Joel Sing
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-10-13Use O_NONBLOCK over FIONBIO.Brent Cook
2014-10-08fix an indentation that makes me upsetTheo de Raadt
2014-10-01Switch "openssl req" to using SHA256 for hashes and AES256 to encrypt on-diskStuart Henderson
2014-09-17Remove unused #define.Lawrence Teo
2014-09-16a little less sendmail specific;Jason McIntyre
2014-09-10Disable -Wshadow again, since it breaks builds on vax with gcc3.Joel Sing
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-09-01Convert ecparam to new option/usage handling.Joel Sing
2014-09-01Improve option usage output.Joel Sing
2014-08-30Convert openssl(1) version to new option/usage handling.Joel Sing
2014-08-30Move the callback function pointer outside the opt union so that the optionJoel Sing
2014-08-28OpenSSL_add_all_algorithms() is called from openssl_startup() - it does notJoel Sing
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-28Add option handling with a callback function for argument processing.Joel Sing
2014-08-28Convert openssl(1) crl to new option/usage handling.Joel Sing
2014-08-28Given the usage option name/argument name width a few more characters.Joel Sing
2014-08-28Ensure that a format option argument is a known specifier.Joel Sing
2014-08-28Add option handling for ordered flags.Joel Sing
2014-08-28Add option handling for input/output formats.Joel Sing
2014-08-27Convert openssl(1) prime to the new options/usage handling.Joel Sing
2014-08-27Reset the config struct before calling options_parse(), otherwise configJoel Sing
2014-08-27Add an option type that handles argument to integer conversion.Joel Sing
2014-08-27Implement table-driven option parsing that allows an application toJoel Sing
2014-08-26remove nginx referencesRobert Nagy
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing