diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2017-09-18 12:54:12 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-06-23 12:20:15 +0300 |
commit | 6b8051aeeb74efc28eadb344783ab0e79963198a (patch) | |
tree | a6f093275446c510b6cec61aa6d367b04445f8ae /doc/manpages | |
parent | 9083bcd3babe035f04d7114f3f520e50aa6e9f79 (diff) | |
download | gnutls-6b8051aeeb74efc28eadb344783ab0e79963198a.tar.gz |
Support importing/exporting X.509 GOST public keys
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'doc/manpages')
-rw-r--r-- | doc/manpages/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 5679518a29..c10719f4f6 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -645,6 +645,7 @@ APIMANS += gnutls_pubkey_export_dsa_raw2.3 APIMANS += gnutls_pubkey_export_ecc_raw.3 APIMANS += gnutls_pubkey_export_ecc_raw2.3 APIMANS += gnutls_pubkey_export_ecc_x962.3 +APIMANS += gnutls_pubkey_export_gost_raw2.3 APIMANS += gnutls_pubkey_export_rsa_raw.3 APIMANS += gnutls_pubkey_export_rsa_raw2.3 APIMANS += gnutls_pubkey_get_key_id.3 @@ -657,6 +658,7 @@ APIMANS += gnutls_pubkey_import.3 APIMANS += gnutls_pubkey_import_dsa_raw.3 APIMANS += gnutls_pubkey_import_ecc_raw.3 APIMANS += gnutls_pubkey_import_ecc_x962.3 +APIMANS += gnutls_pubkey_import_gost_raw.3 APIMANS += gnutls_pubkey_import_openpgp.3 APIMANS += gnutls_pubkey_import_openpgp_raw.3 APIMANS += gnutls_pubkey_import_pkcs11.3 @@ -988,6 +990,7 @@ APIMANS += gnutls_x509_crt_get_name_constraints.3 APIMANS += gnutls_x509_crt_get_pk_algorithm.3 APIMANS += gnutls_x509_crt_get_pk_dsa_raw.3 APIMANS += gnutls_x509_crt_get_pk_ecc_raw.3 +APIMANS += gnutls_x509_crt_get_pk_gost_raw.3 APIMANS += gnutls_x509_crt_get_pk_oid.3 APIMANS += gnutls_x509_crt_get_pk_rsa_raw.3 APIMANS += gnutls_x509_crt_get_policy.3 |