summaryrefslogtreecommitdiff
path: root/lib/x509/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2008-07-021-8/+7
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move extensions.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* added an assertion.Nikos Mavrogiannopoulos2007-10-091-0/+1
* Don't crash on NULL's.Simon Josefsson2007-02-091-5/+10
* Fix warnings.Simon Josefsson2007-02-081-3/+1
* Add gnutls_x509_crt_get_proxy.Simon Josefsson2007-01-311-0/+77
* Add proxy certificate APIs.Simon Josefsson2007-01-311-0/+68
* (_gnutls_x509_ext_extract_basicConstraints): Make sureSimon Josefsson2007-01-261-16/+7
* Support pathLenConstraint.Simon Josefsson2007-01-111-5/+38
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-031-16/+8
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-3/+3
* Use GNU coding style.Simon Josefsson2005-11-071-539/+627
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* *** empty log message ***Nikos Mavrogiannopoulos2004-11-111-1/+1
* corrected CRL dist points handling.Nikos Mavrogiannopoulos2004-11-101-3/+2
* corrected a sigsegv when writing CRL distribution points. It does not work pr...Nikos Mavrogiannopoulos2004-11-101-0/+3
* Indent.Simon Josefsson2004-10-281-3/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-20/+19
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-580/+619
* minor bugfixes.Nikos Mavrogiannopoulos2004-04-141-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-141-5/+2
* updated the extensions handling.Nikos Mavrogiannopoulos2004-04-141-79/+113
* - Added support for authority key identifier X.509 extensionNikos Mavrogiannopoulos2004-04-141-86/+140
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-291-0/+2
* Corrected the CRL distribution point extension handling.Nikos Mavrogiannopoulos2003-12-281-34/+59
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added support for the Subject Key ID PKIX extension.Nikos Mavrogiannopoulos2003-12-261-6/+52
* Added support for reading and generating CRL distributionNikos Mavrogiannopoulos2003-12-231-0/+72
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-191-0/+1
* Added gnutls_x509_crt_set_key_usage() and certtool can now set theNikos Mavrogiannopoulos2003-12-191-5/+43
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()Nikos Mavrogiannopoulos2003-11-161-0/+125
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-3/+75
* Added some support for writable gnutls_x509_crt structures. Not ready yet.Nikos Mavrogiannopoulos2003-10-231-0/+84
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-071-1/+1
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-7/+7
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-1/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-2/+0
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-6/+9
* Criticality of an X.509 extension can now be extracted.Nikos Mavrogiannopoulos2003-02-071-5/+15
* Added function to extract the key usage extension from an X.509 certificate, ...Nikos Mavrogiannopoulos2003-02-071-0/+235