summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2009-02-12rc4-s390x.pl: allow for older assembler and optimize character loop.Andy Polyakov
2009-02-11RC4 for s390x.Andy Polyakov
2009-02-10Add error checking to obj_xref.pl and add command line support for dataDr. Stephen Henson
2009-02-10Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>Dr. Stephen Henson
2009-02-10s390x-mont.pl: optimize prologue.Andy Polyakov
2009-02-10linux-s390x failed link after assembler pack update.Andy Polyakov
2009-02-09sha1-sparcv9a.pl: fix bug in commentary section.Andy Polyakov
2009-02-09s390x assembler pack update.Andy Polyakov
2009-01-28Print out UTF8 and NumericString types in ASN1 parsing utility.Dr. Stephen Henson
2009-01-28Update from stable branch.Dr. Stephen Henson
2009-01-28Typo: just copy across an unknown type.Dr. Stephen Henson
2009-01-28Do the Camellia part rightRichard Levitte
2009-01-20Synchronise with Unix buildRichard Levitte
2009-01-15Update certificate hash line format to handle canonical formatDr. Stephen Henson
2009-01-15Make PKCS#8 the standard write format for private keys, replacing theDr. Stephen Henson
2009-01-11Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson
2009-01-11Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2009-01-05Add UltraSPARC VIS-powered SHA1 block procedure.Andy Polyakov
2009-01-03VMS stuff I forgot...Richard Levitte
2009-01-01Calculate offset correctly. (Coverity ID 233)Ben Laurie
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie
2008-12-29bn_lib.c: [re-]fix Win64 compiler warning.Andy Polyakov
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-29Add standard .cvsignore file.Dr. Stephen Henson
2008-12-27x86_64-xlate.pl: support for binary constants, such as 0b1010101.Andy Polyakov
2008-12-27Add modes/cts128.c, Ciphertext Stealing implementation.Andy Polyakov
2008-12-27cmll-x86_64.pl: fix bug in cbc tail processing and comply with Win64 ABI spec.Andy Polyakov
2008-12-27Revisit RT#1801 and complete fix.Andy Polyakov
2008-12-27Remove dead code. (Coverity ID 2)Ben Laurie
2008-12-27Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie
2008-12-26More synchronisation with UnixRichard Levitte
2008-12-26Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie
2008-12-26!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie
2008-12-26pval must always be set when pk7_cb() does anything (Coverity ID 146).Ben Laurie
2008-12-25In BIO_write(), update the write statistics, not the read statistics.Richard Levitte
2008-12-25Further synchronisation with UnixRichard Levitte
2008-12-23Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov
2008-12-23Patch the omission from prvious commit #17716.Andy Polyakov
2008-12-23Engage crypto/modes.Andy Polyakov
2008-12-23crypto/modes: make modes.h selfsufficient and rename block_f to block128_t.Andy Polyakov
2008-12-22Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG beingAndy Polyakov
2008-12-22cmll-x86_64.pl: Win64 SEH section to handle pushf/popf in CBC routine.Andy Polyakov
2008-12-22Optimize #undef DES_UNROLL for size.Andy Polyakov
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-12-19cmll-x86_64.pl: bug fix and size optimization of Win64 SEH section.Andy Polyakov
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov