summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 16 * 8 = 128.Bodo Möller2000-02-101-1/+1
* Note about des_ncbc_encrypt.Bodo Möller2000-02-081-1/+1
* ConstifyRichard Levitte2000-02-087-54/+56
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-3/+3
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-075-24/+24
* "print" is GNU bc specific.Ulf Möller2000-02-061-1/+1
* put missing line back in.Ulf Möller2000-02-061-1/+2
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-063-69/+115
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-061-6/+6
* BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller2000-02-061-76/+71
* Cosmetic changes.Bodo Möller2000-02-053-3/+6
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-053-84/+186
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-052-2/+5
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-057-13/+72
* Use MONT_WORD macro to control if the word-based or the bignumUlf Möller2000-02-052-115/+95
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-0520-170/+341
* Document RC4.Ulf Möller2000-02-053-4/+4
* Replace ridiculous libdes PRNG with RAND_bytes. These functions are notUlf Möller2000-02-051-98/+52
* New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov2000-02-041-9/+13
* 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