aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte1-0/+7
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson1-25/+5
2001-04-08Avoid assert() in the library.Bodo Möller1-1/+3
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller1-3/+3
2001-03-08add ssl23_peekBodo Möller1-0/+6
2001-03-07Fix ERR_R_... problems.Bodo Möller1-3/+3
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe1-4/+4
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe1-0/+11
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe1-0/+42
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-10/+10
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte1-0/+4
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-0/+4
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-2/+5
2000-12-02remove unused static functionUlf Möller1-0/+2
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-1/+2
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-0/+14
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte1-0/+4
2000-11-28Comments on SSL_peek deficienciesBodo Möller1-0/+7
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson1-0/+4
2000-09-26Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller1-0/+1
2000-09-26Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller1-0/+2
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson1-2/+0
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-6/+7
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-8/+8
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-2/+3
2000-03-27Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller1-0/+3
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte1-0/+5
2000-02-24Remove structures that are no longer used.Richard Levitte1-16/+0
2000-02-24nicer manpagesUlf Möller1-0/+2
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller1-0/+2
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson1-2/+0
2000-02-21Fix some bugs and document othersBodo Möller1-1/+8
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-21/+26
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-2/+2
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-8/+8
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson1-3/+3
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte1-4/+36
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson1-1/+1
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller1-0/+32
2000-01-05Use prototypes.Bodo Möller1-5/+6
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-6/+0
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1-0/+47
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1-0/+2
1999-08-08Comments.Bodo Möller1-0/+5
1999-08-08add commentsBodo Möller1-1/+1
1999-08-02generate error messageBodo Möller1-0/+3
1999-08-02fix previous modification -- if ssl->cert is NULL, don't follow the pointer.Bodo Möller1-0/+2
1999-08-02The SSL_CTX's cert structure is not relevant for the SSLBodo Möller1-2/+0