aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* New logical names to skip algorithms are now supported.Richard Levitte2000-02-271-5/+26
* Fix shadow warning.Dr. Stephen Henson2000-02-261-3/+3
* Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2000-02-252-0/+6
* Use unsigned loop index to make compilers happyBodo Möller2000-02-251-2/+3
* The previous revision should have generated _more_ warnings, not less ...Bodo Möller2000-02-251-5/+5
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-2/+2
* Add OpenSSL licen[cs]e.Bodo Möller2000-02-251-0/+53
* Fix off-by-one error :-)Bodo Möller2000-02-251-1/+1
* Fix warnings by using unsigned int where appropriate.Bodo Möller2000-02-252-25/+25
* signed/unsigned mismatch (VC++)Ulf Möller2000-02-251-1/+1
* Allow code which calls RSA temp key callback to copeDr. Stephen Henson2000-02-253-0/+8
* Remove structures that are no longer used.Richard Levitte2000-02-241-16/+0
* nicer manpagesUlf Möller2000-02-241-0/+2
* Add missing prototypes for new functionsRalf S. Engelschall2000-02-241-0/+2
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-243-2/+7
* make updateRichard Levitte2000-02-232-0/+2
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-232-7/+0
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-224-5/+4
* Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller2000-02-211-23/+29
* Fix some bugs and document othersBodo Möller2000-02-216-37/+54
* Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller2000-02-212-20/+20
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-215-22/+23
* Move the registration of callback functions to special functionsRichard Levitte2000-02-208-58/+169
* Workaround for irrelevant problem.Bodo Möller2000-02-201-7/+16
* ignore Client Hellos when we're in handshake anywayBodo Möller2000-02-201-9/+23
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-2012-286/+368
* Get rid of evil cast.Ben Laurie2000-02-171-1/+1
* Fix for Netscape "hang" bug.Dr. Stephen Henson2000-02-151-0/+18
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-042-1/+2
* Report progress as in dsatest.c when creating a DHE key.Bodo Möller2000-02-041-7/+32
* Use correct, not American spelling.Bodo Möller2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-0317-47/+47
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-306-13/+12
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+9
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-264-34/+36
* Avoid a race condition.Bodo Möller2000-01-241-18/+20
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-234-21/+20
* Minor patch: check only match @STRENGTH and remove eNULLDr. Stephen Henson2000-01-221-11/+4
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-2210-389/+879
* Don't "goto err" in client_master_key because no such label exists;Bodo Möller2000-01-211-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-216-13/+21
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-211-1/+1
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-183-9/+84
* Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte2000-01-171-0/+3
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-171-2/+2
* SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller2000-01-161-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-1611-20/+60
* In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller2000-01-161-0/+1