mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibCrypto: Use OpenSSL for SECPxxxr1 point computation
This commit is contained in:
parent
aefffa9455
commit
fd2014f5c2
Notes:
github-actions[bot]
2025-01-27 11:26:21 +00:00
Author: https://github.com/devgianlu
Commit: fd2014f5c2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3374
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 35 additions and 30 deletions
|
@ -2,13 +2,12 @@ Harness status: OK
|
|||
|
||||
Found 40 tests
|
||||
|
||||
36 Pass
|
||||
4 Fail
|
||||
40 Pass
|
||||
Pass setup - define tests
|
||||
Fail P-521 good parameters
|
||||
Fail P-521 mixed case parameters
|
||||
Fail P-521 short result
|
||||
Fail P-521 non-multiple of 8 bits
|
||||
Pass P-521 good parameters
|
||||
Pass P-521 mixed case parameters
|
||||
Pass P-521 short result
|
||||
Pass P-521 non-multiple of 8 bits
|
||||
Pass P-521 missing public curve
|
||||
Pass P-521 public property of algorithm is not a CryptoKey
|
||||
Pass P-521 mismatched curves
|
||||
|
|
|
@ -2,11 +2,10 @@ Harness status: OK
|
|||
|
||||
Found 31 tests
|
||||
|
||||
29 Pass
|
||||
2 Fail
|
||||
31 Pass
|
||||
Pass setup - define tests
|
||||
Fail P-521 good parameters
|
||||
Fail P-521 mixed case parameters
|
||||
Pass P-521 good parameters
|
||||
Pass P-521 mixed case parameters
|
||||
Pass P-521 missing public curve
|
||||
Pass P-521 public property of algorithm is not a CryptoKey
|
||||
Pass P-521 mismatched curves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue