summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Comments for SSL_get_peer_cert_chain inconsistency.bodo2000-03-273-0/+7
* NeXT workaround.bodo2000-03-261-0/+14
* Use correct function names in SSLerr macros.bodo2000-03-144-4/+6
* Update usage infobodo2000-03-131-4/+4
* Update test suite so that 'make test' succeeds in 'no-rsa' configuration.bodo2000-03-131-3/+22
* Copy DH key (if available) in addition to the bare parametersbodo2000-03-132-28/+56
* Connection timings (using ISO C function clock()).bodo2000-03-131-28/+98
* cleaning up a littlebodo2000-03-121-1/+1
* Always use fixed DH parameters created with 'dhparam -C',bodo2000-03-101-69/+110
* Fix the indentation, and avoid a compiler warning.bodo2000-03-061-38/+39
* Let's not lie to the people.levitte2000-03-061-3/+2
* Preserve reason strings in automatically build tables.bodo2000-03-051-1/+2
* New logical names to skip algorithms are now supported.levitte2000-02-271-5/+26
* Fix shadow warning.steve2000-02-261-3/+3
* Some time in history, SSL_CTX_sessions() disappeared. It is nowlevitte2000-02-252-0/+6
* Use unsigned loop index to make compilers happybodo2000-02-251-2/+3
* The previous revision should have generated _more_ warnings, not less ...bodo2000-02-251-5/+5
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualgeoff2000-02-251-2/+2
* Add OpenSSL licen[cs]e.bodo2000-02-251-0/+53
* Fix off-by-one error :-)bodo2000-02-251-1/+1
* Fix warnings by using unsigned int where appropriate.bodo2000-02-252-25/+25
* signed/unsigned mismatch (VC++)ulf2000-02-251-1/+1
* Allow code which calls RSA temp key callback to copesteve2000-02-253-0/+8
* Remove structures that are no longer used.levitte2000-02-241-16/+0
* nicer manpagesulf2000-02-241-0/+2
* Add missing prototypes for new functionsrse2000-02-241-0/+2
* Fix NO_RSA (misplaced #endif).ulf2000-02-243-2/+7
* make updatelevitte2000-02-232-0/+2
* Allow ADH to be used but not present in the default ciphersteve2000-02-232-7/+0
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forsteve2000-02-224-5/+4
* Workarounds to make broken programs happy (such as s_client and s_server).bodo2000-02-211-23/+29
* Fix some bugs and document othersbodo2000-02-216-37/+54
* Move ssl3_do_write from s3_pkt.c to s3_both.c.bodo2000-02-212-20/+20
* Move MAC computations for Finished from ssl3_read_bytes intobodo2000-02-215-22/+23
* Move the registration of callback functions to special functionslevitte2000-02-208-58/+169
* Workaround for irrelevant problem.bodo2000-02-201-7/+16
* ignore Client Hellos when we're in handshake anywaybodo2000-02-201-9/+23
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.bodo2000-02-2012-286/+368
* Get rid of evil cast.ben2000-02-171-1/+1
* Fix for Netscape "hang" bug.steve2000-02-151-0/+18
* Rename SSLeay_add_all_algorithms() et al tosteve2000-02-042-1/+2
* Report progress as in dsatest.c when creating a DHE key.bodo2000-02-041-7/+32
* Use correct, not American spelling.bodo2000-02-041-1/+1
* ispell (and minor modifications)ulf2000-02-0317-47/+47
* Add new -notext option to 'ca', -pubkey option to spkac.steve2000-02-031-1/+1
* Seek out and destroy another evil cast.ulf2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,ulf2000-01-306-13/+12
* Make DSA_generate_parameters, and fix a couple of bugbodo2000-01-301-1/+9
* Some comments added, and slight code clean-ups.bodo2000-01-264-34/+36
* Avoid a race condition.bodo2000-01-241-18/+20