fork-openpgpjs/test
larabr bccdabbc45
Always generate RSA keys of exact bit length ()
Fix RSA key generation code used when no native crypto library is available
(i.e. no NodeCrypto or WebCrypto). Now generated keys are always of exact bit
length. This was not guaranteed before, and it was common for keys to be one
bit shorter than expected.

Also, remove leftover code related to legacy WebCrypto interfaces (for IE11 and
Safari 10).
2021-06-15 18:07:36 +02:00
..
crypto Always generate RSA keys of exact bit length () 2021-06-15 18:07:36 +02:00
general Remove primaryKey argument from User methods, rename User.sign to User.certify () 2021-06-15 17:42:00 +02:00
security Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys () 2021-06-10 11:25:43 +02:00
typescript Replace Key with PrivateKey and PublicKey classes () 2021-05-25 19:18:47 +02:00
worker Rename public/privateKeys to encryption/decryption/signing/verificationKeys () 2021-05-17 18:56:28 +02:00
karma.conf.js CI: Detect unhandled rejections in browser tests () 2021-06-15 16:39:56 +02:00
unittests.html CI: Switch to karma for browser tests () 2021-02-12 13:29:04 +01:00
unittests.js CI: Detect unhandled rejections in browser tests () 2021-06-15 16:39:56 +02:00