summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ephemeral RSA key handling.jsing2014-10-311-43/+4
* Use automatic DH ephemeral parameters instead of fixed 512 bit.jsing2014-10-311-38/+23
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-228-36/+19
* None of these need <openssl/rand.h>jsing2014-10-223-6/+3
* s_client: don't call shutdown on a non-existent socket descriptor.bcook2014-10-201-3/+1
* Repair BUF_strdup() breakage.jsing2014-10-162-4/+6
* prefer C99 array initialization syntax.bcook2014-10-135-10/+10
* Use O_NONBLOCK over FIONBIO.bcook2014-10-132-11/+7
* fix an indentation that makes me upsetderaadt2014-10-081-2/+2
* Switch "openssl req" to using SHA256 for hashes and AES256 to encrypt on-disksthen2014-10-012-12/+12
* Remove unused #define.lteo2014-09-171-3/+1
* a little less sendmail specific;jmc2014-09-161-4/+3
* Disable -Wshadow again, since it breaks builds on vax with gcc3.jsing2014-09-101-2/+2
* Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug2014-09-015-25/+21
* Convert ecparam to new option/usage handling.jsing2014-09-011-197/+215
* Improve option usage output.jsing2014-09-011-7/+20
* Convert openssl(1) version to new option/usage handling.jsing2014-08-301-34/+90
* Move the callback function pointer outside the opt union so that the optionjsing2014-08-302-4/+10
* OpenSSL_add_all_algorithms() is called from openssl_startup() - it does notjsing2014-08-286-13/+6
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-2827-60/+30
* Add option handling with a callback function for argument processing.jsing2014-08-282-2/+10
* Convert openssl(1) crl to new option/usage handling.jsing2014-08-281-186/+246
* Given the usage option name/argument name width a few more characters.jsing2014-08-281-2/+2
* Ensure that a format option argument is a known specifier.jsing2014-08-281-2/+10
* Add option handling for ordered flags.jsing2014-08-282-2/+8
* Add option handling for input/output formats.jsing2014-08-282-2/+8
* Convert openssl(1) prime to the new options/usage handling.jsing2014-08-271-60/+81
* Reset the config struct before calling options_parse(), otherwise configjsing2014-08-271-1/+3
* Add an option type that handles argument to integer conversion.jsing2014-08-272-4/+22
* Implement table-driven option parsing that allows an application tojsing2014-08-273-76/+192
* remove nginx referencesrobert2014-08-261-2/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-2657-0/+44053