Releases: fabiang/sasl
Releases · fabiang/sasl
Version 2.0.0
Fully modernized version of the original library to support modern PHP features.
Added
- Strict typing: type-hints and return types
- SASL mechanism factory is now a Enum
Fixed
- PHP 8.4 triggers deprecation notice for implicit nullable parameter
$downgradeProtection
– #15
Deprecations
- DigestMD5 mechanism
- CramMD5 mechanism
Removed
- Support for PHP < 8.2
v1.6.0
Added
Fixed
v1.5.0
v1.4.0
Added
- Support for Downgrade-Protection of TLS channel-bindings (Issue #12). Note: while this fix will enable you to authenticate to servers that send downgrade-protection info, channel-binding support for TLS connections isn't supported by this library/PHP.