Files
wolfssl/wolfssl
Daniel Pouzzner dee0658e8a fix races around WOLFSSL_CTX.{privateKey,privateKeyMask,altPrivateKey,altPrivateKeyMask} in WOLFSSL_BLIND_PRIVATE_KEY code paths:
* rename wolfssl_priv_der_unblind() to wolfssl_priv_der_blind_toggle(),
* add wolfssl_priv_der_unblind() that allocates a temp copy,
* add wolfssl_priv_der_unblind_free(),
* in wolfssl_priv_der_blind_toggle(), make mask a const arg;

restore const attribute to ctx arg to wolfSSL_CTX_get0_privatekey(), and add explanatory comment.
2025-11-14 18:13:43 -06:00
..
2025-10-13 12:33:40 -05:00
2025-09-23 08:32:21 -07:00
2025-07-10 16:11:36 -06:00
2025-09-23 08:32:21 -07:00
2025-07-10 16:11:36 -06:00
2025-07-17 10:26:19 -06:00