summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-03-08Typo.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-03Don't ask for -iv for ciphers that need no IV.Ben Laurie
2009-03-03Use the right length (reported by Quanhong Wang).Ben Laurie
2009-02-25Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Approved by: steve Recognise "enable-zlib" in mkdef.pl to handle "zlib" option when passed to Configure.
2009-02-23Fix memory leak.Ben Laurie
2009-02-19Make STORE an experimental feature.Richard Levitte
2009-02-19Make it possible to disable STORE.Richard Levitte
2009-02-19Reference bug.Richard Levitte
2009-02-16PR: 1778Dr. Stephen Henson
Increase default verify depth to 100.
2009-02-16Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Reviewed by: steve@openssl.org Change default Gost parameter set to id_Gost28147_89_CryptoPro_A_ParamSet
2009-02-16PR: 1843Dr. Stephen Henson
Use correct array size for SHA1 hash.
2009-02-16Data not initialised.Richard Levitte
Notified by Gerardo Ganis <gerardo.ganis@cern.ch>
2009-02-15Stop warning about use of *printf() without a format.Dr. Stephen Henson
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
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
2009-02-12Return correct exit code.Dr. Stephen Henson
2009-02-12Avoid leaks in pkcs8 app, tidy code up.Dr. 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
file locations.
2009-02-10Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>Dr. Stephen Henson
Reviewed by: steve If tagging is universal and SET or SEQUENCE set constructed bit.
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-02-09Reserve for "multilib" suffix, the one allowing to perform multi-ABIAndy Polyakov
installations. It's not enabled in Makefiles yet.
2009-02-06Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...Dr. Stephen Henson
2009-02-02For -hex, print just one \nBodo Möller
2009-02-02-hex option for openssl randBodo Möller
PR: 1831 Submitted by: Damien Miller
2009-02-01Put back a variable deleted by the previous revision,Bodo Möller
but used in the code.
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-28Because DEC C - sorry, HP C - is picky about features, we need toRichard Levitte
define _XOPEN_SOURCE_EXTENDED to reach fd_set and timeval types and functionality.
2009-01-28Hopefully resolve signed vs unsigned issue.Richard Levitte
2009-01-28Do the Camellia part rightRichard Levitte
2009-01-20Synchronise with Unix buildRichard Levitte
2009-01-18Allow CC to be overridden.Ben Laurie
2009-01-15Update certificate hash line format to handle canonical formatDr. Stephen Henson
and avoid MD5 dependency.
2009-01-15Make PKCS#8 the standard write format for private keys, replacing theDr. Stephen Henson
ancient SSLeay format.
2009-01-11Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson
cause "make test" failures and make resource leaks more obvious.
2009-01-11Fix warnings properly this time ;-)Dr. Stephen Henson
2009-01-11Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson
2009-01-11Fix sign-compare warnings.Dr. Stephen Henson
2009-01-11Add a set of standard gcc warning options which are designed to be theDr. Stephen Henson
minimum requirement for committed code. Added to debug-steve* config targets for now.
2009-01-09Add missing entry.Ben Laurie
2009-01-07Updatde from stable branch.Dr. Stephen Henson