summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2009-03-15Use OPENSSL_assert() instead of assert.Dr. Stephen Henson
2009-03-15Use correct ctx name.Dr. Stephen Henson
2009-03-15Fix from stable branch.Dr. Stephen Henson
2009-03-14Update from stable branch.Dr. Stephen Henson
2009-03-14PR: 1864Dr. Stephen Henson
2009-03-14Update from stable branch.Dr. Stephen Henson
2009-03-09PR: 1854Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2009-03-08Print IPv6 all 0s correctly (Rob Austein).Ben Laurie
2009-03-07Update from stable branch.Dr. Stephen Henson
2009-03-03Use the right length (reported by Quanhong Wang).Ben Laurie
2009-02-19Make it possible to disable STORE.Richard Levitte
2009-02-19Reference bug.Richard Levitte
2009-02-16PR: 1778Dr. Stephen Henson
2009-02-16PR: 1843Dr. Stephen Henson
2009-02-16Data not initialised.Richard Levitte
2009-02-15Make no-engine work again.Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2009-02-14PR: 1835Dr. Stephen Henson
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