aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 is ssl lib.Dr. Stephen Henson4-4/+4
2007-01-21Constify version strings and some structures.Dr. Stephen Henson56-70/+70
2007-01-18Add AOL an AOLTW root CAs to bundle.Dr. Stephen Henson4-0/+112
2007-01-17Make armv4t-mont module backward binary compatible with armv4 and rename itAndy Polyakov1-2/+4
accordingly.
2007-01-12Update to new home pageLutz Jänicke1-1/+1
2007-01-11Montgomery multiplication for ARMv4.Andy Polyakov1-0/+202
2007-01-03remove undefined constantNils Larsch1-1/+1
2006-12-29opensslwrap.sh to respect $OPENSSL_ENGINES.Andy Polyakov1-1/+1
2006-12-29#include <stddef.h> in digest headers.Andy Polyakov4-0/+4
Submitted by: Kurt Roeckx <kurt@roeckx.be>
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 Polyakov3-12/+14
2006-12-29Allow opensslwrap.sh to access engines from build tree.Andy Polyakov1-0/+4
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov3-16/+17
Submitted by: Michal Ludvig <michal@logix.cz>
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
two extra insructions in sqradd loop at line #503.
2006-12-27fix return value of get_cert_chain()Nils Larsch1-7/+13
PR: 1441
2006-12-26Synchronise a bit more with Unixly buildRichard Levitte1-1/+2
2006-12-25Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte1-0/+4
the declarations of fd_set, select() and so on.
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte2-5/+7
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 Henson10-4/+780
I thought it was about time I dusted this off. This stuff had been sitting on my hard drive for *ages* (2003 in fact). Hasn't been tested well and may not work properly. Nothing uses it at present which is just as well. Think of this as a traditional Christmas present which looks far more impressive in the adverts and on the box, some of the bits are missing and falls to bits if you play with it too much.
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-22use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch2-2/+6
PR: 1440 Submitted by: Victor B. Wagner" <vitus@cryptocom.ru>
2006-12-21fix typosNils Larsch4-6/+6
PR: 1354, 1355, 1398, 1408
2006-12-21update pkcs12 help message + manpageNils Larsch2-7/+38
PR: 1443 Submitted by: Artem Chuprina <ran@cryptocom.ru>
2006-12-21fix orderNils Larsch1-1/+1
PR: 1442
2006-12-21updateNils Larsch1-0/+12
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch9-14/+104
2006-12-19remove trailing '\'Nils Larsch4-4/+4
PR: 1438
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller2-0/+12
(need to prevent the removal of trailing zero bits).
2006-12-18fix orderNils Larsch2-2/+2
2006-12-13properly initialize SSL context, check return valueNils Larsch1-0/+6
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-08Engage alpha-mont module. Actually verified on Tru64 only.Andy Polyakov2-14/+15
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
2006-12-07Update from 0.9.7-stable branch.Dr. Stephen Henson1-4/+0
2006-12-06Sync OID NIDs with OpenSSL 0.9.8.Dr. Stephen Henson3-1166/+1166
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson9-15/+13
2006-12-06fix documentationNils Larsch3-8/+8
PR: 1343
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch1-5/+6
PR: 1407 Submitted by: Tomas Mraz <tmraz@redhat.com>