summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-11syncTheo de Raadt
2014-06-11Fix wait4 to not modify status or rusage if we return 0 because ofMatthew Dempsky
2014-06-11Reject negative file offsets in /dev/ksyms.Matthew Dempsky
2014-06-11Really remove the obsolete manpages left by earlier commitChristopher Zimmermann
2014-06-11rfc 4512, not 4712;Jason McIntyre
2014-06-11Add bounds checks for CTL_DEBUG sysctl variable.Matthew Dempsky
2014-06-11Remove manpages about deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-06-11Prettify & refactor, no functional change.Martin Pelikan
2014-06-11Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored sinceJoel Sing
2014-06-11Tsk. Tsk. Someone forgot to compile test the other half.Joel Sing
2014-06-11Disable TLS support...Joel Sing