This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
some certificate fingerprints cause decoding error #6524
Labels
Milestone
Comments
diracdeltas
added a commit
that referenced
this issue
Jan 4, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
@diracdeltas is this fixed by #6525? |
i'm not 100% sure due to lack of the test certificate, but we can close this and reopen if not. |
Closing; if not fixed by #6525, let's re-open 😄 Test PlanAt least to do a regression test:
|
was gonna add the new |
bsclifton
pushed a commit
that referenced
this issue
Jan 14, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 17, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 17, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 18, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 20, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
NejcZdovc
pushed a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Jan 23, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in brave#6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 23, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 24, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 25, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
bsclifton
pushed a commit
that referenced
this issue
Jan 25, 2017
The cert fingerprint emitted by Muon/Electron is base64 encoded [1], so it may contain '/'. I think we were truncating the certificate fingerprint when this was the case, which may have caused the decoding error in #6524. [1] https://cs.chromium.org/chromium/src/net/base/hash_value.h?q=net::HashValue&sq=package:chromium&l=58 Auditors: @darkdh
This was referenced Feb 3, 2017
Test failed on macOS, I posed a follow up here: @diracdeltas could you take a look? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
reported by eric lawrence:
The text was updated successfully, but these errors were encountered: