summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-09 18:02:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-22 09:20:20 +0200
commit6f9bfaac9d50c2fee5e4146ca9315f0769dd43c4 (patch)
treedcf9a572780fc677ae69b2a5df03faaabfa34b85 /lib/algorithms.h
parent2a5f15cc214793b8bdea578db02acd25361fa9ee (diff)
downloadgnutls-6f9bfaac9d50c2fee5e4146ca9315f0769dd43c4.tar.gz
Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and signatures.
Diffstat (limited to 'lib/algorithms.h')
-rw-r--r--lib/algorithms.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/algorithms.h b/lib/algorithms.h
index e2600c605a..9fe0272541 100644
--- a/lib/algorithms.h
+++ b/lib/algorithms.h
@@ -106,8 +106,6 @@ enum encipher_type _gnutls_kx_encipher_type (gnutls_kx_algorithm_t algorithm);
/* Functions for sign algorithms. */
gnutls_sign_algorithm_t _gnutls_x509_oid2sign_algorithm (const char *oid);
-gnutls_sign_algorithm_t _gnutls_x509_pk_to_sign (gnutls_pk_algorithm_t pk,
- gnutls_digest_algorithm_t mac);
gnutls_pk_algorithm_t _gnutls_x509_sign_to_pk (gnutls_sign_algorithm_t sign);
const char *_gnutls_x509_sign_to_oid (gnutls_pk_algorithm_t,
gnutls_digest_algorithm_t mac);