Skip to content

Commit c4174db

Browse files
committed
Fix documentation
1 parent 4a06713 commit c4174db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/VERSION_DIFFERENCES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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

0 commit comments

Comments
 (0)