summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov
2005-04-23make asn.1 field names constNils Larsch
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie
2005-04-22Add prototypes.Ben Laurie
2005-04-22more constNils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-22Avoid aliasing between stack frames and S-boxes. Compress prefetch code.Andy Polyakov
2005-04-21Provide a default OPENSSL_ia32cap_loc for non-Intel platforms whereRichard Levitte
2005-04-20Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson
2005-04-20Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson
2005-04-20Stop bogus shadowing warning.Dr. Stephen Henson
2005-04-20Make sure id2_func is properly cast as well...Richard Levitte
2005-04-20signed vs. unsigned.Richard Levitte
2005-04-20Avoid compiler complaint about mismatched function signaturesRichard Levitte
2005-04-20Resolve signed vs. unsigned.Richard Levitte
2005-04-20Type mismatch detected by DEC C compiler. void* != void**Richard Levitte
2005-04-20Avoid compiler complaint about mismatched function signaturesRichard Levitte
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-17Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov
2005-04-17Synchronise with ec/Makefile.Richard Levitte
2005-04-16Mitigate cache-timing attack in CBC mode. This is done by implementingAndy Polyakov
2005-04-14Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson
2005-04-14Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov
2005-04-14Fix for bug emerged in openvpn conext.Andy Polyakov
2005-04-13Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov
2005-04-13Fix typos.Andy Polyakov
2005-04-13Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.Andy Polyakov
2005-04-13Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andAndy Polyakov
2005-04-12More overwritten stuff...Dr. Stephen Henson
2005-04-12Replace overwritten lines before error codes.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-12Include error library value in C error source files instead of fixing upDr. Stephen Henson
2005-04-11include limits.h for UINT_MAX etc.Nils Larsch
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-10Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-04-07Implement OPENSSL_showfatal and make it Win32 GUI and service awareAndy Polyakov
2005-04-07Harmonize cygwin/mingw and VC targets.Andy Polyakov
2005-04-06+45% RC4 performance boost on Intel EM64T core. Unrolled loop providingAndy Polyakov
2005-04-05some const fixes and cleanupNils Larsch
2005-04-04remove unused recp methodNils Larsch
2005-04-04Extend Solaris x86 support to amd64.Andy Polyakov
2005-04-04Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov
2005-04-04Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov
2005-04-03Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov
2005-04-03If input is bad, we still need to clear the buffer.Ben Laurie
2005-04-01TypoDr. Stephen Henson