IRIX and Tru64 platform updates.
[openssl.git] / crypto /
2007-08-23 Andy PolyakovMake x86_64 modules work under Win64/x64.
2007-08-23 Andy PolyakovWorkaround MSVC6 compiler bug.
2007-08-13 Dr. Stephen HensonFix for asm/no-asm on WIN32.
2007-08-12 Dr. Stephen HensonFix warnings.
2007-07-31 Andy PolyakovTypo in ppccpuid.pl.
2007-07-30 Andy PolyakovBuglet fixes and minor optimization in aes-x86_86 assem...
2007-07-30 Andy PolyakovMake preprocessor logic more fail-safe.
2007-07-30 Andy PolyakovAs for inline vs. __inline. The original code implies...
2007-07-30 Andy PolyakovMake ppccpuid AIX friendly.
2007-07-27 Andy PolyakovRespect ISO aliasing rules.
2007-07-27 Andy PolyakovAES for IA64 update.
2007-07-27 Andy Polyakovia64cpuid update.
2007-07-25 Andy Polyakovx86 perlasm updates.
2007-07-23 Andy PolyakovAllow for option to skip hardware support.
2007-07-23 Andy Polyakovmd32_common.h update.
2007-07-21 Andy Polyakovx86*cpuid update.
2007-07-21 Andy PolyakovComplete synchronization of aes-x86_64 with aes-586.
2007-07-19 Andy PolyakovLppc_AES_[en|de]crypt_compact: size optimization.
2007-07-19 Andy PolyakovMinor optimization in AES_set_encryption_key for x86_64.
2007-07-19 Andy Polyakov_x86_64_AES_[en|de]crypt_compact: size optimization...
2007-07-13 Andy Polyakovgas -g doesn't tolerate unpadded .bytes in code segment.
2007-07-13 Andy PolyakovVarious minor updates to AES assembler modules.
2007-07-13 Andy PolyakovAdd _x86_64_AES_[en|de]crypt_compact.
2007-07-08 Andy PolyakovEVP_*_cfb1 was broken.
2007-07-08 Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-07-07 Andy PolyakovTypo in str_lib.c
2007-06-29 Andy PolyakovFix build problem on Tru64.
2007-06-29 Andy PolyakovLatest bn_mont.c modification broke ECDSA test. I've...
2007-06-23 Ben LaurieFix warning.
2007-06-23 Ben LaurieInline function declarations have to be prototypes.
2007-06-21 Andy PolyakovFlush output in x86_64cpuid.pl.
2007-06-21 Andy PolyakovTypo in x86_64-mont.pl.
2007-06-20 Andy PolyakovOptimize OPENSSL_cleanse.
2007-06-20 Andy Polyakovbn_asm for s390x.
2007-06-20 Andy PolyakovTypo in Linux part of sparcv9cap.c
2007-06-20 Andy PolyakovMake some shortcuts in sparcv9cap.c. Trouble is that...
2007-06-20 Andy PolyakovSPARC Solaris and Linux assemblers treat .align directi...
2007-06-18 Dr. Stephen HensonUpdate .cvsignore
2007-06-17 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-06-11 Andy PolyakovPrivatize BN_*_no_branch.
2007-06-11 Andy PolyakovCommentary updates and minor optimization for bn_mont.c.
2007-06-10 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-06-08 Dr. Stephen HensonWIN32 fixes.
2007-06-07 Dr. Stephen HensonRemove unnecessary casts and avoid some warnings with...
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2007-06-04 Dr. Stephen HensonBack out safestack.h change for now: seems to break...
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-05-31 Dr. Stephen HensonHandle NULL parameter in some EVP utility functions.
2007-05-30 Andy PolyakovAES_set_[en|de]crypt_key for ARMv4.
2007-05-28 Andy Polyakovs390x gas can't handle .align 128.
2007-05-28 Andy PolyakovAES_set_[en|de]crypt_key for s390x.
2007-05-22 Dr. Stephen HensonFix X509_REQ_print_ex() to process extension options.
2007-05-22 Dr. Stephen HensonRevert broken change to ccgost.
2007-05-22 Andy PolyakovSHA256 for ARMv4.
2007-05-22 Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2007-05-20 Andy PolyakovOPENSSL_IMPLEMENT_GLOBAL caused more grief than it...
2007-05-19 Andy PolyakovTypo in aes-ppc.pl.
2007-05-19 Andy PolyakovTypo in x509_txt.c.
2007-05-19 Andy Polyakovx86cpuid fixes.
2007-05-19 Andy Polyakovppc-xlate.pl update.
2007-05-19 Andy Polyakovsparccpuid.s update.
2007-05-19 Andy PolyakovInitial draft of AES for PPC.
2007-05-17 Dr. Stephen HensonAdd .cvsignore to seed dir.
2007-05-17 Dr. Stephen HensonPrepend signature name in dgst output.
2007-05-16 Dr. Stephen HensonFix error code name.
2007-05-15 Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-05-15 Dr. Stephen HensonChange C++ style comments.
2007-05-15 Andy PolyakovThrow in ppccpuid module.
2007-05-15 Andy PolyakovFix linking error after adding alphacpuid.s.
2007-05-15 Andy PolyakovAdd alphacpuid.s
2007-05-14 Andy PolyakovProfiling revealed that OPENSSL_cleanse consumes *more...
2007-05-14 Andy Polyakovx86_64 assembler updates.
2007-05-13 Andy PolyakovAs all assembler modules are alignment neutral, allow...
2007-05-13 Andy PolyakovMake sha*-ia64 modules alignment neutral.
2007-05-13 Ben LaurieMore IGE speedup.
2007-05-13 Ben LaurieAES IGE mode speedup.
2007-05-10 Dr. Stephen HensonImprove error detection when streaming S/MIME.
2007-05-10 Dr. Stephen HensonTidy up docs, remove warning.
2007-05-10 Dr. Stephen HensonMore useful ASN1 macros for static allocation functions.
2007-05-10 Andy PolyakovMention Core2 in sha1-x86_64.
2007-05-10 Andy PolyakovCommentary updates to SHA for sparcv9.
2007-05-04 Andy PolyakovEngage SHA for sparcv9.
2007-05-04 Andy PolyakovSHA for sparcv9.
2007-05-03 Andy PolyakovFix bug introduced in cn#16195.
2007-05-03 Andy PolyakovFine reading of manual suggests that km can return...
2007-05-02 Andy PolyakovFix s390x bugs and correct performance coefficients.
2007-05-01 Richard LevitteSynchronise VMS with Unix.
2007-04-30 Andy PolyakovRevert irrelevant changes from commit #16191.
2007-04-30 Andy Polyakovrll does not seem to be available on legacy s390.
2007-04-30 Andy PolyakovTypo in commit #16187.
2007-04-30 Andy Polyakovs390x optimizations.
2007-04-30 Andy PolyakovEngage s390x assembler modules.
2007-04-30 Andy Polyakovs390x assembler pack.
2007-04-26 Andy PolyakovReimplement rc4-586.pl, relicense rc4-x86_64.pl.
2007-04-24 Bodo Möllerfix function codes for error
2007-04-24 Bodo Möllerremove leftover from editing ...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-19 Bodo Möllerfix error codes
2007-04-19 Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-04-14 Dr. Stephen HensonNew function ASN1_STRING_copy() to copy to an already
next