summaryrefslogtreecommitdiff
path: root/lib/gnutls_v2_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-4/+4
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-155/+167
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-271-2/+7
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-1/+1
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-2/+3
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-09-141-4/+5
* Arne:Nikos Mavrogiannopoulos2003-08-131-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* Some improvements in the version detection in the client hello.Nikos Mavrogiannopoulos2003-03-261-6/+2
* 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