aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2007-02-21Fix incorrect handling of special charactersLutz Jänicke1-2/+2
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson2-1/+5
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson1-1/+1
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller1-1/+1
2007-02-14- use OPENSSL_malloc() etc. in zlibNils Larsch1-15/+40
2007-02-11avoid shifting inputNils Larsch1-17/+10
2007-02-10remove unreachable codeNils Larsch1-13/+2
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson3-6/+14
2007-02-07remove unused variableNils Larsch1-1/+1
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte1-2/+9
2007-02-06fix typoNils Larsch1-1/+1
2007-02-03Update from fips2 branch.Dr. Stephen Henson3-3/+3
2007-02-03add support for DSA with SHA2Nils Larsch15-75/+265
2007-02-03fix potential memory leaksNils Larsch3-20/+85
2007-01-25Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov1-1/+200
2007-01-25Minor touch to aes-armv4.pl.Andy Polyakov1-2/+6
2007-01-25AES for ARMv4.Andy Polyakov1-0/+652
2007-01-25Minor optimization for sha1-armv4 module.Andy Polyakov1-11/+14
2007-01-23Update from 0.9.7-stable.Dr. Stephen Henson1-1/+1
2007-01-22SHA1 for ARMv4 and Thumb.Andy Polyakov2-0/+478
2007-01-21Constify version strings and some structures.Dr. Stephen Henson56-70/+70
2007-01-17Make armv4t-mont module backward binary compatible with armv4 and rename itAndy Polyakov1-2/+4
2007-01-11Montgomery multiplication for ARMv4.Andy Polyakov1-0/+202
2006-12-29#include <stddef.h> in digest headers.Andy Polyakov4-0/+4
2006-12-29Montgomery multiplication for MIPS III/IV. Not engaged.Andy Polyakov1-0/+335
2006-12-29Minor clean-up in crypto/bn/asm.Andy Polyakov2-3/+15
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov2-10/+12
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov2-1231/+2
2006-12-28Minor performance improvements to x86-mont.pl.Andy Polyakov1-26/+43
2006-12-27Fix for "strange errors" exposed by ccgost engine. The fix isAndy Polyakov1-10/+10
2006-12-26Synchronise a bit more with Unixly buildRichard Levitte1-1/+2
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte1-3/+4
2006-12-24Synchronise with Unixly build, again ;-)Richard Levitte1-2/+2
2006-12-24Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson1-10/+28
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson9-4/+776
2006-12-24Synchronise with Unixly buildRichard Levitte1-1/+2
2006-12-22Oops! New prototype code creeped through...Andy Polyakov1-1/+1
2006-12-22Make sha.h more "portable."Andy Polyakov1-1/+2
2006-12-22x86-mont.pl sse2 tune-up and integer-only squaring procedure.Andy Polyakov1-85/+274
2006-12-21fix orderNils Larsch1-1/+1
2006-12-21updateNils Larsch1-0/+12
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch8-14/+101
2006-12-19remove trailing '\'Nils Larsch4-4/+4
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller1-0/+4
2006-12-18fix orderNils Larsch2-2/+2
2006-12-11use const ASN1_TIME *Nils Larsch4-12/+12
2006-12-08Eliminate 64-bit alignment limitation in sparcv9a-mont.Andy Polyakov1-22/+27
2006-12-08alpha-mont.pl: gcc portability fix and make-rule.Andy Polyakov2-2/+5
2006-12-08Minor, +10%, tune-up for x86_64-mont.pl.Andy Polyakov1-15/+16
2006-12-08Montgomery multiplication routine for Alpha.Andy Polyakov1-0/+321