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