*** empty log message ***
[openssl.git] / crypto /
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
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
2000-01-12 Bodo Mölleradd dependency and auto-generation rule for bn_prime.h
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-07 Bodo Mölleradd V_CRYPTO_MDEBUG_ALL
2000-01-07 Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-02 Andy PolyakovMetrowerks for Motorola tune-up.
2000-01-02 Dr. Stephen HensonAdd support for MS "fast SGC".
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29 Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26 Andy PolyakovMacOS updates. Initial support for GUSI (MacOS socket...
1999-12-26 Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-25 Andy PolyakovMakefile clean-ups, crypto/bn/asm/alpha.s compiles...
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
next