summaryrefslogtreecommitdiff
path: root/src/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Just don't bother with OpenSSL error strings, they are mostlybeck2017-01-242-77/+71
* various cleanup;jmc2017-01-242-29/+28
* slight cleanupsderaadt2017-01-241-4/+3
* s/exit/exist/ typobeck2017-01-241-2/+2
* New ocspcheck utility to validate a certificate against its ocsp responderbeck2017-01-245-0/+1634
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-262-10438/+0
* Link dependencies on libssl and libcrypto were missing.guenther2014-07-271-2/+3
* Use Cm instead of Li for 'MASK:'guenther2014-07-221-2/+2
* Rewrite the description of the string_mask config file option to matchguenther2014-07-221-34/+30
* Warnings. I haz them.miod2014-07-021-2/+11
* Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc2014-06-251-6/+5
* Remove references to RANDFILE.jsing2014-06-021-19/+2
* Remove details regarding -rand from the openssl man page.jsing2014-06-021-123/+3
* define -DLIBRESSL_INTERNAL in here so we don't use nastiesbeck2014-05-291-2/+2
* sync openssl(1) with changes already made in src/lib/libssl/doc, reminded bysthen2014-05-181-5/+5
* Remove defined varibles that no longer do anything.jsing2014-04-251-3/+2
* no app_rand.ctedu2014-04-181-2/+2
* since e_os.h is dead, and e_os2.h is installed, we can fetch from there.deraadt2014-04-181-8/+2
* Make MONOLITH the default and only optionmatthew2014-04-171-2/+2
* -Walltedu2014-04-171-1/+2
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-5/+1
* Unhook httpd(8) from build; man page bitsflorian2014-03-131-10/+3
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+5
* we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1)naddy2013-07-221-3/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-19/+45
* use Lk for links;jmc2012-08-151-4/+4
* put back the Key-Arg field - sess_id still prints it;jmc2012-07-131-2/+5
* remove (hopefully) all traces of sslv2; ok sthenjmc2012-07-121-55/+23
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-111-1/+2
* ssl.8: Certifying Authority -> Certificate Authorityjmc2011-09-291-6/+6
* - update key size and alg recommendations; from Lawrence Teojmc2011-09-071-6/+5
* a a -> alum2011-01-201-3/+3
* overriden -> overridden;jmc2010-12-121-4/+4
* various tweaks for consistency;jmc2010-10-171-92/+62
* use standard list width;jmc2010-10-151-29/+29
* nicer formatting for the various synopses;jmc2010-10-151-276/+344
* document "openssl ts";jmc2010-10-151-4/+629
* probabalistic -> probabilistic; from naddyjmc2010-10-141-2/+2
* for openssl prime, note that results are probabalistic; from djmjmc2010-10-141-2/+5
* document "openssl prime";jmc2010-10-131-1/+47
* document "openssl pkeyparam";jmc2010-10-131-6/+54
* document "openssl pkeyutl";jmc2010-10-121-2/+212
* document "openssl pkey";jmc2010-10-091-1/+127
* document "openssl genpkey";jmc2010-10-091-2/+176
* document "openssl engine";jmc2010-10-081-1/+51
* document "openssl ecparam";jmc2010-10-081-1/+182
* supply the correct value of ciphers DEFAULT; from djmjmc2010-10-081-3/+3
* document "openssl ec";jmc2010-10-081-3/+209
* catch up to openssl-1.0.0a; there's some new commands, as yet undocumented,jmc2010-10-061-214/+650