Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | shorten the req text; | jmc | 2016-08-27 | 1 | -452/+189 | |
| | ||||||
* | shorten the pkeyutl text; | jmc | 2016-08-25 | 1 | -83/+40 | |
| | | | | help/ok guenther | |||||
* | shorten the pkeyparam text; | jmc | 2016-08-24 | 1 | -23/+8 | |
| | ||||||
* | shorten the pkey text; | jmc | 2016-08-24 | 1 | -73/+25 | |
| | ||||||
* | shorten pkcs12; | jmc | 2016-08-23 | 1 | -187/+42 | |
| | ||||||
* | shorten the pkcs8 text; | jmc | 2016-08-22 | 1 | -179/+63 | |
| | ||||||
* | shorten pkcs7 text; | jmc | 2016-08-20 | 1 | -58/+37 | |
| | ||||||
* | shorten the passwd text; ok jsing | jmc | 2016-08-20 | 1 | -48/+14 | |
| | ||||||
* | shorten the ocsp text; ok beck | jmc | 2016-08-19 | 1 | -199/+71 | |
| | ||||||
* | shorten the nseq text; | jmc | 2016-08-18 | 1 | -41/+17 | |
| | ||||||
* | shorten genrsa; ok jsing | jmc | 2016-08-16 | 1 | -42/+18 | |
| | ||||||
* | shorten genpkey; ok guenther | jmc | 2016-08-14 | 1 | -78/+23 | |
| | ||||||
* | shorten gendsa; | jmc | 2016-08-13 | 1 | -20/+12 | |
| | ||||||
* | trim errstr, and zap gendh (deprecated) entirely; | jmc | 2016-08-12 | 1 | -26/+1 | |
| | ||||||
* | shorten openssl enc, with help from jsing; | jmc | 2016-08-12 | 1 | -201/+39 | |
| | | | | ok jsing beck | |||||
* | shorten ecparam; | jmc | 2016-08-10 | 1 | -102/+50 | |
| | ||||||
* | trim the ec text; | jmc | 2016-08-09 | 1 | -92/+39 | |
| | ||||||
* | trim the dsaparam section; ok guenther | jmc | 2016-08-08 | 1 | -56/+36 | |
| | ||||||
* | shorten the openssl dsa text; | jmc | 2016-08-05 | 1 | -69/+35 | |
| | ||||||
* | shorten the openssl dhparam text; | jmc | 2016-08-03 | 1 | -84/+32 | |
| | | | | guenther helped rewrite the -dsaparam parts. | |||||
* | shorten the openssl dgst text; in particular, do not try to | jmc | 2016-08-01 | 1 | -53/+24 | |
| | | | | list all the available digests; | |||||
* | remove HISTORY: it was a nonsense; | jmc | 2016-07-28 | 1 | -25/+1 | |
| | ||||||
* | some text cutting, after feedback from jsing; | jmc | 2016-07-28 | 1 | -12/+12 | |
| | ||||||
* | rework crl2pkcs7; with help from jsing | jmc | 2016-07-23 | 1 | -57/+18 | |
| | ||||||
* | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | jmc | 2016-07-21 | 1 | -17/+12 | |
| | ||||||
* | rename NOTES to COMMON SYNTAX (explains itself better); rework the | jmc | 2016-07-21 | 1 | -43/+44 | |
| | | | | | | passphrase section a little; move the DER|PEM stuff in there to help avoid text repetition, and prefer the lowercase (less keys to press); adjust ENVIRONMENT to format a little more nicely; | |||||
* | strip back openssl crl somewhat: remove the examples | jmc | 2016-07-21 | 1 | -41/+21 | |
| | | | | and move any relevant text into the main body; | |||||
* | strip back openssl ciphers: | jmc | 2016-07-20 | 1 | -106/+60 | |
| | | | | | | - rearrange the descriptions of -V and -v to read more logically - move the cipherlist text into the cipherlist description - zap examples | |||||
* | strip back openssl ca: in particular remove some excessively wordy sections, | jmc | 2016-07-19 | 1 | -337/+120 | |
| | | | | | move some other sections into more relevant places, and remove the example ca file; | |||||
* | strip back asn1parse; ok beck jsing | jmc | 2016-07-17 | 1 | -108/+27 | |
| | | | | description of -out altered on jsing's advice | |||||
* | since we no longer pull source directly from openssl, the time is | jmc | 2016-07-16 | 1 | -427/+57 | |
| | | | | | | | | right to try and trim some of the excess from this page. begin now by cutting some of the fluff from the start. the section on pass phrase arguments goes to the end of the page: it;s in the way for now. | |||||
* | word fix from previous; ok sthen | jmc | 2016-02-12 | 1 | -3/+3 | |
| | ||||||
* | sslv3 has been removed; | jmc | 2016-02-08 | 1 | -16/+21 | |
| | | | | | prompted by a mail from jiri navratil help/ok sthen | |||||
* | more e-mail -> email | mmcc | 2015-12-24 | 1 | -3/+3 | |
| | ||||||
* | remove vestigial bits of sha-0 and md2 from openssl(1) | bcook | 2015-09-21 | 1 | -13/+10 | |
| | | | | | | | | Noted by kinichiro on github. We probably need a better way to indicate the list of message digests that are allowed, as the current ones are nowhere near exhaustive (sigh - guenther@) OK guenther@ jmc@ | |||||
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -7/+10 | |
| | ||||||
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -9/+6 | |
| | | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | |||||
* | nc(1) seems worth an Xr in SEE ALSO now; | jmc | 2015-09-13 | 1 | -1/+2 | |
| | ||||||
* | document extra algorithms available with openssl speed command | bcook | 2015-09-13 | 1 | -1/+4 | |
| | | | | ok jmc@ | |||||
* | tweak STANDARDS; | jmc | 2015-09-13 | 1 | -3/+3 | |
| | ||||||
* | Nuke SSLEAY_CONF -- a backwards compatibility environment variable that | lteo | 2015-09-12 | 1 | -5/+2 | |
| | | | | | | | | | | has been superseded by OPENSSL_CONF and discouraged from use for almost 16 years. "Definately ok" jsing@ "burn it" deraadt@ "Kill it with fire" miod@ "KILL IT WITH FIRE!!! BURN!!!!" beck@ | |||||
* | Remove engine command and parameters from openssl(1). | bcook | 2015-09-11 | 1 | -354/+14 | |
| | | | | | | | We do not have any builtin or dynamic engines, meaning openssl(1) has no way to use the engine command or parameters at all. ok jsing@ | |||||
* | shutdown (n.) -> shut down (v.); | jmc | 2015-09-11 | 1 | -2/+2 | |
| | ||||||
* | Change the default behavior of the s_time command so that it will | lteo | 2015-09-11 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | perform a proper shutdown by sending a "close notify" alert to the server. This allows s_time to benchmark a full TLS connection more accurately. Introduce a new flag called -no_shutdown to make s_time adopt the previous behavior (i.e. shut down the connection without notifying the server) so that comparisons can still be made with OpenSSL's version. The idea of using a flag (which replaces a #define) was suggested by bcook@. Thanks to millert@ and miod@ as well for their feedback on an earlier diff which resulted in this change. ok bcook@ beck@ | |||||
* | Improve openssl s_client -starttls xmpp support. | landry | 2015-08-11 | 1 | -2/+10 | |
| | | | | | | | | | From https://rt.openssl.org/Ticket/Display.html?id=2860&user=guest&pass=guest - add a -xmpphost option to specify the xmpp virtual host - fix an infinite loop when the vhost isnt what the server expects - fix communication with openfire & prosody servers with tweaks & ok bcook@ doug@ manpage bits jmc@ | |||||
* | remove ssl3 bits; ok doug | jmc | 2015-08-02 | 1 | -58/+14 | |
| | ||||||
* | use file system path (.Pa) semantic markup macros where appropriate. | sobrado | 2015-07-27 | 1 | -7/+7 | |
| | | | | ok jmc@ | |||||
* | switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@ | sthen | 2015-07-08 | 1 | -3/+3 | |
| | ||||||
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 1 | -6/+4 | |
| | | | | ok deraadt@ jsing@ miod@ | |||||
* | spelling fixes from theo buehler; | jmc | 2015-06-18 | 1 | -4/+4 | |
| |