aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [wip] first v2 cut.elithrar/v2Matt Silverlock2017-02-223-124/+175
* [wip] Initial v2 cutMatt Silverlock2017-02-053-154/+182
* Merge branch 'master' of github.com:gorilla/securecookieMatt Silverlock2016-04-222-1/+26
|\
| * [feature] NopEncoder: accept/return []byte.Matt Silverlock2016-04-222-1/+26
| |\
| | * [feature] NopEncoder: accept/return []byte.Matt Silverlock2016-03-312-1/+26
| |/
* / [ci] .travis.yml go vet fix.Matt Silverlock2016-04-221-4/+3
|/
* Merge pull request #37 from gorilla/ci/travis-go-1.6Matt Silverlock2016-02-271-5/+16
|\
| * Update .travis.yml to build Go 1.6Matt Silverlock2016-02-271-5/+16
|/
* Merge pull request #33 from elithrar/subtle-len-backportMatt Silverlock2015-08-201-1/+3
|\
| * Reverts d8773d3 - backports len check for subtle.ConstantTimeCompare.Matt Silverlock2015-08-201-1/+3
|/
* 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
|\