Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | shorten s_client; | Jason McIntyre | |
2016-08-31 | We don't need any VMS access tricks. | Theo de Raadt | |
ok beck tedu | |||
2016-08-30 | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | Theo de Raadt | |
prodding & ok jsing | |||
2016-08-30 | buf[][] with strange use all over the place is ridiculous, especially | Theo de Raadt | |
if buf[1] is never used. ok guenther beck | |||
2016-08-30 | Fix 32-bit time handling, using time_t and make it work on systems | Theo de Raadt | |
where that is long long. ok beck guenther | |||
2016-08-30 | shorten rsautl; | Jason McIntyre | |
2016-08-28 | shorten the rsa text; of note, i've also reduced the description | Jason McIntyre | |
for -inform/-outform/-text and removed the oft-repeated header/footer blurb; | |||
2016-08-27 | shorten the req text; | Jason McIntyre | |
2016-08-26 | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | Theo de Raadt | |
buf a special name, recognize that most are PATH_MAX, and remove a few that are not needed at all. ok jsing beck | |||
2016-08-25 | shorten the pkeyutl text; | Jason McIntyre | |
help/ok guenther | |||
2016-08-24 | shorten the pkeyparam text; | Jason McIntyre | |
2016-08-24 | shorten the pkey text; | Jason McIntyre | |
2016-08-23 | shorten pkcs12; | Jason McIntyre | |
2016-08-22 | shorten the pkcs8 text; | Jason McIntyre | |
2016-08-22 | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | Theo de Raadt | |
2016-08-20 | shorten pkcs7 text; | Jason McIntyre | |
2016-08-20 | shorten the passwd text; ok jsing | Jason McIntyre | |
2016-08-19 | shorten the ocsp text; ok beck | Jason McIntyre | |
2016-08-18 | shorten the nseq text; | Jason McIntyre | |
2016-08-16 | shorten genrsa; ok jsing | Jason McIntyre | |
2016-08-14 | shorten genpkey; ok guenther | Jason McIntyre | |
2016-08-13 | shorten gendsa; | Jason McIntyre | |
2016-08-12 | trim errstr, and zap gendh (deprecated) entirely; | Jason McIntyre | |
2016-08-12 | shorten openssl enc, with help from jsing; | Jason McIntyre | |
ok jsing beck | |||
2016-08-10 | shorten ecparam; | Jason McIntyre | |
2016-08-09 | trim the ec text; | Jason McIntyre | |
2016-08-08 | trim the dsaparam section; ok guenther | Jason McIntyre | |
2016-08-05 | shorten the openssl dsa text; | Jason McIntyre | |
2016-08-03 | shorten the openssl dhparam text; | Jason McIntyre | |
guenther helped rewrite the -dsaparam parts. | |||
2016-08-01 | shorten the openssl dgst text; in particular, do not try to | Jason McIntyre | |
list all the available digests; | |||
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre | |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre | |
2016-07-23 | rework crl2pkcs7; with help from jsing | Jason McIntyre | |
2016-07-21 | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | Jason McIntyre | |
2016-07-21 | rename NOTES to COMMON SYNTAX (explains itself better); rework the | Jason McIntyre | |
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; | |||
2016-07-21 | strip back openssl crl somewhat: remove the examples | Jason McIntyre | |
and move any relevant text into the main body; | |||
2016-07-20 | strip back openssl ciphers: | Jason McIntyre | |
- rearrange the descriptions of -V and -v to read more logically - move the cipherlist text into the cipherlist description - zap examples | |||
2016-07-19 | strip back openssl ca: in particular remove some excessively wordy sections, | Jason McIntyre | |
move some other sections into more relevant places, and remove the example ca file; | |||
2016-07-17 | strip back asn1parse; ok beck jsing | Jason McIntyre | |
description of -out altered on jsing's advice | |||
2016-07-16 | since we no longer pull source directly from openssl, the time is | Jason McIntyre | |
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. | |||
2016-06-21 | Fix a bug loading the default certificate path locations. | Brent Cook | |
The files would only be loaded if the CAfile or CApath locations were succesfully loaded first. Original patch from OpenSSL: https://github.com/openssl/openssl/commit/fe9b85c3cb79f1e29e61f01de105b34ce8177190 ok beck@ | |||
2016-04-26 | add "dns" to openssl ocsp | Sebastien Marie | |
problem reported by Alexandre (kAworu) ok beck@ deraadt@ sthen@ | |||
2016-04-07 | hexidecimal->hexadecimal; from mmcc | Jason McIntyre | |
ok beck | |||
2016-02-12 | word fix from previous; ok sthen | Jason McIntyre | |
2016-02-08 | sslv3 has been removed; | Jason McIntyre | |
prompted by a mail from jiri navratil help/ok sthen | |||
2015-12-24 | more e-mail -> email | mmcc | |
2015-12-23 | remove NULL-check before free() | mmcc | |
2015-12-01 | s_server also needs DNS; reported by tb@ | Jeremie Courreges-Anglas | |
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | Jeremie Courreges-Anglas | |
2015-12-01 | pledge dns so openssl can use dns.. noticed and fix by todd@ | Bob Beck | |
ok jcs@ deraadt@ theo@ |