Add TLS exporter.

This commit is contained in:
Ben Laurie
2011-11-15 23:51:22 +00:00
parent 060a38a2c0
commit b1d7429186
12 changed files with 212 additions and 3 deletions

View File

@@ -136,6 +136,7 @@ SSL3_ENC_METHOD TLSv1_enc_data={
TLS_MD_CLIENT_FINISH_CONST,TLS_MD_CLIENT_FINISH_CONST_SIZE,
TLS_MD_SERVER_FINISH_CONST,TLS_MD_SERVER_FINISH_CONST_SIZE,
tls1_alert_code,
tls1_export_keying_material,
};
long tls1_default_timeout(void)