aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson8-139/+267
2000-02-04Use correct, not American spelling.Bodo Möller1-1/+1
2000-02-03*** empty log message ***Ulf Möller1-2/+2
2000-02-03ispell (and minor modifications)Ulf Möller66-127/+127
2000-02-03Document hash functions.Ulf Möller12-18/+20
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson4-8/+13
2000-02-03Some 'const's for BNs.Bodo Möller3-10/+11
2000-02-02Include OpenSSL license.Bodo Möller1-0/+53
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller4-28/+42
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller3-189/+95
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov3-37/+151
2000-02-01Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller1-0/+1
2000-02-01match the prototypeUlf Möller1-1/+2
2000-02-01If n0 == d0, we must alway compute 'rem' "by hand"Bodo Möller1-1/+6
2000-02-01Typo in preprocessor symbol.Bodo Möller1-3/+3
2000-02-01undo. I keep confusing my directories. :(Ulf Möller1-3/+0
2000-02-01EBCDIC support.Ulf Möller6-8/+245
2000-01-30Checked in some junk. Sorry.Ulf Möller1-5/+0
2000-01-30Seek out and destroy another evil cast.Ulf Möller67-97/+105
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller28-91/+93
2000-01-30Make output of "openssl dsaparam 1024" more interesting :-)Bodo Möller1-0/+3
2000-01-30Tiny changes to previous patch (the log message was meant to beBodo Möller1-3/+5
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller7-112/+90
2000-01-29Reimplement so only one synchronous stack is used. The benefit isRichard Levitte1-79/+60
2000-01-29Fix CRL encoding bug.Dr. Stephen Henson1-9/+5
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson2-1/+10
2000-01-27Declare BN_pseudo_rand().Richard Levitte1-0/+1
2000-01-27A couple of things were reversed for BN_pseudo_rand ...Bodo Möller1-2/+2
2000-01-27comment was wrong.Ulf Möller1-1/+1
2000-01-27Document DSA and SHA.Ulf Möller8-35/+61
2000-01-27typo in a commentBodo Möller1-1/+1
2000-01-27Update comments to provide a better approximation of reality.Bodo Möller2-3/+5
2000-01-27Add a pointer to a paper (is the algorithm in section 4.2 theBodo Möller1-3/+4
2000-01-27enable Montgomery testBodo Möller1-3/+6
2000-01-27Update references.Bodo Möller1-2/+2
2000-01-27Run ispell.Ulf Möller3-106/+48
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller1-1/+1
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller1-4/+13
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller1-1/+8
2000-01-24Add the PID to the output on Win32.Richard Levitte1-3/+11
2000-01-24Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict.Ulf Möller1-1/+1
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson31-218/+252
2000-01-23Document the BN library.Ulf Möller4-16/+26
2000-01-23Under VMS, ftruncate should be availableBodo Möller1-0/+7
2000-01-23As ftruncate is not availabe on all platforms, switch back toBodo Möller1-14/+8
2000-01-22update PRNG documentation/commentsBodo Möller1-6/+8
2000-01-22fail on all errors.Ulf Möller1-1/+4
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller7-37/+51
2000-01-21Use comment from md_rand.c in rand.podUlf Möller1-1/+1
2000-01-21change commentsBodo Möller1-6/+7