summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2000-01-14Typo...Richard Levitte
2000-01-14Let "make test" survive without DEVRANDOMBodo Möller
2000-01-14In EVP_PKEY_assign[_...], return 0 for an error when theyBodo Möller
2000-01-14- Pseudo-seed the PRNG in programs used for "make test"Bodo Möller
2000-01-14Avoid some warnings, and run "make update".Bodo Möller
2000-01-14Avoid shadowing variables,Bodo Möller
2000-01-14minor change for the prngUlf Möller
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
2000-01-12add dependency and auto-generation rule for bn_prime.hBodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie
2000-01-08Add -prexit command to s_client and patch some BIODr. Stephen Henson
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-07add V_CRYPTO_MDEBUG_ALLBodo Möller
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-02Metrowerks for Motorola tune-up.Andy Polyakov
2000-01-02Add support for MS "fast SGC".Dr. Stephen Henson
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov