| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add TLS suppport to nc. Provides a useful little test and script tool. | beck | 2015-09-11 | 3 | -45/+346 |
* | unifdef -DOPENSSL_NO_RC5 | jsing | 2015-09-11 | 2 | -42/+2 |
* | kill evil comment | beck | 2015-09-11 | 1 | -3/+1 |
* | fix unchecked mallocs - coverity 130454 and 130455 | beck | 2015-09-11 | 1 | -6/+15 |
* | "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown | lteo | 2015-09-11 | 1 | -2/+2 |
* | Remove engine command and parameters from openssl(1). | bcook | 2015-09-11 | 40 | -1726/+184 |
* | remove stupid casts | deraadt | 2015-09-11 | 1 | -4/+4 |
* | shutdown (n.) -> shut down (v.); | jmc | 2015-09-11 | 1 | -2/+2 |
* | Change the default behavior of the s_time command so that it will | lteo | 2015-09-11 | 1 | -2/+7 |
* | *** empty log message *** | lteo | 2015-09-11 | 1 | -19/+24 |
* | Nuke references to DTLS1_BAD_VER and unbreak the tree. | jsing | 2015-09-10 | 1 | -5/+2 |
* | Remove call to CRYPTO_malloc_init(), which does nothing. | jsing | 2015-09-10 | 1 | -2/+1 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 6 | -17/+17 |
* | Fix shadowed verify_error in s_server by removing the unused global. | bcook | 2015-09-10 | 4 | -10/+8 |
* | Remove SOCKET_PROTOCOL, a redundant define that was only used once. | lteo | 2015-09-10 | 1 | -4/+2 |
* | Remove unused defines. No binary change. | lteo | 2015-09-10 | 2 | -9/+2 |
* | Netcat could hang during write(2) although poll(2) reports that the | bluhm | 2015-09-08 | 1 | -15/+6 |
* | synchronize synopsis and usage. | sobrado | 2015-09-03 | 1 | -2/+2 |
* | Remove all duplicate prototypes for *_main functions (these are already | jsing | 2015-08-22 | 42 | -185/+102 |
* | bring prototypes into scope, requires movement of a large global object | deraadt | 2015-08-19 | 8 | -202/+208 |