oweals/openssl.git
2003-02-19 Richard LevitteTime to release 0.9.6i. OpenSSL_0_9_6i
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-19 Richard LevitteMake sure the memory allocation routines check for...
2003-02-14 Richard LevitteChange no_rmd160 to no_ripemd for consistency.
2003-02-12 Bodo Möllercomments
2003-02-05 Bodo Möllertypo in WIN16 section
2003-02-04 Bodo Möllertypo
2003-02-04 Bodo MöllerUpdate PRNG entry:
2003-01-14 Richard LevitteCorrect an example that has a few typos.
2003-01-13 Bodo Möllerfix release date (CHANGES as released with OpenSSL...
2003-01-13 Bodo Möllertypo
2002-12-28 Richard LevitteA function returning int should really return an int...
2002-12-28 Richard LevitteMake sure OPENSSL_cleanse is declared properly.
2002-12-21 Richard LevitteMerge from HEAD...
2002-12-12 Richard LevitteSkip DH-specific tests when no-dh has been configured.
2002-12-11 Richard LevitteIn CRYPTO_lock(), check that the application cares...
2002-12-11 Richard Levittesk_*_push() returns the number of items on the stack...
2002-12-10 Richard LevitteA memset() too many got converted into a OPENSSL_cleanse().
2002-12-09 Lutz JänickeFix wrong URI.
2002-12-05 Richard LevitteUpdate version to 0.9.6i, even if that's never going...
2002-12-05 Richard LevitteSmall fault corrected OpenSSL_0_9_6h
2002-12-05 Richard Levittemake update
2002-12-05 Richard LevitteTime to release OpenSSL 0.9.6h.
2002-12-05 Richard LevitteMake sure using SSL_CERT_FILE actually works, and has...
2002-12-04 Richard LevitteFixes for VxWorks. Are these needed for 0.9.7 and...
2002-12-04 Dr. Stephen... Include crypto.h to pull in definition of OPENSSL_clean...
2002-12-04 Lutz JänickeMissing ")"
2002-12-04 Richard LevitteA gcc 3.0 bug is triggered by our code. Add a section...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-12-03 Richard LevitteMake CRYPTO_cleanse() independent of endianness.
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-11-29 Richard LevitteCorrect some names.
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteMake sure EXIT() can always be used as one statement.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 Richard Levittemake update
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-26 Richard LevitteI forgot that @ in strings must be escaped in Perl
2002-11-26 Richard LevitteThe logic in the main signing and verifying functions...
2002-11-26 Richard LevitteThe logic in the main signing and verifying functions...
2002-11-26 Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-26 Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-23 Bodo Möllerrename some functions to improve consistency
2002-11-22 Bodo Mölleradd a comment
2002-11-22 Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-21 Richard LevitteMention a current showstopper
2002-11-21 Richard LevitteMention a current showstopper
2002-11-20 Bodo Mölleravoid uninitialized memory read
2002-11-20 Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-20 Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-20 Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-19 Richard LevitteIt works on my laptop :-).
2002-11-19 Richard Levittemake update
2002-11-19 Richard LevitteFix an unsigned/signed mismatch.
2002-11-19 Richard LevitteUpdate STATUS
2002-11-18 Richard LevitteAdd news items for 0.9.6h and expand on the 0.9.7 news...
2002-11-18 Richard LevitteAdd news items for 0.9.6h
2002-11-18 Richard LevitteDocument the addition of certificate pairs.
2002-11-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-18 Richard LevitteDetermine HZ exactly as in apps/speed.c.
2002-11-18 Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-18 Bodo Möllerremove redundant functions
2002-11-18 Bodo Mölleruse consistent order of function definitions
2002-11-18 Bodo Möllerfix memory leak in memory debuggin code ...
2002-11-18 Bodo Möllerfix memory leak in memory debuggin code ...
2002-11-18 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-18 Richard LevitteA variable of type time_t is supposed to be a time...
2002-11-18 Richard LevitteA variable of type time_t is supposed to be a time...
2002-11-18 Lutz JänickeBetter workaround to the "=head1 NAME OPTIONS" pod2late...
2002-11-17 Richard LevitteMake it possible to build for more than one CPU.
2002-11-17 Richard LevitteIgnore openssl.pc. This way, there's no risk that...
2002-11-17 Richard LevitteAdding openssl.pc to the repository was a mistake,
2002-11-17 Richard LevitteAdd the file openssl.pc that I forgot a while ago.
2002-11-16 Richard LevitteI forgot this is compiled in test/, not crypto/ec/...
2002-11-16 Richard LevitteWe don't want TARGETCPU expanded here.
2002-11-15 Richard LevitteMention ActiveState Perl much earlier in INSTALL.WCE.
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Lutz JänickeFix buggy #! magic and update ssleay->openssl
2002-11-15 Lutz JänickeFix buggy #! magic and update ssleay->openssl
2002-11-15 Richard LevitteAdd the INHIBIT_SYMLINKS flag variable to help Cygwin.
2002-11-15 Richard LevitteChanges to make shared library building and use work...
2002-11-15 Richard LevitteDocument the change to remove the 'done' flag variable...
2002-11-15 Richard LevitteDocument the change to remove the 'done' flag variable...
2002-11-15 Bodo Möllerthis method does not need field_data1
2002-11-15 Richard Levittemake update
2002-11-15 Richard Levittemake update
2002-11-15 Richard LevitteA few more Microsoft OIDs added
2002-11-15 Richard LevitteA few more Microsoft OIDs added
2002-11-15 Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-15 Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-15 Richard LevitteThe architecture name is i486, not just 486
2002-11-15 Richard LevitteThe architecture name is i486, not just 486
2002-11-15 Richard Levitte-Wid-clash-n isn't support in gcc 3, and I get better...
next