summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-18A test script to check on the header filesRichard Levitte
2000-01-18Build the test apps after all of the library has been built.Richard Levitte
2000-01-17SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte
2000-01-17Build the crypto test applications as well.Richard Levitte
2000-01-17Prepare for a possible disabling of certain messages that DEC C spews out.Richard 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-17Beautification and a few entries added.Richard Levitte
2000-01-16SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16Header for RAND_seed()Ulf Möller
2000-01-16remove debug modification that I checked in accidentallyUlf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller
2000-01-16Another name longer than 31 charsRichard Levitte
2000-01-16Cut'n'paste errorRichard Levitte
2000-01-16RAND_seedUlf Möller
2000-01-16Synchronise with the makefiles.Richard Levitte
2000-01-15Tell the truth about list separators.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-15Enable memory checking earlier (we correctly free everythingBodo Möller
2000-01-14TypoRichard Levitte
2000-01-14Typo...Richard Levitte
2000-01-14Delete "random" file .rnd in "make clean".Bodo Möller
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-13slightly change usage informationBodo Möller
2000-01-13note about things still to do with RAND_bytesBodo Möller
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-13Note about CRYPTO_malloc_initBodo Möller
2000-01-12PKCS#1 signatures don't use randomness.Ulf Möller
2000-01-12correctionsUlf 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-11Dummy page superseded by crypto/crypto.podUlf Möller
2000-01-11Document the RSA library.Ulf Möller
2000-01-11Added a comment about Win32.Richard Levitte
2000-01-11Add more info to the memory allocation change log.Richard Levitte
2000-01-11Make sure that generated files are labeled as such (except in dofile(), for now)Richard Levitte
2000-01-11add check for internal errorBodo Möller
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller