Age | Commit message (Expand) | Author |
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 |
2015-09-11 | kill evil comment | Bob Beck |
2015-09-11 | fix unchecked mallocs - coverity 130454 and 130455 | Bob Beck |
2015-09-11 | "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown | Lawrence Teo |
2015-09-11 | Remove engine command and parameters from openssl(1). | Brent Cook |
2015-09-11 | remove stupid casts | Theo de Raadt |
2015-09-11 | shutdown (n.) -> shut down (v.); | Jason McIntyre |
2015-09-11 | Change the default behavior of the s_time command so that it will | Lawrence Teo |
2015-09-11 | *** empty log message *** | Lawrence Teo |
2015-09-10 | Nuke references to DTLS1_BAD_VER and unbreak the tree. | Joel Sing |
2015-09-10 | Remove call to CRYPTO_malloc_init(), which does nothing. | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | Fix shadowed verify_error in s_server by removing the unused global. | Brent Cook |
2015-09-10 | Remove SOCKET_PROTOCOL, a redundant define that was only used once. | Lawrence Teo |
2015-09-10 | Remove unused defines. No binary change. | Lawrence Teo |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | Joel Sing |
2015-08-19 | bring prototypes into scope, requires movement of a large global object | Theo de Raadt |