summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-13Remove deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-06-13use getgentropy() call. If it fails, things are pretty bad --Theo de Raadt
2014-06-13use getentropy; from matthewTheo de Raadt
2014-06-13Use meaningful variable names, rather than i, j, k and cl.Joel Sing
2014-06-13Do not bother trying to work out of we can reuse a cipher context - justJoel Sing
2014-06-13Separate the comression handling from the cipher/message digest handling inJoel Sing
2014-06-13Swap compress/expand around so they are in the correct order - these endedJoel Sing
2014-06-13The export_key/export_iv variables are only used in the is_export case.Joel Sing
2014-06-13Rename a bunch of variables in ssl3_change_cipher_state() for readability.Joel Sing
2014-06-13Add ChaCha20-Poly1305 based ciphersuites.Joel Sing
2014-06-13Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD.Joel Sing
2014-06-13Combine the MAC handling for both !EVP_CIPH_FLAG_AEAD_CIPHER andJoel Sing
2014-06-13Use SSL3_SEQUENCE_SIZE and if we're going to preincrement we may as wellJoel Sing
2014-06-13Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which areJoel Sing
2014-06-13Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.Joel Sing
2014-06-13delete a lie; replace with a truthTheo de Raadt
2014-06-13syncTheo de Raadt
2014-06-13permit SYS_getentropyTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-13Now that the water marks are updated on a per-pool basis indicate inMartin Pieuchot
2014-06-13Instead of updating all the cluster allocation water marks of all theMartin Pieuchot
2014-06-13Add regress test for MAP_INHERIT_ZERO.Matthew Dempsky
2014-06-13KASSERT in pipex_ppp_input() fails if a compressed PPP frame is receivedYASUOKA Masahiko
2014-06-13Fix KASSERT on pipex_ppp_input(). Must not reached there even if theYASUOKA Masahiko
2014-06-13Fix tcp-mss-adjust of pipex and npppd to update the pointer ofYASUOKA Masahiko
2014-06-13syncTheo de Raadt
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-13syncTheo de Raadt
2014-06-13syncTheo de Raadt
2014-06-13crank majorTheo de Raadt
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-06-13Add regress tests for timingsafe_bcmp and timingsafe_memcmp.Matthew Dempsky
2014-06-13Add support for MAP_INHERIT_ZERO.Matthew Dempsky
2014-06-13Fix ptrace() hanging hppa MP systemsTobias Ulmer
2014-06-12Add regress test for explicit_bzero.Matthew Dempsky
2014-06-12Grab the kernel lock before cleaning up single-step breakpoints. ShouldMark Kettenis
2014-06-12replace atoi() calls with strtol(). Follow the idiomatic pattern in ourTheo de Raadt
2014-06-12Remove a comparison that is always true. Reported by clang.Brian Callahan
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-12update to 1.6.0 with official syslog support backported from the 1.7 branchRobert Nagy
2014-06-12Disable the "switch to insertion sort" optimization to avoid quadraticTodd C. Miller
2014-04-13Import OpenSSL 1.0.1gMiod Vallat
2012-10-13import OpenSSL-1.0.1cDamien Miller
2011-09-22import of nginx 1.0.6 with a bundled libpcre needed for pcre to workRobert Nagy
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-06-12display full url if we can for UNSIGNED PACKAGES.Marc Espie
2014-06-12somehow i missed -vW as extensions;Jason McIntyre