diff options
| author | Michael Brown | 2012-03-05 16:36:38 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-03-05 16:36:38 +0100 |
| commit | 6069b09bfc01107eb53f3e4ca792ab69dae601b1 (patch) | |
| tree | 2544509add53592c76ad0abd2f65b9d90033a639 /src/include/ipxe | |
| parent | [tls] Support TLS version 1.2 (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/ipxe/tls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h index aa4bfc647..8d4e709db 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 |
