oweals/openssl.git
2004-04-30 Ben LaurieFinal(?) version of test suite.
2004-04-29 Richard LevitteRecent changes from 0.9.7-stable.
2004-04-28 Ben LaurieP, not T.
2004-04-28 Ben LaurieFix self-test.
2004-04-27 Ben LaurieFinish moving FIPS_allow_md5().
2004-04-22 Dr. Stephen... Update from main branch.
2004-04-21 Richard LevitteRecent changes from 0.9.7-stable.
2004-04-20 Richard LevitteAnother small bug fix. Notified by cipo <cseplo_l...
2004-04-20 Richard LevitteSmall bug fixes.
2004-04-20 Richard LevitteRecent changes from 0.9.7-stable.
2004-04-16 Richard LevitteTests have shown that setargv.obj isn't really needed...
2004-04-16 Richard Levittemake update
2004-04-16 Richard LevitteDon't use global variables. Instead, use a function...
2004-04-16 Richard LevitteWrap with a check for OPENSSL_FIPS. We need that to...
2004-04-16 Richard LevitteAdd the first half of the C++ protection :-).
2004-04-15 Richard LevitteAdd fips_rand.h among the header files to look at.
2004-04-15 Richard LevitteFix sign vs. unsigned warning.
2004-04-15 Richard LevitteMake sure mkdef.pl is called with optional "fips" as...
2004-04-15 Richard Levittemake update
2004-04-15 Richard LevitteLook at a few FIPS-related headers and process FIPS...
2004-04-15 Richard LevitteMake the Windows/DOS build system understand "fips".
2004-04-15 Richard Levittemake update
2004-04-15 Richard LevitteNow that we look in fips/rsa, there's no need to errone...
2004-04-15 Richard LevitteInclude fips/rsa among the directories to look in.
2004-04-15 Richard Levittemake update
2004-04-15 Richard Levittemake update
2004-04-15 Richard LevitteSome platforms (Win32, it seems) do not have PATH_MAX...
2004-04-15 Richard LevitteRecognise the "platform" OPENSSL_FIPS.
2004-04-15 Richard LevitteUse OPENSSL_FIPS instead of just FIPS.
2004-04-15 Richard LevitteMake fips_gettime work on Win32 (lets hope the Win32...
2004-04-15 Richard LevitteInclude string.h to get a proper declaration of memcmp()
2004-04-15 Richard LevitteMake sure this script works with shared library builds...
2004-04-15 Richard LevitteAllow the possibility to say no-fips, and make Ben...
2004-04-14 Ben LaurieAdd corruptors so KATs can be made to fail.
2004-04-13 Ben Laurie2-key 3DES KAT.
2004-04-13 Dr. Stephen... Add some root CAs.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branc...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-04-13 Dr. Stephen... Add some root CAs.
2004-04-11 Ben LaurieFingerprint SHA-1 asm.
2004-04-11 Ben LaurieAdd SHA-1 assembler.
2004-04-11 Ben LaurieRemove crib and sabotage.
2004-04-09 Dr. Stephen... Fix memory leak.
2004-04-09 Dr. Stephen... Stop warnings:
2004-04-09 Ben LaurieAdd x86 assembler.
2004-04-09 Ben LaurieUse HMAC instead of straight SHA-1.
2004-04-09 Ben LaurieDon't make, $(MAKE).
2004-04-04 Ben LaurieDo HMAC.
2004-04-04 Ben LaurieSignature verification test. Enable all tests.
2004-04-03 Ben LaurieSigGen test.
2004-04-03 Ben LaurieKey pair test.
2004-04-03 Ben LaurieNew style PQGGen test.
2004-04-03 Richard LevitteRecent changes from 0.9.7-stable.
2004-04-03 Richard LevitteType. "pa-rics2W" -> "pa-risc2W"
2004-04-02 Richard LevitteTypo. "pa-rics2W" corrected to "pa-risc2W".
2004-04-02 Geoff ThorpeAvoid undefined results when the parameter is out of...
2004-04-02 Geoff ThorpeAvoid undefined results when the parameter is out of...
2004-04-01 Dr. Stephen... Don't use C++ reserved word.
2004-03-31 Dr. Stephen... Oops forgot CHANGES entry.
2004-03-31 Dr. Stephen... New function X509_POLICY_NODE_print()
2004-03-30 Richard LevitteRecent changes from 0.9.7-stable
2004-03-29 Richard LevitteAdd symbol hacks for some long names.
2004-03-28 Andy PolyakovThis is essentially Intel 32-bit compiler tune-up....
2004-03-28 Dr. Stephen... Enhance EVP code to generate random symmetric keys...
2004-03-28 Dr. Stephen... Make {i2v,v2i}_ASN1_BIT_STRING global.
2004-03-28 Dr. Stephen... Obsolete files
2004-03-28 Dr. Stephen... Obsolete files.
2004-03-28 Dr. Stephen... Remove obsolete files.
2004-03-27 Dr. Stephen... Allow CRLs to be passed into X509_STORE_CTX. This is...
2004-03-27 Dr. Stephen... Extend OID config module format.
2004-03-26 Dr. Stephen... Free up BIO properly when using streaming S/MIME sign.
2004-03-25 Dr. Stephen... Remove BN_CTX debug from debug-steve
2004-03-25 Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-25 Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-25 Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-25 Richard LevitteWrap code starting with a definition.
2004-03-25 Richard LevitteWrap code starting with a definition.
2004-03-25 Richard LevitteChange spaces to symbols in names.
2004-03-25 Richard LevitteChange spaces to symbols in names.
2004-03-25 Richard LevitteMake prototypes for some callback pointers.
2004-03-25 Richard LevitteA couple more cases where RAND_add() gets an integer...
2004-03-25 Richard LevitteRAND_add() wants a double as it's last argument.
2004-03-25 Dr. Stephen... Fix loads of warnings in policy code.
2004-03-25 Dr. Stephen... Fix ASN1 warnings.
2004-03-25 Geoff ThorpeAdjust various bignum functions to use BN_CTX for varia...
2004-03-25 Geoff ThorpeReplace the BN_CTX implementation with my current work...
2004-03-25 Geoff ThorpeAdds warnings about two curves and fixes the "seed...
2004-03-25 Geoff Thorpe... and this should likewise fix up those RSA implement...
2004-03-25 Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-25 Geoff ThorpeDamn, I was a bit hasty with my fix and hadn't spotted...
2004-03-25 Geoff ThorpeRemove some warnings.
2004-03-25 Geoff ThorpeProtect against gcc's "warning: cast does not match...
2004-03-25 Dr. Stephen... Make S/MIME encrypt work again.
2004-03-25 Dr. Stephen... Make S/MIME encrypt work again.
2004-03-24 Richard LevitteDon't define fd for platforms that do not use it, as...
2004-03-24 Richard LevitteDon't define fd for platforms that do not use it, as...
2004-03-24 Richard LevitteCorrect constness problems.
2004-03-24 Richard LevitteMake it easier to buld test applications...
2004-03-24 Richard LevitteOnly build the PKCS#7 test applications if "pkcs7"...
2004-03-24 Richard LevitteAdd store.h among the exported headers on VMS.
next