Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-07-14 19:51:01 +0300
committerAdam Langley <agl@google.com>2016-07-15 21:10:29 +0300
commitca3d545d7f34d67c8fb05265a0f1cf7f88076776 (patch)
treeac0715f9fb6a78732e20898d6fae83efcd1d56da /include/openssl/tls1.h
parent0ee2e1107e6e59021b2e26ec83382010190e9f3c (diff)
Add SSL_set_signing_algorithm_prefs.
This gives us a sigalg-based API for configuring signing algorithms. Change-Id: Ib746a56ebd1061eadd2620cdb140d5171b59bc02 Reviewed-on: https://boringssl-review.googlesource.com/8784 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/tls1.h')
-rw-r--r--include/openssl/tls1.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 84ff12fb..ae1ab7cc 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -245,23 +245,6 @@ extern "C" {
#define TLSEXT_hash_sha384 5
#define TLSEXT_hash_sha512 6
-#define SSL_SIGN_RSA_PKCS1_SHA1 0x0201
-#define SSL_SIGN_RSA_PKCS1_SHA256 0x0401
-#define SSL_SIGN_RSA_PKCS1_SHA384 0x0501
-#define SSL_SIGN_RSA_PKCS1_SHA512 0x0601
-#define SSL_SIGN_ECDSA_SHA1 0x0203
-#define SSL_SIGN_ECDSA_SECP256R1_SHA256 0x0403
-#define SSL_SIGN_ECDSA_SECP384R1_SHA384 0x0503
-#define SSL_SIGN_ECDSA_SECP521R1_SHA512 0x0603
-#define SSL_SIGN_RSA_PSS_SHA256 0x0700
-#define SSL_SIGN_RSA_PSS_SHA384 0x0701
-#define SSL_SIGN_RSA_PSS_SHA512 0x0702
-
-/* Reserved SignatureScheme value to indicate RSA with MD5-SHA1. This will never
- * be negotiated in TLS 1.2 and up, but is used to unify signing interfaces in
- * older TLS versions. */
-#define SSL_SIGN_RSA_PKCS1_MD5_SHA1 0xff01
-
#define TLSEXT_MAXLEN_host_name 255
/* PSK ciphersuites from 4279 */