aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-01-14Avoid shadowing variables,Bodo Möller1-5/+5
2000-01-14minor change for the prngUlf Möller2-8/+7
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller2-2/+116
2000-01-13slightly change usage informationBodo Möller1-3/+2
2000-01-13note about things still to do with RAND_bytesBodo Möller1-2/+7
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller2-8/+57
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller29-38/+196
2000-01-13Note about CRYPTO_malloc_initBodo Möller1-3/+10
2000-01-12PKCS#1 signatures don't use randomness.Ulf Möller3-10/+6
2000-01-12correctionsUlf Möller2-2/+2
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller6-16/+42
2000-01-12add dependency and auto-generation rule for bn_prime.hBodo Möller3-5/+68
2000-01-11Dummy page superseded by crypto/crypto.podUlf Möller1-27/+0
2000-01-11Document the RSA library.Ulf Möller17-8/+1092
2000-01-11Added a comment about Win32.Richard Levitte1-4/+4
2000-01-11Add more info to the memory allocation change log.Richard Levitte1-8/+16
2000-01-11Make sure that generated files are labeled as such (except in dofile(), for now)Richard Levitte1-0/+2
2000-01-11add check for internal errorBodo Möller1-0/+5
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller2-4/+2
2000-01-11Clean up some of the SSL server code.Bodo Möller7-106/+143
2000-01-11dep/ directory is not needed.Ulf Möller4-1878/+0
2000-01-11Add missing =back.Ulf Möller1-0/+2
2000-01-10Update docs.Dr. Stephen Henson1-7/+43
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson13-20/+45
2000-01-09s_client and s_server now have their own man pages.Bodo Möller1-72/+2
2000-01-09Man page for s_server.Dr. Stephen Henson2-1/+227
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie16-1/+90
2000-01-08Add -prexit command to s_client and patch some BIODr. Stephen Henson6-33/+256
2000-01-08superseded by doc/man/openssl.podBodo Möller1-310/+0
2000-01-08Unify doc/openssl.pod and doc/man/openssl.pod, which were almost theBodo Möller3-4/+84
2000-01-08Use basename instead of complicated sed line.Bodo Möller1-4/+2
2000-01-08Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson4-3/+163
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson3-1/+295
2000-01-08Install man pages.Ulf Möller1-1/+15
2000-01-08Minor format changes.Ulf Möller3-2/+5
2000-01-07CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller1-0/+1
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2-2/+2
2000-01-07make no-des and no-rc2 work.Bodo Möller9-13/+74
2000-01-07add V_CRYPTO_MDEBUG_ALLBodo Möller1-0/+2
2000-01-07Submitted by:Ulf Möller2-0/+16
2000-01-07Honor the no-xxx Configure options when creating .DEF files.Ulf Möller2-26/+71
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson3-7/+10
2000-01-07Remove obsolete SSLeay instructions.Ulf Möller2-288/+0
2000-01-07ispell.Ulf Möller1-5/+5
2000-01-07Add some newlines needed for pod2man, and run ispell.Ulf Möller13-39/+41
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson8-18/+49
2000-01-07add "UnixWare", treated like "unixware"Bodo Möller1-0/+1
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson12-106/+655
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller4-1/+50
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller3-46/+13