Contributors to the OpenSSL Library (August 2025)
Among the 91 PRs approved in August, 6 were from people who hadn’t contributed to OpenSSL’s code base until now.
author | date | PR |
---|---|---|
zl523856 | 2025-08-03 | [RISC-V] Further optimization for AES-128-CBC decryption performance |
ChillerDragon | 2025-08-04 | Improve english in endian comment |
ritoban23 | 2025-08-13 | Fix potential null pointer dereference in pkey_dh_derive |
vkryl | 2025-08-15 | Android: Enable 16 KB ELF alignment for arm64-v8a and x86_64 platforms |
itot1198 | 2025-08-18 | Remove unnecessary fetch-depth in GitHub Actions workflow |
Leonabcd123 | 2025-08-28 | Fixed typo |
zl523856 started by submitting an issue that asking about the proposed change. The pull request includes some assembly code that improves the performance of the AES-128-CBC decryption algorithm on the RISC-V architecture. It’s not the sort of code that just anyone can write. Open source projects, such as OpenSSL, can benefit from one-time contributions of expertise. In turn, anyone who uses OpenSSL or products that include the library also benefit. It’s a beautiful thing.
If you’d like to contribute some code, take a look at the Getting Started as a Contributor page. If that’s not your thing, there are other ways to get involved in the OpenSSL Project too.