Krzysztof Kotowicz
Krzysztof Kotowicz
Related to https://github.com/spray/spray/issues/874. I think https://github.com/google/end-to-end/blob/a0ebd4d9f820d43593163bf496fa23311aa7ffc4/src/javascript/crypto/e2e/openpgp/pgpmime/utils.js#L300 needs to assume an empty body if the length after the split == 1
_From [[email protected]](https://code.google.com/u/[email protected]/) on June 07, 2014 02:28:11_ When you have multiple private keys for a single email address, there is no way to select which key is used. Reproduction steps:...
_From [[email protected]](https://code.google.com/u/[email protected]/) on June 11, 2014 17:59:11_ We atm show the verification results in a prompt, but we should also show them in prompt.html since that's our trusted UI. _Original...
_From [[email protected]](https://code.google.com/u/[email protected]/) on July 05, 2014 23:47:38_ **Is this report about the crypto library or the extension?** Crypto library. javascript/crypto/e2e/openpgp/encryptedcipher.js What is the security bug? The library assumes that the...
_From [[email protected]](https://code.google.com/u/[email protected]/) on July 14, 2014 00:28:23_ e2e.openpgp.IteratedS2K.getKey is slow for large c. Really really slow. 25 seconds for SHA2-512 at c=255. Something easy to do for, e.g., 64-byte blocksize...
_From [[email protected]](https://code.google.com/u/109784845986778244660/) on August 11, 2014 21:30:47_ We need to write the functions that interact with the Chrome App API for hardware devices once that API is integrated into e2e...
_From [[email protected]](https://code.google.com/u/[email protected]/) on September 02, 2014 17:13:48_ In the keyring, for given User IDs we might have public/secret (sub)keys that can only encrypt/sign or verify a message. There is no...
Bits and pieces are already present, i.e. the Ed25519 domain parameters, but the actual EDDSA is missing. GnuPG implements https://tools.ietf.org/html/draft-koch-eddsa-for-openpgp-00 with an algorithm ID = `22` and `1.3.6.1.4.1.11591.15.1` as a...
WIP: This extended attribute can be defined on `DOMString` and `USVString`. This is to hook up the Trusted Types validation during the ES->IDL type conversion to avoid funky issues with...
When [handling attribute change](https://dom.spec.whatwg.org/#handle-attribute-changes), validate the value before setting it. Attribute [append](https://dom.spec.whatwg.org/#concept-element-attributes-append) now also takes a value, and sets it only after handling the changes (this should be side-effects free,...