RFC Errata
RFC 6896, "SCS: KoanLogic's Secure Cookie Sessions for HTTP", March 2013
Source of RFC: INDEPENDENTSee Also: RFC 6896 w/ inline errata
Errata ID: 3557
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: James Manger
Date Reported: 2013-03-18
Verifier Name: Nevil Brownlee
Date Verified: 2014-02-03
Section 3.1.1 says:
encoded as a HEX string holding the number of seconds since the UNIX epoch
It should say:
encoded as a DECIMAL string holding the number of seconds since the UNIX epoch
Notes:
The examples in Appendix A use decimal numbers for ATIME (eg ATIME: 1347265955), not hexadecimal.