-
Add a support for modern Key serialization into Transport class. Currently only support of PKCS#1 is present, modern serialization PKCS8 could not be used.
Eg. RSA key generated with:
```
from cr…
-
**Description:**
When we use the keysize as 1024 for the internal keystone(wso2carbon.jks) we are getting an error
> The RSA key size must be at least 2048 bits java.lang.IllegalArgumentException:…
-
### What is the bug?
logs :
```
`java.lang.IllegalStateException: failed to load plugin class [org.opensearch.security.OpenSearchSecurityPlugin]
Likely root cause: OpenSearchException[Unable to r…
-
### Describe the issue
I used the following workflow:
```yaml
id: test-git-sync-public
namespace: test
tasks:
- id: git
type: io.kestra.plugin.git.Sync
url: git@github.com:user…
-
Clause 7.6.5.3 mandates the following:
> A key shall be used to encrypt (and decrypt) the enveloped data. This key (the plaintext key in "Figure 4 — Public-key encryption algorithm") shall be en…
-
**Describe the bug**
After upgrading from Vault version 1.15.4 to 1.15.5, there is high CPU usage on Vault servers when transit operations are called, even with a relatively small number of reque…
-
This issue was migrated from [Pagure Issue #242](https://pagure.io/dogtagpki/issue/242). Originally filed by **[nkinder](https://pagure.io/user/nkinder) (@nkinder)** on *2012-07-20 00:11:58*:
- Assig…
-
When using webhook the signature header validation fails on Almalinux 9.4 and php83 (via virtualmin) because it uses sha1, when i update the code to use sha2 the problem went away.
**/src/Control…
-
keyData = '-----BEGIN RSA PRIVATE KEY-----\n' + my private key + '\n-----END RSA PRIVATE KEY-----';
key = new NodeRSA({b:2048});
encrypt(text){
key.importKey(keyData, 'pkcs1');
encrypted =…
-
Hello, I am currently trying to create an sftp server on a Windows architecture following the steps indicated in the repo and Docker hub, and I am getting the following error:
```
2023-05-09 11:18…
Xhomx updated
3 months ago