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