summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2005-06-22Fix extension ordering.Dr. Stephen Henson
2005-06-20Do no try to pretend we're at the end of anything unless we're at the endRichard Levitte
2005-06-20Solaris x86_64 /usr/ccs/bin/as support.Andy Polyakov
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte
2005-06-18Only define ZLIB_SHARED if it hasn't already been defined (on the commandRichard Levitte
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov
2005-06-09Allow for dso load by explicit path on HP-UX.Andy Polyakov
2005-06-09When the return type of the function is int, it's better to return anRichard Levitte
2005-06-07"Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov
2005-06-06Fix for padding X9.31 padding check and zero padding bytes.Dr. Stephen Henson
2005-06-06Allow BIO_s_file to open and sequentially access files larger than 2GB onAndy Polyakov
2005-06-06_GNU_SOURCE needs to be defined before any standard header.Richard Levitte
2005-06-06Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte
2005-06-05Change pq_compat.h to trust the macros defined by bn.h a bit more, and therebyRichard Levitte
2005-06-05Old typo...Richard Levitte
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2005-06-02Fix inconsistensy between 8 and HEAD.Andy Polyakov
2005-06-02PSS update [from 0.9.7].Andy Polyakov
2005-06-01check return valueNils Larsch
2005-06-01Update from 0.9.7-stable.Dr. Stephen Henson
2005-06-01Synchronise yet a little more with the Unixly buildRichard Levitte
2005-05-31fix assertionNils Larsch
2005-05-31changes from 0.9.8Nils Larsch
2005-05-31"Show" more respect to no-sha* config options.Andy Polyakov
2005-05-31Missing sparcv8.o rule.Andy Polyakov
2005-05-31Platform update from 8-stable.Andy Polyakov
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte
2005-05-30Synchronise with Unixly buildRichard Levitte
2005-05-30Update from stable branch.Dr. Stephen Henson
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
2005-05-29TypoRichard Levitte
2005-05-28Add pss/x931 files.Dr. Stephen Henson
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-27Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson
2005-05-26make sure DSA signing exponentiations really are constant-timeBodo Möller
2005-05-26check BN_copy() return valueBodo Möller
2005-05-24It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte
2005-05-22Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
2005-05-21Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-05-21Propagate BUILDENV into subdirectories.Ben Laurie
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov
2005-05-20fix typo, add prototypeNils Larsch
2005-05-19fix potential memory leakNils Larsch
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch