Remi Collet
|
32c5ce3451
|
Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2 (#13635)
* Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2
* simplify init/shutdown
* use php_base64_encode_ex
* - rename macros - use openssl RAND_bytes - CS
* add --with-openssl-argon2 build option
* check OSSL_KDF_PARAM_ARGON2_LANES instead of OSSL_set_max_threads
* Cleanup and CS
* save/restore old threads config + CS
* remove unneeded check
|
2024-09-02 13:01:09 +02:00 |
|