summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comments.Bodo Möller1999-08-081-0/+5
* add commentsBodo Möller1999-08-081-1/+1
* generate error messageBodo Möller1999-08-021-0/+3
* fix previous modification -- if ssl->cert is NULL, don't follow the pointer.Bodo Möller1999-08-021-0/+2
* The SSL_CTX's cert structure is not relevant for the SSLBodo Möller1999-08-021-2/+0
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-0/+6
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-021-0/+5
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-11/+12
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-8/+8
* Comments added.Bodo Möller1999-06-071-0/+10
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-1/+1
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-151-1/+1
* Comment.Bodo Möller1999-05-151-1/+1
* A comment.Bodo Möller1999-05-151-0/+6
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-141-1/+1
* VMS support.Ulf Möller1999-05-131-1/+1
* First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller1999-05-131-15/+38
* And I thought I could spell ... but in caps really everything looks the same.Bodo Möller1999-05-111-3/+3
* Make SSL library a little more fool-proof by not requiring any longerBodo Möller1999-05-111-0/+26
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-2/+2
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-26/+37
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-1/+2
* Remove unreachable return statements.Ulf Möller1999-05-061-2/+0
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-011-0/+23
* New function SSL_CTX_set_session_id_context.Bodo Möller1999-04-301-0/+16
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-4/+10
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-241-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
* Massive constification.Ben Laurie1999-04-171-2/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-40/+48
* Fix security hole.Ben Laurie1999-03-221-2/+18
* Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson1999-03-141-1/+1
* Fix export ciphersuites, again.Ben Laurie1999-03-061-12/+15
* Remove confusing variables in function signatures in filesRalf S. Engelschall1999-03-041-2/+2
* More truth in declarations.Ben Laurie1999-02-281-3/+4
* Experiment with doxygen documentation.Ben Laurie1999-02-281-269/+134
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-251-0/+8
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-22/+27
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-7/+7
* Updates to the new SSL compression codeMark J. Cox1999-02-161-36/+174
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-0/+4
* More prototypes.Ben Laurie1999-01-161-1/+1
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Make the world a safer place (if people object to this kind of change, speak upBen Laurie1999-01-061-0/+6
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-6/+34