summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2006-10-19Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov
2006-10-18Temporary fix for sha256 IA64 assembler.Andy Polyakov
2006-10-18Fix bug in big-endian path and optimize it for size.Andy Polyakov
2006-10-17Typo in perlasm/x86asm.pl.Andy Polyakov
2006-10-17Further synchronizations with md32_common.h update, consistent namingAndy Polyakov
2006-10-17bn/asm/ppc.pl to use ppc-xlate.pl.Andy Polyakov
2006-10-17Further synchronizations with md32_common.h update.Andy Polyakov
2006-10-17VIA-specific Montgomery multiplication routine.Andy Polyakov
2006-10-17Synchronize SHA1 assembler with md32_common.h update.Andy Polyakov
2006-10-17Support for .asciz directive in perlasm modules.Andy Polyakov
2006-10-17Linking errors on IA64 and typo in aes-ia64.S.Andy Polyakov
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov
2006-10-05Typo.Dr. Stephen Henson
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch
2006-10-04ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson
2006-09-29Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-09-28Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson
2006-09-25Complete the change for VMS.Richard Levitte
2006-09-22Using correct lock for X509_REQ.Dr. Stephen Henson
2006-09-22Update length if copying MSB set in asn1_string_canon().Dr. Stephen Henson
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson
2006-09-21Make int_rsa_sign function match prototype.Dr. Stephen Henson
2006-09-21Compile in gost engine.Dr. Stephen Henson
2006-09-21Do CRL method init after other operations.Dr. Stephen Henson
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson
2006-09-18Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov
2006-09-18Improve 386 portability of aes-586.pl.Andy Polyakov
2006-09-18Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2006-09-14Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson
2006-09-11Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson
2006-09-08Make sure the int_rsa_verify() prototype matches the implementationBodo Möller
2006-09-06Remove non-functional part of recent patch, after discussion withBodo Möller
2006-09-05Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox
2006-08-31Rewrite sha1-586.pl.Andy Polyakov
2006-08-31Fix bug in aes-586.pl.Andy Polyakov
2006-08-31Fix bug in x86unix.pl introduced in latest update.Andy Polyakov
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson
2006-08-31Fix leakDr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-08-13Use gmtime on cygwinUlf Möller
2006-08-09+20% tune-up for Power5.Andy Polyakov
2006-08-07Revised AES_cbc_encrypt in x86 assembler module.Andy Polyakov
2006-08-02Agressively prefetch S-box in SSE codepatch, relax alignment requirement,Andy Polyakov
2006-08-02Switch to compact S-box when generating AES key schedule.Andy Polyakov