Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-22 | trim STANDARDS; ok jsing | Jason McIntyre | |
2016-09-22 | some minor cleanup; | Jason McIntyre | |
2016-09-22 | shorten x509; | Jason McIntyre | |
2016-09-20 | shorten version; | Jason McIntyre | |
2016-09-20 | shorten the verify error list; | Jason McIntyre | |
2016-09-19 | put the spkac section in the right place; | Jason McIntyre | |
2016-09-19 | shorten verify; | Jason McIntyre | |
2016-09-17 | remove comment about CMS; ok jsing | Theo de Raadt | |
2016-09-15 | add some Xr for acme-client(1); | Jason McIntyre | |
2016-09-15 | some spkac shortening; ok beck | Jason McIntyre | |
2016-09-15 | shorten ts; | Jason McIntyre | |
2016-09-12 | shorten speed; | Jason McIntyre | |
help/ok guenther bcook | |||
2016-09-08 | shorten smime; | Jason McIntyre | |
2016-09-05 | remove a cms leftover | Theo de Raadt | |
2016-09-04 | shorten sess_id; | Jason McIntyre | |
2016-09-04 | Nuke one more cms tendril | Bob Beck | |
ok jsing@ | |||
2016-09-04 | bye bye cms. send it to the attic | Bob Beck | |
ok jsing@ | |||
2016-09-04 | Options that take a time argument....take an argument | Philip Guenther | |
diff from Kinichiro Inoguchi (kinichiro.inoguchi (at) gmail.com) | |||
2016-09-03 | shorten s_time; help/ok bcook | Jason McIntyre | |
2016-09-02 | shorten s_server; | Jason McIntyre | |
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; |