Path to this page:
./
security/p5-Crypt-OpenSSL-RSA,
Perl5 wrapper module for the OpenSSL RSA functions
Branch: CURRENT,
Version: 0.33nb3,
Package name: p5-Crypt-OpenSSL-RSA-0.33nb3,
Maintainer: pkgsrc-usersCrypt::OpenSSL::RSA is a XS Perl module designed to provide basic RSA
functionality by using the RSA functions in the OpenSSL library.
Required to run:[
lang/perl5] [
security/p5-Crypt-OpenSSL-Random] [
security/openssl] [
security/p5-Crypt-OpenSSL-Bignum]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 28.33 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Crypt-OpenSSL-RSA-0.33nb3
- (2023-10-25) Updated to version: p5-Crypt-OpenSSL-RSA-0.33nb2
- (2023-07-06) Updated to version: p5-Crypt-OpenSSL-RSA-0.33nb1
- (2022-09-11) Updated to version: p5-Crypt-OpenSSL-RSA-0.33
- (2022-06-28) Updated to version: p5-Crypt-OpenSSL-RSA-0.32nb1
- (2021-09-12) Updated to version: p5-Crypt-OpenSSL-RSA-0.32
CVS history: (Expand)
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-09-11 16:03:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.33
Upstream changes:
0.33 July 7 2022
- Update for windows github CI
- Remove duplicit 'LICENSE' key
- Remove EUMM Remove version check
- #31 by removing reference to RSA_SSLV23_PADDING (removed from OpenSSL \
starting from v3.0.0)
- support passphase protected private key load
- fix 'unsupported encryption' error on old library versions
- Clarify croak message for missing passphrase on older cyphers
- More structs opaqued in LibreSSL 3.5
- Use a macro for dealing with older SSL lacking macros
- more CI fixups. Drop testing for 5.10 and 5.8. Something is broken upstream.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-12-15 21:42:13 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
p5-Crypt-OpenSSL-RSA: fix build on macOS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-09-12 09:15:21 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.32
Upstream changes:
0.32 Wed Sep 8 2021
- Prefix internal bn2sv function so it doesn't collide with Net::SSLeay
- Ensure that verify() leaves openssl error stack clean on failure
- Fixed broken SEE ALSO links.
- prevent outer $SIG{__DIE__} handler from being called during optional require.
- omit done_testing since it does not work for older perl versions
|