commit | c9fb37504f1c48e37578ee7033f35e3bd236cf67 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Fri Jun 20 12:00:00 2014 -0700 |
committer | Adam Langley <agl@chromium.org> | Fri Jun 20 13:17:34 2014 -0700 |
tree | 0c7b381959830f22bf6e143e36a21a431b88deed | |
parent | fd772a5aebeeaafb591903d509b187d7d41c5d69 [diff] [blame] |
SSL AEAD support. This change allows AEADs to be used in ssl/ to implement SSL/TLS ciphersuites.
diff --git a/ssl/ssl3.h b/ssl/ssl3.h index 04d2e0c..43fc22d 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h
@@ -529,6 +529,7 @@ unsigned char *key_block; const EVP_CIPHER *new_sym_enc; + const EVP_AEAD *new_aead; const EVP_MD *new_hash; int new_mac_pkey_type; int new_mac_secret_size;