]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2000-03-07  Dr. Stephen... Fix the PKCS#8 DSA code so it works again. All the
2000-03-06  Ulf Möllerbug fix release planned
2000-03-06  Bodo MöllerFix the indentation, and avoid a compiler warning.
2000-03-06  Richard LevitteLet's not lie to the people.
2000-03-05  Bodo MöllerAdd missing include (only MONOLITH builds were possible...
2000-03-05  Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-04  Richard LevitteBeautifying. Sorry, but code that's slammed to the...
2000-03-04  Richard LevitteLet's care about the compiler warnings for both cases...
2000-03-04  Bodo MöllerThere is no reason to use downcase letters throughout...
2000-03-04  Bodo MöllerRead complete seed files given in -rand options.
2000-03-04  Ben LaurieGet definition of ssize_t.
2000-03-04  Bodo MöllerChange output text (ar is not a linker).
2000-03-04  Bodo MöllerGenerate correct error reasons strings for SYSerr.
2000-03-04  Ulf MöllerThe selftest sometimes lacked important information
2000-03-04  Ulf Möllernew component
2000-03-04  Ulf Möllergcc warnings
2000-03-03  Bodo MöllerNote about PRNG error message for openssl command line...
2000-03-03  Bodo MöllerAdd an #include.
2000-03-03  Bodo MöllerUse signed type where -1 may be returned.
2000-03-03  Bodo MöllerAvoid potential memory leak in code generated by 'opens...
2000-03-03  Bodo MöllerNew '-dsaparam' option for 'openssl dhparam', and relat...
2000-03-03  Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-03  Dr. Stephen... Make name_funcs_stack static.
2000-03-03  Dr. Stephen... Move the 'file scope' argument in set_label to
2000-03-02  Richard LevitteSynchronise
2000-03-02  Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-03-02  Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-03-02  Bodo MöllerUpdate comment.
2000-03-02  Bodo MöllerAdd missing dependencies.
2000-03-02  Bodo MöllerUse RAND_METHOD for implementing RAND_status.
2000-03-02  Bodo MöllerChange comment.
2000-03-02  Richard LevitteHack b_print.c to implement asprintf() functionality...
2000-03-02  Richard LevitteMake bss_log.c a bit more readable, and implement it...
2000-03-02  Richard LevitteIt started with finding a misplaced #endif. Then I...
2000-03-02  Richard LevitteI'm experimenting with a hack in dopr() and friends...
2000-03-02  Dr. Stephen... Fix bug which would free up a public key
2000-03-01  Ulf Mölleradd comment.
2000-03-01  Ulf MöllerBug fix.
2000-03-01  Ulf MöllerNote bug fix for the DSA infinite loop
2000-03-01  Ulf Möllerpseudo-seed for the PRNG before testing DSA
2000-03-01  Ulf Mölleradd RAND_status() to title
2000-03-01  Ulf Möllerchange info text (as on the web site)
2000-03-01  Bodo Möller'rand'/'-rand' documentation.
2000-03-01  Bodo MöllerDocument the 'rand' application.
2000-03-01  Ulf Möllercheck for WIN32 (needed by Mingw32)
2000-03-01  Ulf MöllerKeep the references to other INSTALL files short. These...
2000-02-29  Bodo Möller'rand' application for creating pseudo-random files.
2000-02-29  Bodo MöllerCheck BN_rand return value.
2000-02-29  Bodo MöllerPoint to INSTALL.MacOS for MacOS pre X.
2000-02-29  Ulf Möllersome people can't read :)
2000-02-29  Ulf Möllerchange wording
2000-02-29  Ulf Möllerhow to recognize assembler problems
2000-02-29  Ralf S. EngelschallAdded configuration support for Linux/IA64
2000-02-29  Andy PolyakovMacOS pseudo-random entropy collector.
2000-02-29  Ulf MöllerBug fix.
2000-02-28  Richard LevitteForgot to check correctly for the new options
2000-02-28  Ulf MöllerMingw32 can now use assembler.
2000-02-28  Ulf MöllerSwitch for turning on the predictable "random" number...
2000-02-28  Ulf MöllerFix for non-monolithic build.
2000-02-28  Ulf MöllerSupport assembler for Mingw32.
2000-02-28  Ulf MöllerShared library support for Solaris and HPUX
2000-02-28  Bodo MöllerSwitch to 0.9.6, and finally remove the annoying message
2000-02-28  Dr. Stephen... Ouch! PKCS7_encrypt() was heading MIME text headers...
2000-02-28  Richard LevitteTagging has been done, time to switch to 0.9.6-dev.
2000-02-28  Richard LevitteTime for a release
2000-02-28  Richard LevitteA few more tests were reported.
2000-02-28  Richard LevitteTypo corrected.
2000-02-27  Richard LevitteShort is always promoted to int when passed as a functi...
2000-02-27  Richard LevitteInclude rand.h so RAND_pseudo_bytes may be declared.
2000-02-27  Richard LevitteMore platforms passed the test.
2000-02-27  Andy PolyakovMore tests passed.
2000-02-27  Ulf Möllerworks on solaris
2000-02-27  Richard LevitteUpdate the OpenVMS/VAX status
2000-02-27  Andy PolyakovIRIX6* tests passed.
2000-02-27  Andy PolyakovMacOS tidbits. Add new files to the project, update...
2000-02-27  Ulf Möllercorrections
2000-02-27  Richard LevitteWorks with gcc 2.8.0 as well.
2000-02-27  Richard LevitteNo, the VAX is not a 64 bit architecture.
2000-02-27  Bodo MöllerUse standard header file string.h for memset prototype...
2000-02-27  Dr. Stephen... Don't call BN_rand with zero bits in bntest.c
2000-02-27  Richard LevitteMake sure to catch UnixWare 7, even if the version...
2000-02-27  Richard LevitteUpdate config for the unixware targets by looking at...
2000-02-27  Ben LaurieDeclare memset.
2000-02-27  Ben LaurieTypo.
2000-02-27  Richard LevitteAIX and HP-UX are passing the tests.
2000-02-27  Richard LevitteOpenSSL doesn't compile well on OpenVMS/VAX, it seems.
2000-02-27  Richard LevitteOne test passed for VMS.
2000-02-27  Richard LevitteA new beta has been released, and one test is documented.
2000-02-27  Richard LevitteOpenVMS often has problems with files with more than...
2000-02-27  Ulf Möllerremove obsolete BN_CTX info
2000-02-27  Bodo MöllerAdd a comment.
2000-02-27  Richard LevitteFor lack of a better name, this is now called 0.9.5beta...
2000-02-27  Richard LevitteChange version string to reflect the release of beta 2. OpenSSL_0_9_5beta2
2000-02-27  Richard LevitteStop logging all the files that are copied all over...
2000-02-27  Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-27  Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-27  Richard LevitteNew "target": CONFIG. This will build the opensslconf...
2000-02-27  Richard LevitteAdd and change docs for the changes that have been...
2000-02-27  Ulf Möllerput function names in the title.
2000-02-27  Andy PolyakovStatement that it fails only on 32-bit architectures...
next