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
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when
darin@chromium.org
2011-07-20
1
-5
/
+3
*
Fix linux redux build
joth@chromium.org
2011-07-20
1
-5
/
+5
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
5
-6
/
+6
*
Add a Verify routine for HMAC
rsleevi@chromium.org
2011-07-18
3
-27
/
+101
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
2
-8
/
+2
*
Export some functions to fix component build for chromeos.
sadrul@chromium.org
2011-07-13
1
-7
/
+7
*
Revert "Add COMPONENT_BUILD global define. "
yurys@chromium.org
2011-07-13
2
-2
/
+8
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
2
-8
/
+2
*
crypto: enable components build for Linux
evan@chromium.org
2011-07-12
3
-14
/
+13
*
Revert "crypto: enable components build for Linux"
evan@chromium.org
2011-07-12
3
-13
/
+14
*
crypto: enable components build for Linux
evan@chromium.org
2011-07-12
3
-14
/
+13
*
Protect against NULL delegate in NSSInit.
stevenjb@google.com
2011-07-08
1
-5
/
+12
*
Eliminate an extra allocation in encryptor_win when en/decrypting.
rsleevi@chromium.org
2011-07-08
1
-16
/
+23
*
Use base::StringPiece for input parameters in Encryptor, rather than std::string
rsleevi@chromium.org
2011-07-08
6
-29
/
+48
*
crypto: convert OpenPGP code to NSS
agl@chromium.org
2011-07-07
3
-112
/
+200
*
Revert "crypto: convert OpenPGP code to NSS"
agl@chromium.org
2011-07-06
3
-191
/
+111
*
crypto: convert OpenPGP code to NSS
agl@chromium.org
2011-07-06
3
-111
/
+191
*
Fixes for OpenSSL
bulach@chromium.org
2011-07-05
1
-2
/
+2
*
Revert "crypto: convert OpenPGP code to NSS"
agl@chromium.org
2011-07-01
3
-191
/
+111
*
crypto: convert OpenPGP code to NSS
agl@chromium.org
2011-07-01
3
-111
/
+191
*
net: Add NET_API to more code to enable building
rvargas@google.com
2011-06-30
1
-3
/
+6
*
Crypto: Build crypto.dll on Windows.
rvargas@google.com
2011-06-29
1
-11
/
+24
*
Use crnss.dll and crnspr.dll with the component build.
rvargas@google.com
2011-06-28
1
-0
/
+1
*
Replace WifiConfigModel with async CertLibrary
stevenjb@google.com
2011-06-28
2
-39
/
+67
*
crypto: add OpenPGP symmetric encryption for ChromeOS
agl@chromium.org
2011-06-27
4
-3
/
+877
*
Implement AES-CTR for NSS.
hclam@chromium.org
2011-06-24
5
-49
/
+375
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-22
2
-1
/
+2
*
Crypto: Add crypto_api to code needed outside of crypto
rvargas@google.com
2011-06-20
3
-9
/
+14
*
net: Don't access SECOID_AlgorithmIDTemplate directly.
rvargas@google.com
2011-06-20
1
-1
/
+2
*
crypto: Add crytpto_api.h and annotate the current exports needed to run
rvargas@google.com
2011-06-17
10
-10
/
+44
*
Search all slots when looking for a key in NSS
gspencer@google.com
2011-06-08
3
-40
/
+36
*
Include the actual NSS database directory pathname in the
wtc@chromium.org
2011-06-07
1
-1
/
+1
*
Change HMAC::Sign() to take base::StringPiece instead of string.
hclam@chromium.org
2011-06-06
5
-9
/
+7
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+2
*
Revert 87315 - Revert 87309 - Second attempt to fix linux redux builder
mirandac@chromium.org
2011-05-31
1
-14
/
+7
*
Revert 87309 - Second attempt to fix linux redux builder
mirandac@chromium.org
2011-05-31
1
-7
/
+14
*
Second attempt to fix linux redux builder
joth@chromium.org
2011-05-31
1
-14
/
+7
*
Fixing FindFromPublicKeyInfo so that it searches the "Public" NSS database
gspencer@google.com
2011-05-25
2
-30
/
+36
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
1
-4
/
+4
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Private API for extensions like ssh-client that need access to websocket-to-t...
dilmah@chromium.org
2011-05-18
6
-12
/
+18
*
Add requested documentation.
abarth@chromium.org
2011-05-06
1
-0
/
+1
*
Add a method to HMAC to indicate how large a digest it produces.
abarth@chromium.org
2011-04-30
4
-2
/
+34
*
Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...
kushi.p@gmail.com
2011-04-28
5
-16
/
+16
*
This adds calls to new API for cryptohomed that gives status
gspencer@chromium.org
2011-04-19
3
-86
/
+122
*
linux: don't always print dlopen errors from LoadNativeLibrary
evan@chromium.org
2011-04-18
1
-1
/
+1
*
Add crypto to the list of "all" projects.
rvargas@google.com
2011-04-15
2
-2
/
+2
*
Fix openssl build
joth@chromium.org
2011-04-15
1
-3
/
+3
*
crypto is a terrible name for a library as it collides with OpenSSL's
mark@chromium.org
2011-04-14
1
-0
/
+1
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
68
-0
/
+9817