summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-02-24Support EGD.Ulf Möller
2000-02-240.9.5beta1OpenSSL_0_9_5beta1Richard Levitte
2000-02-23make updateRichard Levitte
2000-02-23correct macro.Ulf Möller
2000-02-23Sync with UnixRichard Levitte
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-22warning.Ulf Möller
2000-02-22Check tlen size in all padding_check functions. As called within the rsaUlf Möller
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Fix gcc warnings.Ulf Möller
2000-02-20Change the 'other' structure in certificate aux info.Dr. Stephen Henson
2000-02-19Allow for higher granularity of entropy estimates by using 'double'Bodo Möller
2000-02-18Cosmetic change. No, openssl.h.in is not autogenerated :-)Richard Levitte
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson
2000-02-17Make sure the return value of by_file_ctrl(..., X509_L_FILE_LOAD, ...)Bodo Möller
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie
2000-02-16Move primes to read-only segment.Andy Polyakov
2000-02-16Fix signed/unsigned warnings.Ben Laurie
2000-02-15Move initial key to read-only segment.Andy Polyakov
2000-02-15Move CAST_S_tables to read-only segment.Andy Polyakov
2000-02-15New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov
2000-02-15test_mont was exercising 100-bit multiplication modulus X*I-bit, whereAndy Polyakov
2000-02-13Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-02-11Update.Bodo Möller
2000-02-11Correct time in seconds instead of minutes.Ben Laurie
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-1016 * 8 = 128.Bodo Möller
2000-02-08Note about des_ncbc_encrypt.Bodo Möller
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