Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: openssl/ssl/ssl3.h

Issue 59083010: third_party/openssl: add ChaCha20+Poly1305 support. Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/ssl/ssl.h ('k') | openssl/ssl/ssl_ciph.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/ssl/ssl3.h
diff --git a/openssl/ssl/ssl3.h b/openssl/ssl/ssl3.h
index fee9671ea3ac6cbb8bb2a0ff00826437d50ab9f1..899c8a89837fa0dc0dc02f11a59dcb1e52c8e3eb 100644
--- a/openssl/ssl/ssl3.h
+++ b/openssl/ssl/ssl3.h
@@ -517,6 +517,7 @@ typedef struct ssl3_state_st
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;
« no previous file with comments | « openssl/ssl/ssl.h ('k') | openssl/ssl/ssl_ciph.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698