summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Document hash functions.Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-02-03Some 'const's for BNs.Bodo Möller
2000-02-02Include OpenSSL license.Bodo Möller
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov
2000-02-01Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller
2000-02-01match the prototypeUlf Möller
2000-02-01If n0 == d0, we must alway compute 'rem' "by hand"Bodo Möller
2000-02-01Typo in preprocessor symbol.Bodo Möller
2000-02-01undo. I keep confusing my directories. :(Ulf Möller
2000-02-01EBCDIC support.Ulf Möller
2000-01-30Checked in some junk. Sorry.Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-30Make output of "openssl dsaparam 1024" more interesting :-)Bodo Möller
2000-01-30Tiny changes to previous patch (the log message was meant to beBodo Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-29Reimplement so only one synchronous stack is used. The benefit isRichard Levitte
2000-01-29Fix CRL encoding bug.Dr. Stephen Henson
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-27Declare BN_pseudo_rand().Richard Levitte
2000-01-27A couple of things were reversed for BN_pseudo_rand ...Bodo Möller
2000-01-27comment was wrong.Ulf Möller
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-27typo in a commentBodo Möller
2000-01-27Update comments to provide a better approximation of reality.Bodo Möller
2000-01-27Add a pointer to a paper (is the algorithm in section 4.2 theBodo Möller
2000-01-27enable Montgomery testBodo Möller
2000-01-27Update references.Bodo Möller
2000-01-27Run ispell.Ulf Möller
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller
2000-01-24Add the PID to the output on Win32.Richard Levitte
2000-01-24Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Document the BN library.Ulf Möller
2000-01-23Under VMS, ftruncate should be availableBodo Möller
2000-01-23As ftruncate is not availabe on all platforms, switch back toBodo Möller
2000-01-22update PRNG documentation/commentsBodo Möller
2000-01-22fail on all errors.Ulf Möller
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-21Use comment from md_rand.c in rand.podUlf Möller
2000-01-21change commentsBodo Möller
2000-01-21Avoid integer overflow in entropy counter.Bodo Möller
2000-01-21Document RAND library.Ulf Möller
2000-01-21In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller