Age | Commit message (Expand) | Author |
2016-08-01 | shorten the openssl dgst text; in particular, do not try to | Jason McIntyre |
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre |
2016-07-23 | rework crl2pkcs7; with help from jsing | Jason McIntyre |
2016-07-21 | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | Jason McIntyre |
2016-07-21 | rename NOTES to COMMON SYNTAX (explains itself better); rework the | Jason McIntyre |
2016-07-21 | strip back openssl crl somewhat: remove the examples | Jason McIntyre |
2016-07-20 | strip back openssl ciphers: | Jason McIntyre |
2016-07-19 | strip back openssl ca: in particular remove some excessively wordy sections, | Jason McIntyre |
2016-07-17 | strip back asn1parse; ok beck jsing | Jason McIntyre |
2016-07-16 | since we no longer pull source directly from openssl, the time is | Jason McIntyre |
2016-06-21 | Fix a bug loading the default certificate path locations. | Brent Cook |
2016-04-26 | add "dns" to openssl ocsp | Sebastien Marie |
2016-04-07 | hexidecimal->hexadecimal; from mmcc | Jason McIntyre |
2016-02-12 | word fix from previous; ok sthen | Jason McIntyre |
2016-02-08 | sslv3 has been removed; | Jason McIntyre |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-23 | remove NULL-check before free() | mmcc |
2015-12-01 | s_server also needs DNS; reported by tb@ | Jeremie Courreges-Anglas |
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | Jeremie Courreges-Anglas |
2015-12-01 | pledge dns so openssl can use dns.. noticed and fix by todd@ | Bob Beck |
2015-11-21 | In pledge(), put "dns" right after "inet". | Jeremie Courreges-Anglas |
2015-11-21 | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | Jeremie Courreges-Anglas |
2015-11-20 | do not need sys/param.h | Theo de Raadt |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-10-17 | Exit if a pledge call fails in non-interactive mode. | Doug Hogan |
2015-10-17 | add "tty" for several subcommands of openssl | Sebastien Marie |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-10 | Initial support for pledges in openssl(1) commands. | Doug Hogan |
2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | tame "stdio inet rpath cpath wpath proc" seems to be sufficient for | Theo de Raadt |
2015-10-06 | these do not use ioctl.h | Theo de Raadt |
2015-10-03 | BIO_get_fd() could return fd 0; fix error condition. Found at | Theo de Raadt |
2015-10-02 | avoid sys/param.h, by using PATH_MAX | Theo de Raadt |
2015-10-01 | Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/. | Joel Sing |
2015-09-21 | add a missing NULL check | Brent Cook |
2015-09-21 | add a couple of missing NULL checks | Brent Cook |
2015-09-21 | remove vestigial bits of sha-0 and md2 from openssl(1) | Brent Cook |
2015-09-20 | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | Miod Vallat |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | nc(1) seems worth an Xr in SEE ALSO now; | Jason McIntyre |
2015-09-13 | Factor out setup_up / destroy_ui functions. | Brent Cook |
2015-09-13 | document extra algorithms available with openssl speed command | Brent Cook |
2015-09-13 | tweak STANDARDS; | Jason McIntyre |
2015-09-12 | Nuke SSLEAY_CONF -- a backwards compatibility environment variable that | Lawrence Teo |
2015-09-12 | Add openssl(1) speed support for AEAD algorithms. | Brent Cook |
2015-09-12 | Fix the openssl(1) prime command: When checking a decimal number for | Lawrence Teo |
2015-09-11 | unifdef -DOPENSSL_NO_RC5 | Joel Sing |