index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
child
/
webcrypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: rename usage_mask --> usages.
eroman
2014-10-21
33
-309
/
+295
*
Cleanup: Remove IsAlgorithmRsa().
eroman
2014-10-21
3
-9
/
+0
*
Cleanup: Use default constructor for WebCryptoKey rather than createNull() fa...
eroman
2014-10-21
10
-125
/
+119
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
12
-139
/
+139
*
[webcrypto] Implement RSA-PSS using BoringSSL.
eroman
2014-10-20
11
-18
/
+474
*
Refactor the interface for generating keys.
eroman
2014-10-18
27
-302
/
+341
*
[webcrypto] Refactor RSA-SSA signing.
eroman
2014-10-18
3
-76
/
+146
*
Convert ARRAYSIZE_UNSAFE -> arraysize in content/.
viettrungluu
2014-10-16
6
-11
/
+9
*
Treat empty BigInteger as 0 per spec
xun.sun
2014-10-15
1
-1
/
+0
*
Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*
anand.ratn
2014-10-07
21
-87
/
+87
*
Rewrite line endings from CRLF to LF for a bunch of files.
Daniel Cheng
2014-10-07
1
-2
/
+2
*
Fix a header guard to match filepath.
eroman
2014-09-12
1
-3
/
+3
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
1
-1
/
+1
*
Move base64-urlsafe helpers to jwk.{cc,h}
eroman
2014-08-28
6
-46
/
+43
*
Improve a poor implementation of "find duplicates".
eroman
2014-08-28
2
-10
/
+26
*
Remove some duplicated code, and make rsa_key_nss.cc more closely match rsa_k...
eroman
2014-08-27
3
-76
/
+40
*
Remove an unncessary check on signature length being 0.
eroman
2014-08-27
1
-9
/
+0
*
Remove a TODO which is no longer applicable.
eroman
2014-08-27
1
-1
/
+0
*
Check for integer overflow when HMAC key length as bits cannot fit in an unsi...
eroman
2014-08-27
3
-18
/
+43
*
Mark some member variables as "const".
eroman
2014-08-27
1
-8
/
+9
*
[webcrypto] Implement AES-CTR using BoringSSL.
eroman
2014-08-27
9
-7
/
+551
*
Rename digest.json --> sha.json
eroman
2014-08-26
1
-3
/
+2
*
[refactor] Split up a large (5k lines) unit-test into multiple files.
eroman
2014-08-26
11
-4858
/
+5208
*
[webcrypto] Don't disallow RSA public key import using SPKI format when on Li...
eroman
2014-08-23
2
-33
/
+20
*
[webcrypto] Refactor unittests in preparation to extracting them to multiple ...
eroman@chromium.org
2014-08-19
1
-592
/
+977
*
[webcrypto] Add some additional calls to crypto::OpenSSLErrStackTracer.
eroman@chromium.org
2014-08-19
2
-0
/
+7
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-6
/
+4
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-4
/
+6
*
[style] Replace various "X() != 1" checks with "!X()".
eroman@chromium.org
2014-08-06
3
-16
/
+14
*
[webcrypto] Remove the MAYBE() test macro
eroman@chromium.org
2014-08-04
1
-8
/
+0
*
[webcrypto] Implement AES-KW using BoringSSL.
eroman@chromium.org
2014-07-31
5
-81
/
+162
*
[webcrypto] Implement RSA-OAEP using BoringSSL.
eroman@chromium.org
2014-07-30
3
-6
/
+154
*
[webcrypto] Enable passing tests using BoringSSL.
eroman@chromium.org
2014-07-30
1
-12
/
+12
*
[webcrypto] Validate import RSA keys from PKCS8 when using OpenSSL.
eroman@chromium.org
2014-07-30
2
-0
/
+59
*
[webcrypto] Implement JWK import/export for RSA keys using OpenSSL.
eroman@chromium.org
2014-07-30
4
-11
/
+200
*
[webcrypto] JWK: Reject keys with non-minimal bigintegers.
eroman@chromium.org
2014-07-26
5
-76
/
+88
*
[webcrypto] Add OpenSSL implementation of RSA key generation.
eroman@chromium.org
2014-07-25
3
-58
/
+175
*
Refactor RSA key generation for WebCrypto's NSS implementation.
eroman@chromium.org
2014-07-25
6
-56
/
+90
*
Remove now unnecessary const_casts.
davidben@chromium.org
2014-07-24
1
-4
/
+2
*
[refactor] Replace custom utility function with base's "vector_as_array()"
eroman@chromium.org
2014-07-23
13
-58
/
+47
*
[webcrypto] Support 256-bit AES-GCM for OpenSSL implementation.
eroman@chromium.org
2014-07-23
2
-10
/
+2
*
Switch to BoringSSL.
davidben@chromium.org
2014-07-22
2
-21
/
+24
*
[webcrypto] Implement Sign() and Verify() for RSA-SSA using OpenSSL.
eroman@chromium.org
2014-07-22
2
-3
/
+91
*
[webcrypto] Remove some more instances of uint8
eroman@chromium.org
2014-07-22
2
-11
/
+11
*
[refactor] Use base::CheckedNumeric<> in place of manual checks.
eroman@chromium.org
2014-07-22
5
-50
/
+53
*
[webcrypto] Wire up {spki, pkcs8} import/export for OpenSSL.
eroman@chromium.org
2014-07-19
7
-7
/
+378
*
Replace uses of uint8 with uint8_t.
eroman@chromium.org
2014-07-19
35
-329
/
+353
*
Refactor WebCrypto code.
eroman@chromium.org
2014-07-19
52
-4659
/
+5827
*
Revert "Switch to BoringSSL."
agl@chromium.org
2014-07-18
1
-24
/
+23
*
Revert 284192 due to a failing test.
eroman@chromium.org
2014-07-18
52
-5829
/
+4660
[next]