summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-05-01Move RSA keys from "lka" to a new dedicated "ca" process because lkaReyk Floeter
2014-05-01Fix perl arch directory name.Miod Vallat
2014-05-01Revert 1.49 (bad merge with free dejavu)Miod Vallat
2014-05-01syncTheo de Raadt
2014-05-01x86-64 ABI requires arrays greater than 16 bytes to be aligned toMartynas Venckus
2014-05-01fixup SoC name, as it's am335x, not am334x.Jasper Lievisse Adriaanse
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing
2014-05-01- add 'sunxi' to list of miniroot filesJasper Lievisse Adriaanse
2014-05-01Add support for the french ANSSI FRP256v1 elliptic curve.Miod Vallat
2014-05-01Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.Miod Vallat
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by theMiod Vallat
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-05-01No longer mention the tools/ directory, which content is irrelevant those days;Miod Vallat
2014-05-01move pointer use to after a NULL pointer checkJonathan Gray
2014-05-01Correct a test for X509_get_notAfter() failing or returningJonathan Gray
2014-05-01with some random chance, swizzle the current page for the pool to avoidTed Unangst
2014-05-01nibbles aren't enough random, use bytes. does a better job of pickingTed Unangst
2014-05-01fixed some debug messagessasano
2014-04-30first cut at documenting the change to malloc doing a partial 'junk' byStuart Henderson
2014-04-30Make sure we flush discarded pages even if the number of hash buckets doesn'tMark Kettenis
2014-04-30UMAC can use our local fallback implementation of AES when OpenSSL isn'tChristian Weisgerber
2014-04-30Assigning list pointers doesn't really work with doubly linked lists. UseMark Kettenis
2014-04-30Preserve intended chronological order of leases inKenneth R Westerback
2014-04-30Write last disk sector, not last 512-byte block, when testing validityKenneth R Westerback
2014-04-30Avoid a potential null pointer dereference by checking that we actuallyJoel Sing
2014-04-30First pass at removing win64 support from the assembly generating PerlJoel Sing
2014-04-30when doing opportunistic TLS, do not only downgrade during negotiation, butGilles Chehade
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-30Remove carp_seroute() it no longer does anything useful but mess withMartin Pieuchot
2014-04-30when using maildir, do not create automatically create folders to match tagGilles Chehade
2014-04-30The RSA engine (used by pony) has to wait for a response from theReyk Floeter
2014-04-30replace vis-ified output with human-readable stringsBret Lambert
2014-04-30format string fixes for (u)int64 varsStefan Fritsch
2014-04-30tidy up SYNOPSIS, usage() and the options list; ok sthenJason McIntyre
2014-04-30unit tests for new buffer API; including basic fuzz testingDamien Miller
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller
2014-04-30Enforce proper alignment of stack variables which may get accessed withMiod Vallat
2014-04-30i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.Ted Unangst
2014-04-30syncTheo de Raadt
2014-04-30minor++ because of AI_ADDRCONFIGsperreault
2014-04-29fcntl.h is still needed here.Nicholas Marriott
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-04-29tedu ~/.kloginDavid Coppa
2014-04-29For RSA private key privsep, only ever load the keys after forking theReyk Floeter