summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2016-09-01shorten s_client;Jason McIntyre
2016-08-31We don't need any VMS access tricks.Theo de Raadt
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
2016-08-30buf[][] with strange use all over the place is ridiculous, especiallyTheo de Raadt
2016-08-30Fix 32-bit time handling, using time_t and make it work on systemsTheo de Raadt
2016-08-30shorten rsautl;Jason McIntyre
2016-08-28shorten the rsa text; of note, i've also reduced the descriptionJason McIntyre
2016-08-27shorten the req text;Jason McIntyre
2016-08-26Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachTheo de Raadt
2016-08-25shorten the pkeyutl text;Jason McIntyre
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
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
2016-08-01shorten the openssl dgst text; in particular, do not try toJason McIntyre
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
2016-07-21strip back openssl crl somewhat: remove the examplesJason McIntyre
2016-07-20strip back openssl ciphers:Jason McIntyre
2016-07-19strip back openssl ca: in particular remove some excessively wordy sections,Jason McIntyre
2016-07-17strip back asn1parse; ok beck jsingJason McIntyre
2016-07-16since we no longer pull source directly from openssl, the time isJason McIntyre
2016-06-21Fix a bug loading the default certificate path locations.Brent Cook
2016-04-26add "dns" to openssl ocspSebastien Marie
2016-04-07hexidecimal->hexadecimal; from mmccJason McIntyre
2016-02-12word fix from previous; ok sthenJason McIntyre
2016-02-08sslv3 has been removed;Jason McIntyre
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