| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | shorten the pkey text; | jmc | 2016-08-24 | 1 | -73/+25 |
* | shorten pkcs12; | jmc | 2016-08-23 | 1 | -187/+42 |
* | shorten the pkcs8 text; | jmc | 2016-08-22 | 1 | -179/+63 |
* | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | deraadt | 2016-08-22 | 1 | -4/+1 |
* | shorten pkcs7 text; | jmc | 2016-08-20 | 1 | -58/+37 |
* | shorten the passwd text; ok jsing | jmc | 2016-08-20 | 1 | -48/+14 |
* | shorten the ocsp text; ok beck | jmc | 2016-08-19 | 1 | -199/+71 |
* | shorten the nseq text; | jmc | 2016-08-18 | 1 | -41/+17 |
* | shorten genrsa; ok jsing | jmc | 2016-08-16 | 1 | -42/+18 |
* | shorten genpkey; ok guenther | jmc | 2016-08-14 | 1 | -78/+23 |
* | shorten gendsa; | jmc | 2016-08-13 | 1 | -20/+12 |
* | trim errstr, and zap gendh (deprecated) entirely; | jmc | 2016-08-12 | 1 | -26/+1 |
* | shorten openssl enc, with help from jsing; | jmc | 2016-08-12 | 1 | -201/+39 |
* | shorten ecparam; | jmc | 2016-08-10 | 1 | -102/+50 |
* | trim the ec text; | jmc | 2016-08-09 | 1 | -92/+39 |
* | trim the dsaparam section; ok guenther | jmc | 2016-08-08 | 1 | -56/+36 |
* | shorten the openssl dsa text; | jmc | 2016-08-05 | 1 | -69/+35 |
* | shorten the openssl dhparam text; | jmc | 2016-08-03 | 1 | -84/+32 |
* | shorten the openssl dgst text; in particular, do not try to | jmc | 2016-08-01 | 1 | -53/+24 |
* | remove HISTORY: it was a nonsense; | jmc | 2016-07-28 | 1 | -25/+1 |
* | some text cutting, after feedback from jsing; | jmc | 2016-07-28 | 1 | -12/+12 |
* | rework crl2pkcs7; with help from jsing | jmc | 2016-07-23 | 1 | -57/+18 |
* | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | jmc | 2016-07-21 | 1 | -17/+12 |
* | rename NOTES to COMMON SYNTAX (explains itself better); rework the | jmc | 2016-07-21 | 1 | -43/+44 |
* | strip back openssl crl somewhat: remove the examples | jmc | 2016-07-21 | 1 | -41/+21 |
* | strip back openssl ciphers: | jmc | 2016-07-20 | 1 | -106/+60 |
* | strip back openssl ca: in particular remove some excessively wordy sections, | jmc | 2016-07-19 | 1 | -337/+120 |
* | strip back asn1parse; ok beck jsing | jmc | 2016-07-17 | 1 | -108/+27 |
* | since we no longer pull source directly from openssl, the time is | jmc | 2016-07-16 | 1 | -427/+57 |
* | Fix a bug loading the default certificate path locations. | bcook | 2016-06-21 | 1 | -9/+7 |
* | add "dns" to openssl ocsp | semarie | 2016-04-26 | 1 | -2/+2 |
* | hexidecimal->hexadecimal; from mmcc | jmc | 2016-04-07 | 1 | -4/+4 |
* | word fix from previous; ok sthen | jmc | 2016-02-12 | 1 | -3/+3 |
* | sslv3 has been removed; | jmc | 2016-02-08 | 1 | -16/+21 |
* | more e-mail -> email | mmcc | 2015-12-24 | 2 | -5/+5 |
* | remove NULL-check before free() | mmcc | 2015-12-23 | 1 | -3/+2 |
* | s_server also needs DNS; reported by tb@ | jca | 2015-12-01 | 1 | -2/+2 |
* | Undo previous, pledge("dns") was already present. The problem was in s_server. | jca | 2015-12-01 | 2 | -4/+4 |
* | pledge dns so openssl can use dns.. noticed and fix by todd@ | beck | 2015-12-01 | 2 | -4/+4 |
* | In pledge(), put "dns" right after "inet". | jca | 2015-11-21 | 2 | -4/+4 |
* | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | jca | 2015-11-21 | 2 | -4/+4 |
* | do not need sys/param.h | deraadt | 2015-11-20 | 1 | -1/+0 |
* | mutli -> multi | miod | 2015-11-14 | 2 | -4/+4 |
* | Exit if a pledge call fails in non-interactive mode. | doug | 2015-10-17 | 45 | -89/+179 |
* | add "tty" for several subcommands of openssl | semarie | 2015-10-17 | 24 | -48/+48 |
* | Implement real "flock" request and add it to userland programs that | millert | 2015-10-16 | 1 | -2/+2 |
* | Initial support for pledges in openssl(1) commands. | doug | 2015-10-10 | 47 | -46/+281 |
* | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | deraadt | 2015-10-10 | 1 | -2/+2 |
* | Change all tame callers to namechange to pledge(2). | deraadt | 2015-10-09 | 1 | -3/+3 |
* | tame "stdio inet rpath cpath wpath proc" seems to be sufficient for | deraadt | 2015-10-07 | 1 | -1/+7 |