Commit Graph

13 Commits

Author SHA1 Message Date
wang yan a768bf8f00 update hash algorithm for signing the cookie for xsrf token
Due to the chosen-prefix collision in SHA-1(details at https://sha-mbles.github.io/), SHA-1 hash functions should to be deprecated and SHA-2/SHA-3 should be used instead.

Signed-off-by: wang yan <wangyan@vmware.com>
2020-02-06 17:31:24 +08:00
Ingo Oeser 3f4502990a fix bad error code
By providing a unique error code instead of a format specifier without using an error formatting function.
2017-08-03 01:52:24 +02:00
astaxie 3df0fa462d golint tidb 2015-09-17 23:00:05 +08:00
astaxie 172894efe8 golint session 2015-09-12 22:53:55 +08:00
astaxie a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
astaxie 0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
astaxie d2eece9a39 session: #620 make the session never read empty 2014-05-27 15:45:35 +08:00
astaxie c265786251 session:support struct.
gob.Register(v)
2014-05-17 02:26:51 +08:00
astaxie c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
astaxie 4245521660 fix #576 2014-05-17 02:26:50 +08:00
slene f4d62d3193 beego: fix dependency of cache / session sub package 2014-04-04 08:31:22 +08:00
astaxie 481448fa90 modify session module
change a log
2014-01-05 14:48:36 +08:00