Age | Commit message (Expand) | Author |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-13 | - Fix error message: passphrase needs to be at least 5 characters, not 4. | tim |
2015-09-13 | When adding keys to the agent, don't ignore the comment of keys for which the | tim |
2015-09-13 | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | Nicholas Marriott |
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 | display negotiated TLS version and cipher suite in verbose mode. | Bob Beck |
2015-09-13 | Set woken flag when flushing so that the channel is freed, while here | Nicholas Marriott |
2015-09-13 | tweak STANDARDS; | Jason McIntyre |
2015-09-12 | Adapt to just committed libtls api change | Bob Beck |
2015-09-12 | Nuke SSLEAY_CONF -- a backwards compatibility environment variable that | Lawrence Teo |
2015-09-12 | drop useless .Li macros | Ingo Schwarze |
2015-09-12 | ouch, sorry, fix previous | Ingo Schwarze |
2015-09-12 | use .Cm rather than .Li for fixed string arguments, and | Ingo Schwarze |
2015-09-12 | use sysctl() to get FSCALE value; ok guenther | Theo de Raadt |
2015-09-12 | Add openssl(1) speed support for AEAD algorithms. | Brent Cook |
2015-09-12 | don't use literal brackets to indicate optional syntax elements, | Ingo Schwarze |
2015-09-12 | Fix the openssl(1) prime command: When checking a decimal number for | Lawrence Teo |
2015-09-12 | Old diff found in my tree: Add HISTORY; info from the CSRG CDs. | Ingo Schwarze |
2015-09-12 | use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsing | Theo de Raadt |
2015-09-12 | fix previous; | Jason McIntyre |
2015-09-12 | Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. Changes | James Turner |
2015-09-11 | spaces found during a read | Theo de Raadt |
2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze |
2015-09-11 | Add TLS suppport to nc. Provides a useful little test and script tool. | Bob Beck |
2015-09-11 | unifdef -DOPENSSL_NO_RC5 | Joel Sing |
2015-09-11 | Remove XRESOLVE support. | Martin Pieuchot |
2015-09-11 | The -D option requires an argument, and the argument must follow | Ingo Schwarze |
2015-09-11 | kill evil comment | Bob Beck |
2015-09-11 | Remove never called functions to dump per-ifp IPv6 statistics now that | Martin Pieuchot |
2015-09-11 | avoid gratuitious use of the low-level .br request | Ingo Schwarze |
2015-09-11 | delete bogus escaping from ellipsis to forestall cargo cult effects | Ingo Schwarze |
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 | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | Nicholas Marriott |
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 | Use explicit_bzero() when zeroing before free() | Philip Guenther |
2015-09-11 | sync -Q in usage() to SYNOPSIS; since it's drastically shorter, | Jason McIntyre |
2015-09-11 | tweak previous; | Jason McIntyre |
2015-09-11 | shutdown (n.) -> shut down (v.); | Jason McIntyre |
2015-09-11 | Update usage to match man page. | Darren Tucker |
2015-09-11 | expand %i in ControlPath to UID; bz#2449 | Damien Miller |
2015-09-11 | mention -Q key-plain and -Q key-cert; | Damien Miller |
2015-09-11 | more clarity on what AuthorizedKeysFile=none does; | Damien Miller |
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 |