openssl.git
2005-04-25 Bodo Möllermake update
2005-04-25 Bodo Möllermove some more entries into FIPS file
2005-04-25 Bodo MöllerUse OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
2005-04-25 Bodo MöllerRemove some more entries that are false positives,...
2005-04-25 Bodo MöllerSort out changes in FIPS and other changes, collected...
2005-04-25 Bodo Möllerremove some more false positives
2005-04-25 Bodo Möllerremove some more false positives
2005-04-25 Bodo Möllerremove some more changes that came from HEAD
2005-04-25 Bodo Möllerfix editing error, and remove a false positive
2005-04-25 Bodo Möllerupdate
2005-04-25 Bodo Möllerremove extra whitespace; fix link
2005-04-25 Bodo Möllerremove some false positives
2005-04-25 Bodo Mölleradd recent changes; now this file is up-to-date
2005-04-25 Bodo Möllerbring up-to-date
2005-04-25 Bodo Möllerfirst step to melt down ChangeLog.0_9_7-stable_not...
2005-04-25 Bodo MöllerThis is a collection of those CVS change log entries...
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-24 Ben LaurieFlag changes in Configure and config, too.
2005-04-24 Nils Larschupdate
2005-04-24 Dr. Stephen... Oops...
2005-04-24 Dr. Stephen... Recognize zlib and krb5 options in mk1mf.pl
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 Larschmake update
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 Nils Larschthe pointer to the message digest is const
2005-04-21 Richard LevitteProvide a default OPENSSL_ia32cap_loc for non-Intel...
2005-04-21 Dr. Stephen... Don't use standard kerberos library locations in MK1MF...
2005-04-20 Dr. Stephen... Make kerberos ciphersuite code compile again.
2005-04-20 Dr. Stephen... Rename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-20 Dr. Stephen... Stop compiler warnings about deprecated lvalue casts.
2005-04-20 Dr. Stephen... Stop bogus shadowing warning.
2005-04-20 Dr. Stephen... Process MINFO file earlier in mk1mf.pl so it can modify...
2005-04-20 Dr. Stephen... Handle similar mk1mf.pl options with a hash table.
2005-04-20 Richard Levittesigned vs. unsigned.
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... Fix logic in mkdef.pl function is_valid.
2005-04-19 Dr. Stephen... Stop perl warning.
2005-04-19 Dr. Stephen... New "algorithm define" OPENSSL_NO_GMP. Update mkdef...
2005-04-19 Dr. Stephen... Ignore TYPEDEF_OF in mkdef.pl
2005-04-19 Dr. Stephen... Update year.
2005-04-19 Dr. Stephen... Various 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 Dr. Stephen... Fix from stable branch.
2005-04-17 Richard LevitteSynchronise with ec/Makefile.
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-04-15 Nils Larschconst fixes
2005-04-15 Nils LarschEVP_CIPHER_CTX_init is a void function + fix typo
2005-04-14 Dr. Stephen... Check 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 PolyakovFinal touch to mingw shared.
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-04-13 Andy PolyakovAddenum to cvs.openssl.org/chngview?cn=13054.
2005-04-13 Andy PolyakovFinal(?) touches to mingw shared support.
2005-04-13 Andy PolyakovZap OPENSSL_EXTERN on symbols, which are not meant...
2005-04-13 Nils LarschMakefile.ssl -> Makefile
2005-04-13 Andy PolyakovFix typos.
2005-04-13 Andy PolyakovIntroduce OPENSSL_NONPIC_relocated to denote relocated...
2005-04-13 Andy PolyakovParameterize do_solaris rules in Makefile.shared.
2005-04-13 Andy PolyakovMinor cryptlib.c update: compiler warnings in OPENSSL_s...
2005-04-12 Dr. Stephen... Update FAQ.
2005-04-12 Dr. Stephen... More overwritten stuff...
2005-04-12 Dr. Stephen... Replace overwritten lines before error codes.
2005-04-12 Dr. Stephen... Rebuild error codes.
2005-04-12 Dr. Stephen... Include error library value in C error source files...
2005-04-11 Nils Larschinclude limits.h for UINT_MAX etc.
2005-04-11 Richard LevitteAdd a NEWS item for 0.9.7g.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-10 Dr. Stephen... Move allow_proxy_certs declaration to start of function.
2005-04-09 Dr. Stephen... Make kerberos ciphersuite code work with newer header...
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-04-08 Nils Larschadd support for DER encoded private keys to SSL_CTX_use...
2005-04-08 Nils Larschimprove docu of SSL_CTX_use_PrivateKey()
2005-04-07 Nils Larschget rid of very buggy and very imcomplete DH cert support
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-07 Nils Larschconst fixes
2005-04-07 Andy PolyakovRecognize MSYS/MINGW environment.
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
2005-04-05 Nils Larschupdate progs.pl to reflect changes in progs.h
2005-04-05 Nils Larschfix example in docu
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 Bodo MöllerHISTORY section: point out change of default digest
2005-04-03 Andy PolyakovMake bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to...
next