summaryrefslogtreecommitdiff
path: root/lib/ext_cert_type.c
Commit message (Expand)AuthorAgeFilesLines
* 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