summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Collapse)Author
2010-01-28In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson
out any we added using ERR_set_mark() and ERR_pop_to_mark() otherwise errors from other sources (e.g. SSL library) can be wiped.
2010-01-28revert previous changeDr. Stephen Henson
2010-01-27reword RI descriptionDr. Stephen Henson
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2010-01-26PR: 2138Dr. Stephen Henson
Submitted by: Kevin Regan <k.regan@f5.com> Clear stat structure if -DPURIFY is set to avoid problems on some platforms which include unitialised fields.
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
later.
2010-01-26OPENSSL_isservice is now defined on all platforms not just WIN32Dr. Stephen Henson
2010-01-26export OPENSSL_isservice and make updateDr. Stephen Henson
2010-01-25parisc-mont.pl: PA-RISC 2.0 code path optimization based on intruction-Andy Polyakov
level profiling data resulted in almost 50% performance improvement. PA-RISC 1.1 is also reordered in same manner, mostly to be consistent, as no gain was observed, not on PA-7100LC.
2010-01-25PR: 2149Dr. Stephen Henson
Submitted by: Douglas Stebila <douglas@stebila.ca> Fix wap OIDs.
2010-01-25A few more macros for long symbols.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2010-01-24ia64cpuid.S: OPENSSL_cleanse to accept zero length parameter.Andy Polyakov
2010-01-24pariscid.pl: OPENSSL_cleanse to compile on PA-RISC 2.0W and to accept zeroAndy Polyakov
length parameter.
2010-01-24OPENSSL_cleanse to accept zero length parameter [matching C implementation].Andy Polyakov
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson
2010-01-19rand_win.c: fix time limit logic.Andy Polyakov
2010-01-19x86_64-xlate.pl: refine sign extension logic when handling lea.Andy Polyakov
PR: 2094,2095
2010-01-19rand_win.c: handle GetTickCount wrap-around.Andy Polyakov
2010-01-19s390x assembler update: add support for run-time facility detection.Andy Polyakov
2010-01-17Minor updates to ppccap.c and ppccpuid.pl.Andy Polyakov
2010-01-17bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to portingAndy Polyakov
crypto/bn/asm/mips3.s from IRIX. Performance improvement is not as impressive as with complete assembler, but still... it's almost 2.5x [on R5000].
2010-01-17ia64-mont.pl: add shorter vector support ("shorter" refers to 512 bits andAndy Polyakov
less).
2010-01-15make updateDr. Stephen Henson
2010-01-13Modify compression code so it avoids using ex_data free functions. ThisDr. Stephen Henson
stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory.
2010-01-12PR: 2136Dr. Stephen Henson
Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at> Add options to output hash using older algorithm compatible with OpenSSL versions before 1.0.0
2010-01-07ia64-mont.pl: addp4 is not needed when referring to stack (this is 32-bitAndy Polyakov
HP-UX thing).
2010-01-07http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov
connect() are as finicky as sendto() when it comes to socket address length. As it turned out they are, therefore the fix. Note that you can't reproduce the problem on Linux, it was failing on Solaris, FreeBSD, most likely on more...
2010-01-07sendto is reportedly picky about destination socket address length.Andy Polyakov
PR: 2114 Submitted by: Robin Seggelmann
2010-01-06Fix compilation on older Linux. Linux didn't always have sockaddr_storage,Andy Polyakov
not to mention that first sockaddr_storage had __ss_family, not ss_family. In other words it makes more sense to avoid sockaddr_storage...
2010-01-06ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)Dr. Stephen Henson
2010-01-06ppc64-mont.pl: commentary update.Andy Polyakov
2010-01-06Add Montgomery multiplication module for IA-64.Andy Polyakov
2010-01-05PR: 2102Dr. Stephen Henson
Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com> Remove duplicate definitions.
2009-12-30b_sock.c: correct indirect calls on WinSock platforms.Andy Polyakov
PR: 2130 Submitted by: Eugeny Gostyukhin
2009-12-29ppccap.c: fix compiler warning and perform sanity check outside signal masking.Andy Polyakov
ppc64-mont.pl: clarify comment and fix spelling.
2009-12-28PA-RISC assembler: missing symbol and typos.Andy Polyakov
2009-12-27Update sha512-parisc.pl and add make rules.Andy Polyakov
2009-12-27Throw in more PA-RISC assembler.Andy Polyakov
2009-12-27Switch to new uplink assembler.Andy Polyakov
2009-12-27ppccap.c: tidy up.Andy Polyakov
ppc64-mont.pl: missing predicate in commentary.
2009-12-26ppc64-mont.pl: adapt for 32-bit and engage for all builds.Andy Polyakov
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson
Add Triple DES CFB1 and CFB8 to algorithm list and NID translation.
2009-12-22Constify crypto/cast.Bodo Möller
2009-12-22Constify crypto/cast.Bodo Möller
2009-12-17PR: 2127Dr. Stephen Henson
Submitted by: Tomas Mraz <tmraz@redhat.com> Check for lookup failures in EVP_PBE_CipherInit().
2009-12-09Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson
2009-12-09Revert lhash patch for PR#2124Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
Submitted by: Jan Pechanec <Jan.Pechanec@Sun.COM> Check for memory allocation failures.
2009-12-02PR: 2111Dr. Stephen Henson
Submitted by: Martin Olsson <molsson@opera.com> Check for bn_wexpand errors in bn_mul.c
2009-12-02Check it actually compiles this time ;-)Dr. Stephen Henson