summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2008-12-19x86_64-xlate.pl: fix masm hexadecimal constants.Andy Polyakov
2008-12-17perlasm/x86* update: support for 3 and 4 argument instructions.Andy Polyakov
2008-12-17SEGV in AES_cbc_encrypt in aes-x86_64 assembler module.Andy Polyakov
2008-12-16Constify where neededRichard Levitte
2008-12-16Remove extraneous semicolonsRichard Levitte
2008-12-16Stack changes made dso_vms.c not compile properly.Richard Levitte
2008-12-16A few more symbols that are a little bit long for VMSRichard Levitte
2008-12-16Synchronise VMS build system with the Unixly oneRichard Levitte
2008-12-16128-bit block cipher modes consolidation. As consolidated functionsAndy Polyakov
2008-12-16SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov
2008-12-16Bring C bn_mul_mont template closer to assembler.Andy Polyakov
2008-12-13Missing return values (Coverity ID 204).Ben Laurie
2008-12-08Oops should check zero_pos >= 0.Dr. Stephen Henson
2008-12-07Handle case where v6stat.zero_pos == 0 correctly.Dr. Stephen Henson
2008-12-03Add Camellia assembler x86 and x86_64 modules.Andy Polyakov
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
2008-11-30Update from stable branch.Dr. Stephen Henson
2008-11-28Fix compilation with -DOPENSSL_NO_DEPRECATED.Geoff Thorpe
2008-11-24Update from stable-branch.Dr. Stephen Henson
2008-11-21Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson
2008-11-16Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie
2008-11-16Ignore generated ASM.Ben Laurie
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov
2008-11-13Ignore saved Makefile.Ben Laurie
2008-11-13J-PAKE is not experimental in HEAD.Ben Laurie
2008-11-12Update from stable branch.Dr. Stephen Henson
2008-11-12Reinstate camellia header fix patch.Dr. Stephen Henson
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-11-12x86_64-xlate.pl to support MacOS X and mingw64.Andy Polyakov
2008-11-12Revert commit #17603, it should have been part of #17617.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson