summaryrefslogtreecommitdiff
path: root/lib/gnutls_v2_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-1/+1
* several clean upsNikos Mavrogiannopoulos2002-09-011-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-28/+28
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-3/+3
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added support to select a certificate based on the peer's cipherNikos Mavrogiannopoulos2002-01-271-52/+22
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-16/+15
* cleanups againNikos Mavrogiannopoulos2001-12-061-1/+1
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-0/+2
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-8/+8
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-4/+11
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-1/+1
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-2/+4
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-2/+0
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-3/+0
* fixes in session resumingNikos Mavrogiannopoulos2001-06-181-3/+3
* several cleanups in the low level record layer (the old code was a mess).Nikos Mavrogiannopoulos2001-06-181-18/+17
* cleanups. No longer checks for alerts between messages.Nikos Mavrogiannopoulos2001-06-181-5/+6
* fixes in V2 client hello.Nikos Mavrogiannopoulos2001-06-171-12/+7
* several fixes for RSA. gnutls server can now work with rsa certificates.Nikos Mavrogiannopoulos2001-06-171-1/+3
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-22/+22
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-3/+1
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-18/+6
* better version handlingNikos Mavrogiannopoulos2001-05-071-3/+10
* added support for SSL 2.0 client helloNikos Mavrogiannopoulos2001-05-071-0/+260