openssl.git
2000-03-10 Ulf MöllerUse L for all constants.
2000-03-10 Ulf MöllerDon't generate asm files for no-asm.
2000-03-10 Ulf MöllerRepair bss_log.
2000-03-10 Bodo MöllerMention -ign_eof.
2000-03-10 Bodo MöllerAlways use fixed DH parameters created with 'dhparam...
2000-03-10 Richard LevitteAdd the possibility (with -ign_eof) to ignore end of...
2000-03-10 Bodo MöllerChange to code generated by 'dhparam -C':
2000-03-10 Bodo Mölleranother typo
2000-03-10 Bodo Möllertypo
2000-03-09 Ulf Möllerclarify.
2000-03-09 Ulf Möllerbug fix.
2000-03-09 Bodo MöllerManual page installation did not work if INSTALL_PREFIX...
2000-03-09 Dr. Stephen... Don't Free() password if it was read from config file.
2000-03-08 Bodo MöllerClarification.
2000-03-08 Dr. Stephen... Fix typo and make ca get the CA and request fields...
2000-03-08 Dr. Stephen... Manual pages for EVP_Open* and EVP_Seal*
2000-03-07 Richard LevitteProtect variables from potential misinterpretations...
2000-03-07 Richard LevitteCheck that a password was actually passed, or the user...
2000-03-07 Dr. Stephen... Manual pages for EVP signing and verifying.
2000-03-07 Bodo Möllerspelling
2000-03-07 Dr. Stephen... New compatability trust and purpose settings.
2000-03-07 Bodo Möller{NEXT,OPEN}STEP don't have pid_t.
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.
next