This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
bug: Fix header parsing for Autopush #410
Milestone
Comments
jrconlin
added a commit
that referenced
this issue
Mar 16, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
jrconlin
added a commit
that referenced
this issue
Mar 16, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
jrconlin
added a commit
that referenced
this issue
Mar 17, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
jrconlin
added a commit
that referenced
this issue
Mar 17, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
jrconlin
added a commit
that referenced
this issue
Mar 17, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
jrconlin
added a commit
that referenced
this issue
Mar 17, 2016
The Crypto-Key header has a different format than what was first understood. A valid Crypto-Key header may look like `keyid="foo"; key1="data",key2="data"`. This patch specialized Crypto-Key parsing to a class. Closes #410
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-00#section-5.3
notes that Crypto-Key components have the following
keyid="id";tag="value",keyid="id";tag="value";...
Since headers tend to have specific relationships with the data that they are encoding, parse_header needs to comply with the Crypto-Key format, and all references to the header output will need to be refactored.
The text was updated successfully, but these errors were encountered: