aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .travis.ymlKamil Kisiel2015-08-201-3/+4
* Added fuzz testing facilities.Kamil Kisiel2015-08-182-0/+72
* Merge pull request #30 from elithrar/gen-key-docKamil Kisiel2015-08-081-0/+7
|\
| * Added note re: using GenerateRandomKey() not persisting keys.Matt Silverlock2015-08-081-0/+4
| * Improved warning around GenerateRandomKey.Matt Silverlock2015-08-081-0/+3
|/
* add test for nil hash keyKamil Kisiel2015-08-061-0/+12
* Merge pull request #29 from elithrar/codec-maxage-fixKamil Kisiel2015-08-061-1/+23
|\
| * Improved documentation for CodecsFromPairs.Matt Silverlock2015-08-061-1/+23
|/
* Merge pull request #27 from s7v7nislands/fix_readmeMatt Silverlock2015-08-061-1/+1
|\
| * fix readmes7v7nislands2015-07-171-1/+1
* | Merge pull request #28 from keunwoo/keunwoo-errors-alt-20150720Kamil Kisiel2015-07-282-31/+184
|\ \ | |/ |/|
| * Move error type assertions to test file.Keunwoo Lee2015-07-272-6/+4
| * Rename errorImpl -> cookieErrorKeunwoo Lee2015-07-271-27/+27
| * Make errors more distinguishableKeunwoo Lee2015-07-212-31/+186
|/
* Merge pull request #26 from Annonomus-Penguin/patch-1Kamil Kisiel2015-07-171-1/+1
|\
| * Fixed broken link in READMEAnnonomus-Penguin2015-07-171-1/+1
|/
* Merge pull request #23 from elithrar/readme-updatesKamil Kisiel2015-07-051-1/+74
|\
| * Fleshed out the README based on doc.go.Matt Silverlock2015-07-051-1/+74
|/
* Merge pull request #22 from cyx/use-reflect-deepequalKamil Kisiel2015-06-061-14/+2
|\
| * Use reflect.DeepEqual insteadCyril David2015-05-251-14/+2
* | Merge pull request #21 from elithrar/json-encoderKamil Kisiel2015-06-062-10/+82
|\ \ | |/ |/|
| * Merge branch 'json-encoder' of github.com:elithrar/securecookie into json-enc...Matt Silverlock2015-05-201-1/+1
| |\
| | * Fixed typo - TestEncription => TestEncryptionMatt Silverlock2015-05-161-1/+1
| | * Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-162-7/+79
| |/ |/|
* | Merge pull request #19 from dchest/testinvalidKamil Kisiel2015-03-271-0/+22
|\ \
| | * Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-202-10/+82
| |/
| * Add test for decoding some invalid cookies.Dmitry Chestnykh2015-03-271-0/+22
|/
* 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
* | Merge pull request #15 from abduelhamit/masterKamil Kisiel2015-03-182-22/+48
|\ \ | |/ |/|
| * Commenting retErr and setErr in DecodeAbdülhamit Yilmaz2015-03-181-0/+5
| * Improve Decode against timing attacksAbdülhamit Yilmaz2015-03-171-16/+27
| * Add TestMissingKeyAbdülhamit Yilmaz2015-03-171-0/+10
| * Omit unnecessary `else`sAbdülhamit Yilmaz2015-03-171-6/+6
|/
* Fix broken error message on invalid MAC.Kamil Kisiel2015-02-031-1/+1
* Merge pull request #11 from dominikh/masterKamil Kisiel2014-11-201-3/+3
|\
| * say that we create a key of a certain length, not strengthDominik Honnef2014-11-201-3/+3
|/
* Merge pull request #7 from hjr265/masterKamil Kisiel2014-04-091-1/+3
|\
| * Merge branch 'fix-6'Mahmud Ridwan2014-04-091-1/+3
|/|
| * Expose ErrMacInvalid; fixes gorilla/securecookie#6Mahmud Ridwan2014-04-091-1/+3
|/
* Add go 1.2 to travis.ymlKamil Kisiel2013-12-051-0/+1
* Add Travis badgeKamil Kisiel2013-12-011-1/+2
* Add travis.ymlKamil Kisiel2013-12-012-5/+14
* Better errors for {En,De}codeMulti.Kamil Kisiel2013-10-172-4/+25
* Merge pull request #2 from jtdowney/masterKamil Kisiel2013-01-021-2/+2
|\
| * Fix description for EncodeJohn Downey2013-01-011-2/+2
|/