File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Major Differences Between the Various HTTP ECE Versions
2
2
3
3
## aes128gcm
4
- * Most current version as of 2016/11
4
+ * Most current version as of 2017/01
5
5
* ` salt ` , ` rs ` , and ` key_id ` now all contained as preamble for the encrypted content.
6
6
* Sender's public DH key value is sent as the ` dh ` parameter of the ` Crypto-Key ` header
7
7
* The ` Encryption ` header is no longer required.
8
8
* The context string ` WebPush: info\x00 ` + Receiver's raw public key + Sender's raw public key
9
9
* ` keyinfo ` string set to ` Content-Encoding: aes128gcm\x00 `
10
10
* ` 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
11
13
12
14
## aesgcm
13
15
* ` salt ` contained as 'salt' parameter of the ` Encryption ` header
You can’t perform that action at this time.
0 commit comments