josekit-rs icon indicating copy to clipboard operation
josekit-rs copied to clipboard

JOSE (Javascript Object Signing and Encryption) library for Rust (based on OpenSSL).

Results 7 josekit-rs issues
Sort by recently updated
recently updated
newest added

Hello, So I use the ```decode_header``` function but I want the more specific ```JwsHeader``` instead of ```Box``` to make use of the member functions to call ```algorithm``` or ```x509_certificate_sha1_thumbprint``` functions....

Hey, I am new to rust and I am having trouble using the library. Could you help me? I have a jwk_set, and I want to use it to decode...

# Motivation At work, we needed to decrypt JWE using Amazon KMS. Therefore the part that decrypts the CEK using the private key needed to make a network call. It...

Hi! I know the Brainpool curves are not part of the official JOSE specification, but we need to use them due to German regulations. Would you be up to accept...

Hi. First of all, thanks for josekit. I'm trying to port my javascript code to rust using josekit-rs. Specifically the following code: ```js let JWK_KEY = { "kty": ("RSA"), "e":...

To quote the docs on `jose-jwk-exc`: https://manpages.ubuntu.com/manpages/bionic/man1/jose-jwk-exc.1.html > The ECMR algorithm has three modes of operation. Where the local key has a private key (the "d" property), it performs exactly...