Skip to content
  • Simo Sorce's avatar
    Add tests that exercise public key checks for ECDH · ba24450d
    Simo Sorce authored and Niels Möller's avatar Niels Möller committed
    
    
    When performing ECDH the peer provided public key needs to be checked
    for validity. FIPS requires basic tests be performed to insure the
    provided points are in fact on the selected curve. Those checks already
    exists in the ecc_point_set() function.
    Add an explicit test that checks the boundaries so that any regression
    in checks will be caught.
    
    Signed-off-by: default avatarSimo Sorce <simo@redhat.com>
    ba24450d