File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Major Differences Between the Various HTTP ECE Versions
22
33## aes128gcm
4- * Most current version as of 2016/11
4+ * Most current version as of 2017/01
55* ` salt ` , ` rs ` , and ` key_id ` now all contained as preamble for the encrypted content.
66* Sender's public DH key value is sent as the ` dh ` parameter of the ` Crypto-Key ` header
77 * The ` Encryption ` header is no longer required.
88* The context string ` WebPush: info\x00 ` + Receiver's raw public key + Sender's raw public key
99* ` keyinfo ` string set to ` Content-Encoding: aes128gcm\x00 `
1010* ` nonceinfo ` string set to ` Content-Encoding: nonce\x00 `
11+ * padding is at the end of a record, a delimiter (2 for the last record, 1 for
12+ all others) followed by any number of zeros
1113
1214## aesgcm
1315* ` salt ` contained as 'salt' parameter of the ` Encryption ` header
You can’t perform that action at this time.
0 commit comments