| Commit message (Expand) | Author | Age | Files | Lines |
* | [bugfix] Fix NopDecoder | Craig Peterson | 2016-10-03 | 1 | -4/+4 |
* | [feature] NopEncoder: accept/return []byte. | Matt Silverlock | 2016-03-31 | 1 | -0/+25 |
* | Reverts d8773d3 - backports len check for subtle.ConstantTimeCompare. | Matt Silverlock | 2015-08-20 | 1 | -1/+3 |
* | Added note re: using GenerateRandomKey() not persisting keys. | Matt Silverlock | 2015-08-08 | 1 | -0/+4 |
* | Improved warning around GenerateRandomKey. | Matt Silverlock | 2015-08-08 | 1 | -0/+3 |
* | Improved documentation for CodecsFromPairs. | Matt Silverlock | 2015-08-06 | 1 | -1/+23 |
* | Move error type assertions to test file. | Keunwoo Lee | 2015-07-27 | 1 | -6/+0 |
* | Rename errorImpl -> cookieError | Keunwoo Lee | 2015-07-27 | 1 | -27/+27 |
* | Make errors more distinguishable | Keunwoo Lee | 2015-07-21 | 1 | -28/+146 |
* | Merge branch 'json-encoder' of github.com:elithrar/securecookie into json-enc... | Matt Silverlock | 2015-05-20 | 1 | -1/+1 |
|\ |
|
| * | Added a JSON encoder/decoder to securecookie. | Matt Silverlock | 2015-05-16 | 1 | -4/+53 |
* | | Added a JSON encoder/decoder to securecookie. | Matt Silverlock | 2015-05-20 | 1 | -6/+55 |
|/ |
|
* | Revert "Improve Decode against timing attacks" | Kamil Kisiel | 2015-03-27 | 1 | -27/+16 |
* | Revert "Commenting retErr and setErr in Decode" | Kamil Kisiel | 2015-03-27 | 1 | -5/+0 |
* | Revert "A few more comments on decoding." | Kamil Kisiel | 2015-03-27 | 1 | -3/+0 |
* | A few more comments on decoding. | Kamil Kisiel | 2015-03-18 | 1 | -0/+3 |
* | Merge pull request #16 from elithrar/patch-1 | Kamil Kisiel | 2015-03-18 | 1 | -1/+1 |
|\ |
|
| * | Removed redundant calls to len() | Matt Silverlock | 2015-03-18 | 1 | -1/+1 |
* | | Commenting retErr and setErr in Decode | Abdülhamit Yilmaz | 2015-03-18 | 1 | -0/+5 |
* | | Improve Decode against timing attacks | Abdülhamit Yilmaz | 2015-03-17 | 1 | -16/+27 |
* | | Omit unnecessary `else`s | Abdülhamit Yilmaz | 2015-03-17 | 1 | -6/+6 |
|/ |
|
* | Fix broken error message on invalid MAC. | Kamil Kisiel | 2015-02-03 | 1 | -1/+1 |
* | say that we create a key of a certain length, not strength | Dominik Honnef | 2014-11-20 | 1 | -3/+3 |
* | Expose ErrMacInvalid; fixes gorilla/securecookie#6 | Mahmud Ridwan | 2014-04-09 | 1 | -1/+3 |
* | Add travis.yml | Kamil Kisiel | 2013-12-01 | 1 | -5/+8 |
* | Better errors for {En,De}codeMulti. | Kamil Kisiel | 2013-10-17 | 1 | -4/+12 |
* | Fix description for Encode | John Downey | 2013-01-01 | 1 | -2/+2 |
* | Use the same MultiError version from the App Engine SDK. | moraes | 2012-10-13 | 1 | -6/+9 |
* | Better errors for EncodeMulti and DecodeMulti. Closes #1. | moraes | 2012-10-13 | 1 | -2/+29 |
* | Initial files. | moraes | 2012-10-03 | 1 | -0/+386 |