Jakub Zelenka
Jakub Zelenka
## Streams The new crypto stream API is a wrapper for OpenSSL BIO methods (`BIO_s_*`). Currently just `BIO_s_file` is wrapped by `crypto.file://` stream. Additional BIO filters can be added in...
*Description of changes:* The yaml example does not contain AlarmRule value for DeploymentInProgress that is false in json example. By submitting this pull request, I confirm that you can use,...
Currently it is possible to use CMSAuthEnvelopedDataParser only with KeyTrans. This adds support for KEK and KeyAgree. The AEADInputDecryptor is separated to CMSInputAEADDecryptor as it is the same for all...
This adds SMIMEAuthEnveloped classes that work in a similar way as SMIMEEnveloped but are meant for AuthEnvelopedData. That allows using AES GCM and improves S/MIME 4.0 support where this is...
The current entropy is set for the draft value 220 which was changed in the [version 3.0 (2024)](https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Certification/Interpretations/AIS_31_Functionality_classes_for_random_number_generators_e_2024.pdf?__blob=publicationFile&v=3) to 240 bits. I'm not sure if it makes sense to keep...
This addresses reported issues in GH-21414 and makes sure that users get error when trying to use incorrect envelope type for AEAD algorithms. Even though the BouncyCastle now supports CMS...
During the 3.8.0 release PR, all 6.7.8-0 were failing because CI was failing to build that version of ImageMagick with the following error: ``` make[1]: Entering directory '/home/runner/work/imagick/imagick/ImageMagick-6.7.8-0' CC coders/magick_libMagickCore_la-svg.lo...
This is to allow explicit calling of C_Finalize. My use case is [a test for my fork of pkcs11-proxy](https://github.com/bukka/pkcs11-proxy/blob/7ff4afc1d12b935225cc90632b086fba790024eb/tests/test_pkcs11_proxy.py) where I added tests which use this project. The way how...
This removes random key generation which is already handled by the PKCS#1 v1.5 mitigation introduced in #13817. - [x] tests are added or updated
New INI introduced in PHP 8.5