summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* squash some possibly-used-uninitialized warningsbcook2016-09-031-3/+3
* shorten s_time; help/ok bcookjmc2016-09-031-91/+22
* shorten s_server;jmc2016-09-021-134/+72
* shorten s_client;jmc2016-09-011-142/+50
* We don't need any VMS access tricks.deraadt2016-08-311-27/+4
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-303-4/+15
* buf[][] with strange use all over the place is ridiculous, especiallyderaadt2016-08-301-15/+14
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-302-24/+25
* shorten rsautl;jmc2016-08-301-152/+13
* shorten the rsa text; of note, i've also reduced the descriptionjmc2016-08-281-278/+44
* shorten the req text;jmc2016-08-271-452/+189
* Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachderaadt2016-08-261-86/+87
* shorten the pkeyutl text;jmc2016-08-251-83/+40
* shorten the pkeyparam text;jmc2016-08-241-23/+8
* shorten the pkey text;jmc2016-08-241-73/+25
* shorten pkcs12;jmc2016-08-231-187/+42
* shorten the pkcs8 text;jmc2016-08-221-179/+63
* Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.deraadt2016-08-221-4/+1
* shorten pkcs7 text;jmc2016-08-201-58/+37
* shorten the passwd text; ok jsingjmc2016-08-201-48/+14
* shorten the ocsp text; ok beckjmc2016-08-191-199/+71
* shorten the nseq text;jmc2016-08-181-41/+17
* shorten genrsa; ok jsingjmc2016-08-161-42/+18
* shorten genpkey; ok guentherjmc2016-08-141-78/+23
* shorten gendsa;jmc2016-08-131-20/+12
* Let libtls load the CA, certificate and key files for nc(1), now that itjsing2016-08-131-22/+15
* trim errstr, and zap gendh (deprecated) entirely;jmc2016-08-121-26/+1
* shorten openssl enc, with help from jsing;jmc2016-08-121-201/+39
* shorten ecparam;jmc2016-08-101-102/+50
* trim the ec text;jmc2016-08-091-92/+39
* trim the dsaparam section; ok guentherjmc2016-08-081-56/+36
* shorten the openssl dsa text;jmc2016-08-051-69/+35
* shorten the openssl dhparam text;jmc2016-08-031-84/+32
* shorten the openssl dgst text; in particular, do not try tojmc2016-08-011-53/+24
* use the style from the man page examples for getaddrinfo, which makes ahalex2016-07-301-21/+19
* remove HISTORY: it was a nonsense;jmc2016-07-281-25/+1
* some text cutting, after feedback from jsing;jmc2016-07-281-12/+12
* rework crl2pkcs7; with help from jsingjmc2016-07-231-57/+18
* rework DESCRIPTION a little: no-command seems clearer than no-XXX;jmc2016-07-211-17/+12
* rename NOTES to COMMON SYNTAX (explains itself better); rework thejmc2016-07-211-43/+44
* strip back openssl crl somewhat: remove the examplesjmc2016-07-211-41/+21
* strip back openssl ciphers:jmc2016-07-201-106/+60
* strip back openssl ca: in particular remove some excessively wordy sections,jmc2016-07-191-337/+120
* strip back asn1parse; ok beck jsingjmc2016-07-171-108/+27
* since we no longer pull source directly from openssl, the time isjmc2016-07-161-427/+57
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Revert previous since the libtls change has been reverted.jsing2016-07-071-16/+24
* Remove manual file loading (now that libtls does this for us) and adjustjsing2016-07-061-24/+16
* do not uppercase "hop limit";jmc2016-07-021-4/+4
* Simplify IP proto-specific sockopt error handling.bcook2016-07-011-34/+26