summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* added error code to report illegal srp usernames. Some fixes in the extension...Nikos Mavrogiannopoulos2002-12-061-1/+5
* Corrected bug in extension parsing.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-201-1/+1
* Added server name extension, from draft-ietf-tls-extension-05.Nikos Mavrogiannopoulos2002-10-111-1/+2
* cleanupsNikos Mavrogiannopoulos2002-10-091-1/+1
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+1
* Corrected extension type checks which used an 8 bit extension size, instead o...Nikos Mavrogiannopoulos2002-09-041-5/+3
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-21/+21
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+5
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-6/+6
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-12/+5
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* 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