neelima32
neelima32
There's an issue with enacl:pwhash() when Ops|Mem limits are specified only on Windows amd64. The issue is that Ops|Mem limits are parsed using enif_get_ulong(). unsigned long on Windows is 4-bytes...
`public_key:pem_entry_decode` decodes an EdDSA public key with [this](https://github.com/erlang/otp/pull/9053) change. ``` Key = . 5> [Decoded] = public_key:pem_decode(Key). [{'SubjectPublicKeyInfo',, not_encrypted}] 7> public_key:pem_entry_decode(Decoded). {{'ECPoint',}, {namedCurve,{1,3,101,112}}} ``` I'm not sure `erlang-jose` handles the...
### oidcc version 3.6.0 ### Erlang version 28 ### Elixir version - ### Summary https://github.com/erlef/oidcc/blob/main/src/oidcc_token.erl#L822-L838 The function uses a fixed `SHA256` hash and length of 16 bytes, even when the...