aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte2000-12-121-0/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-0/+4
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* remove unused static functionUlf Möller2000-12-021-0/+2
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-1/+2
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+14
* comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte2000-11-301-0/+4
* Comments on SSL_peek deficienciesBodo Möller2000-11-281-0/+7
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+4
* Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller2000-09-261-0/+1
* Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller2000-09-261-0/+2
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-2/+0
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-6/+7
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+3
* Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller2000-03-271-0/+3
* Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2000-02-251-0/+5
* Remove structures that are no longer used.Richard Levitte2000-02-241-16/+0
* nicer manpagesUlf Möller2000-02-241-0/+2
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-241-0/+2
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-231-2/+0
* Fix some bugs and document othersBodo Möller2000-02-211-1/+8
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-21/+26
* 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-301-2/+2
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-8/+8
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-3/+3
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-4/+36
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-1/+1
* New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller2000-01-061-0/+32
* Use prototypes.Bodo Möller2000-01-051-5/+6
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-6/+0
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-0/+47
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-0/+2
* 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