summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings.Simon Josefsson2008-03-191-2/+2
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-161-7/+13
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Remove tls-authz.Simon Josefsson2007-10-171-9/+0
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-2/+2
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-201-0/+6
* Make tls-authz conditional on ENABLE_AUTHZ.Simon Josefsson2007-04-101-0/+2
* Revert.Simon Josefsson2007-02-221-1/+1
* Remove static from _gnutls_extension_list_check, we use it in ext_authz.cSimon Josefsson2007-02-221-1/+1
* Add authz extension.Simon Josefsson2007-02-211-1/+8
* Indent more.Simon Josefsson2005-12-151-7/+7
* Add TLS/IA support.Simon Josefsson2005-12-151-11/+11
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-8/+8
* Use GNU coding style.Simon Josefsson2005-11-071-148/+171
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-1/+2
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-1/+5
* 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-153/+172
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-16/+25
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-101-3/+0
* Fixed a bug where 'server name' extension was always sent.Nikos Mavrogiannopoulos2004-02-101-0/+3
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-8/+8
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-5/+6
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-2/+9
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-4/+3
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+0
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-4/+2
* 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