diff options
author | Tim Kosse <tim.kosse@filezilla-project.org> | 2016-05-30 09:45:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-30 10:14:57 +0200 |
commit | dab4dedf337caa6b4d16f1c8511a1290637667f4 (patch) | |
tree | f75fa0f508c9ff36dceb2136266cc28004b91b7d /lib/pkix.asn | |
parent | a148bbbe964e5f1aef76e7ef4bc3ebd24d901864 (diff) | |
download | gnutls-dab4dedf337caa6b4d16f1c8511a1290637667f4.tar.gz |
Added functions to parse the TLSFeatures X.509 extension.
In addition provide function to enumerate the features it lists,
and output information with the output functions.
This adds:
gnutls_x509_tlsfeatures_init
gnutls_x509_tlsfeatures_deinit
gnutls_x509_tlsfeatures_get
gnutls_x509_ext_import_tlsfeatures
gnutls_x509_crt_get_tlsfeatures
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r-- | lib/pkix.asn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn index a5b53cd7b2..99cd54cba2 100644 --- a/lib/pkix.asn +++ b/lib/pkix.asn @@ -687,4 +687,7 @@ GeneralSubtree ::= SEQUENCE { minimum [0] INTEGER DEFAULT 0, maximum [1] INTEGER OPTIONAL } +-- rfc7633 +TlsFeatures ::= SEQUENCE OF INTEGER + END |