- fc6ac87 Avoid symbol collision with aklomp/base64 by Saúl Ibarra Corretgé · 6 weeks ago master
- 91fa41a v3.2.3 by Ben Collins · 9 weeks ago v3.2.3
- 15499b0 tests: Increase timeout for jbuilder::ec_stress by Ben Collins · 9 weeks ago
- 5af2b73 doxygen: Updates for cleaner gen of docs by Ben Collins · 4 months ago
- af9b7ee jwt-cli.bats: Better comparison for all.json by Ben Collins · 4 months ago
- 94c9c05 Fix case-sensitive check for Content-Length by Glenn O. Larsen · 4 months ago
- f0d9c63 v3.2.2 by Ben Collins · 5 months ago v3.2.2
- 71f80ef cmake: Make sure to add CMAKE_C_FLAGS to generated files by Ben Collins · 5 months ago
- 109d72a cmake: Install tool man pages always by Ben Collins · 5 months ago
- 707d5ed jwt_strcmp(): This function is only needed one place by Ben Collins · 5 months ago
- 7363e61 docs: Fix typos in man pages by Ben Collins · 5 months ago
- 375e539 jwt: Use "long long" for json integers if jansson supports it by Ben Collins · 7 months ago
- b1258a7 curl: Lower version dep to 7.8.8 (from 8.0.0) by Ben Collins · 8 months ago
- 8a368df v3.2.1 by Ben Collins · 10 months ago v3.2.1
- 21abca5 tests: Fixup some leaks in tests and curl test checks by Ben Collins · 10 months ago
- 8ac4200 One compiler's warning is another's error by Ben Collins · 10 months ago
- bdbed37 Fix typo by Ben Collins · 10 months ago
- 5f2c45e kcapi: Enable offloading HS algs to kcapi by Ben Collins · 10 months ago
- e5f0079 jwks_load_strn: Don't toy around with pointer expectations by Ben Collins · 10 months ago
- f31983d tests/jwt_builder: Increase test time outs more by Ben Collins · 11 months ago
- e58c61a tests/jwt_builder: Increase timeouts for memcheck by Ben Collins · 11 months ago
- 0359581 jwt_set_json(): fix leaks in two cases by Ben Collins · 11 months ago
- 3b735a8 openssl: fix leak on ec_sig path by Ben Collins · 11 months ago
- 04a6320 gnutls: fix double call of gnutls_pubkey_init() by Ben Collins · 11 months ago
- 3f79001 tests: Fix some memory leaks in the testing by Ben Collins · 11 months ago
- 528ffe6 memcheck: Force valgrind to follow exec*() by Ben Collins · 11 months ago
- 84101b1 jwt_verify_sig: Remove extraneous call to jwt_base64uri_decode() by Ben Collins · 11 months ago
- 96dbe9a tests/jwt_jwks: CUrl error strings vary by Ben Collins · 11 months ago
- d7f494b tests/jwt_builder: Set timeout to 30 on stress test by Ben Collins · 11 months ago
- ef87e5b jwks_load_fromurl: Correct usage of SSL verify in libcurl by Ben Collins · 11 months ago
- 2d90a2a tests: Stress test ES256 by Ben Collins · 11 months ago
- a46a08c workflow: Install bats for test builds by Ben Collins · 11 months ago
- 89727aa codecov: Complete coverage by Ben Collins · 11 months ago
- b76a984 v3.2.0 by Ben Collins · 11 months ago v3.2.0
- b746243 Updates to builds for curl by Ben Collins · 11 months ago
- 0eb5c8c jwks_load_fromurl(): Add verify param by Ben Collins · 11 months ago
- c7fbb4d jwks_load_fromurl(): New function to load JWKS from a URL by Ben Collins · 11 months ago
- cc305d2 base64: Rework to cover lines in base64 that were excluded by Ben Collins · 11 months ago
- 62a6f56 jwks_find_bykid: New function to find keys by "kid" by Ben Collins · 11 months ago
- 99cd27d setcb: Allow setting a new ctx for existing cb setup by Ben Collins · 11 months ago
- 40b2856 doxygen: Allow 1.9.8 version so it produces output on debian/unstable by Ben Collins · 11 months ago
- b9eff94 jwt-common: Make jwt-builder and jwt-checker truly generated at build time by Ben Collins · 11 months ago
- 032b0d2 cmake: Call sed directly and remove Makefile for jwt-common.c gen by Ben Collins · 11 months ago
- 615f5b3 jwt-common: Ensure builder and checker get generated on changes by Ben Collins · 11 months ago
- 6f8bcdb codecov: jwt-common => gen by Ben Collins · 11 months ago
- 519abb6 codecov: More codecoverage, more tests by Ben Collins · 11 months ago
- e9e8a5a v3.1.0 by Ben Collins · 11 months ago v3.1.0
- 2b8c1fc mingw: Add cmake snippet for easier setup by Ben Collins · 11 months ago
- 4ea993a win32: Compile working by Ben Collins · 11 months ago
- db9f17c example.sh: Show jwk during example output by Ben Collins · 11 months ago
- 546ce33 tools: Hopefully some capitability for win32 by Ben Collins · 11 months ago
- ea9cc32 key2jwk: win32 fixes by Ben Collins · 11 months ago
- ec04179 codecov: Covering more corner cases by Ben Collins · 11 months ago
- 4278a6e coverage: Cannot force json errors by Ben Collins · 11 months ago
- c19aef6 jwt_strdup: No more users of this, remove by Ben Collins · 11 months ago
- 70b92e3 jwt-memory: Last user of realloc is gone by Ben Collins · 11 months ago
- 2ea11b1 openssl/verify_sha: Fix double free on EC sigs by Ben Collins · 11 months ago
- d0d464e verify_sha: Move base64 decode out of crypto backends by Ben Collins · 11 months ago
- 5001ad7 hmac_verify: Move to common code by Ben Collins · 11 months ago
- 0d15d75 jwks: Implement jwks_error_any(), jwks_item_free_bad(), and jwks_item_count() by Ben Collins · 11 months ago
- b494699 jwt-cli.bats: Delete output files before running test by Ben Collins · 11 months ago
- 734c0c5 jwt-common: Generate jwt-builder and jwt-checker by Ben Collins · 11 months ago
- 444ea08 jwt-cli: Add more tests and connect in with unit testing by Ben Collins · 11 months ago
- e976cdb jwt-common: Call __setkey_check directly by Ben Collins · 11 months ago
- 67cb474 key2jwt: Fix unchecked buffer length by Ben Collins · 11 months ago
- 67e875a CLeanup jwt-common exports by Ben Collins · 11 months ago
- 64a2f82 cmake: enable CMAKE_POSITION_INDEPENDENT_CODE by Ben Collins · 11 months ago
- 74c9267 jwt-cli.bats: 2 more tests with claims by Ben Collins · 11 months ago
- c830d69 tools/jwt-generate: Fix missing 'c' optarg by Ben Collins · 11 months ago
- 58bac47 tests/jwt-cli.bats: Start of new cli testing framework for tools by Ben Collins · 11 months ago
- 14a9d43 tools/jwt-generate: Add --no-iat cli option by Ben Collins · 11 months ago
- ef5560a tools/example.sh: Set expire based on current time by Ben Collins · 11 months ago
- 4b0816d Update docs descriptions by Ben Collins · 11 months ago
- 97bb1e5 v3.0.0 by Ben Collins · 11 months ago v3.0.0
- 32d599e Lots of docs updated...about ready for a v3.0.0 release by Ben Collins · 11 months ago
- da7dc6b Move coverage by Ben Collins · 11 months ago
- 213b107 Fix comparison example for handling nbf and exp by Ben Collins · 11 months ago
- 8154953 Rework doc building by Ben Collins · 11 months ago
- f1940fc We do not have examples anymore by Ben Collins · 11 months ago
- 82383fe ADD => SET by Ben Collins · 11 months ago
- ca85718 Update Copyrights for 2025 code changes by Ben Collins · 11 months ago
- d58ae7f Fix setting of DEFINE_MICRO version by Ben Collins · 11 months ago
- af46f65 coverage: Ignore more unreachable lines (malloc, etc) by Ben Collins · 11 months ago
- 0600990 Add tests for nbf and exp leeway usage by Ben Collins · 11 months ago
- f4cfdcf More coverage by Ben Collins · 11 months ago
- 3c0d4fa checker/claims: Enabled nbf, exp, iss, aud, sub verification by Ben Collins · 11 months ago
- 6774682 Fixes for documentation by Ben Collins · 11 months ago
- 8db8704 tests: More coverage. 100% function coverage now by Ben Collins · 11 months ago
- c5bbbf7 jwt-generate: Fix some typos in the help output by Ben Collins · 11 months ago
- 0dc342c grant => claim by Ben Collins · 12 months ago
- eb67dea jwt.h: Regroup documentation for claims by Ben Collins · 12 months ago
- 4bfbe2d Update my email address by Ben Collins · 12 months ago
- 90ce2e4 openssl: Remove < 3 ifdefs by Ben Collins · 12 months ago
- d745462 jwt_set_*(): Setup so these can be passed directly to the get/set functions by Ben Collins · 12 months ago
- 3919e7f Fix some compiler warnings by Ben Collins · 12 months ago
- d461d8a Documentation updates by Ben Collins · 12 months ago
- 3167198 Speeelin fiksez by Ben Collins · 12 months ago
- 7e73343 tools: Show example of using tools by Ben Collins · 12 months ago
- 15e6760 tools: Allow external program for --print to stop callback by Ben Collins · 12 months ago
- 797d10d jwt-verify, jwt-generate: Added option to output JSON to command by Ben Collins · 12 months ago