summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/tls.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-18 15:44:53 +0100
committerMichael Brown2012-03-18 15:44:53 +0100
commitdc87161c300e01fa5a6cca11af7fad22ea6cded9 (patch)
tree477e4be1e0e2db75f414a5bf34703a311da8e404 /src/include/ipxe/tls.h
parent[test] Add self-tests for RSA (diff)
downloadipxe-dc87161c300e01fa5a6cca11af7fad22ea6cded9.tar.gz
ipxe-dc87161c300e01fa5a6cca11af7fad22ea6cded9.tar.xz
ipxe-dc87161c300e01fa5a6cca11af7fad22ea6cded9.zip
[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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index 804e1a1f..a2504f19 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 */