From e8edf1395b25ee0dba11a00b666c06280aef440c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jan 2026 11:24:11 +0100 Subject: add SM3 hash algos available in libxcrypt 4.5 --- package.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index 7fb2348..0db5bc5 100644 --- a/package.xml +++ b/package.xml @@ -9,6 +9,8 @@ distributions, using extended crypt library (libxcrypt): * sha512 provided for legacy as used on some old distributions * yescrypt used on modern distributions +* sm3crypt +* sm3yescrypt It also provides additional functions from libxcrypt missing in core PHP: @@ -24,9 +26,9 @@ See PHP documentation on https://www.php.net/xpass remi@php.net yes - 2024-09-26 + 2026-01-13 - 1.1.1dev + 1.2.0 1.1.0 @@ -35,7 +37,9 @@ See PHP documentation on https://www.php.net/xpass PHP-3.01 @@ -54,9 +58,12 @@ See PHP documentation on https://www.php.net/xpass + + + -- cgit