gecko/dom/crypto
Richard Barnes a4246ff00b Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz
0001 - Introduce BasicSymmetricKeyAlgorithm r=rbarnes
0002 - Implement import key operation for PBKDF2 r=bz,rbarnes
0003 - Introduce MapAlgorithmNameToMechanism() r=rbarnes
0004 - Implement derive bits operation for PBKDF2 r=rbarnes,keeler,bz
0005 - Introduce GetKeySizeForAlgorithm() r=rbarnes
0006 - Implement derive keys operation for PBKDF2 r=rbarnes,bz
2014-07-12 20:06:00 +02:00
..
test Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
AesKeyAlgorithm.cpp
AesKeyAlgorithm.h Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
BasicSymmetricKeyAlgorithm.h Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
CryptoBuffer.cpp Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
CryptoBuffer.h Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
CryptoKey.cpp Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz 2014-06-23 23:25:13 +02:00
CryptoKey.h Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz 2014-06-23 23:25:13 +02:00
CryptoKeyPair.cpp Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz 2014-06-23 23:25:13 +02:00
CryptoKeyPair.h Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz 2014-06-23 23:25:13 +02:00
HmacKeyAlgorithm.cpp
HmacKeyAlgorithm.h Bug 1035394 - Fix dangerous public destructors in dom - r=ehsan 2014-07-08 17:23:17 -04:00
KeyAlgorithm.cpp Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
KeyAlgorithm.h Bug 1034911 - Make the destructor for KeyAlgorithm private. r=smaug 2014-07-08 13:46:23 -07:00
moz.build Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
RsaHashedKeyAlgorithm.cpp
RsaHashedKeyAlgorithm.h Bug 1035394 - Fix dangerous public destructors in dom - r=ehsan 2014-07-08 17:23:17 -04:00
RsaKeyAlgorithm.cpp
RsaKeyAlgorithm.h Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
WebCryptoCommon.h Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
WebCryptoTask.cpp Bug 1021607 - Add support for PBKDF2 to WebCrypto API. r=bz 2014-07-12 20:06:00 +02:00
WebCryptoTask.h Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz 2014-06-23 23:25:13 +02:00