| Commit message (Expand) | Author | Age | Files | Lines |
* | Add TLS/IA support. | Simon Josefsson | 2005-12-15 | 1 | -0/+4 |
* | Replace uint8 with uint8_t. | Simon Josefsson | 2005-12-09 | 1 | -10/+10 |
* | Completed the DHE-PSK ciphersuite additions. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+1 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -424/+476 |
* | Some fixes in the certificate handling. | Nikos Mavrogiannopoulos | 2005-10-30 | 1 | -3/+10 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | Fix warning. | Simon Josefsson | 2005-04-14 | 1 | -5/+5 |
* | Simplify. | Simon Josefsson | 2005-04-14 | 1 | -1/+0 |
* | Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes. | Simon Josefsson | 2005-04-14 | 1 | -12/+12 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 1 | -13/+15 |
* | (generate_normal_master): Use larger buffer, to hold entire hex | Simon Josefsson | 2005-01-07 | 1 | -2/+2 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -1/+2 |
* | Added the '_t' suffix to all exported symbols. | Nikos Mavrogiannopoulos | 2004-06-13 | 1 | -15/+15 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -395/+465 |
* | Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type(). | Nikos Mavrogiannopoulos | 2004-05-03 | 1 | -1/+2 |
* | patch to fix the bug in mutual certificate authentication in SSL 3.0 | Nikos Mavrogiannopoulos | 2004-02-27 | 1 | -5/+8 |
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -0/+1 |
* | * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R... | Nikos Mavrogiannopoulos | 2003-12-16 | 1 | -2/+2 |
* | some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa... | Nikos Mavrogiannopoulos | 2003-11-04 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-08-09 | 1 | -0/+1 |
* | * Corrected behaviour when a certificate request message is received. | Nikos Mavrogiannopoulos | 2003-03-24 | 1 | -11/+28 |
* | * Improved the error logging functions, by adding a level, and | Nikos Mavrogiannopoulos | 2003-03-19 | 1 | -5/+6 |
* | Dropped the support for the client key exchange message 0, and server key exc... | Nikos Mavrogiannopoulos | 2002-12-16 | 1 | -112/+0 |
* | Cleanups. Prefixed some internal function with underscore. | Nikos Mavrogiannopoulos | 2002-12-02 | 1 | -1/+1 |
* | The session->gnutls_key was renamed to session->key. | Nikos Mavrogiannopoulos | 2002-11-12 | 1 | -5/+5 |
* | several cleanups | Nikos Mavrogiannopoulos | 2002-10-07 | 1 | -0/+1 |
* | Renamed all the constructed types to have more consisten names, and some othe... | Nikos Mavrogiannopoulos | 2002-08-29 | 1 | -92/+92 |
* | Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m... | Nikos Mavrogiannopoulos | 2002-08-26 | 1 | -3/+21 |
* | Corrected bug in DHE key exchange which prevented from parsing the given cert... | Nikos Mavrogiannopoulos | 2002-08-25 | 1 | -2/+2 |
* | Added some hints on the file purpose, and some other cleanups. | Nikos Mavrogiannopoulos | 2002-07-10 | 1 | -0/+6 |
* | License changed to LGPL | Nikos Mavrogiannopoulos | 2002-05-14 | 1 | -11/+12 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-05-10 | 1 | -1/+1 |
* | Prefixed with underscore several internal functions. | Nikos Mavrogiannopoulos | 2002-03-29 | 1 | -1/+1 |
* | removed GNUTLS_CERT_TRUSTED enumeration | Nikos Mavrogiannopoulos | 2002-03-09 | 1 | -2/+2 |
* | Several alert protocol changes. | Nikos Mavrogiannopoulos | 2002-02-22 | 1 | -1/+1 |
* | Direct access to version field in the state was replaced by the function | Nikos Mavrogiannopoulos | 2002-02-14 | 1 | -1/+1 |
* | GNUTLS_X509PKI -> GNUTLS_CRD_X509PKI | Nikos Mavrogiannopoulos | 2002-01-28 | 1 | -4/+4 |
* | GNUTLS_A_NETSCAPE_NO_CLIENT_CERTIFICATE -> GNUTLS_A_SSL3_NO_CERTIFICATE | Nikos Mavrogiannopoulos | 2002-01-24 | 1 | -2/+3 |
* | added _gnutls_record_log(), gnutls_handshake_log(), to avoid that | Nikos Mavrogiannopoulos | 2002-01-24 | 1 | -8/+5 |
* | Cleanups | Nikos Mavrogiannopoulos | 2002-01-04 | 1 | -0/+1 |
* | *_alert -> alert_* | Nikos Mavrogiannopoulos | 2001-12-17 | 1 | -1/+1 |
* | optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent) | Nikos Mavrogiannopoulos | 2001-12-10 | 1 | -20/+14 |
* | cleanups again | Nikos Mavrogiannopoulos | 2001-12-06 | 1 | -1/+1 |
* | now the peer's certificate list is stored into auth info structure (instead | Nikos Mavrogiannopoulos | 2001-12-04 | 1 | -8/+0 |
* | gnutls_handshake(), gnutls_read() etc. functions no longer require | Nikos Mavrogiannopoulos | 2001-11-25 | 1 | -34/+40 |
* | more non blocking IO fixes | Nikos Mavrogiannopoulos | 2001-11-13 | 1 | -1/+1 |
* | Adopted some of the patches of Jon Nelson. Fixes the non blocking | Nikos Mavrogiannopoulos | 2001-11-01 | 1 | -1/+1 |
* | added some checks for memory allocation. | Nikos Mavrogiannopoulos | 2001-10-23 | 1 | -52/+91 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-10-21 | 1 | -2/+3 |
* | corrected bug which caused a fatal alert to be sent even if it | Nikos Mavrogiannopoulos | 2001-10-20 | 1 | -1/+2 |