Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrections in the configuration files. | Nikos Mavrogiannopoulos | 2001-12-18 | 1 | -1/+1 |
* | cleanups and documentation updates | Nikos Mavrogiannopoulos | 2001-12-17 | 1 | -2/+2 |
* | Cleanups. Now use GCRYMPI_FMT_STD instead of USG. | Nikos Mavrogiannopoulos | 2001-12-08 | 1 | -0/+17 |
* | some cleanups | Nikos Mavrogiannopoulos | 2001-12-04 | 1 | -2/+2 |
* | gnutls_handshake(), gnutls_read() etc. functions no longer require | Nikos Mavrogiannopoulos | 2001-11-25 | 1 | -16/+17 |
* | corrected some obscure bugs in the handshake and record send buffering code. | Nikos Mavrogiannopoulos | 2001-11-15 | 1 | -48/+108 |
* | more non blocking IO fixes | Nikos Mavrogiannopoulos | 2001-11-13 | 1 | -19/+8 |
* | several fixes. | Nikos Mavrogiannopoulos | 2001-11-10 | 1 | -44/+212 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-11-08 | 1 | -1/+0 |
* | cleanups and documentation updates | Nikos Mavrogiannopoulos | 2001-11-08 | 1 | -22/+37 |
* | corrected memory leaks and other bugs | Nikos Mavrogiannopoulos | 2001-11-07 | 1 | -9/+12 |
* | added warning | Nikos Mavrogiannopoulos | 2001-11-06 | 1 | -2/+6 |
* | receive buffer is now dynamic. | Nikos Mavrogiannopoulos | 2001-11-05 | 1 | -14/+21 |
* | cleanups in function names | Nikos Mavrogiannopoulos | 2001-11-02 | 1 | -9/+10 |
* | set_push() & set_pull() functions moved to state (instead of being global) | Nikos Mavrogiannopoulos | 2001-11-02 | 1 | -11/+8 |
* | Adopted some of the patches of Jon Nelson. Fixes the non blocking | Nikos Mavrogiannopoulos | 2001-11-01 | 1 | -26/+58 |
* | corrected and fixed several things in send_int() etc. | Nikos Mavrogiannopoulos | 2001-10-30 | 1 | -7/+3 |
* | cleanups | Nikos Mavrogiannopoulos | 2001-10-23 | 1 | -0/+4 |
* | added some checks for memory allocation. | Nikos Mavrogiannopoulos | 2001-10-23 | 1 | -1/+25 |
* | corrected bugs which could break non blocking IO | Nikos Mavrogiannopoulos | 2001-10-23 | 1 | -13/+31 |
* | corrections for the gnutls_read_buffered() function. | Nikos Mavrogiannopoulos | 2001-10-22 | 1 | -18/+40 |
* | updated/fixed the handling of interrupted writes | Nikos Mavrogiannopoulos | 2001-10-22 | 1 | -20/+37 |
* | changed gnutls_write() semantics in order to cope with interrupted system | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -21/+46 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -15/+10 |
* | changes in order to be independent of the berkeley style sockets | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -13/+27 |
* | made gnutls_write() unaware of interrupted system calls and eagain errors. | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -0/+7 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -12/+47 |
* | Corrected short read bug | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -4/+25 |
* | corrected _gnutls_write() | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -1/+5 |
* | peeked data now stays also in handshake | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -2/+4 |
* | introduced GNUTLS_E_INTERRUPTED, fixes in error handling | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -5/+6 |
* | the gnutls handshake protocol can now hold it's state. Thus it | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -1/+3 |
* | clean ups in the handshake protocol | Nikos Mavrogiannopoulos | 2001-10-19 | 1 | -9/+27 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-10-08 | 1 | -0/+5 |
* | some memory optimization while receiving packets | Nikos Mavrogiannopoulos | 2001-08-25 | 1 | -18/+23 |
* | several fixes in gnutls_bye() function, and in gnutls_recv_int() | Nikos Mavrogiannopoulos | 2001-08-19 | 1 | -5/+4 |
* | better support for buffered read and several cleanups | Nikos Mavrogiannopoulos | 2001-08-19 | 1 | -6/+111 |
* | several checks for failed allocations and other fixes | Nikos Mavrogiannopoulos | 2001-08-18 | 1 | -6/+6 |
* | ssl3 fixes and several others. | Nikos Mavrogiannopoulos | 2001-08-07 | 1 | -1/+0 |
* | several fixes. Added client authentication with x509PKI | Nikos Mavrogiannopoulos | 2001-08-06 | 1 | -6/+11 |
* | more x509 client certificate stuff | Nikos Mavrogiannopoulos | 2001-08-06 | 1 | -0/+1 |
* | added the concept of optional handshake packets (like CERTIFICATE_REQUEST). | Nikos Mavrogiannopoulos | 2001-08-06 | 1 | -1/+11 |
* | added log function (no longer use fprintf). | Nikos Mavrogiannopoulos | 2001-07-30 | 1 | -16/+16 |
* | changed gnutls_read() semantics | Nikos Mavrogiannopoulos | 2001-07-27 | 1 | -4/+4 |
* | corrected bug in b64 decoding. Added support for multiple TLS protocol | Nikos Mavrogiannopoulos | 2001-07-24 | 1 | -4/+4 |
* | fixes in ChangeCipherSpec handling (this also fixes rehandshake). | Nikos Mavrogiannopoulos | 2001-06-24 | 1 | -1/+0 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-06-24 | 1 | -10/+10 |
* | added global state. | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -3/+7 |
* | several cleanups in the low level record layer (the old code was a mess). | Nikos Mavrogiannopoulos | 2001-06-18 | 1 | -11/+13 |
* | cleanups and addition of a test http server (serv.c) | Nikos Mavrogiannopoulos | 2001-06-18 | 1 | -3/+12 |