summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-0/+7
* Revert 105136 - [chromiumos] Start TPM token initialization re-tries on logingspencer@chromium.org2011-10-141-0/+3
* [chromiumos] Start TPM token initialization re-tries on logingauravsh@chromium.org2011-10-121-3/+0
* Make constant-time comparison operators for cryptographic uses public.palmer@chromium.org2011-10-074-21/+54
* Fix library paths for preloading NSS on Ubuntu 11.10.lambroslambrou@chromium.org2011-10-071-2/+12
* OpenSSL component build fixes.mattm@chromium.org2011-10-061-1/+2
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-224-14/+12
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+1
* Changed OAuth token+secret encryption to use supplemental user key from NSS DB.zelidrag@chromium.org2011-09-074-0/+72
* Remove a static initializer from ScopedCAPIHandlersleevi@chromium.org2011-08-311-6/+3
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-182-3/+3
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-9/+0
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-0516-63/+64
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-302-6/+14