Path to this page:
./
net/p5-IO-Socket-SSL,
Perl5 SSL socket interface class
Branch: CURRENT,
Version: 2.089nb1,
Package name: p5-IO-Socket-SSL-2.089nb1,
Maintainer: pkgsrc-usersIO::Socket::SSL is a class implementing an object-oriented interface
to SSL sockets. The class is a descendent of IO::Socket::INET and
provides a subset of the base class's interface methods as well as
SSL-specific methods.
Required to run:[
lang/perl5] [
security/p5-Net-SSLeay] [
net/p5-Net-LibIDN] [
net/p5-IO-Socket-INET6] [
security/p5-Mozilla-CA]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 265.08 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-IO-Socket-SSL-2.089nb1
- (2024-09-01) Updated to version: p5-IO-Socket-SSL-2.089
- (2024-07-21) Updated to version: p5-IO-Socket-SSL-2.088
- (2024-07-14) Updated to version: p5-IO-Socket-SSL-2.087
- (2024-07-07) Updated to version: p5-IO-Socket-SSL-2.086
- (2024-01-28) Updated to version: p5-IO-Socket-SSL-2.085
CVS history: (Expand)
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-09-01 10:36:31 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.089.
2.089 2024/08/29
- new option SSL_force_fingerprint to enforce fingerprint matching even if
certificate validation would be successful without
- document _get_ssl_object and _get_ctx_object for cases, where direct use of
Net::SSLeay functions is needed
|
2024-07-21 08:57:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.088.
2.088 2024/07/14
- minor fixes for use on ancient versions of perl and for building with
newer versions of openssl
|
2024-07-14 06:51:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.087.
2.087 2024/07/08
- support for PSK, see SSL_psk in documentation
|
2024-07-07 08:24:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.086.
2.086 2024/07/03
- internal optimzation: implement _touch_entry in session cache instead
of using del+add.
|
2024-01-28 12:48:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.085.
2.085 2024/01/22
- #147 fix test which failed due to behavior changes in OpenSSL 3.2
- update PublicSuffix
- add examples for TLS JA3/JA4 fingerprinting to tls_fingerprint/
|
2023-12-17 08:40:58 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-IO-Socket-SSL: update to 2.084.
2.084 2023/11/06
- various fixes for edge cases and build: #136, #141, #142, #143, #145
- update documentation to reflect default SSL_version
2.083 2023/05/18
- fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL
(regression from #122)
2.082 2023/05/17
- SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122
- fix output of alert string when debugging #132
- improve regex for hostname validation #130, #126
- add can_ciphersuites subroutine for feature checking #127
- Utils::CERT_create - die if unexpected arguments are given instead of ignoring
these
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|