openssl
openssl copied to clipboard
TLS/SSL and crypto library
This change breaks most of the tests. This is just a draft as I would like to hear your opinion on the topic. The commits marked DRAFT are trying to...
This PR addresses issue #27041 by adding a comprehensive documentation file that explains the OpenSSL repository structure. ## Motivation As suggested in the issue, newcomers to the OpenSSL project would...
Version: OpenSSL 3.5.0 8 Apr 2025 (Library: OpenSSL 3.5.0 8 Apr 2025) Hello Developer, I have a CRL file, and its Delta CRL Indicator value is a string "G63287510." However,...
I have a Java application that uses [BouncyCastle](https://www.bouncycastle.org/java.html) to create a CMS EnvelopedData structure with a KeyAgreeRecipientInfo structure, using the AES algorithm with 256 bit key size and GCM mode....
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...
The following PR addresses #26510 I've spent some time looking into this and it seems to be a limitation of the Mach-O format based on compiler/linker code. Looking in the...
- [ X ] documentation is added or updated For Issue #27125 Modifies man7/provider_base.pod OSSL_Dispatch CLA: Trivial
Extend the config(5) man-page to document the "stbl_section" module, which allows overriding ASN.1 string-table size limits defined in tbl_standard.h. Changes: • Add 'stbl_section = string_table_limits' to the [openssl_init] list •...
This PR provides a better implementation of SM3 than the compiler's version, using hand-written assembly with the RISC-V Zbb extension. Testing environment: CPU: SiFive P550 Linux openeuler-riscv64 6.6.18-2.oe2403.riscv64 #1 SMP...
Horrible `d2i_TYPE*()` reuse behavior leads to crashes on error, e.g., for `ASN1_item_sign_ctx()`
`d2i_X509_ALGOR()` etc. behave badly as explained in `doc/man3/d2i_X509.pod`: > In some versions of OpenSSL the "reuse" behaviour of d2i_TYPE() when *a is valid is broken and some parts of the...