summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-11-01Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe
2004-10-14Because libraries on Windows lack useful version information, the zlibRichard Levitte
2004-10-04Oops!Dr. Stephen Henson
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-10-01Don't use C++ reserved work "explicit".Dr. Stephen Henson
2004-09-28Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov
2004-09-27Move the declaration of alloca() so it's ony declared when reallyRichard Levitte
2004-09-27SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.Andy Polyakov
2004-09-27sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov
2004-09-24Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe
2004-09-23Import changed files from LPlib. The changes are logged as followsRichard Levitte
2004-09-19Remove distracting comments and code. Thanks to Nils for picking up on theGeoff Thorpe
2004-09-19Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe
2004-09-18Make -Werror happy again.Geoff Thorpe
2004-09-15Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson
2004-09-13Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumedDr. Stephen Henson
2004-09-13- There's no more need for the snprintf macro.Richard Levitte
2004-09-12Synchronise with Unix build.Richard Levitte
2004-09-10When looking for request extensions in a certificate look firstDr. Stephen Henson
2004-09-10make updateRichard Levitte
2004-09-09Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov
2004-09-09x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov
2004-09-08Synchronise VMS build files with Unixly Makefiles.Richard Levitte
2004-09-08Another symbol longer than 31 characters...Richard Levitte
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-09-06Stop compiler warnings.Dr. Stephen Henson
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-08-29Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov
2004-08-29crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov
2004-08-24Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov
2004-08-23Make aes_ctr.c 64-bit savvy.Andy Polyakov
2004-08-11Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte
2004-08-10Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson
2004-08-05Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson
2004-08-04Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov
2004-08-03DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.Richard Levitte
2004-08-02Avoid a.out name table pollition.Andy Polyakov
2004-08-02Minor clean-up to make Microsoft compiler shut up.Andy Polyakov
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov
2004-08-01Cygwin fix-up for shared build.Andy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov
2004-08-01Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy Polyakov
2004-08-01DLLEntryPoint is a collective name, not what linker looks for. However,Andy Polyakov
2004-07-29We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte
2004-07-27Oops, wrong version...Dr. Stephen Henson
2004-07-27Add FIPS library name to error routines.Dr. Stephen Henson