Andreas Matheus

Results 5 issues of Andreas Matheus

What is the method to get the integer code for a CRS identified by name? The method `getESPGCode()` has hardcodes return `0`: ```` /** * Returns the ESPG code for...

help wanted

The recognition of CRS identifiers starting with "urn:" fail. What do I need to do to get support for URN based CRS identifiers? This example program - using proj4j from...

enhancement

### The code change in src/jwe.c applies a fixed size of 16 Byte to the IV for AES-CBC ``` static bool _cjose_jwe_set_iv_aes_cbc(cjose_jwe_t *jwe, cjose_err *err) { // make sure we...

Please consider supporting integrity (and authenticity) as defined in [XML Signature Syntax and Processing Version 1.1](https://www.w3.org/TR/xmldsig-core1/)

# Summary The verification of a W3C VC return error ```` Unable to set public key from verification method: no publicKeyBase58 ```` when the public key is resolved via the...