-
**Describe the bug**
When my android apps implementing FreeRASP, the Mobile Security Platform (aka MobSF) giving a high risk result with
"The App uses the encryption mode CBC with PKCS5/PKCS7 paddin…
-
Found by new tests added in #1693. I cannot figure out the problem from the logs. It affects both DES and AES in CBC with PKCS7 padding when decrypting. https://travis-ci.org/randombit/botan/jobs/4351…
-
pkcs7-subject cmdline object has been added globally rather than to the pkcs7 createkeys plugin
-
I'm trying to use elliptic curve certs rather than RSA, and running into weirdness.
```
$ openssl ecparam -name prime256v1 -genkey -out keys/private_key.pkcs7.pem
$ openssl req -x509 -nodes -days …
-
Hi There, I've just installed the npm package and run the sample code. But I'm getting this error:
![image](https://user-images.githubusercontent.com/8462801/121964318-a813d980-cd6b-11eb-8714-192bf…
-
![image](https://github.com/Tylous/Freeze/assets/123419537/47d0befe-0cd1-44af-aac9-1b518e4f5f94)
-
If Iimplement it in Ruby, it will look like this
```ruby
p7 = OpenSSL::PKCS7.sign(cert, key, data, [], OpenSSL::PKCS7::BINARY)
p7.to_der
```
I want to do the same thing with the forge.
```js…
-
Hello,
I try to sign a mail with cryptography but I have still problems. There was the issue #4488. But at that time, S/MIME support was not yet so advanced.
This is my code, but I have still th…
-
TL;DR as of Tuesday Oct 13 Microsoft's wintrust.dll is being very strict in its parsing of DER encoded PKCS7 data and is rejecting signatures made by openssl.
The root cause is that, in the DER enc…
-
After testing, I found that pkcs7 does not support sm2 digital envelope encryption, but it supports sm2 digital envelope decryption. Did I make a mistake?
`p7 = PKCS7_encrypt(certs, pbiostrin, EVP_sm…