Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)Author
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
2000-02-24Remove structures that are no longer used.Richard Levitte
2000-02-24nicer manpagesUlf Möller
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller
2000-02-24make updateRichard Levitte
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
2000-02-21Move the registration of callback functions to special functionsRichard Levitte
2000-02-21Workaround for irrelevant problem.Bodo Möller
2000-02-21ignore Client Hellos when we're in handshake anywayBodo Möller
2000-02-21Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-17Get rid of evil cast.Ben Laurie
2000-02-15Fix for Netscape "hang" bug.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-04Report progress as in dsatest.c when creating a DHE key.Bodo Möller
2000-02-04Use correct, not American spelling.Bodo Möller
2000-02-04ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-31Seek out and destroy another evil cast.Ulf Möller
2000-01-31Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-27Some comments added, and slight code clean-ups.Bodo Möller
2000-01-24Avoid a race condition.Bodo Möller
2000-01-24Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Minor patch: check only match @STRENGTH and remove eNULLDr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21Don't "goto err" in client_master_key because no such label exists;Bodo 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-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
2000-01-17Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-17SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller
2000-01-17Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller
2000-01-16RAND_seedUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
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
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson