Changes to synchronise with Unix.
[openssl.git] / crypto /
2000-02-25 Richard LevitteChanges to synchronise with Unix.
2000-02-25 Ulf MöllerTest the division functions.
2000-02-25 Ulf MöllerThe main() return value is a program's exit code.
2000-02-25 Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25 Geoff ThorpeGets around VC++ compiler pickiness. (long != double)
2000-02-25 Ulf Möllermt contained an old copy of mttest.c. remove it and...
2000-02-25 Ulf MöllerEGD bugfix.
2000-02-25 Ulf Möllerdifferent snprintf version.
2000-02-25 Bodo MöllerClarification.
2000-02-25 Bodo Möllerhandle entropy estimate correctly
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-25 Ulf Möllerdivide the correct number...
2000-02-24 Ulf Möllerwork around a bug in BN_div_recp or BN_reciprocal
2000-02-24 Ulf MöllerUse public domain snprintf() implementation by Patrick...
2000-02-24 Bodo MöllerVersion 0.9.5beta2-dev (so that the next snapshot will not
2000-02-24 Bodo MöllerDon't use buffered fread() to read from DEVRANDOM,
2000-02-24 Bodo MöllerDo fflush(stdout) when there was an error.
2000-02-24 Bodo MöllerDon't define platform-dependent preprocessor symbols...
2000-02-24 Ralf S. EngelschallAdd an evil cast, because POSIX/SUSv2 define connect...
2000-02-24 Ulf MöllerSupport EGD.
2000-02-24 Richard Levitte0.9.5beta1 OpenSSL_0_9_5beta1
2000-02-23 Richard Levittemake update
2000-02-23 Ulf Möllercorrect macro.
2000-02-23 Richard LevitteSync with Unix
2000-02-23 Dr. Stephen HensonAdd PBE algorithms with ciphers, not digests.
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-22 Dr. Stephen HensonMake pkcs8 work again.
2000-02-22 Ulf Möllerwarning.
2000-02-22 Ulf MöllerCheck tlen size in all padding_check functions. As...
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-20 Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-19 Bodo MöllerAllow for higher granularity of entropy estimates by...
2000-02-18 Richard LevitteCosmetic change. No, openssl.h.in is not autogenerated :-)
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-17 Bodo MöllerMake sure the return value of by_file_ctrl(..., X509_L_...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-16 Ben LaurieAdd support for Compaq Atalla crypto accelerator.
2000-02-16 Andy PolyakovMove primes to read-only segment.
2000-02-16 Ben LaurieFix signed/unsigned warnings.
2000-02-15 Andy PolyakovMove initial key to read-only segment.
2000-02-15 Andy PolyakovMove CAST_S_tables to read-only segment.
2000-02-15 Andy PolyakovNew NO_INLINE_ASM macro. Primary target for the moment...
2000-02-15 Andy Polyakovtest_mont was exercising 100-bit multiplication modulus...
2000-02-13 Dr. Stephen HensonModernise 'selfsign.c' to use new X509_NAME code
2000-02-12 Andy PolyakovHP-UX tune-up: new unified configs, HP C compiler bug...
2000-02-11 Bodo MöllerUpdate.
2000-02-11 Ben LaurieCorrect time in seconds instead of minutes.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-10 Bodo Möller16 * 8 = 128.
2000-02-08 Bodo MöllerNote about des_ncbc_encrypt.
2000-02-08 Richard LevitteConstify
2000-02-08 Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-07 Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-02-06 Ulf Möller"print" is GNU bc specific.
2000-02-06 Ulf Möllerput missing line back in.
2000-02-06 Ulf MöllerImprove bntest slightly, and fix another bug in the...
2000-02-06 Andy PolyakovSupport for MacOS X (Rhapsody) is added. Also get rid...
2000-02-06 Ulf MöllerBN_div bugfix. The q-- loop should not be entered in...
2000-02-05 Bodo MöllerCosmetic changes.
2000-02-05 Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-05 Bodo MöllerCommit patch to bn.h that CVS decided to throw away...
2000-02-05 Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
2000-02-05 Ulf MöllerUse MONT_WORD macro to control if the word-based or...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-05 Ulf MöllerDocument RC4.
2000-02-05 Ulf MöllerReplace ridiculous libdes PRNG with RAND_bytes. These...
2000-02-04 Andy PolyakovNew xcbc_ok test vector is required after the parity...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möller*** empty log message ***
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Ulf MöllerDocument hash functions.
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-02-03 Bodo MöllerSome 'const's for BNs.
2000-02-02 Bodo MöllerInclude OpenSSL license.
2000-02-02 Bodo MöllerTolerate negative numbers in BN_is_prime.
2000-02-02 Bodo Möllerrndsort{Miller, Rabin} primality test.
2000-02-02 Andy PolyakovSupport for "multiply high" instruction, see BN_UMULT_H...
2000-02-01 Ulf MöllerBug fix: BN_is_prime() would fail with a high probabili...
2000-02-01 Ulf Möllermatch the prototype
2000-02-01 Bodo MöllerIf n0 == d0, we must alway compute 'rem' "by hand"
2000-02-01 Bodo MöllerTypo in preprocessor symbol.
2000-02-01 Ulf Möllerundo. I keep confusing my directories. :(
2000-02-01 Ulf MöllerEBCDIC support.
2000-01-30 Ulf MöllerChecked in some junk. Sorry.
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-30 Bodo MöllerMake output of "openssl dsaparam 1024" more interesting :-)
2000-01-30 Bodo MöllerTiny changes to previous patch (the log message was...
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-29 Richard LevitteReimplement so only one synchronous stack is used....
2000-01-29 Dr. Stephen HensonFix CRL encoding bug.
2000-01-28 Dr. Stephen HensonNew -pkcs12 option to CA.pl.
2000-01-27 Richard LevitteDeclare BN_pseudo_rand().
2000-01-27 Bodo MöllerA couple of things were reversed for BN_pseudo_rand ...
2000-01-27 Ulf Möllercomment was wrong.
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-27 Bodo Möllertypo in a comment
next