summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-04-17Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov
2005-04-17Fix from stable branch.Dr. Stephen Henson
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-15const fixesNils Larsch
2005-04-15EVP_CIPHER_CTX_init is a void function + fix typoNils Larsch
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-13Final touch to mingw shared.Andy Polyakov
2005-04-13More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov
2005-04-13Addenum to http://cvs.openssl.org/chngview?cn=13054.Andy Polyakov
2005-04-13Final(?) touches to mingw shared support.Andy Polyakov
2005-04-13Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov
2005-04-13Makefile.ssl -> MakefileNils Larsch
2005-04-13Fix typos.Andy Polyakov
2005-04-13Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.Andy Polyakov
2005-04-13Parameterize do_solaris rules in Makefile.shared.Andy Polyakov
2005-04-13Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andAndy Polyakov
2005-04-12Update FAQ.Dr. Stephen Henson
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 a NEWS item for 0.9.7g.Richard Levitte
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-09Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-04-08add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch
2005-04-08improve docu of SSL_CTX_use_PrivateKey()Nils Larsch
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-04-07const fixesNils Larsch
2005-04-07Recognize MSYS/MINGW environment.Andy Polyakov
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 fixesNils Larsch
2005-04-05update progs.pl to reflect changes in progs.hNils Larsch
2005-04-05fix example in docuNils Larsch
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-03HISTORY section: point out change of default digestBodo Möller
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