aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson3-3/+3
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller18-1368/+1838
This change resolves a number of problems and obviates multiple kludges. A new feature is that you can now say "AES256" or "AES128" (not just "AES", which enables both). In some cases the ciphersuite list generated from a given string is affected by this change. I hope this is just in those cases where the previous behaviour did not make sense.
2007-02-16ensure that the EVP_CIPHER_CTX object is initializedNils Larsch3-9/+18
PR: 1490
2007-02-16Add STARTTLS support for IMAP and FTP.Richard Levitte2-9/+45
Submitted by Kees Cook <kees@outflux.net>
2007-02-14- use OPENSSL_malloc() etc. in zlibNils Larsch1-15/+40
- move zlib_stateful_ex_idx initialization to COMP_zlib() PR: 1468
2007-02-11avoid shifting inputNils Larsch1-17/+10
2007-02-10use user-supplied malloc functions for persistent kssl objectsNils Larsch2-14/+33
PR: 1467 Submitted by: Andrei Pelinescu-Onciul <andrei@iptel.org>
2007-02-10remove unreachable codeNils Larsch1-13/+2
2007-02-09PR: 1483Dr. Stephen Henson1-0/+1
Add support for GOST 28147-89 in Gost ENGINE.
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson4-13/+51
2007-02-07remove unused variableNils Larsch1-1/+1
2007-02-07ensure that a ec key is usedNils Larsch1-1/+1
PR: 1476
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte1-2/+9
free of those objects
2007-02-06fix typoNils Larsch1-1/+1
2007-02-06add note about 56 bit ciphersNils Larsch1-1/+3
PR: 1461
2007-02-03Update from fips2 branch.Dr. Stephen Henson3-3/+3
2007-02-03add support for DSA with SHA2Nils Larsch16-75/+270
2007-02-03fix documentationNils Larsch2-6/+6
PR: 1466
2007-02-03fix potential memory leaksNils Larsch3-20/+85
PR: 1462
2007-01-25Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov1-1/+200
assembler.
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 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