diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-18 14:44:53 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-18 14:44:53 +0000 |
commit | dc87161c300e01fa5a6cca11af7fad22ea6cded9 (patch) | |
tree | 477e4be1e0e2db75f414a5bf34703a311da8e404 /src/include/ipxe/tls.h | |
parent | 7fb064470f8a7128daab3ed52e954f4269214f75 (diff) | |
download | ipxe-dc87161c300e01fa5a6cca11af7fad22ea6cded9.tar.gz |
[tls] Use iPXE native RSA algorithm
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/tls.h')
-rw-r--r-- | src/include/ipxe/tls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h index 804e1a1fb..a2504f19c 100644 --- a/src/include/ipxe/tls.h +++ b/src/include/ipxe/tls.h @@ -182,9 +182,6 @@ struct tls_session { /** SHA256 context for handshake verification */ uint8_t handshake_sha256_ctx[SHA256_CTX_SIZE]; - /** Hack: server RSA public key */ - struct x509_rsa_public_key rsa; - /** TX sequence number */ uint64_t tx_seq; /** TX pending transmissions */ |