| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | these do not use ioctl.h | deraadt | 2015-10-06 | 2 | -4/+2 |
| * | BIO_get_fd() could return fd 0; fix error condition. Found at | deraadt | 2015-10-03 | 1 | -2/+2 |
| * | avoid sys/param.h, by using PATH_MAX | deraadt | 2015-10-02 | 1 | -1/+1 |
| * | Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/. | jsing | 2015-10-01 | 1 | -2/+2 |
| * | add a missing NULL check | bcook | 2015-09-21 | 1 | -1/+5 |
| * | add a couple of missing NULL checks | bcook | 2015-09-21 | 1 | -3/+3 |
| * | remove vestigial bits of sha-0 and md2 from openssl(1) | bcook | 2015-09-21 | 5 | -23/+17 |
| * | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | miod | 2015-09-20 | 1 | -34/+34 |
| * | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 5 | -16/+49 |
| * | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 5 | -48/+15 |
| * | nc(1) seems worth an Xr in SEE ALSO now; | jmc | 2015-09-13 | 1 | -1/+2 |
| * | Factor out setup_up / destroy_ui functions. | bcook | 2015-09-13 | 4 | -58/+58 |
| * | document extra algorithms available with openssl speed command | bcook | 2015-09-13 | 1 | -1/+4 |
| * | tweak STANDARDS; | jmc | 2015-09-13 | 1 | -3/+3 |
| * | Nuke SSLEAY_CONF -- a backwards compatibility environment variable that | lteo | 2015-09-12 | 4 | -14/+5 |
| * | Add openssl(1) speed support for AEAD algorithms. | bcook | 2015-09-12 | 1 | -17/+96 |
| * | Fix the openssl(1) prime command: When checking a decimal number for | lteo | 2015-09-12 | 1 | -3/+2 |
| * | unifdef -DOPENSSL_NO_RC5 | jsing | 2015-09-11 | 2 | -42/+2 |
| * | kill evil comment | beck | 2015-09-11 | 1 | -3/+1 |