Some platforms (most notably Windows) do not have a $HOME by default.
[oweals/openssl.git] / crypto /
2001-05-03 Richard LevitteSome platforms (most notably Windows) do not have a...
2001-05-02 Richard LevitteMerge in the following changes (from the main trunk...
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-04-14 Lutz JänickeDon't make half work when constifying...
2001-04-14 Lutz JänickeConstify "salt" (Jason Molenda <jason@molenda.com>)
2001-04-05 Richard LevitteA small change that only went to the engine-0.9.6 branch...
2001-04-05 Richard LevitteTagging has been done, move on to development of 0...
2001-04-05 Richard LevitteRelease OpenSSL 0.9.6a.
2001-04-04 Dr. Stephen HensonFix couple of memory leaks in PKCS7_dataDecode().
2001-04-03 Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
2001-04-03 Richard Levittelibfisdef.h and LIB do not exist on older VMS versions
2001-04-02 Richard LevitteCompaq C on OpenVMS is a little picky around producing...
2001-03-30 Richard LevitteTagging has been done, move on to develop beta 4 (hopef...
2001-03-30 Dr. Stephen HensonFix asn1_GetSequence() for indefinite length sequences.
2001-03-30 Richard LevitteRelease beta 3 of OpenSSL 0.9.6a.
2001-03-30 Richard LevitteAdditionally, rename des_encrypt to des_encrypt1 in...
2001-03-30 Dr. Stephen HensonChange des_encrypt to des_encrypt1 in assembly language...
2001-03-30 Dr. Stephen HensonFix a bug caused by the 'fix' for empty X509_NAME encoding.
2001-03-29 Richard LevitteOne des_encrypt to des_encrypt1 I forgot to commit...
2001-03-29 Richard LevitteSince there has been reports of clashes between OpenSSL's
2001-03-28 Ulf Möllercheck the CRT result.
2001-03-27 Richard LevitteMerge in the IRIX fix from the main development line.
2001-03-22 Dr. Stephen HensonOops... fix PKCS#7 bug properly this time.
2001-03-22 Lutz JänickeFix error caused by typo (len->strlen) and warning...
2001-03-22 Dr. Stephen HensonFix bug in PKCS#7 decode routines when indefinite length
2001-03-22 Bodo MöllerAvoid warning
2001-03-21 Richard LevitteTagging has been done (OpenSSL_0_9_6a-beta2), time...
2001-03-21 Richard LevitteRelease OpenSSL 0.9.6a beta2. OpenSSL_0_9_6a-beta2
2001-03-21 Richard LevitteSince site_t is used, there's no more need to cast...
2001-03-21 Bodo MöllerMake sure the size_t declaration is available.
2001-03-21 Bodo MöllerTurn 'num' argument to RAND_file_name into a size_t...
2001-03-21 Richard LevitteChange from main development line, 2001-03-20 16:36...
2001-03-21 Richard LevitteChange from main development line, 2001-03-18 15:24...
2001-03-18 Dr. Stephen HensonFix PKCS#12 key generation bug.
2001-03-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-03-15 Bodo MöllerError codes are longs, not ints
2001-03-15 Bodo MöllerMore err_data memory leaks
2001-03-15 Bodo Mölleravoid infinite loop
2001-03-15 Bodo Möllererror codes are longs, not ints
2001-03-15 Bodo MöllerMore error_data memory leaks
2001-03-15 Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-03-14 Bodo MöllerThe former ULTRASPARC preprocessor symbol is now called
2001-03-14 Richard LevitteThe VMS build script was missing a couple of modules.
2001-03-14 Richard LevitteSigned vs. unsigned problem fix.
2001-03-14 Richard LevitteOn HP-UX 10, shareable libraries end with '.sl', not...
2001-03-13 Richard Levittemake update.
2001-03-13 Richard LevitteTagging has now been done, switch over to development...
2001-03-13 Richard LevitteRelease Beta 1 of 0.9.6a. OpenSSL_0_9_6a-beta1
2001-03-13 Richard Levittemake update
2001-03-13 Ulf Möllerthat was useless - still fails with GCC
2001-03-13 Bodo MöllerUse err_clear_data macro
2001-03-13 Bodo MöllerUse err_clear_data macro
2001-03-13 Ulf MöllerAlpha workaround. This is a lot slower!
2001-03-12 Bodo Möllerfix memory leak in err.c
2001-03-12 Bodo Möllerfix memory leak in err.c
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerAdd various X9.62 OIDs. (GF(2^n) mostly left out.)
2001-03-11 Bodo MöllerEC_METHOD based on bn_mont2 (not used in the library)
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-11 Bodo MöllerTimings are not supposed to be enabled by default ...
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-11 Bodo Möllerhandle negative scalars correctly when doing point...
2001-03-11 Bodo Mölleruse fflush
2001-03-10 Bodo MöllerChange timing output: We don't have "exponents" here...
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerRemove files from Lenka's EC implementation.
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10 Dr. Stephen HensonIn crypto/ec #if 0 out structures which reference ...
2001-03-10 Ulf Möllerdoh
2001-03-10 Dr. Stephen HensonTypo.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-09 Richard LevitteBug fixes.
2001-03-08 Bodo MöllerFix ec_GFp_simple_cmp.
2001-03-08 Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08 Bodo MöllerFixes to make 'no-ec' work (it should not turn 'objects...
2001-03-08 Bodo MöllerMore method functions for elliptic curves,
2001-03-08 Richard LevitteSome EC function names are really long. Make aliases...
2001-03-08 Bodo MöllerComment
2001-03-08 Ulf Möllerreplace rdtsc as in HEAD
2001-03-08 Ulf Möllerold MSVC versions don't have rdtsc
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-03-08 Richard LevitteVMS catches up on the EC modifications.
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-03-08 Bodo Mölleravoid compiler warning
2001-03-08 Bodo MöllerConstify BN_value_one.
2001-03-08 Bodo MöllerIntegrate ec_err.[co].
2001-03-08 Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
2001-03-08 Bodo MöllerIntegrate ectest.c (which does not yet do anything).
2001-03-08 Bodo MöllerOrder ERR_load_... calls like the stuff in err.h.
2001-03-08 Bodo MöllerGet rid of '#define ERR_file_name __FILE__', which...
2001-03-08 Bodo MöllerLet EC_POINT_copy do nothing if dest==src
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-07 Bodo Möller..._init functions are method-specific too
2001-03-07 Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07 Bodo MöllerThe next bunch of vaporware.
next