summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2005-03-31Consistency.Ben Laurie
2005-03-31Simplicate and add lightness.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30fix headerNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-30Constification.Ben Laurie
2005-03-28when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch
2005-03-24undo Cygwin changeUlf Möller
2005-03-22test, remove unnecessary const castNils Larsch
2005-03-19Use Windows randomness code on CygwinUlf Möller
2005-03-19fix breakage for Perl versions that do boolean operations on long wordsUlf Möller
2005-03-13"make depend". This takes into account the algorithms that are nowBodo Möller
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2005-03-12Avoid re-build avalanches with HP-UX make.Andy Polyakov
2005-03-11fix potential memory leak when allocation failsBodo Möller
2005-03-09Fix typoBodo Möller
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke
2005-02-14Fix possible memory leak.Dr. Stephen Henson
2005-02-06Remove unused assembler modules.Andy Polyakov
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
2005-01-27The first argument to load_iv should really be a char ** instead of anRichard Levitte
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte
2005-01-27Get rid if the annoying warningRichard Levitte
2005-01-25Please BSD make...Andy Polyakov
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov
2005-01-24Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov