summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/tls.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-05 16:36:38 +0100
committerMichael Brown2012-03-05 16:36:38 +0100
commit6069b09bfc01107eb53f3e4ca792ab69dae601b1 (patch)
tree2544509add53592c76ad0abd2f65b9d90033a639 /src/include/ipxe/tls.h
parent[tls] Support TLS version 1.2 (diff)
downloadipxe-6069b09bfc01107eb53f3e4ca792ab69dae601b1.tar.gz
ipxe-6069b09bfc01107eb53f3e4ca792ab69dae601b1.tar.xz
ipxe-6069b09bfc01107eb53f3e4ca792ab69dae601b1.zip
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/tls.h')
-rw-r--r--src/include/ipxe/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index aa4bfc64..8d4e709d 100644
--- a/src/include/ipxe/tls.h
+++ b/src/include/ipxe/tls.h
@@ -77,6 +77,8 @@ struct tls_header {
#define TLS_RSA_WITH_NULL_SHA 0x0002
#define TLS_RSA_WITH_AES_128_CBC_SHA 0x002f
#define TLS_RSA_WITH_AES_256_CBC_SHA 0x0035
+#define TLS_RSA_WITH_AES_128_CBC_SHA256 0x003c
+#define TLS_RSA_WITH_AES_256_CBC_SHA256 0x003d
/* TLS extension types */
#define TLS_SERVER_NAME 0