remove some more changes that came from HEAD
[openssl.git] / crypto /
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-23 Nils Larschmake asn.1 field names const
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-22 Ben LaurieAdd prototypes.
2005-04-22 Nils Larschmore const
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-22 Andy PolyakovAvoid aliasing between stack frames and S-boxes. Compre...
2005-04-21 Richard LevitteProvide a default OPENSSL_ia32cap_loc for non-Intel...
2005-04-20 Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-20 Dr. Stephen HensonStop compiler warnings about deprecated lvalue casts.
2005-04-20 Dr. Stephen HensonStop bogus shadowing warning.
2005-04-20 Richard LevitteMake sure id2_func is properly cast as well...
2005-04-20 Richard Levittesigned vs. unsigned.
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-20 Richard LevitteResolve signed vs. unsigned.
2005-04-20 Richard LevitteType mismatch detected by DEC C compiler. void* !...
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-19 Dr. Stephen HensonNew "algorithm define" OPENSSL_NO_GMP. Update mkdef...
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-17 Andy PolyakovThrow in x86_64 AT&T to MASM assembler converter to...
2005-04-17 Richard LevitteSynchronise with ec/Makefile.
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-04-14 Dr. Stephen HensonCheck return values of <Digest>_Init functions in low...
2005-04-14 Andy PolyakovPrototype mnemonics in padlock_verify_context for bette...
2005-04-14 Andy PolyakovFix for bug emerged in openvpn conext.
2005-04-13 Andy PolyakovZap OPENSSL_EXTERN on symbols, which are not meant...
2005-04-13 Andy PolyakovFix typos.
2005-04-13 Andy PolyakovIntroduce OPENSSL_NONPIC_relocated to denote relocated...
2005-04-13 Andy PolyakovMinor cryptlib.c update: compiler warnings in OPENSSL_s...
2005-04-12 Dr. Stephen HensonMore overwritten stuff...
2005-04-12 Dr. Stephen HensonReplace overwritten lines before error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-12 Dr. Stephen HensonInclude error library value in C error source files...
2005-04-11 Nils Larschinclude limits.h for UINT_MAX etc.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-10 Dr. Stephen HensonMove allow_proxy_certs declaration to start of function.
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-07 Andy PolyakovImplement OPENSSL_showfatal and make it Win32 GUI and...
2005-04-07 Andy PolyakovHarmonize cygwin/mingw and VC targets.
2005-04-06 Andy Polyakov+45% RC4 performance boost on Intel EM64T core. Unrolle...
2005-04-05 Nils Larschsome const fixes and cleanup
2005-04-04 Nils Larschremove unused recp method
2005-04-04 Andy PolyakovExtend Solaris x86 support to amd64.
2005-04-04 Andy PolyakovSolaris x86 linker erroneously pads .init segment with...
2005-04-04 Andy PolyakovSome non-GNU compilers (such as Sun C) define __i386.
2005-04-03 Andy PolyakovMake bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to...
2005-04-03 Ben LaurieIf input is bad, we still need to clear the buffer.
2005-04-01 Dr. Stephen HensonTypo
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieSimplicate and add lightness.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Nils Larschfix header
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-03-28 Nils Larschwhen building with OPENSSL_NO_DEPRECATED defined BN_zer...
2005-03-24 Ulf Möllerundo Cygwin change
2005-03-22 Nils Larschtest, remove unnecessary const cast
2005-03-19 Ulf MöllerUse Windows randomness code on Cygwin
2005-03-19 Ulf Möllerfix breakage for Perl versions that do boolean operatio...
2005-03-13 Bodo Möller"make depend". This takes into account the algorithms...
2005-03-12 Andy PolyakovCygwin to use DSO_FLFCN and mingw to use DSO_WIN32.
2005-03-12 Andy PolyakovAvoid re-build avalanches with HP-UX make.
2005-03-11 Bodo Möllerfix potential memory leak when allocation fails
2005-03-09 Bodo MöllerFix typo
2005-02-19 Lutz JänickeFix hang in EGD/PRNGD query when communication socket...
2005-02-14 Dr. Stephen HensonFix possible memory leak.
2005-02-06 Andy PolyakovRemove unused assembler modules.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2005-01-27 Richard LevitteThe first argument to load_iv should really be a char...
2005-01-27 Richard LevitteCheck for errors from EVP_VerifyInit_ex(), or EVP_Verif...
2005-01-27 Richard LevitteGet rid if the annoying warning
2005-01-25 Andy PolyakovPlease BSD make...
2005-01-25 Andy PolyakovFreeBSD 5 refuses to #include <malloc.h>. Fix compiler...
2005-01-24 Andy PolyakovDefault to AES u32 being unsinged int and not long...
2005-01-24 Andy PolyakovImprove ECB performance (48+14*rounds -> 18+13*rounds...
2005-01-20 Andy PolyakovBug-fix in CBC encrypt tail processing and commentary...
2005-01-18 Andy PolyakovThrow in AES CBC assembler, up to +40% on aes-128-cbc...
2005-01-18 Andy PolyakovReserve for AES CBC assembler implementation...
2005-01-18 Andy PolyakovDon't zap AES CBC IV, when decrypting truncated content...
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2005-01-14 Dr. Stephen HensonPKCS7_verify() performance optimization. When the conte...
2005-01-13 Andy PolyakovRely on e_os.h to appropriately define str[n]casecmp...
2005-01-13 Andy Polyakov"Monolithic" x86 assembler replacement for aes_core...
2005-01-13 Andy PolyakovFix an "oops" typo! Well, it was a debugging left-over...
2005-01-13 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
2005-01-12 Richard LevitteCorrect a faulty address assignment, and add a length...
2005-01-09 Andy PolyakovPermit "monolithic" AES assembler implementations,...
2005-01-04 Andy PolyakovDJGPP update.
2004-12-31 Andy PolyakovBorrow #include <string[s].h> from e_os.h.
2004-12-30 Andy PolyakovMake whiny compilers stop complaining about missing...
2004-12-30 Andy PolyakovCommentary update for AES IA-64 assembler module.
2004-12-30 Andy PolyakovMinor AES x86 assembler tune-up.
2004-12-30 Andy PolyakovAES-CFB[18] 2x optimization. Well, I bet nobody cares...
2004-12-28 Andy PolyakovOops-kind typos in aes-ia64.S...
2004-12-28 Richard Levitteiv needs to be const because it sometimes takes it...
2004-12-28 Richard LevitteForgot to synchronise the VMS build scripts.
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-27 Andy PolyakovMinor cygwin update.
next