Skip to content

Releases: troian/jwtpp

v2.0.5

13 Jun 19:37
b8ac560
Compare
Choose a tag to compare
feat: rsa::load_from_string() (#43)

v2.0.4

07 Apr 17:50
0058ed0
Compare
Choose a tag to compare
feat: update gtest

Signed-off-by: Artur Troian <[email protected]>

v2.0.3: Fix "invalid use of incomplete type ‘std::stringstream'" (#36)

16 Jun 13:20
4ce1b9b
Compare
Choose a tag to compare
* 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

05 Apr 16:09
a95f04d
Compare
Choose a tag to compare

Prefix build variables with JWTPP

03 Apr 00:50
3bf827c
Compare
Choose a tag to compare
test: improve cov (#32)

test: improve cov

Signed-off-by: Artur Troian <[email protected]>

Breaking API changes

20 Mar 02:52
Compare
Choose a tag to compare
  • 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

03 Jan 01:12
Compare
Choose a tag to compare
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

17 Oct 13:08
6c82250
Compare
Choose a tag to compare

v1.3.1: Merge pull request #17 from troian/digest_to_str

17 Oct 12:55
c68b967
Compare
Choose a tag to compare

v1.3.0: Merge pull request #16 from troian/pss

17 Oct 12:39
42d4c34
Compare
Choose a tag to compare
feat: implement PSS sign and verify