summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up CRYPTO_EX_DATA structures.steve2000-01-234-21/+20
* Minor patch: check only match @STRENGTH and remove eNULLsteve2000-01-221-11/+4
* Apply Lutz Behnke's 56 bit cipher patch with a fewsteve2000-01-2210-389/+879
* Don't "goto err" in client_master_key because no such label exists;bodo2000-01-211-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().ulf2000-01-216-13/+21
* Some more ifdefs for no-xxx options.ulf2000-01-211-1/+1
* Compaq C 6.2 for VMS will complain when we want to convertlevitte2000-01-183-9/+84
* Prepare for a possible disabling of certain messages that DEC C spews out.levitte2000-01-171-0/+3
* It doesn't make sense to try see if these variables are negative, since they'...levitte2000-01-171-2/+2
* SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenbodo2000-01-161-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslulf2000-01-1611-20/+60
* In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedbodo2000-01-161-0/+1
* RAND_seedulf2000-01-161-0/+4
* Precautions against using the PRNG uninitialized: RAND_bytes() nowulf2000-01-138-8/+8
* add check for internal errorbodo2000-01-111-0/+5
* The buffer in ss3_read_n cannot actually occur because it is neverbodo2000-01-111-1/+1
* Clean up some of the SSL server code.bodo2000-01-116-106/+138
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...steve2000-01-092-2/+7
* Make NO_RSA compile with pedantic.ben2000-01-085-1/+25
* New functions SSL_get_finished, SSL_get_peer_finished.bodo2000-01-063-0/+40
* Use less complicated arrangement for data strutures related to Finishedbodo2000-01-063-46/+13
* Use separate arrays for certificate verify and for finished hashes.bodo2000-01-066-15/+56
* Use prototypes.bodo2000-01-054-17/+18
* Slight code cleanup for handling finished labels.bodo2000-01-056-18/+17
* Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastappro2000-01-041-0/+6
* Add support for MS "fast SGC".steve2000-01-024-7/+46
* Don't request client certificate in anonymous ciphersuitesbodo1999-12-291-3/+13
* Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,bodo1999-12-291-10/+35
* Delete NO_PROTO section (which apparently was just a typo for NOPROTO --bodo1999-12-291-4/+0
* fix commentbodo1999-12-291-1/+1
* Change the trust and purpose code so it doesn't need initsteve1999-12-021-6/+0
* Remainder of SSL purpose and trust code: trust and purpose setting insteve1999-11-295-39/+117
* Add part of chain verify SSL support code: not complete or doing anythingsteve1999-11-292-0/+8
* Restore traditional SSL_get_session behaviour so that s_client and s_serverbodo1999-11-171-0/+13
* Store verify_result with sessions to avoid potential security hole.bodo1999-11-167-6/+42
* This corrects the reference count handling in SSL_get_session.mark1999-11-151-1/+10
* Make sure installed files are world readablelevitte1999-11-121-0/+1
* Improve support for running everything as a monolithic application.bodo1999-10-251-4/+8
* Cosmetic changes.ulf1999-09-292-5/+1
* Fix warnings.ben1999-09-242-7/+8