summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rudimentary support for cross-compiling.Andy Polyakov2006-10-214-13/+33
* Align data payload for better performance.Andy Polyakov2006-10-203-56/+126
* Avoid application relink on every make invocation.Andy Polyakov2006-10-202-2/+3
* Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov2006-10-191-2/+2
* Temporary fix for sha256 IA64 assembler.Andy Polyakov2006-10-181-1/+1
* Fix bug in big-endian path and optimize it for size.Andy Polyakov2006-10-181-54/+39
* Typo in perlasm/x86asm.pl.Andy Polyakov2006-10-171-1/+1
* Further synchronizations with md32_common.h update, consistent namingAndy Polyakov2006-10-1711-160/+45
* bn/asm/ppc.pl to use ppc-xlate.pl.Andy Polyakov2006-10-171-160/+64
* Further synchronizations with md32_common.h update.Andy Polyakov2006-10-175-1090/+19
* VIA-specific Montgomery multiplication routine.Andy Polyakov2006-10-171-0/+227
* Synchronize SHA1 assembler with md32_common.h update.Andy Polyakov2006-10-174-304/+45
* Support for .asciz directive in perlasm modules.Andy Polyakov2006-10-173-0/+18
* Linking errors on IA64 and typo in aes-ia64.S.Andy Polyakov2006-10-172-1/+6
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-1112-1090/+156
* 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