summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-5/+5
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+2
* Extension types now use a 16 bit type field (following the current draft).Nikos Mavrogiannopoulos2002-02-151-9/+13
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-0/+2
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-251-2/+1
* added check for requested TLS extensionsNikos Mavrogiannopoulos2002-01-251-0/+68
* Corrections for big endian machines. Pointed out by Mike Siers <mikes@poliac....Nikos Mavrogiannopoulos2001-12-171-2/+1
* some corrections in the DECR_LEN stuff added recently.Nikos Mavrogiannopoulos2001-12-141-12/+5
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-131-0/+5
* remove dnsname (name_ind) extensionNikos Mavrogiannopoulos2001-12-081-2/+0
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+2
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-38/+1
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-2/+5
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-13/+2
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-3/+3
* added support for DNSNAME extension (draft-ietf-tls-extensions)Nikos Mavrogiannopoulos2001-06-241-2/+40
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-0/+2
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-11/+5
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-18/+12
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-7/+27
* some fixes - srp relatedNikos Mavrogiannopoulos2001-05-051-2/+1
* in case there are no extensions ext_gen() does not returnNikos Mavrogiannopoulos2001-03-181-1/+7
* send extensions feature was added.Nikos Mavrogiannopoulos2001-03-181-6/+35
* Added some preliminary support for TLS extensions;Nikos Mavrogiannopoulos2001-03-171-0/+130