Tim Taubert
|
c9e7b1fd3d
|
Bug 1044071 - WebCrypto API methods need to resolve to ArrayBuffers not Uint8Arrays r=rbarnes
|
2014-07-25 19:18:58 +02:00 |
Richard Barnes
|
91cfa4eae8
|
Bug 1034852 - Add support for AES-KW to WebCrypto API r=keeler
|
2014-07-19 07:04:00 -05:00 |
Richard Barnes
|
e10fdbd715
|
Bug 1025230 - Allow import/export of JWK-formatted keys in WebCrypto r=bz,keeler
|
2014-07-19 08:25:00 -05:00 |
Richard Barnes
|
58860abf23
|
Bug 1034851 - Add wrapKey and unwrapKey methods to WebCrypto API r=bz
|
2014-07-19 08:24:00 -05:00 |
Tim Taubert
|
09f7b51771
|
Bug 1026398 - Add support for RSA-OAEP to WebCrypto API r=rbarnes,bz,dkeeler
* * *
Bug 1026398 - Add RSA-OAEP tests r=rbarnes
|
2014-07-14 18:33:12 -07:00 |
Richard Barnes
|
d3ecd20c07
|
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 |
Ed Morley
|
65aa1f33ef
|
Backed out changeset 5460c4558253 (bug 1026398) for test_WebCrypto.html timeouts on B2G; CLOSED TREE
|
2014-07-11 17:01:44 +01:00 |
Richard Barnes
|
f58a5d84f8
|
Bug 1026398 - Add support for RSA-OAEP to WebCrypto API. r=bz,dkeeler
|
2014-07-10 13:44:00 +02:00 |
Andrew McCreight
|
f905e21a03
|
Bug 1034911 - Make the destructor for KeyAlgorithm private. r=smaug
|
2014-07-08 13:46:23 -07:00 |
Richard Barnes
|
0f2c447c85
|
Bug 1033492 - WebCrypto: heap-buffer-overflow crash [@PK11_EnterSlotMonitor]. r=dkeeler
|
2014-07-07 09:07:46 -04:00 |
Tim Taubert
|
3f882a20a0
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
From 9beed249a4d08ccc945bc573a0c71d295cb1b222 Mon Sep 17 00:00:00 2001
--HG--
rename : dom/crypto/Key.cpp => dom/crypto/CryptoKey.cpp
rename : dom/crypto/Key.h => dom/crypto/CryptoKey.h
rename : dom/crypto/KeyPair.cpp => dom/crypto/CryptoKeyPair.cpp
rename : dom/crypto/KeyPair.h => dom/crypto/CryptoKeyPair.h
|
2014-06-23 23:25:13 +02:00 |
Ed Morley
|
1148a891c7
|
Backed out changeset 38831e922852 (bug 1026314) for test_interfaces.html failures
--HG--
rename : dom/crypto/CryptoKey.cpp => dom/crypto/Key.cpp
rename : dom/crypto/CryptoKey.h => dom/crypto/Key.h
rename : dom/crypto/CryptoKeyPair.cpp => dom/crypto/KeyPair.cpp
rename : dom/crypto/CryptoKeyPair.h => dom/crypto/KeyPair.h
|
2014-07-04 16:17:51 +01:00 |
Tim Taubert
|
02d0c6d693
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
--HG--
rename : dom/crypto/Key.cpp => dom/crypto/CryptoKey.cpp
rename : dom/crypto/Key.h => dom/crypto/CryptoKey.h
rename : dom/crypto/KeyPair.cpp => dom/crypto/CryptoKeyPair.cpp
rename : dom/crypto/KeyPair.h => dom/crypto/CryptoKeyPair.h
|
2014-06-23 23:25:13 +02:00 |
Tim Taubert
|
638c326719
|
Bug 1022343 - Use the hash function's block size as the default length when generating keys r=rbarnes
|
2014-06-08 13:46:54 +02:00 |
Tim Taubert
|
ade22f2f72
|
Bug 1025318 - AesCbcParams should enforce a 16 byte IV length r=rbarnes
|
2014-06-14 00:01:38 +02:00 |
Richard Barnes
|
2b5fc1778f
|
Bug 1020598 - Add telemetry to measure WebCrypto usage. r=vladan
|
2014-06-09 22:01:00 -04:00 |
Tim Taubert
|
d9aa870f6f
|
Bug 1021601 - Remove SHA-224 support from WebCrypto API r=rbarnes
|
2014-06-05 22:42:45 +02:00 |
Tim Taubert
|
9468b3a40a
|
Bug 1020882 - length param of HmacKeyGenParams should be optional r=bz,rbarnes
|
2014-06-05 11:46:10 +02:00 |
Richard Barnes
|
a641390b53
|
Bug 1018467 - Address remaining comments from Bug 998802 and Bug 998803. r=bz
|
2014-06-04 14:07:00 -04:00 |
Richard Barnes
|
2a898cd526
|
Bug 1018446 - Return errors properly in WebCryptoTasks. r=bz
|
2014-06-04 15:55:00 -04:00 |
Richard Barnes
|
01fedee2de
|
Bug 998471 - Add support for key generation to WebCrypto API. r=bz,dkeeler
* * *
Change from SetCapacity to SetLength so that strings clone properly
|
2014-05-26 12:05:00 +02:00 |
Richard Barnes
|
8d8df0c940
|
Bug 998803 - Add support for RSA encryption and signing to WebCrypto API. r=bz,dkeeler
|
2014-05-23 15:29:00 +02:00 |
Richard Barnes
|
b3f539f7af
|
Bug 998802 - Add support for symmetric-key encryption and MAC to WebCrypto API. r=bz,dkeeler
|
2014-05-23 15:29:00 +02:00 |
Richard Barnes
|
a3fa1ee15a
|
Bug 998804 - Add support for SHA-1 and SHA-2 digests to WebCrypto API. r=bz, r=cviecco, r=dkeeler
|
2014-05-04 21:25:00 -04:00 |
Richard Barnes
|
513ac90185
|
Bug 995385 - Add WebCrypto WebIDL interfaces. r=bz, r=cviecco, r=dkeeler
|
2014-05-15 06:20:00 -04:00 |