cjose icon indicating copy to clipboard operation
cjose copied to clipboard

C library implementing the Javascript Object Signing and Encryption (JOSE)

Results 49 cjose issues
Sort by recently updated
recently updated
newest added

There are some assert statements in base64.c, which can crash the application using the lib when hit. The asserts should be in the debug build only or be converted to...

Based on https://github.com/cisco/cjose/pull/30 though little chance to be merged. Proved to work with VS2019.

Hi, We could see the project supports RSA-OAEP algo. Please let us know if it supports RSA-OAEP-256 algo? Thank you.

In header.h, globals variables are called the following way: `extern const char *CJOSE_HDR_ALG;` In Visual C++, there's no way to have that declaration included in a third-party application, even by...

This enables compiling cjose on systems that only ship openssl v3. It is not a very systematic patch, but at least cjose builds...

This pull request is as relevant today as it was in 2016 when the author submitted it. It seems many other current github.com/cisco projects are using CMake now, and it...

Hello, I think the project is currently only meant for Mac and Linux distros. Is there a plan to include Windows in the mix ?

This fixes a memory leak already addressed in _cjose_jws_build_dig_sha when a jws is reused for a validation.

Hi, Can the project load JWK from RSA PEM format? Thank you.

When the I am using ECDSA/RSA public key to verify the token its taking more time compare to secret key. Is there any way I can improve the performance. My...