summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2000-01-27enable Montgomery testBodo Möller
2000-01-27Update references.Bodo Möller
2000-01-27Run ispell.Ulf Möller
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller
2000-01-24Add the PID to the output on Win32.Richard Levitte
2000-01-24Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Document the BN library.Ulf Möller
2000-01-23Under VMS, ftruncate should be availableBodo Möller
2000-01-23As ftruncate is not availabe on all platforms, switch back toBodo Möller
2000-01-22update PRNG documentation/commentsBodo Möller
2000-01-22fail on all errors.Ulf Möller
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-21Use comment from md_rand.c in rand.podUlf Möller
2000-01-21change commentsBodo Möller
2000-01-21Avoid integer overflow in entropy counter.Bodo Möller
2000-01-21Document RAND library.Ulf Möller
2000-01-21In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller
2000-01-21AFAICS lst1 stands for "lshift test" not "list".Ulf Möller
2000-01-20Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller
2000-01-20Oops... undo change to wrong prototype.Dr. Stephen Henson
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-19Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson
2000-01-18Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
2000-01-18Avoid converting void * to a function pointer when NULL is defined asRichard Levitte
2000-01-17SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte
2000-01-17Give the user the possibility to ask for compilation of only the filesRichard Levitte
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16Header for RAND_seed()Ulf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-16Cut'n'paste errorRichard Levitte
2000-01-16Synchronise with the makefiles.Richard Levitte
2000-01-15add "randomness"Bodo Möller
2000-01-15RAND_bytes's return values is 0 for an error, not -1.Bodo Möller