Releases: troian/jwtpp
Releases · troian/jwtpp
v2.0.5
v2.0.4
feat: update gtest Signed-off-by: Artur Troian <[email protected]>
v2.0.3: Fix "invalid use of incomplete type ‘std::stringstream'" (#36)
* Fix "invalid use of incomplete type ‘std::stringstream'" Include <sstream> to fix this issue for gcc7/8 on linux Same fix as 37ac531413b0b571aca052fce2eb237a056dc4bb but for new files, I guess * FIx Moved includes to jwtpp.hh Co-authored-by: Anton Schmidt <[email protected]>
fix: rename header install pattern
Signed-off-by: Artur Troian <[email protected]>
Prefix build variables with JWTPP
test: improve cov (#32) test: improve cov Signed-off-by: Artur Troian <[email protected]>
Breaking API changes
- The order of constructor parameters to all derivatives of
crypto
changed. The first parameter is set to be key, algorithm was set as second to allow default values. - Added EdDSA
Fix build errors with gcc8 on linux
Fix "invalid use of incomplete type ‘std::stringstream'" (#25) Include <sstream> to fix this issue for gcc8 on linux
v1.3.2: Merge pull request #18 from troian/fix_crosscompile_build
fix: add missing include
v1.3.1: Merge pull request #17 from troian/digest_to_str
feat: digest to_string
v1.3.0: Merge pull request #16 from troian/pss
feat: implement PSS sign and verify