diff options
author | Nikos <nmav@crystal.(none)> | 2007-12-02 15:58:32 +0200 |
---|---|---|
committer | Nikos <nmav@crystal.(none)> | 2007-12-02 15:58:32 +0200 |
commit | ad454522fa9fcc11a27e88fdf674348617d5e71b (patch) | |
tree | d5f425f682d652c1be687348fb45efde7c55f843 /includes | |
parent | 74dc3ddc56786aa3be8ce854d187b9c41b18f5d1 (diff) | |
download | gnutls-ad454522fa9fcc11a27e88fdf674348617d5e71b.tar.gz |
added gnutls_x509_crt_get_subject_alt_name2 to overcome some limitations of
the original function.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/x509.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 91bc3986c7..bdfbadac4c 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -179,6 +179,10 @@ extern "C" unsigned int seq, void *ret, size_t * ret_size, unsigned int *critical); + int gnutls_x509_crt_get_subject_alt_name2 (gnutls_x509_crt_t cert, + unsigned int seq, void *ret, size_t * ret_size, + unsigned int* ret_type, unsigned int *critical); + int gnutls_x509_crt_get_subject_alt_othername_oid (gnutls_x509_crt_t cert, unsigned int seq, void *ret, |