mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 07:28:58 +01:00
Add basic tests for ecp_tls_*_point
This commit is contained in:
parent
7e86025f32
commit
6282acaec2
2 changed files with 70 additions and 22 deletions
|
|
@ -181,6 +181,12 @@ ecp_read_binary:SECP192R1:"0548d8082a3a1e3112bc03a8ef2f6d40d0a77a6f8e00cc99336ce
|
|||
ECP read binary #6 (non-zero, OK)
|
||||
ecp_read_binary:SECP192R1:"0448d8082a3a1e3112bc03a8ef2f6d40d0a77a6f8e00cc99336ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"48d8082a3a1e3112bc03a8ef2f6d40d0a77a6f8e00cc9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":0
|
||||
|
||||
ECP tls write-read point #1
|
||||
ecp_tls_write_read_point:SECP192R1
|
||||
|
||||
ECP tls write-read point #2
|
||||
ecp_tls_write_read_point:SECP521R1
|
||||
|
||||
ECP read params #1 (record too short)
|
||||
ecp_read_params:"0313":POLARSSL_ERR_ECP_BAD_INPUT_DATA:0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue