summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Properly parse UTF8Strings in certificates on Windows.rsleevi@chromium.org2012-02-153-18/+19
* Make nss/TPM integration in ChromeOS more robust.stevenjb@chromium.org2012-02-151-3/+1
* mac: Add _EXPORT macros, crypto/.thakis@chromium.org2012-02-091-1/+1
* Add EnsureNSSInit in SymmetricKey::Import.xhwang@chromium.org2012-02-091-1/+2
* Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.wtc@chromium.org2012-02-086-7/+13
* Upstream: Build crypto_unittests for Android.jingzhao@chromium.org2012-02-071-2/+2
* Fix an SECItem leak in the new ECSignatureCreator class.rnk@chromium.org2012-02-011-14/+9
* crypto: P224::Contract could produce a non-minimal representation.agl@chromium.org2012-01-311-2/+35
* Add crypto pre-submit that will add the openssl builder to the default try-bo...joth@chromium.org2012-01-251-0/+14
* Remove wrong parameter from ECSignatureCreator's constructor in openssl imple...jnd@chromium.org2012-01-251-4/+2
* CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br...mattm@chromium.org2012-01-252-14/+22
* Create a new ECSignatureCreator class for signing content using EC crypto.rch@chromium.org2012-01-256-25/+271
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-5/+3
* This adds support for encrypted ONC import to Chrome.gspencer@chromium.org2012-01-112-2/+17
* net: allow CRLSets to block specific SPKIs.agl@chromium.org2012-01-102-6/+7
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-282-40/+5
* Fixed bad pointer on edge casegroby@chromium.org2011-12-221-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-1/+4
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-4/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-1/+4
* Reland: Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.mattm@chromium.org2011-12-154-16/+52
* Revert 114499 - Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.sail@chromium.org2011-12-144-52/+16
* Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.mattm@chromium.org2011-12-144-16/+52
* Simplify SPAKE2 implementation.sergeyu@chromium.org2011-12-133-61/+34
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-062-52/+99
* Implement RSAPrivateKey::Copy()sergeyu@chromium.org2011-12-036-117/+175
* ReReland: Allow signing EC certs and creating EC origin-bound certs.mattm@chromium.org2011-12-023-0/+141
* Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c...rbyers@chromium.org2011-12-013-141/+0
* Reland: Allow signing EC certs and creating EC origin-bound certs.mattm@chromium.org2011-12-013-0/+141
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-298-54/+48
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-221-1/+1
* net: add low-entropy, shared secret authentication protocol.agl@chromium.org2011-11-225-0/+518
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-212-5/+13
* Added serialization to SecureHash.ahendrickson@chromium.org2011-11-194-0/+149
* Change the Chrome OS PKCS #11 module from libopencryptoki.so to libchaps.so.dkrahn@chromium.org2011-11-172-21/+21
* Revert "Allow signing EC certs and creating EC origin-bound certs."mattm@chromium.org2011-11-173-141/+0
* Allow signing EC certs and creating EC origin-bound certs.mattm@chromium.org2011-11-173-0/+141
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* RSAPrivateKey vector push_back cleanups.mattm@chromium.org2011-11-153-16/+6
* Rename crypto/third_party/nss headers to avoid mixups.mattm@chromium.org2011-11-157-22/+22
* Add ECPrivateKey for Elliptic Curve keypair generation.mattm@chromium.org2011-11-098-0/+773
* Revert revert 108866 - crypto: add simple P224 implementation.agl@chromium.org2011-11-074-0/+1520
* Revert 108866 - crypto: add simple P224 implementation.jkummerow@chromium.org2011-11-074-1519/+0
* crypto: add simple P224 implementation.agl@chromium.org2011-11-074-0/+1519
* This change implements certificate import from ONC file.gspencer@chromium.org2011-11-031-1/+1
* Implement UseLocalCacheOfNSSDatabaseIfNFS() for OpenBSD.robert.nagy@gmail.com2011-10-251-3/+11
* Fixed slot selection in HMAC class to ensure that we are using softtoken inst...zelidrag@chromium.org2011-10-231-3/+0
* Fixed slot selection in HMAC class to ensure that we are using softtoken inst...zelidrag@chromium.org2011-10-231-1/+4
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-201-0/+5
* This reinstates a change of gauravsh's that I revertedgspencer@chromium.org2011-10-191-3/+0