Make sure that after the change from revision 1.261,
[openssl.git] / crypto /
2006-01-02 Richard LevitteMissing files in the VMS installation
2006-01-02 Andy PolyakovRefine login in b_sock.c.
2006-01-02 Andy PolyakovFix typo and purify logic in b_sock.c
2006-01-02 Andy PolyakovTypo in win32_globallookup.
2006-01-02 Andy PolyakovMake b_sock.c IPv6 savvy.
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2006-01-01 Andy PolyakovFix mapping "leak" in newly introduced win32_globallookup.
2005-12-31 Andy PolyakovOops! Remove junk...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-28 Andy PolyakovFix CFB and OFB modes in eng_padlock.c. Engine was...
2005-12-27 Andy PolyakovMinor sparcv9 clean-ups.
2005-12-27 Andy PolyakovLower PADLOCK_CHUNK till value, which doesn't affect...
2005-12-20 Richard LevitteWhoops, we were copying instead of comparing at the...
2005-12-19 Andy PolyakovAs SPARCV9 CPU flavor is [expected to be] detected...
2005-12-18 Ulf Möllercomments
2005-12-18 Andy PolyakovEliminate possible mapping leak.
2005-12-18 Andy PolyakovTypo in sparcv8cap.c.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-18 Andy PolyakovMissing CFLAG in couple of depend: targets.
2005-12-16 Andy PolyakovMake bio.h resistant to gnu-ish __attribute__ redefenit...
2005-12-16 Andy PolyakovUnify sparcv9 assembler naming and build rules among...
2005-12-16 Andy PolyakovMake framework for Whirlpool assembler flexible.
2005-12-16 Andy PolyakovEngage Whirlpool assembler and mention Whirlpool in...
2005-12-16 Andy PolyakovWe all make typos:-) Fix just introduced ones in bn.h
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-12-15 Andy PolyakovTo exclude contention for shared FPU on T1, trade 3...
2005-12-15 Andy Polyakovsparccpuid module update.
2005-12-15 Andy PolyakovAdd IALU-only bn_mul_mont for SPARCv9. See commentary...
2005-12-15 Andy PolyakovSwitch 64-bit sparcv9 platforms from bn(64,64) to bn...
2005-12-15 Andy PolyakovAllow for bn(64,32) on LP64 platforms.
2005-12-13 Bodo Möllercomment
2005-12-10 Andy PolyakovMinor aes-sparcv9.pl optimization.
2005-12-10 Andy PolyakovEngage AES for UltraSPARC in sparcv9 targets.
2005-12-10 Andy PolyakovRevoke the option to share AES S-boxes between C and...
2005-12-10 Andy PolyakovInitial draft for AES for UltraSPARC assembler.
2005-12-06 Andy PolyakovSupport for indirect calls in x86 assembler modules.
2005-12-06 Andy PolyakovFix typos in wp-mmx.pl.
2005-12-05 Dr. Stephen HensonUpdate from 0.9.8-stable.
2005-12-05 Dr. Stephen HensonUpdate from stable branch.
2005-12-03 Dr. Stephen HensonMake ZLIB without ZLIB_SHARED compiled again.
2005-12-03 Andy PolyakovCouple other benchmark comparisons for wp-x86_64.pl.
2005-12-03 Andy Polyakovx86cpuid.pl update.
2005-12-02 Dr. Stephen HensonNew functions to support opaque EVP_CIPHER_CTX handling.
2005-12-02 Dr. Stephen HensonAdd error checking to avoid crashing when zlib cannot...
2005-12-02 Dr. Stephen HensonInclude EVP_whirlpool() prototype in evp.h
2005-12-02 Richard Levittewq instead of wp? That's gotta be among the more amazi...
2005-12-01 Richard LevitteWhirlpool was added to EVP, so let's build it on VMS...
2005-11-30 Andy PolyakovWhirlpool for x86_64.
2005-11-30 Andy PolyakovAdd Whirlpool to EVP.
2005-11-30 Andy PolyakovAdapt Whirlpool API for EVP.
2005-11-30 Andy PolyakovFix typos in wp-mmx.pl.
2005-11-29 Richard LevitteBuild Whirlpool on VMS as well
2005-11-28 Andy PolyakovAdd Whirlpool OID.
2005-11-28 Andy PolyakovRemove development leftover from whrlpool/asm/wp-mmx.pl.
2005-11-28 Andy PolyakovAdd missing Makefile and fix couple of typos in commentary.
2005-11-28 Andy PolyakovWhirlpool hash implementation. The fact that subdirecto...
2005-11-20 Dr. Stephen HensonExtensive OID code enhancement and fixes.
2005-11-19 Richard LevitteSynchronise with the Unix build.
2005-11-16 Bodo MöllerdeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
2005-11-15 Bodo MöllerdeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
2005-11-15 Andy PolyakovApply "better safe than sorry" approach after addressin...
2005-11-11 Andy PolyakovAttempt to resolve sporadic SEGV crashes in bn_sub_word...
2005-11-11 Dr. Stephen HensonUpdate from stable branch.
2005-11-09 Andy PolyakovThrow in comment so that one doesn't get tempted to...
2005-11-09 Andy PolyakovAvoid end-less loop when libcrypto.a is manually delete...
2005-11-09 Andy PolyakovMinor perlasm clean-up.
2005-11-06 Andy PolyakovMove declaration for optional bn_mul_mont to bn_lcl...
2005-11-06 Andy PolyakovAddress MASM-specific problems introduced with
2005-11-06 Dr. Stephen HensonUpdate from stable branch.
2005-11-06 Andy Polyakovx86_64-xlate.pl commentary section update.
2005-11-06 Andy PolyakovEliminate crypto/tmdiff.[ch].
2005-11-03 Andy PolyakovMake cygwin work in directories mounted with 'text...
2005-11-03 Andy PolyakovMask libcrypto references to stat with OPENSSL_NO_POSIX_IO.
2005-11-03 Andy PolyakovReserve for OPENSSL_NO_POSIX_IO macro which is to elimi...
2005-11-03 Andy PolyakovDisable BIO_s_fd on CE and disable fd:N as password...
2005-11-03 Andy PolyakovMake pshufw optional and update performance table in...
2005-11-01 Richard LevitteFix numerous bugs in the Win32 path splitter
2005-11-01 Richard LevitteA slight change in documentation that makes it so much...
2005-10-25 Andy Polyakov+20% SHA512 performance improvement on x86.
2005-10-25 Andy PolyakovEliminate false preprocessor dependencies introduced...
2005-10-25 Andy PolyakovEliminate ~3.5KB of duplicate code in des-586.pl and...
2005-10-25 Andy PolyakovMove DES_SPtrans to where it really belongs, dec_enc...
2005-10-25 Andy PolyakovClarify binary compatibility with HAL/Fujitsu SPARC64...
2005-10-22 Andy Polyakovbn_asm.c update.
2005-10-22 Andy PolyakovEliminate gcc warning in bn_mont.c.
2005-10-22 Andy PolyakovAdd support for 32-bit ABI to sparcv9a-mont.pl module.
2005-10-22 Andy PolyakovChange bn_mul_mont declaration and BN_MONT_CTX. Update...
2005-10-19 Andy PolyakovYet another "teaser" Montgomery multiply module, for...
2005-10-14 Andy PolyakovFlip saved argument block and tp [required for non...
2005-10-14 Andy PolyakovMake sure x86-mont.pl returns zero even if compiled...
2005-10-14 Andy PolyakovFix bug in SMALL_FOOTPRINT path and clarify comment.
2005-10-13 Andy PolyakovBroaden compatibility amount Win32 headers even further...
2005-10-09 Andy PolyakovAdd timestamp to x86-mont.pl.
2005-10-09 Andy PolyakovThrow in bn/asm/x86-mont.pl Montgomery multiplication...
2005-10-07 Andy Polyakovx86_64-mont.pl readability improvement.
2005-10-07 Andy PolyakovThrow in Montgomery multiplication assembler for x86_64.
2005-10-06 Andy PolyakovRefine logic in bn_mont.c and eliminate redundant BN_CT...
2005-10-06 Andy PolyakovLeave the decision to call/implement bn_sqr_mont to...
2005-10-05 Dr. Stephen HensonInitialize bignum constants using BN_bin2bn() instead...
2005-10-04 Andy PolyakovZap DES_UNROLL when SMALL_FOOTPRINT is in effect.
next