Makefile.shared: improve portability of commit#17753.
[openssl.git] / crypto /
2009-01-01 Ben LaurieCalculate offset correctly. (Coverity ID 233)
2008-12-29 Andy PolyakovStyling update to makefiles: $() to denote make substit...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-12-29 Andy Polyakovbn_lib.c: [re-]fix Win64 compiler warning.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-12-29 Dr. Stephen HensonAdd standard .cvsignore file.
2008-12-27 Andy Polyakovx86_64-xlate.pl: support for binary constants, such...
2008-12-27 Andy PolyakovAdd modes/cts128.c, Ciphertext Stealing implementation.
2008-12-27 Andy Polyakovcmll-x86_64.pl: fix bug in cbc tail processing and...
2008-12-27 Andy PolyakovRevisit RT#1801 and complete fix.
2008-12-27 Ben LaurieRemove dead code. (Coverity ID 2)
2008-12-27 Ben LaurieCheck scalar->d before we use it (in BN_num_bits()...
2008-12-26 Richard LevitteMore synchronisation with Unix
2008-12-26 Ben LaurieRemove misleading dead code. Constify. (Coverity ID...
2008-12-26 Ben Laurie!a && !a->b is clearly wrong! Changed to !a || !a-...
2008-12-26 Ben Lauriepval must always be set when pk7_cb() does anything...
2008-12-25 Richard LevitteIn BIO_write(), update the write statistics, not the...
2008-12-25 Richard LevitteFurther synchronisation with Unix
2008-12-23 Andy PolyakovWindows-specific addenum to "engage crypto/modes" commi...
2008-12-23 Andy PolyakovPatch the omission from prvious commit #17716.
2008-12-23 Andy PolyakovEngage crypto/modes.
2008-12-23 Andy Polyakovcrypto/modes: make modes.h selfsufficient and rename...
2008-12-22 Andy PolyakovOptimize CAST for size on 64-bit platforms. For referen...
2008-12-22 Andy Polyakovcmll-x86_64.pl: Win64 SEH section to handle pushf/popf...
2008-12-22 Andy PolyakovOptimize #undef DES_UNROLL for size.
2008-12-22 Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-12-19 Andy Polyakovcmll-x86_64.pl: bug fix and size optimization of Win64...
2008-12-19 Andy Polyakovx86_64 assembler pack: add support for Win64 SEH.
2008-12-19 Andy Polyakovx86_64-xlate.pl: fix masm hexadecimal constants.
2008-12-17 Andy Polyakovperlasm/x86* update: support for 3 and 4 argument instr...
2008-12-17 Andy PolyakovSEGV in AES_cbc_encrypt in aes-x86_64 assembler module.
2008-12-16 Richard LevitteConstify where needed
2008-12-16 Richard LevitteRemove extraneous semicolons
2008-12-16 Richard LevitteStack changes made dso_vms.c not compile properly.
2008-12-16 Richard LevitteA few more symbols that are a little bit long for VMS
2008-12-16 Richard LevitteSynchronise VMS build system with the Unixly one
2008-12-16 Andy Polyakov128-bit block cipher modes consolidation. As consolidat...
2008-12-16 Andy PolyakovSEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decre...
2008-12-16 Andy PolyakovBring C bn_mul_mont template closer to assembler.
2008-12-13 Ben LaurieMissing return values (Coverity ID 204).
2008-12-08 Dr. Stephen HensonOops should check zero_pos >= 0.
2008-12-07 Dr. Stephen HensonHandle case where v6stat.zero_pos == 0 correctly.
2008-12-03 Andy PolyakovAdd Camellia assembler x86 and x86_64 modules.
2008-12-02 Bodo MöllerImplement Configure option pattern "experimental-foo"
2008-11-30 Dr. Stephen HensonUpdate from stable branch.
2008-11-28 Geoff ThorpeFix compilation with -DOPENSSL_NO_DEPRECATED.
2008-11-24 Dr. Stephen HensonUpdate from stable-branch.
2008-11-21 Dr. Stephen HensonSet memory BIOs up properly when stripping text headers...
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-16 Ben LaurieIgnore generated ASM.
2008-11-14 Andy Polyakovx86_64-xlate.pl update, engage x86_64 assembler in...
2008-11-13 Ben LaurieIgnore saved Makefile.
2008-11-13 Ben LaurieJ-PAKE is not experimental in HEAD.
2008-11-12 Dr. Stephen HensonUpdate from stable branch.
2008-11-12 Dr. Stephen HensonReinstate camellia header fix patch.
2008-11-12 Andy PolyakovUpdate make rules for x86_64 assembler pack.
2008-11-12 Andy Polyakovx86_64 assembler pack to comply with updated styling...
2008-11-12 Andy Polyakovx86_64-xlate.pl to support MacOS X and mingw64.
2008-11-12 Andy PolyakovRevert commit #17603, it should have been part of ...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-11 Dr. Stephen HensonTolerate -----BEGIN PKCS #7 SIGNED DATA----- header...
2008-11-11 Dr. Stephen HensonUpdate from stable branch.
2008-11-11 Bodo Möllersymbol deobnoxification
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-11-05 Dr. Stephen HensonPR: 1777
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-05 Dr. Stephen HensonDon't use clobbered 'i' for checking UTCTime and Genera...
2008-11-04 Ben LaurieOnly one of these needs to be signed.
2008-11-04 Ben LaurieFormatting.
2008-11-03 Andy PolyakovMinor perlasm updates.
2008-11-02 Dr. Stephen HensonNot sure about this one... seems to be needed to make...
2008-11-02 Dr. Stephen HensonFix prototypes.
2008-11-02 Dr. Stephen HensonUse stddef.h to pick up size_t def.
2008-11-02 Dr. Stephen HensonFix prototypes.
2008-11-02 Dr. Stephen HensonUpdate HMAC functions to return an error where relevant.
2008-11-02 Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-11-02 Ben LaurieFix asserts. Fix incorrect dependency.
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-11-02 Ben LaurieFix warnings.
2008-11-02 Ben LaurieFix warning.
2008-11-01 Andy PolyakovFix bss_log.c on Windows.
2008-11-01 Ben LaurieMore size_tification.
2008-11-01 Ben Lauriesize_tification.
2008-11-01 Andy PolyakovFix SHA512 and optimize BN for mingw64.
2008-10-31 Andy PolyakovFix warnings after commit#17578.
2008-10-31 Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2008-10-31 Andy Polyakovsize_t-fy AES, Camellia and RC4.
2008-10-31 Dr. Stephen HensonAdd install target to crypto/jpake/Makefile
2008-10-28 Andy Polyakovrandfile.c: .rnd can become orphaned on VMS.
2008-10-28 Andy Polyakovec2_mult.c readability update.
2008-10-28 Andy PolyakovMinor clean-up in bn_lib.c: constification and optimiza...
2008-10-28 Andy PolyakovFix crash in BN_rshift.
2008-10-28 Andy PolyakovHarmonize Camellia API with version 1.x.
2008-10-28 Andy PolyakovCamellia update. Quoting camellia.c:
2008-10-28 Andy Polyakovx86_64-xlate.pl update: refine SEH support.
2008-10-27 Dr. Stephen HensonWin32 fixes... add new directory to build system. Fix...
2008-10-27 Dr. Stephen HensonFix warnings and various issues.
2008-10-26 Ben LaurieAdd JPAKE.
next