summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-30flense SSHv1 support from ssh-agent, considerably simplifying itDamien Miller
2017-04-30obliterate ssh1.h and some dead code that used itDamien Miller
2017-04-30exterminate the -1 flag from scpDamien Miller
2017-04-30purge the last traces of SSHv1 from the TTY modes handling codeDamien Miller
2017-04-30remove the (in)famous SSHv1 CRC compensation attack detector.Damien Miller
2017-04-30undo some local debugging stuff that I committed by accidentDamien Miller
2017-04-30remove SSHv1 support from packet and buffer APIsDamien Miller
2017-04-30remove SSHv1-related buffers from client codeDamien Miller
2017-04-30remove KEY_RSA1Damien Miller
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2017-04-30remove SSH1 make flag and associated filesDamien Miller
2017-04-30remove SSHv1 ciphers; ok markus@Damien Miller
2017-04-30remove compat20/compat13/compat15 variablesDamien Miller
2017-04-30remove options.protocol and client Protocol configuration knobDamien Miller
2017-04-30unifdef WITH_SSH1Damien Miller
2017-04-30Make early attrbute work here as well. Remove unreachable panic while there.Mark Kettenis
2017-04-30Fix priority handling. The interrupt priority registers expose the full rangeMark Kettenis
2017-04-30Switch AES testcase to the new implementationMike Belopuhov
2017-04-30Constant time AES implementationMike Belopuhov
2017-04-30syncTheo de Raadt
2017-04-30Move FlexLexer.h from /usr/include/g++ to /usr/include. It is notTodd C. Miller
2017-04-30Remove KGDB references.Martin Pieuchot
2017-04-30Remove some KGDB leftovers.Martin Pieuchot
2017-04-30Do not try to delete a default route before adding it.Martin Pieuchot
2017-04-30No original OpenSSL code remains in this file. RelicenseBob Beck
2017-04-30whitespaceBob Beck
2017-04-30Add rkclock(4), a driver for the Rockchip RK3399 clocks.Mark Kettenis
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30syncTheo de Raadt
2017-04-30Mention that escaping "^" as "\(ha" in source code samples improvesIngo Schwarze
2017-04-30Add xhci@fdt, and move ehci(4) from the sunxi block to the generic block.Mark Kettenis
2017-04-30Add rkgrf(4), a driver that makes the "generic register file" of the RockchipMark Kettenis
2017-04-30Make early attrbute work here as well. Remove unreachable panic while there.Mark Kettenis
2017-04-30Tweak error message when running on an unsupported release.Antoine Jacoutot
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-30Check that unsupported operation returns ENOSYS.Martin Pieuchot
2017-04-30Return ENOSYS for unsupported operation.Martin Pieuchot
2017-04-30Regression tests for futex(2).Martin Pieuchot
2017-04-30Add futex(2) shim, bump minor.Martin Pieuchot
2017-04-30Make BIO_get_host_ip just yet another getaddrinfo wrapperBob Beck
2017-04-30Rework BIO_accept to be more like modern code.Bob Beck
2017-04-30Only enable -Werror on libcrypto/libssl/libtls if we are building withJoel Sing
2017-04-30Remove unused POW status functions. Makes clang happier.Visa Hankala
2017-04-30Switch back to freezero() and explicitly initialise data_len to zero. TheJoel Sing
2017-04-30Microsoft Windows hates BIO_get_accept_socket in portable. Fix it toBob Beck
2017-04-30Add missing tls_init() and tls_free() calls.Joel Sing
2017-04-30Add a tls_keypair_clear_key() function that uses freezero() to make keyJoel Sing
2017-04-29Fix a bug caused by the return value being set early to signal successfulJoel Sing
2017-04-29Revert previous - we still want to do this, but I forgot about the installerBob Beck
2017-04-29We now require you to have a working libpthreadBob Beck