-
f908bdea
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Factor out len_from_bitlen() function.
-
9fd872ff
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Use bit length instead of key size in key_import_pair().
-
b76153b9
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Handle importing ECDSA_P384 private blob.
-
b2eb371b
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Support ECDSA_P521 algorithm.
-
8e91669d
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt/tests: Test ECDH_384 same way as ECDH_256.
-
67674ef7
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Support ECDH_P521 algorithm.
-
fdaea1ff
by Paul Gofman at 2025-08-15T14:52:10+02:00
bcrypt: Check output size early in key_asymmetric_encrypt() for RSA.