aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typo.Dr. Stephen Henson2006-10-051-1/+1
* return an error if the supplied precomputed values lead to an invalid signatureNils Larsch2006-10-043-2/+17
* ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller2006-10-041-2/+2
* Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson2006-10-033-10/+105
* Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox2006-09-291-1/+1
* All 0.9.8d patches have been applied to HEAD now, so we no longer needBodo Möller2006-09-281-11/+1
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-2812-5/+151
* include 0.9.8d and 0.9.7l informationBodo Möller2006-09-282-2/+29
* Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox2006-09-282-0/+4
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-284-3/+25
* Fixes for the following claims:Richard Levitte2006-09-282-6/+28
* Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2006-09-262-0/+5
* Complete the change for VMS.Richard Levitte2006-09-251-1/+1
* Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson2006-09-231-2/+8
* Buffer size handling fix for enc.Dr. Stephen Henson2006-09-221-1/+7
* Using correct lock for X509_REQ.Dr. Stephen Henson2006-09-221-1/+1
* Update length if copying MSB set in asn1_string_canon().Dr. Stephen Henson2006-09-221-0/+3
* Updated file.Dr. Stephen Henson2006-09-211-2/+2
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-216-15/+18
* Make int_rsa_sign function match prototype.Dr. Stephen Henson2006-09-211-2/+2
* Compile in gost engine.Dr. Stephen Henson2006-09-212-3/+22
* Updated version of gost engine.Dr. Stephen Henson2006-09-2131-2273/+2680
* Do CRL method init after other operations.Dr. Stephen Henson2006-09-211-2/+2
* Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson2006-09-217-53/+113
* Build error on non-unix.Andy Polyakov2006-09-181-1/+1
* Race condition in ms/uplink.c.Andy Polyakov2006-09-181-0/+2
* As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.Andy Polyakov2006-09-182-94/+4
* Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov2006-09-184-1747/+587
* Improve 386 portability of aes-586.pl.Andy Polyakov2006-09-181-3/+4
* Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller2006-09-181-6/+3
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-179-76/+231
* GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson2006-09-1733-0/+5836
* Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2006-09-146-41/+218
* Update docs.Dr. Stephen Henson2006-09-131-8/+71
* UpdateBodo Möller2006-09-121-1/+13
* Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson2006-09-113-66/+66
* ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller2006-09-112-13/+43
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-106-4/+186
* Make sure the int_rsa_verify() prototype matches the implementationBodo Möller2006-09-081-1/+1
* Additional detail.Dr. Stephen Henson2006-09-061-0/+2
* update information on "current version" ...Bodo Möller2006-09-061-1/+1
* Add an FAQ.Dr. Stephen Henson2006-09-061-0/+20
* Remove non-functional part of recent patch, after discussion withBodo Möller2006-09-063-11/+0
* Make consistent with 0.9.8-branch version of this fileBodo Möller2006-09-061-1/+35
* Every change so far that is in the 0.9.8 branch is (or should be) in HEADBodo Möller2006-09-061-6/+1
* Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox2006-09-056-3/+44
* Rewrite sha1-586.pl.Andy Polyakov2006-08-311-314/+141
* Fix bug in aes-586.pl.Andy Polyakov2006-08-311-3/+2
* Fix bug in x86unix.pl introduced in latest update.Andy Polyakov2006-08-311-3/+3
* Kill more C++ comments.Dr. Stephen Henson2006-08-311-16/+16