Implement MD5-based "apr1" password hash.
[openssl.git] / crypto /
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
2000-01-27 Bodo MöllerUpdate comments to provide a better approximation of...
2000-01-27 Bodo MöllerAdd a pointer to a paper (is the algorithm in section...
2000-01-27 Bodo Möllerenable Montgomery test
2000-01-27 Bodo MöllerUpdate references.
2000-01-27 Ulf MöllerRun ispell.
2000-01-24 Bodo MöllerGive the correct e-mail address even though the message...
2000-01-24 Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
2000-01-24 Bodo MöllerThe des_xcbc_encrypt apparently always fails.
2000-01-24 Richard LevitteAdd the PID to the output on Win32.
2000-01-24 Ulf MöllerRename asn1/pkcs8.c to asn1/p8_key.c to avoid name...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-23 Ulf MöllerDocument the BN library.
2000-01-23 Bodo MöllerUnder VMS, ftruncate should be available
2000-01-23 Bodo MöllerAs ftruncate is not availabe on all platforms, switch...
2000-01-22 Bodo Möllerupdate PRNG documentation/comments
2000-01-22 Ulf Möllerfail on all errors.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-21 Ulf MöllerUse comment from md_rand.c in rand.pod
2000-01-21 Bodo Möllerchange comments
2000-01-21 Bodo MöllerAvoid integer overflow in entropy counter.
2000-01-21 Ulf MöllerDocument RAND library.
2000-01-21 Bodo MöllerIn RAND_write_file, truncate the file to the no. of...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-21 Ulf MöllerAFAICS lst1 stands for "lshift test" not "list".
2000-01-20 Bodo MöllerRename lst1 to list1 to avoid name conflict on some...
2000-01-20 Dr. Stephen HensonOops... undo change to wrong prototype.
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19 Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-18 Ulf MöllerRename rsa_oaep_test to the more appropriate name rsa_t...
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-18 Richard LevitteAvoid converting void * to a function pointer when...
2000-01-17 Richard LevitteSOCKETSHR is showing bad declarations again. However...
2000-01-17 Richard LevitteGive the user the possibility to ask for compilation...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16 Ulf MöllerHeader for RAND_seed()
2000-01-16 Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-16 Richard LevitteCut'n'paste error
2000-01-16 Richard LevitteSynchronise with the makefiles.
2000-01-15 Bodo Mölleradd "randomness"
2000-01-15 Bodo MöllerRAND_bytes's return values is 0 for an error, not -1.
2000-01-14 Richard LevitteTypo...
2000-01-14 Bodo MöllerLet "make test" survive without DEVRANDOM
2000-01-14 Bodo MöllerIn EVP_PKEY_assign[_...], return 0 for an error when...
2000-01-14 Bodo Möller- Pseudo-seed the PRNG in programs used for "make test"
2000-01-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-14 Bodo MöllerAvoid shadowing variables,
2000-01-14 Ulf Möllerminor change for the prng
next