openssl.git
2000-03-14 Richard LevitteTypo corrected
2000-03-14 Richard LevitteMake sure strcmp() gets declared.
2000-03-14 Dr. Stephen... Make V_ASN1_APP_CHOOSE work again.
2000-03-13 Bodo Mölleranother typo
2000-03-13 Bodo Möllertypo
2000-03-13 Richard LevitteSynchronise with Unixly tests
2000-03-13 Bodo MöllerCorrection.
2000-03-13 Bodo MöllerClarifications for 'no-XXX'.
2000-03-13 Bodo MöllerRun test_ssl last -- it's the only test that really...
2000-03-13 Bodo Möller"openssl no-..." commands for avoiding the need to...
2000-03-13 Bodo MöllerInclude a timing test that works without RSA.
2000-03-13 Bodo MöllerCorrections.
2000-03-13 Bodo MöllerUpdate usage info
2000-03-13 Bodo MöllerUpdate test suite so that 'make test' succeeds in ...
2000-03-13 Richard LevitteSynchronise with Unix.
2000-03-13 Richard LevitteCorrect a potential bug.
2000-03-13 Bodo MöllerDon't try to test the RSA command if it is not available.
2000-03-13 Bodo MöllerCopy DH key (if available) in addition to the bare...
2000-03-13 Bodo MöllerConnection timings (using ISO C function clock()).
2000-03-13 Bodo MöllerRemove Win32 assembler files. They are always rebuilt...
2000-03-12 Bodo Möllercleaning up a little
2000-03-12 Ulf Möllerasm workaround for SuSE Linux
2000-03-12 Ulf Möllermake update
2000-03-11 Bodo MöllerWorkaround for Windoze weirdness.
2000-03-11 Bodo MöllerOn NeXT, ssize_t is int, not long (see <sys/types.h...
2000-03-10 Ulf MöllerNO_SYSLOG is defined for MSDOS anyway. just don't inclu...
2000-03-10 Ulf Möllerssize_t
2000-03-10 Bodo MöllerUse signed types where necessary, and add missing funct...
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 :)
next