Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Just don't bother with OpenSSL error strings, they are mostly | beck | 2017-01-24 | 2 | -77/+71 | |
| | | | | irrelevant and look gross here anyway.. we don't need them | |||||
* | various cleanup; | jmc | 2017-01-24 | 2 | -29/+28 | |
| | ||||||
* | slight cleanups | deraadt | 2017-01-24 | 1 | -4/+3 | |
| | ||||||
* | s/exit/exist/ typo | beck | 2017-01-24 | 1 | -2/+2 | |
| | ||||||
* | New ocspcheck utility to validate a certificate against its ocsp responder | beck | 2017-01-24 | 5 | -0/+1634 | |
| | | | | | | and save the reply for stapling ok deraadt@ jsing@ | |||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 2 | -10438/+0 | |
| | | | | | | | | a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ | |||||
* | Link dependencies on libssl and libcrypto were missing. | guenther | 2014-07-27 | 1 | -2/+3 | |
| | | | | | | OPENSSL_NO_RC5 is #defined in the #includes, so it's not needed here. ok deraadt@ | |||||
* | Use Cm instead of Li for 'MASK:' | guenther | 2014-07-22 | 1 | -2/+2 | |
| | | | | (Overlooked among jmc@'s other suggestions) | |||||
* | Rewrite the description of the string_mask config file option to match | guenther | 2014-07-22 | 1 | -34/+30 | |
| | | | | | | reality, and reformatting to be readable. formatting and wording suggestions miod@ jmc@ | |||||
* | Warnings. I haz them. | miod | 2014-07-02 | 1 | -2/+11 | |
| | ||||||
* | Alexander Schrijver posted a diff to remove references to the c_rehash script, | jmc | 2014-06-25 | 1 | -6/+5 | |
| | | | | | | which we don;t have in base. after some discussion with jca, i've not removed these references, but tried to make it clearer it's distributed with openssl and not included in base; | |||||
* | Remove references to RANDFILE. | jsing | 2014-06-02 | 1 | -19/+2 | |
| | ||||||
* | Remove details regarding -rand from the openssl man page. | jsing | 2014-06-02 | 1 | -123/+3 | |
| | ||||||
* | define -DLIBRESSL_INTERNAL in here so we don't use nasties | beck | 2014-05-29 | 1 | -2/+2 | |
| | | | | ok deraadt@ | |||||
* | sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by | sthen | 2014-05-18 | 1 | -5/+5 | |
| | | | | jmc: move from 1024 to 2048 bit key defaults; see genrsa.c 1.26 et al. | |||||
* | Remove defined varibles that no longer do anything. | jsing | 2014-04-25 | 1 | -3/+2 | |
| | | | | ok miod@ | |||||
* | no app_rand.c | tedu | 2014-04-18 | 1 | -2/+2 | |
| | ||||||
* | since e_os.h is dead, and e_os2.h is installed, we can fetch from there. | deraadt | 2014-04-18 | 1 | -8/+2 | |
| | | | | This means we don't need the reach-around anymore. | |||||
* | Make MONOLITH the default and only option | matthew | 2014-04-17 | 1 | -2/+2 | |
| | | | | ok deraadt | |||||
* | -Wall | tedu | 2014-04-17 | 1 | -1/+2 | |
| | ||||||
* | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | miod | 2014-04-15 | 1 | -5/+1 | |
| | | | | | more comfortable. Reminded by brad@ | |||||
* | Unhook httpd(8) from build; man page bits | florian | 2014-03-13 | 1 | -10/+3 | |
| | | | | | | | tweaks jmc@ OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@ | |||||
* | Switch vax to gcc 3.3.6. | miod | 2013-08-06 | 1 | -1/+5 | |
| | ||||||
* | we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1) | naddy | 2013-07-22 | 1 | -3/+2 | |
| | | | | ok djm@ | |||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -3/+3 | |
| | ||||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-26 | 1 | -19/+45 | |
| | | | | references into a STANDARDS section; | |||||
* | use Lk for links; | jmc | 2012-08-15 | 1 | -4/+4 | |
| | ||||||
* | put back the Key-Arg field - sess_id still prints it; | jmc | 2012-07-13 | 1 | -2/+5 | |
| | ||||||
* | remove (hopefully) all traces of sslv2; ok sthen | jmc | 2012-07-12 | 1 | -55/+23 | |
| | ||||||
* | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 1 | -1/+2 | |
| | | | | Brad, jasper and naddy helped with test builds, fixing ports, etc. | |||||
* | ssl.8: Certifying Authority -> Certificate Authority | jmc | 2011-09-29 | 1 | -6/+6 | |
| | | | | | | | isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | |||||
* | - update key size and alg recommendations; from Lawrence Teo | jmc | 2011-09-07 | 1 | -6/+5 | |
| | | | | | | - whilst here, knock out useless Pp in openssl.1 ok djm markus | |||||
* | a a -> a | lum | 2011-01-20 | 1 | -3/+3 | |
| | | | | ok jmc@ | |||||
* | overriden -> overridden; | jmc | 2010-12-12 | 1 | -4/+4 | |
| | ||||||
* | various tweaks for consistency; | jmc | 2010-10-17 | 1 | -92/+62 | |
| | ||||||
* | use standard list width; | jmc | 2010-10-15 | 1 | -29/+29 | |
| | ||||||
* | nicer formatting for the various synopses; | jmc | 2010-10-15 | 1 | -276/+344 | |
| | ||||||
* | document "openssl ts"; | jmc | 2010-10-15 | 1 | -4/+629 | |
| | ||||||
* | probabalistic -> probabilistic; from naddy | jmc | 2010-10-14 | 1 | -2/+2 | |
| | ||||||
* | for openssl prime, note that results are probabalistic; from djm | jmc | 2010-10-14 | 1 | -2/+5 | |
| | ||||||
* | document "openssl prime"; | jmc | 2010-10-13 | 1 | -1/+47 | |
| | ||||||
* | document "openssl pkeyparam"; | jmc | 2010-10-13 | 1 | -6/+54 | |
| | ||||||
* | document "openssl pkeyutl"; | jmc | 2010-10-12 | 1 | -2/+212 | |
| | ||||||
* | document "openssl pkey"; | jmc | 2010-10-09 | 1 | -1/+127 | |
| | ||||||
* | document "openssl genpkey"; | jmc | 2010-10-09 | 1 | -2/+176 | |
| | ||||||
* | document "openssl engine"; | jmc | 2010-10-08 | 1 | -1/+51 | |
| | ||||||
* | document "openssl ecparam"; | jmc | 2010-10-08 | 1 | -1/+182 | |
| | ||||||
* | supply the correct value of ciphers DEFAULT; from djm | jmc | 2010-10-08 | 1 | -3/+3 | |
| | ||||||
* | document "openssl ec"; | jmc | 2010-10-08 | 1 | -3/+209 | |
| | ||||||
* | catch up to openssl-1.0.0a; there's some new commands, as yet undocumented, | jmc | 2010-10-06 | 1 | -214/+650 | |
| | | | | but i'll get to those shortly... |