Use BN_CTX_end when exiting early from BN_mod_exp_mont_word because
[openssl.git] / apps /
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-08 Bodo MöllerAccept -F4 option in lower case, which is what the...
2000-06-07 Bodo MöllerNo need to abort if c_rehash fails here (e.g. because...
2000-06-07 Bodo Mölleruse consistent indentation
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Richard LevitteSmall fix to enable reading from stdin as well.
2000-05-19 Bodo MöllerAdd required cast.
2000-05-18 Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
2000-05-16 Ben LaurieTypesafety thought police.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-14 Ben LaurieAllow UTCTIME objects to be retrieved. Check for immine...
2000-05-04 Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-05-02 Bodo MöllerFix a memory leak, and don't generate inappropriate...
2000-04-27 Bodo MöllerStylistic changes: Don't use a macro for the malloc...
2000-04-27 Bodo MöllerWarn about truncation also in the case when a single...
2000-04-14 Bodo MöllerNew function ERR_error_string_n.
2000-04-09 Richard Levitte"make update"
2000-04-06 Bodo MöllerIn theory, TLS v1 ciphersuites are not the same as...
2000-03-27 Bodo MöllerFix typo in -clrext option, but add a compatibility...
2000-03-19 Ulf MöllerSample application using RAND_event() to collect entrop...
2000-03-18 Bodo MöllerEliminate memory leaks in mem_dbg.c.
2000-03-18 Richard Levittee_os.h: don't do double work with status codes.
2000-03-14 Bodo MöllerRemove CRYPTO_push/pop_info invocations to improve...
2000-03-14 Bodo MöllerAvoid a warning.
2000-03-14 Richard LevitteTypo corrected
2000-03-14 Richard LevitteMake sure strcmp() gets declared.
2000-03-13 Bodo Möller"openssl no-..." commands for avoiding the need to...
2000-03-12 Bodo Möllercleaning up a little
2000-03-12 Ulf Möllermake update
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 Dr. Stephen HensonDon't Free() password if it was read from config file.
2000-03-08 Dr. Stephen HensonFix typo and make ca get the CA and request fields...
2000-03-05 Bodo MöllerAdd missing include (only MONOLITH builds were possible...
2000-03-04 Bodo MöllerRead complete seed files given in -rand options.
2000-03-04 Bodo MöllerGenerate correct error reasons strings for SYSerr.
2000-03-03 Bodo MöllerAdd an #include.
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-02 Richard LevitteSynchronise
2000-03-01 Ulf Möllerpseudo-seed for the PRNG before testing DSA
2000-03-01 Bodo Möller'rand'/'-rand' documentation.
2000-03-01 Bodo MöllerDocument the 'rand' application.
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.
2000-02-28 Ulf MöllerFix for non-monolithic build.
2000-02-27 Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-26 Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26 Richard LevitteThe OpenVMS library is most definitely not built for...
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-26 Richard LevitteCorrect small typo
2000-02-25 Richard LevitteChanges to synchronise with Unix.
2000-02-25 Ulf MöllerEGD bugfix.
2000-02-24 Ralf S. EngelschallMake gcc 2.95.2 happy here, too.
2000-02-24 Ulf MöllerSupport EGD.
2000-02-22 Dr. Stephen HensonMake pkcs8 work again.
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-19 Dr. Stephen HensonAdd -clrext option to 'x509'
2000-02-18 Bodo Mölleradd missing 'static'
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-17 Bodo MöllerCasts now unnecessary because of changed prototype.
2000-02-17 Dr. Stephen HensonAdd -pass argument to 'enc'.
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-16 Ben LaurieFix signed/unsigned warnings.
2000-02-15 Richard LevitteRemove the access() call altogether for VMS, since...
2000-02-12 Dr. Stephen HensonMake pkcs12 and smime applications seed random number
2000-02-11 Richard LevitteA hack to make sure access() will give us the correct...
2000-02-11 Bodo MöllerCorrections.
2000-02-11 Bodo MöllerUpdate.
2000-02-11 Bodo MöllerImplement MD5-based "apr1" password hash.
2000-02-11 Ben LaurieFix shadow.
2000-02-11 Richard LevitteAdd compilation of the new passwd utility.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-10 Bodo Möller'passwd' tool.
2000-02-08 Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-06 Bodo MöllerMemory leak.
2000-02-05 Bodo MöllerCorrection: openssl.c must get the long version of...
2000-02-05 Bodo MöllerCosmetic changes.
2000-02-05 Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-28 Richard LevitteSynchronise with Unix code
2000-01-28 Dr. Stephen HensonNew -pkcs12 option to CA.pl.
2000-01-24 Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
2000-01-24 Bodo MöllerRAND_pseudo_bytes is good enough for encryption IVs,
2000-01-23 Dr. Stephen HensonMake s_server, s_client check cipher list return codes.
2000-01-22 Ulf Möllerdh renamed to dhparam
2000-01-22 Dr. Stephen HensonAdd new program dhparam and update docs.
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Bodo Mölleradd ERR_print_errors after "end" label.
2000-01-21 Dr. Stephen HensonMake -CAcreateserial start from 1 instead of 0 for
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
next