summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-03Detect Altivec support with the machdep.altivec sysctl rather than setmp andMiod Vallat
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02More use of 64-bit registers which needs to be disabled under OpenBSD.Miod Vallat
2014-05-02- Adjust pthread_stackseg_np to return the page aligned addressable stackKurt Miller
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02No really, pid 2 isn't specialPhilip Guenther
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesMiod Vallat
2014-05-02The assembly sha512 code detects at runtime if it is running on a 64-bitMiod Vallat
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.Miod Vallat
2014-05-02Add ChaCha as a cipher.Joel Sing
2014-05-02remove crazy #undefs; ok jsingTheo de Raadt
2014-05-02Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.Joel Sing
2014-05-02Sort and group includes. We also do not need to include openssl/evp.h moreJoel Sing
2014-05-02Sort function prototypes and group/sort entries within the functions array.Joel Sing
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