summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Fix a bug loading the default certificate path locations.bcook2016-06-211-9/+7
* add "dns" to openssl ocspsemarie2016-04-261-2/+2
* hexidecimal->hexadecimal; from mmccjmc2016-04-071-4/+4
* word fix from previous; ok sthenjmc2016-02-121-3/+3
* sslv3 has been removed;jmc2016-02-081-16/+21
* more e-mail -> emailmmcc2015-12-242-5/+5
* remove NULL-check before free()mmcc2015-12-231-3/+2
* s_server also needs DNS; reported by tb@jca2015-12-011-2/+2
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-012-4/+4
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-012-4/+4
* In pledge(), put "dns" right after "inet".jca2015-11-212-4/+4
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-212-4/+4
* do not need sys/param.hderaadt2015-11-201-1/+0
* mutli -> multimiod2015-11-142-4/+4
* Exit if a pledge call fails in non-interactive mode.doug2015-10-1745-89/+179
* add "tty" for several subcommands of opensslsemarie2015-10-1724-48/+48
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-1047-46/+281
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio inet rpath cpath wpath proc" seems to be sufficient forderaadt2015-10-071-1/+7