diff options
author | Tom Vrancken <email@tomvrancken.nl> | 2017-08-26 14:22:44 +0200 |
---|---|---|
committer | Tom Vrancken <dev@tomvrancken.nl> | 2018-12-15 19:05:03 +0100 |
commit | 565efaeac828e89d2c1bac7a88c27303d1b62547 (patch) | |
tree | 5cc0e7c43c4933b743d2ba5889bad13f86e98323 /lib/x509/common.h | |
parent | 71276d301a602926e44df818259ba1d99264a179 (diff) | |
download | gnutls-565efaeac828e89d2c1bac7a88c27303d1b62547.tar.gz |
Implemented support for raw public-key functionality (RFC7250).
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
Diffstat (limited to 'lib/x509/common.h')
-rw-r--r-- | lib/x509/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h index 2ff979380f..878da42045 100644 --- a/lib/x509/common.h +++ b/lib/x509/common.h @@ -260,7 +260,7 @@ int _gnutls_copy_string(gnutls_datum_t* str, uint8_t *out, size_t *out_size); int _gnutls_copy_data(gnutls_datum_t* str, uint8_t *out, size_t *out_size); int _gnutls_x509_decode_ext(const gnutls_datum_t *der, gnutls_x509_ext_st *out); -int x509_raw_crt_to_raw_pubkey(const gnutls_datum_t * cert, +int _gnutls_x509_raw_crt_to_raw_pubkey(const gnutls_datum_t * cert, gnutls_datum_t * rpubkey); int x509_crt_to_raw_pubkey(gnutls_x509_crt_t crt, |