You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debian/changelog
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
scitokens-cpp (1.2.0-1) unstable; urgency=medium
2
+
3
+
* Fix segfault if the JSON parser cannot parse the JWKS
4
+
* Fix float time claims issue and improve error handling
5
+
* Fix security issue with malicious issuer handling in error messages
6
+
* Improve JWTVerificationException message to include the invalid issuer
7
+
* Update usage on verify command to make the TOKENFILE explicit
8
+
* Read token for scitokens-verify from stdin
9
+
* Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions
10
+
* Add asan value to the job name
11
+
* Turn off building unit tests by default
12
+
* Add cmake option SCITOKENS_WITH_ASAN which enables memory checking with the address sanitizer. Also enable this in CI so tests fail if they hit a memory leak or other memory problem
13
+
* Fix memory leak in store_public_ec_key
14
+
* Fix memory leaks in the unit tests
15
+
* Fix memory leak in rs256_from_coords
16
+
* Fix memory leak in scitokens_verify
17
+
18
+
-- Derek Weitzel <dweitzel@unl.edu> Fri, 05 Dec 2025 00:00:00 +0000
19
+
1
20
scitokens-cpp (1.1.3-1) stable; urgency=medium
2
21
3
22
* Include cstdint import for jwt library to support newer compilers
* Fri Dec 05 2025Derek Weitzel<dweitzel@unl.edu> - 1.2.0-1
70
+
- Fix segfault if the JSON parser cannot parse the JWKS
71
+
- Fix float time claims issue and improve error handling
72
+
- Fix security issue with malicious issuer handling in error messages
73
+
- Improve JWTVerificationException message to include the invalid issuer
74
+
- Update usage on verify command to make the TOKENFILE explicit
75
+
- Read token for scitokens-verify from stdin
76
+
- Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions
77
+
- Adding asan value to the job name
78
+
- Turn off building unit tests by default.
79
+
- Add cmake option SCITOKENS_WITH_ASAN which enables memory checking with the address sanitizer. Also enable this in CI, so that tests fail if they hit a memory leak or other memory problem.
80
+
- Fix memory leak in store_public_ec_key
81
+
- Fix memory leaks in the unit tests
82
+
- Fix memory leak in rs256_from_coords
83
+
- Fix memory leak in scitokens_verify
84
+
69
85
* Mon Feb 24 2025Derek Weitzel<dweitzel@unl.edu> - 1.1.3-1
70
86
- Include cstdint import for jwt library to support newer compilers
0 commit comments