summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-02The page daemon no longer has a fixed PID. ok kettenis@ jmc@Jeremie Courreges-Anglas
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-01tweak previous; ok sthenJason McIntyre
2014-05-01+ e_chacha.c, and bump minorMiod Vallat
2014-05-01Update with recently added objects.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-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing
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
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-05-01nibbles aren't enough random, use bytes. does a better job of pickingTed Unangst
2014-04-30first cut at documenting the change to malloc doing a partial 'junk' byStuart Henderson
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
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-30i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.Ted Unangst
2014-04-30minor++ because of AI_ADDRCONFIGsperreault
2014-04-29Constrain bytes read/written to positive values.Bob Beck
2014-04-28Implement AI_ADDRCONFIGsperreault
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-28use the correct algorithm mask. reported by satish lvr viaTed Unangst
2014-04-28SSL_OP_ALL is supposed to be all options and workarounds that are safe,Ted Unangst
2014-04-28Remove ending cplusplus guard followed by starting cplusplus guard; fromMiod Vallat
2014-04-28Leftover includes and local declarations; from Gebruiker SchootMiod Vallat
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-04-28Add support for 255 character file names in fuse.Sylvestre Gallon
2014-04-27typo in commentMiod Vallat
2014-04-27Remove orphaned l2n6 and n2l6 macros.Miod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27static const char * = "" -> static const char[] = "", to produce shorter code.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-27zap trailing whitespace;Jason McIntyre