summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-02Add missing $ on OpenBSD cvs tags, ok djmAndre de Oliveira
2014-05-02No need to figure out the area spanned by .got in _dl_md_reloc(); onlyMiod Vallat
2014-05-02revert __bounded change; it causes way more problems for portable thanDamien Miller
2014-05-02use the test_helper fuzzer rather than the hand-rolled code thatDamien Miller
2014-05-02make the fuzzer seed const to make it clear that it is never modifiedDamien Miller
2014-05-01Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.Miod Vallat
2014-05-01Do not output SOM-specific directives.Miod Vallat
2014-05-01Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines.Miod Vallat
2014-05-01Make the implicit `l' in `impicit' explicit.Miod Vallat
2014-05-01Enable use of the assembly code for BN (Montgomery) and SHA1.Miod Vallat
2014-05-01Fix include filename to get register name aliases under BSDMiod Vallat
2014-05-01Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.Miod Vallat
2014-05-01Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-01dead meatMiod Vallat
2014-05-01options first, then pager commands; also remove one non-standard Sh;Jason McIntyre
2014-05-01STANDARDS is no longer relevant to this page, so remove it; while here,Jason McIntyre
2014-05-01the beginning of removing more details from this page, since we now haveJason McIntyre
2014-05-01change some argument names in order to give some consistency between tracerouteJason McIntyre
2014-05-01tweak previous; ok sthenJason McIntyre
2014-05-01update currency exchange rates;Jason McIntyre
2014-05-01syncTheo de Raadt
2014-05-01+ e_chacha.c, and bump minorMiod Vallat
2014-05-01Update with recently added objects.Joel Sing
2014-05-01KNF.Joel Sing
2012-10-13import OpenSSL-1.0.1cDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-05-01Extend fread() and fwrite() to check for integer overflow, in which caseTheo de Raadt
2014-05-01Nuke unused evptests.txt - the real one is over in regress.Joel Sing
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