aboutsummaryrefslogtreecommitdiff
path: root/securecookie.go
Commit message (Expand)AuthorAgeFilesLines
* [wip] first v2 cut.elithrar/v2Matt Silverlock2017-02-221-124/+110
* [wip] Initial v2 cutMatt Silverlock2017-02-051-154/+89
* [feature] NopEncoder: accept/return []byte.Matt Silverlock2016-03-311-0/+25
* Reverts d8773d3 - backports len check for subtle.ConstantTimeCompare.Matt Silverlock2015-08-201-1/+3
* Added note re: using GenerateRandomKey() not persisting keys.Matt Silverlock2015-08-081-0/+4
* Improved warning around GenerateRandomKey.Matt Silverlock2015-08-081-0/+3
* Improved documentation for CodecsFromPairs.Matt Silverlock2015-08-061-1/+23
* Move error type assertions to test file.Keunwoo Lee2015-07-271-6/+0
* Rename errorImpl -> cookieErrorKeunwoo Lee2015-07-271-27/+27
* Make errors more distinguishableKeunwoo Lee2015-07-211-28/+146
* Merge branch 'json-encoder' of github.com:elithrar/securecookie into json-enc...Matt Silverlock2015-05-201-1/+1
|\
| * Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-161-4/+53
* | Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-201-6/+55
|/
* Revert "Improve Decode against timing attacks"Kamil Kisiel2015-03-271-27/+16
* Revert "Commenting retErr and setErr in Decode"Kamil Kisiel2015-03-271-5/+0
* Revert "A few more comments on decoding."Kamil Kisiel2015-03-271-3/+0
* A few more comments on decoding.Kamil Kisiel2015-03-181-0/+3
* Merge pull request #16 from elithrar/patch-1Kamil Kisiel2015-03-181-1/+1
|\
| * Removed redundant calls to len()Matt Silverlock2015-03-181-1/+1
* | Commenting retErr and setErr in DecodeAbdülhamit Yilmaz2015-03-181-0/+5
* | Improve Decode against timing attacksAbdülhamit Yilmaz2015-03-171-16/+27
* | Omit unnecessary `else`sAbdülhamit Yilmaz2015-03-171-6/+6
|/
* Fix broken error message on invalid MAC.Kamil Kisiel2015-02-031-1/+1
* say that we create a key of a certain length, not strengthDominik Honnef2014-11-201-3/+3
* Expose ErrMacInvalid; fixes gorilla/securecookie#6Mahmud Ridwan2014-04-091-1/+3
* Add travis.ymlKamil Kisiel2013-12-011-5/+8
* Better errors for {En,De}codeMulti.Kamil Kisiel2013-10-171-4/+12
* Fix description for EncodeJohn Downey2013-01-011-2/+2
* Use the same MultiError version from the App Engine SDK.moraes2012-10-131-6/+9
* Better errors for EncodeMulti and DecodeMulti. Closes #1.moraes2012-10-131-2/+29
* Initial files.moraes2012-10-031-0/+386