1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
Files: debian/clean
debian/compat
debian/control
debian/gbp.conf
debian/node-trust-webcrypto.install
debian/patches/2001_privacy.patch
debian/patches/2002_mocha.patch
debian/patches/README
debian/patches/series
debian/rules
debian/source/format
debian/tests/control
debian/watch
index.d.ts
jsdoc.json
package-lock.json
package.json
src/Crypto.js
src/SubtleCrypto.js
src/algorithms/AES-CBC.js
src/algorithms/AES-CTR.js
src/algorithms/AES-GCM.js
src/algorithms/AES-KW.js
src/algorithms/Algorithm.js
src/algorithms/ECDSA.js
src/algorithms/EDDSA.js
src/algorithms/HMAC.js
src/algorithms/RSA-OAEP.js
src/algorithms/RSA-PSS.js
src/algorithms/RSASSA-PKCS1-v1_5.js
src/algorithms/RegisteredAlgorithms.js
src/algorithms/SHA.js
src/algorithms/SupportedAlgorithms.js
src/algorithms/index.js
src/dictionaries/AesCbcParams.js
src/dictionaries/AesCfbParams.js
src/dictionaries/AesCmacParams.js
src/dictionaries/AesCtrParams.js
src/dictionaries/AesDerivedKeyParams.js
src/dictionaries/AesGcmParams.js
src/dictionaries/AesKeyAlgorithm.js
src/dictionaries/AesKeyGenParams.js
src/dictionaries/Algorithm.js
src/dictionaries/ConcatParams.js
src/dictionaries/DhImportKeyParams.js
src/dictionaries/DhKeyAlgorithm.js
src/dictionaries/DhKeyDeriveParams.js
src/dictionaries/DhKeyGenParams.js
src/dictionaries/EcKeyAlgorithm.js
src/dictionaries/EcKeyGenParams.js
src/dictionaries/EcKeyImportParams.js
src/dictionaries/EcdhKeyDeriveParams.js
src/dictionaries/EcdsaParams.js
src/dictionaries/HkdfCtrParams.js
src/dictionaries/HmacImportParams.js
src/dictionaries/HmacKeyAlgorithm.js
src/dictionaries/HmacKeyGenParams.js
src/dictionaries/KeyAlgorithm.js
src/dictionaries/Pbkdf2Params.js
src/dictionaries/RsaHashedImportParams.js
src/dictionaries/RsaHashedKeyAlgorithm.js
src/dictionaries/RsaHashedKeyGenParams.js
src/dictionaries/RsaKeyAlgorithm.js
src/dictionaries/RsaKeyGenParams.js
src/dictionaries/RsaOaepParams.js
src/dictionaries/RsaPssParams.js
src/dictionaries/ShaKeyAlgorithm.js
src/errors/CurrentlyNotSupportedError.js
src/errors/DataError.js
src/errors/InvalidAccessError.js
src/errors/KeyFormatNotSupportedError.js
src/errors/NotSupportedError.js
src/errors/OperationError.js
src/errors/QuotaExceededError.js
src/errors/TypeMismatchError.js
src/errors/index.js
src/index.js
src/keys/CryptoKey.js
src/keys/CryptoKeyPair.js
src/keys/JsonWebKey.js
src/keys/recognizedKeyUsages.js
test/CryptoSpec.js
test/EcdsaKeyPairsForTesting.js
test/RsaKeyPairForPSSTesting.js
test/RsaKeyPairForTesting.js
test/SubtleCryptoSpec.js
test/algorithms/AES-CBCSpec.js
test/algorithms/AES-CTRSpec.js
test/algorithms/AES-GCMSpec.js
test/algorithms/AES-KWSpec.js
test/algorithms/ECDSASpec.js
test/algorithms/EDDSASpec.js
test/algorithms/HMACSpec.js
test/algorithms/RSA-OAEPspec.js
test/algorithms/RSA-PSSSpec.js
test/algorithms/RSASSA-PKCS1-v1_5_Spec.js
test/algorithms/RegisteredAlgorithmsSpec.js
test/algorithms/SHASpec.js
test/algorithms/SupportedAlgorithmsSpec.js
test/dictionaries/AlgorithmSpec.js
test/dictionaries/HmacKeyAlgorithmSpec.js
test/dictionaries/KeyAlgorithmSpec.js
test/dictionaries/RsaHashedKeyAlgorithmSpec.js
test/dictionaries/ShaKeyAlgorithmSpec.js
test/keys/recognizedKeyUsagesSpec.js
test/mocha.opts
Copyright: NONE
License: UNKNOWN
FIXME
Files: LICENSE
Copyright: 2016, Anvil Research, Inc. http:anvil.io
License: Expat
FIXME
Files: debian/copyright-check
Copyright: 2016-2019, Jonas Smedegaard <dr@jones.dk>
check
License: GPL-3+
FIXME
Files: README.md
Copyright: 2016, Anvil Research, Inc.
License: UNKNOWN
FIXME
Files: debian/source/lintian-overrides
Copyright: GPL-3+
gpl-3+
License: UNKNOWN
FIXME
|