Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shorten speed; | jmc | 2016-09-12 | 1 | -48/+14 |
| | | | | help/ok guenther bcook | ||||
* | shorten smime; | jmc | 2016-09-08 | 1 | -344/+83 |
| | |||||
* | remove a cms leftover | deraadt | 2016-09-05 | 1 | -2/+1 |
| | |||||
* | shorten sess_id; | jmc | 2016-09-04 | 1 | -84/+44 |
| | |||||
* | Nuke one more cms tendril | beck | 2016-09-04 | 1 | -4/+1 |
| | | | | ok jsing@ | ||||
* | bye bye cms. send it to the attic | beck | 2016-09-04 | 2 | -1144/+2 |
| | | | | ok jsing@ | ||||
* | Options that take a time argument....take an argument | guenther | 2016-09-04 | 1 | -2/+3 |
| | | | | diff from Kinichiro Inoguchi (kinichiro.inoguchi (at) gmail.com) | ||||
* | squash some possibly-used-uninitialized warnings | bcook | 2016-09-03 | 1 | -3/+3 |
| | |||||
* | shorten s_time; help/ok bcook | jmc | 2016-09-03 | 1 | -91/+22 |
| | |||||
* | shorten s_server; | jmc | 2016-09-02 | 1 | -134/+72 |
| | |||||
* | shorten s_client; | jmc | 2016-09-01 | 1 | -142/+50 |
| | |||||
* | We don't need any VMS access tricks. | deraadt | 2016-08-31 | 1 | -27/+4 |
| | | | | ok beck tedu | ||||
* | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | deraadt | 2016-08-30 | 3 | -4/+15 |
| | | | | prodding & ok jsing | ||||
* | buf[][] with strange use all over the place is ridiculous, especially | deraadt | 2016-08-30 | 1 | -15/+14 |
| | | | | | if buf[1] is never used. ok guenther beck | ||||
* | Fix 32-bit time handling, using time_t and make it work on systems | deraadt | 2016-08-30 | 2 | -24/+25 |
| | | | | | where that is long long. ok beck guenther | ||||
* | shorten rsautl; | jmc | 2016-08-30 | 1 | -152/+13 |
| | |||||
* | shorten the rsa text; of note, i've also reduced the description | jmc | 2016-08-28 | 1 | -278/+44 |
| | | | | | for -inform/-outform/-text and removed the oft-repeated header/footer blurb; | ||||
* | shorten the req text; | jmc | 2016-08-27 | 1 | -452/+189 |
| | |||||
* | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | deraadt | 2016-08-26 | 1 | -86/+87 |
| | | | | | | buf a special name, recognize that most are PATH_MAX, and remove a few that are not needed at all. ok jsing beck | ||||
* | 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 |
| | |||||
* | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | deraadt | 2016-08-22 | 1 | -4/+1 |
| | |||||
* | 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 |
| | |||||
* | Let libtls load the CA, certificate and key files for nc(1), now that it | jsing | 2016-08-13 | 1 | -22/+15 |
| | | | | | | does this at the time the tls_config_set_*_file() function is called. ok bluhm@ | ||||
* | 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; | ||||
* | use the style from the man page examples for getaddrinfo, which makes a | halex | 2016-07-30 | 1 | -21/+19 |
| | | | | | | bit more sense ok jung@ deraadt@ | ||||
* | 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; |