summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-02-08ConstifyRichard Levitte
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson
2000-02-06"print" is GNU bc specific.Ulf Möller
2000-02-06put missing line back in.Ulf Möller
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov
2000-02-06BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller
2000-02-05Cosmetic changes.Bodo Möller
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-05Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-05Document RC4.Ulf Möller
2000-02-05Replace ridiculous libdes PRNG with RAND_bytes. These functions are notUlf Möller
2000-02-04New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-04Use correct, not American spelling.Bodo Möller
2000-02-03*** empty log message ***Ulf Möller
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