summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2007-01-17Make armv4t-mont module backward binary compatible with armv4 and rename itAndy Polyakov
2007-01-11Montgomery multiplication for ARMv4.Andy Polyakov
2006-12-29#include <stddef.h> in digest headers.Andy Polyakov
2006-12-29Montgomery multiplication for MIPS III/IV. Not engaged.Andy Polyakov
2006-12-29Minor clean-up in crypto/bn/asm.Andy Polyakov
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov
2006-12-28Minor performance improvements to x86-mont.pl.Andy Polyakov
2006-12-27Fix for "strange errors" exposed by ccgost engine. The fix isAndy Polyakov
2006-12-26Synchronise a bit more with Unixly buildRichard Levitte
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte
2006-12-24Synchronise with Unixly build, again ;-)Richard Levitte
2006-12-24Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-12-24Synchronise with Unixly buildRichard Levitte
2006-12-22Oops! New prototype code creeped through...Andy Polyakov
2006-12-22Make sha.h more "portable."Andy Polyakov
2006-12-22x86-mont.pl sse2 tune-up and integer-only squaring procedure.Andy Polyakov
2006-12-21fix orderNils Larsch
2006-12-21updateNils Larsch
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch
2006-12-19remove trailing '\'Nils Larsch
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller
2006-12-18fix orderNils Larsch
2006-12-11use const ASN1_TIME *Nils Larsch
2006-12-08Eliminate 64-bit alignment limitation in sparcv9a-mont.Andy Polyakov
2006-12-08alpha-mont.pl: gcc portability fix and make-rule.Andy Polyakov
2006-12-08Minor, +10%, tune-up for x86_64-mont.pl.Andy Polyakov
2006-12-08Montgomery multiplication routine for Alpha.Andy Polyakov
2006-12-07Update from 0.9.7-stable branch.Dr. Stephen Henson
2006-12-06Sync OID NIDs with OpenSSL 0.9.8.Dr. Stephen Henson
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch
2006-12-04allocate a new attributes entry in X509_REQ_add_extensions()Nils Larsch
2006-12-04add "Certificate Issuer" and "Subject Directory Attributes" OIDsNils Larsch
2006-12-02Eliminate redundant variable in Camellia CBC routine.Andy Polyakov
2006-12-02Improve Camellia code readability.Andy Polyakov
2006-12-02Fix bugs in Camellia CBC routine.Andy Polyakov
2006-12-02Camellia portability fixes.Andy Polyakov
2006-11-30Update dependencies.Dr. Stephen Henson
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-11-28Clarify HAL SPARC64 support situation in sparcv9a-mont.pl.Andy Polyakov
2006-11-28Minor optimizations based on intruction level profiler feedback.Andy Polyakov
2006-11-28Modulo-schedule loops in sparcv9a-mont.pl. Overall improvement factorAndy Polyakov
2006-11-28This is "informational" commit. Its mere purpose is to expose "moduloAndy Polyakov
2006-11-27Non-SSE2 path to bn_mul_mont. But it's disabled, because it currentlyAndy Polyakov
2006-11-27Add RFC 3779 support.Ben Laurie
2006-11-27sha512-ppc.pl mutli-thread safety fix.Andy Polyakov
2006-11-24register the engine as default engine in ENGINE_set_default()Nils Larsch