| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Use size_t as the type of the key_length and digest_length arguments | wtc@chromium.org | 2012-12-04 | 1 | -5/+3 |
* | Remove #pragma once from crypto | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3. | wtc@chromium.org | 2012-03-14 | 1 | -0/+8 |
* | This adds support for encrypted ONC import to Chrome. | gspencer@chromium.org | 2012-01-11 | 1 | -1/+6 |
* | Rename CRYPTO_API to CRYPTO_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Add WARN_UNUSED_RESULT to crypto/hmac.h | rsleevi@chromium.org | 2011-07-30 | 1 | -6/+8 |
* | Add a routine for truncated HMAC verification | rsleevi@chromium.org | 2011-07-29 | 1 | -2/+7 |
* | Add a Verify routine for HMAC | rsleevi@chromium.org | 2011-07-18 | 1 | -1/+9 |
* | crypto: Add crytpto_api.h and annotate the current exports needed to run | rvargas@google.com | 2011-06-17 | 1 | -1/+2 |
* | Change HMAC::Sign() to take base::StringPiece instead of string. | hclam@chromium.org | 2011-06-06 | 1 | -5/+3 |
* | Private API for extensions like ssh-client that need access to websocket-to-t... | dilmah@chromium.org | 2011-05-18 | 1 | -1/+3 |
* | 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 | 1 | -0/+6 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -0/+60 |