summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Collapse)Author
2016-09-01shorten s_client;Jason McIntyre
2016-08-31We don't need any VMS access tricks.Theo de Raadt
ok beck tedu
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
prodding & ok jsing
2016-08-30buf[][] with strange use all over the place is ridiculous, especiallyTheo de Raadt
if buf[1] is never used. ok guenther beck
2016-08-30Fix 32-bit time handling, using time_t and make it work on systemsTheo de Raadt
where that is long long. ok beck guenther
2016-08-30shorten rsautl;Jason McIntyre
2016-08-28shorten the rsa text; of note, i've also reduced the descriptionJason McIntyre
for -inform/-outform/-text and removed the oft-repeated header/footer blurb;
2016-08-27shorten the req text;Jason McIntyre
2016-08-26Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachTheo 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-25shorten the pkeyutl text;Jason McIntyre
help/ok guenther
2016-08-24shorten the pkeyparam text;Jason McIntyre
2016-08-24shorten the pkey text;Jason McIntyre
2016-08-23shorten pkcs12;Jason McIntyre
2016-08-22shorten the pkcs8 text;Jason McIntyre
2016-08-22Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.Theo de Raadt
2016-08-20shorten pkcs7 text;Jason McIntyre
2016-08-20shorten the passwd text; ok jsingJason McIntyre
2016-08-19shorten the ocsp text; ok beckJason McIntyre
2016-08-18shorten the nseq text;Jason McIntyre
2016-08-16shorten genrsa; ok jsingJason McIntyre
2016-08-14shorten genpkey; ok guentherJason McIntyre
2016-08-13shorten gendsa;Jason McIntyre
2016-08-12trim errstr, and zap gendh (deprecated) entirely;Jason McIntyre
2016-08-12shorten openssl enc, with help from jsing;Jason McIntyre
ok jsing beck
2016-08-10shorten ecparam;Jason McIntyre
2016-08-09trim the ec text;Jason McIntyre
2016-08-08trim the dsaparam section; ok guentherJason McIntyre
2016-08-05shorten the openssl dsa text;Jason McIntyre
2016-08-03shorten the openssl dhparam text;Jason McIntyre
guenther helped rewrite the -dsaparam parts.
2016-08-01shorten the openssl dgst text; in particular, do not try toJason McIntyre
list all the available digests;
2016-07-28remove HISTORY: it was a nonsense;Jason McIntyre
2016-07-28some text cutting, after feedback from jsing;Jason McIntyre
2016-07-23rework crl2pkcs7; with help from jsingJason McIntyre
2016-07-21rework DESCRIPTION a little: no-command seems clearer than no-XXX;Jason McIntyre
2016-07-21rename NOTES to COMMON SYNTAX (explains itself better); rework theJason 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-21strip back openssl crl somewhat: remove the examplesJason McIntyre
and move any relevant text into the main body;
2016-07-20strip 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-19strip 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-17strip back asn1parse; ok beck jsingJason McIntyre
description of -out altered on jsing's advice
2016-07-16since we no longer pull source directly from openssl, the time isJason 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-21Fix 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-26add "dns" to openssl ocspSebastien Marie
problem reported by Alexandre (kAworu) ok beck@ deraadt@ sthen@
2016-04-07hexidecimal->hexadecimal; from mmccJason McIntyre
ok beck
2016-02-12word fix from previous; ok sthenJason McIntyre
2016-02-08sslv3 has been removed;Jason McIntyre
prompted by a mail from jiri navratil help/ok sthen
2015-12-24more e-mail -> emailmmcc
2015-12-23remove NULL-check before free()mmcc
2015-12-01s_server also needs DNS; reported by tb@Jeremie Courreges-Anglas
2015-12-01Undo previous, pledge("dns") was already present. The problem was in s_server.Jeremie Courreges-Anglas
2015-12-01pledge dns so openssl can use dns.. noticed and fix by todd@Bob Beck
ok jcs@ deraadt@ theo@