summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
Commit message (Expand)AuthorAgeFilesLines
...
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-141-38/+0
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-1/+1
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-78/+78
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-121-0/+43
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-2/+3
* Certificate revocation support is almost complete.Nikos Mavrogiannopoulos2003-02-081-3/+102
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-081-2/+81
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-18/+23
* Criticality of an X.509 extension can now be extracted.Nikos Mavrogiannopoulos2003-02-071-8/+13
* Added function to extract the key usage extension from an X.509 certificate, ...Nikos Mavrogiannopoulos2003-02-071-25/+48
* Added the new PKCS7 parsing functions.Nikos Mavrogiannopoulos2003-02-071-3/+4
* Added the new certificate handling functions.Nikos Mavrogiannopoulos2003-02-071-0/+785