index
:
securecookie.git
elithrar/v2
fuzz
master
-описание в about-
NeonXP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
securecookie.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update securecookie.go"
v1.2.2
Hank Shen
2023-12-06
1
-3
/
+1
*
Update securecookie.go
v1.2.1
Hank Shen
2023-12-05
1
-1
/
+3
*
update
v1.1.3
Hank Shen
2023-10-09
1
-2
/
+2
*
Merge branch 'main' of github.com:/gorilla/securecookie
Hank Shen
2023-10-09
1
-21
/
+24
|
\
|
*
Update go version & add verification/testing tools (#81)
Corey Daley
2023-07-31
1
-17
/
+16
|
*
docs: changed deprecated goo.gl links to their unshortened variant (#77)
vvvvv
2023-07-29
1
-2
/
+2
|
*
doc: correct a reference to block size that was meant to be key size (#64)
Filippo Valsorda
2019-07-07
1
-1
/
+1
|
*
[docs] Add note RE: persistence to GenerateRandomKey
Matt Silverlock
2018-09-13
1
-0
/
+4
|
*
[bugfix] check for an empty hashKey (#52)
Wesley Bitter
2018-05-18
1
-1
/
+1
*
|
update
Wenhui Shen
2017-07-22
1
-0
/
+16
*
|
Decode: 支持传入临时参数 maxAge
Wenhui Shen
2017-07-22
1
-3
/
+7
|
/
*
[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