Conversation
|
@IvanPizhenko sorry for any disturbance, sir. I would like to ask for any hints? I'm trying to achieve the same way that sir, Roman did on I also tried to find any references for the Any feedback would be much appreciated 🙇🏻♂️ Thanks! |
|
@martgil |
|
Likely, flowcrypt-ios uses an older version of OpenPGP.js than browser extension does. @IvanPizhenko we could update the iOS OpenPGP.js to v5 (instead of FES, initially), what do you think? It won't be an easy task. |
|
@tomholub yes, we can try to do it. |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.14 to 17.0.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* issue 1358 remove DataService * Build fixed * UserId property in AppContextWithUser * Code review fixes Co-authored-by: Ivan Ushakov <ivan.ushakov@gmail.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.15 to 17.0.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Working on moving strings to localization files * Add keys to Localizable * Fix unit tests * Enable showNonLocalizedStrings for debug scheme * Fixes for localizations * Minor fix * Change selector for ok button * Add localizePluralsWithArguments for localizations
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.16 to 17.0.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.17 to 17.0.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Sotnikov <dmytro.s@accel-labs.com>
* wip issue 1362 * update local copy * add old version for reference * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix build script * wip * wip * wip * wip * cleanup and formatting * comment about key.getExpirationTime() * refactor (algoInfo as any) * remove unnecessary code * fix encrypt * wip * wip * wip * wip * wip * wip * wip * wip * fix * wip * wip * wip * wip * wip * wip * wip * clarify error messages in the lastSig() * deduplicate preparation of encryptionKeys * add block * update build script * remove test.sh * fix gitignore * remove random() * indicate origin of the str_to_hex() * wip * latestValidKeyBindingSig * str_to_hex LGPL * wip * Add web-stream-tools * wip * import readToEnd() from web-stream-tools * added ambiets.d.ts * wip * added web-stream-tools.d.ts * patch web-stream-tools * wip * Change type of PrvKeyInfo.decrypted to PrivateKey * revert to openpgp.js patch * import web-stream-tools * clean up * cleanup * remove openpgp.d.ts * fix path * remove reference to .d.ts * added todos * use Math.max() in the lastSig() Co-authored-by: Ivan Pizhenko <Ivan.Pizhenko@users.noreply.github.com> Co-authored-by: tomholub <info@nvimp.com> Co-authored-by: Roma Sosnovsky <roma.sosnovsky@gmail.com>
…flowcrypt/flowcrypt-ios into add-private-key-validation-test
This PR will add a private key validation test and update PgpKey class
close #1346 // if this PR closes an issue
issue #0000 // if it doesn't close the issue yet
Todo:
readMany()of pgp-keys.tsTypeError { message: 'prvPacket.validate is not a function' }unencrypted private key,encrypted private keyvalidation.reference: FlowCrypt/flowcrypt-browser#4271
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):