summaryrefslogtreecommitdiff
path: root/backport/compat/verification/x509.asn1.h
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2020-02-21 09:56:11 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-21 15:31:20 +0100
commit1366e05947113c52b587510e5b3e41c7c1ac029a (patch)
tree39aece526eaa84eb3be35db111b4be6550521c07 /backport/compat/verification/x509.asn1.h
parent17b11d59be05bfde602f99c1bdafe4b97db9ff53 (diff)
backports: update x509.asn1.[ch]
Upstream commit 3c6ca332a2ea9e3ebc6c99c5095a7acf14f09b91 In v5.2, x509_cert_parser.c implemented a new function, x509_note_params(). So we need the new generated asn1 files. Update these files from the ones generated with v5.2 Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/compat/verification/x509.asn1.h')
-rw-r--r--backport/compat/verification/x509.asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/verification/x509.asn1.h b/backport/compat/verification/x509.asn1.h
index 4f32a25d..77ec6085 100644
--- a/backport/compat/verification/x509.asn1.h
+++ b/backport/compat/verification/x509.asn1.h
@@ -13,6 +13,7 @@ extern int x509_note_OID(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_issuer(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_not_after(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_not_before(void *, size_t, unsigned char, const void *, size_t);
+extern int x509_note_params(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_pkey_algo(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_serial(void *, size_t, unsigned char, const void *, size_t);
extern int x509_note_signature(void *, size_t, unsigned char, const void *, size_t);