diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-09 16:20:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-12 10:18:52 +0200 |
commit | 02b17134d6dd93a6e4aa7d7b04bac1dc8cbe280e (patch) | |
tree | d23c32ad36a1d90a6fcb5bfff8037a064e1e042f /lib/libgnutls.map | |
parent | 0081a51a3df7ec30da22402fe878be61790ab721 (diff) | |
download | gnutls-02b17134d6dd93a6e4aa7d7b04bac1dc8cbe280e.tar.gz |
Introduced functions to export integers with no leading zero
That is introduced the flag GNUTLS_EXPORT_FLAG_NO_LZ and:
* gnutls_pubkey_export_rsa_raw2
* gnutls_pubkey_export_dsa_raw2
* gnutls_pubkey_export_ecc_raw2
* gnutls_privkey_export_rsa_raw2
* gnutls_privkey_export_dsa_raw2
* gnutls_privkey_export_ecc_raw2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index d32f482e95..609410cf41 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1133,6 +1133,12 @@ GNUTLS_3_4 gnutls_x509_crq_get_dn3; gnutls_utf8_password_normalize; gnutls_idna_map; + gnutls_pubkey_export_rsa_raw2; + gnutls_pubkey_export_dsa_raw2; + gnutls_pubkey_export_ecc_raw2; + gnutls_privkey_export_rsa_raw2; + gnutls_privkey_export_dsa_raw2; + gnutls_privkey_export_ecc_raw2; gnutls_idna_reverse_map; gnutls_x509_crt_set_flags; gnutls_x509_crt_check_ip; |