Path to this page:
Subject: CVS commit: pkgsrc/security/R-openssl
From: Makoto Fujiwara
Date: 2025-01-11 13:43:15
Message id: 20250111124315.70260FC1D@cvs.NetBSD.org
Log Message:
(security/R-openssl) Updated 2.0.5 to 2.3.0, make test passed
2.3.0
- Windows: use OpenSSL from Rtools if found
2.2.2
- Reduce test verbosity per CRAN request
- Update maintainer email address
2.2.1
- Skip some legacy sha1 tests on Redhat systems to fix #125
2.2.0
- Use new EVP_MD_fetch() api on libssl 3 to find non-default algorithms.
- Add keccak() hash function
- MacOS/Windows: update to OpenSSL 3.3.0
2.1.2
- MacOS: avoid linking against legacy versions of openssl
2.1.1
- Windows: update to openssl 3.1.2 + arm support
2.1.0
- Windows and autobrew binaries have been bumped to libssl 3.1.1. (MacOS CRAN
binaries use libssl from CRAN 'recipes' which is currently libssl 1.1.1)
- Added sha3() function
2.0.6
- Add new functions pkcs7_encrypt and pkcs7_decrypt
- Fix snprintf bug in hash functions
Files: