-
(I haven't found a security policy suggesting submission of security bugs should happen in a specific way so I'm posting a regular issue)
The code in PKCS#1 v1.5 is most likely vulnerable to a timi…
-
The default/fips provider RSA implementations support a new padding mode called RSA_PKCS1_WITH_TLS_PADDING. This has not been added to the legacy RSA EVP_PKEY_METHOD. However libssl now requires this …
-
rsa.lua 中的 PADDING 模式目前看只支持4种,RSA_PKCS1_PSS_PADDING 这种pss模式的padding是否支持呢
-
### Version
v22.11.0, v23.1.0
### Platform
```text
Linux 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
```
### Subsystem
_No respons…
-
From https://www.openssl.org/docs/man1.1.0/man3/RSA_public_encrypt.html
> RSA_PKCS1_OAEP_PADDING
>
> EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty encoding parameter. This …
-
I've got EnvelopedData with RSA encryption algorithm. I've got an exception on decryption
### Exception
```
Error: Object's schema was not verified against input data for RSAESOAEPParams
a…
-
Hello,
in connection with the transition of our web systems from another cross-browser certificate handler I wanted to try the process of signing with certificate via demo on https://fortifyapp.com…
-
Hi,
I have a signature and a message I want to validate using the RSA public key of a CA. In order to verify the message I need to use `PKCS #1 v1.5`.
Is this supported in Ironclad, as I wasn't …
-
var encrypt_rsa = new RSA.RSAKey();
encrypt_rsa = RSA.KEYUTIL.getKey(publicKey_pkcs1);
这里为什么重复对encrypt_rsa赋值,删掉上面的可以吗?
-
Hi, I am trying to use the `New()` method to create a transport for use in my github client, but I am having trouble with my RSA key being parsed. When I used `NewKeyFromFile()` everything worked fine…