-
### Summary
I am trying to connects to existing js-libp2p nodes using rust-libp2p, but signature verification fails on handshake, as these nodes have 1024 bit keys, and the current rust-libp2p implem…
-
https://github.com/ARM-software/cryptocell-312-runtime/blob/master/codesafe/src/mbedtls_api/rsa_alt.c#L2257
```
Cleanup:
if ( Error != CC_OK )
{
mbedtls_zeroize_internal(output,…
-
Hi!
I'm trying to use fortify to run a certificate installation using a SafeNet eToken 5110+ CC (940B) .
When accessing the token, prior to opening the token password dialogue, fortify fails and rep…
-
```js
let rsa = forge.pki.rsa;
let keypair = rsa.generateKeyPair({bits: 2048, e: 0x10001});
let encrypted = keypair.publicKey.encrypt(forge.util.createBuffer('你我他','utf8'), 'RSAES-PKCS1-V1_5');
…
-
Delving a little deeper in to "weird", `X509Chain.Build` will throw an exception when attempting to build a chain that contains an [RFC 3820][1] proxy certificate.
OpenSSL requires you to opt-in to…
-
Hi,
if I try to perform a TLS handshake with tpm2 provider being used on the server side on Windows, I get the following error:
```
SSL_connect error: error:02000088:rsa routines::salt length che…
-
PHP openssl_private_decrypt() throws _false_ while decrypting the string encoded in JSencrypt at the client side by public key. I tried with all the options for padding. (OPENSSL_PKCS1_PADDING, OPENS…
-
I'm a little confused with what format of public keys can be decoded by the `x509` package? (Also I'm not really super familiar with crypto formats etc.)
I have a public key in two formats generate…
-
I was running the self test code:
# python3 -m Crypto.SelfTest
/usr/local/lib/python3.8/dist-packages/Crypto/SelfTest/Cipher/test_DES3.py:60: UserWarning: Warning: skipping extended tests for TDES…
-
After merging https://github.com/Mbed-TLS/mbedtls/pull/6385, there are two domains that use the complementary domain:
- hashes (!MBEDTLS_MD5_C, !MBEDTLS_RIPEMD160_C, !MBEDTLS_SHA1_C, !MBEDTLS_SHA224_…