summaryrefslogtreecommitdiff
path: root/lib/ext_cert_type.c
Commit message (Expand)AuthorAgeFilesLines
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-263/+0
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-20/+18
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-124/+124
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-12/+13
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-2/+21
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-1/+0
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-0/+1
* remove unnessesary warning.Nikos Mavrogiannopoulos2009-11-011-1/+2
* correctly check extension size.Nikos Mavrogiannopoulos2009-10-311-1/+1
* Indent.Simon Josefsson2008-09-161-2/+2
* Indent code.Simon Josefsson2008-07-021-3/+3
* cleanup the priority functionalityNikos Mavrogiannopoulos2007-11-241-4/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-106/+131
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-2/+2
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-137/+151
* Fixes in the automatic disabling of certificate types.Nikos Mavrogiannopoulos2004-04-301-1/+6
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-3/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* some cleanupsNikos Mavrogiannopoulos2002-12-081-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-6/+5
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-4/+5
* some cleanups in the extension parsingNikos Mavrogiannopoulos2002-09-111-1/+2
* corrected the cert_type extension. (bug pointed out by D. Taylor)Nikos Mavrogiannopoulos2002-09-031-10/+14
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-17/+17
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-10/+12
* It does not send the cert_type extension if only x.509 certificatesNikos Mavrogiannopoulos2002-02-131-0/+11
* Added stuff for parsing the CertType extension type.Nikos Mavrogiannopoulos2002-02-031-0/+169