| Commit message (Expand) | Author | Age | Files | Lines |
* | remove NULL-check before free() | mmcc | 2015-12-23 | 1 | -3/+2 |
* | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc | 2015-12-17 | 1 | -2/+2 |
* | clean up some unused variables, and add the printing of the certificate validity | beck | 2015-12-16 | 1 | -4/+7 |
* | Specify SOCKS version in error messages. ok deraadt@ | mmcc | 2015-12-10 | 1 | -3/+3 |
* | Map SOCKS error codes to error strings. With input from deraadt@ | mmcc | 2015-12-10 | 1 | -5/+61 |
* | pledge nc better - Load the certificate into memory and then do the pledge, | beck | 2015-12-08 | 1 | -5/+21 |
* | Get rid of modulo bias and replace the naive shuffle by the | tb | 2015-12-07 | 1 | -20/+16 |
* | 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 |
* | rename variable 'sun' to allow building on Solaris | bcook | 2015-11-23 | 1 | -13/+13 |
* | 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 |
* | Since rtable was hoisted to the top with setrtable, it should have no | deraadt | 2015-11-13 | 1 | -10/+7 |
* | with -V argument, dont set rtable on the socket, instead set if for the whole | benno | 2015-11-12 | 1 | -15/+4 |
* | KNF; from Rob Pierce | deraadt | 2015-11-01 | 1 | -3/+3 |
* | Initial pledge of netcat - unfortunately flawed because fiddling the rtableid | beck | 2015-10-23 | 1 | -1/+27 |
* | 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 |
* | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | guenther | 2015-10-11 | 1 | -8/+3 |
* | 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 |
* | avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk | schwarze | 2015-09-25 | 1 | -12/+4 |
* | 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 |
* | display negotiated TLS version and cipher suite in verbose mode. | beck | 2015-09-13 | 1 | -2/+3 |
* | tweak STANDARDS; | jmc | 2015-09-13 | 1 | -3/+3 |
* | Adapt to just committed libtls api change | beck | 2015-09-12 | 1 | -21/+14 |
* | 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 |
* | use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsing | deraadt | 2015-09-12 | 1 | -12/+16 |
* | fix previous; | jmc | 2015-09-12 | 2 | -31/+48 |
* | spaces found during a read | deraadt | 2015-09-11 | 1 | -19/+18 |