Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-03 | tweak one description to make it unique | tb | 1 | -2/+3 | |
2021-05-03 | Prefix the hybrid_corner_case test with test_ for consistency. | tb | 1 | -3/+3 | |
2021-05-03 | Exercise the point conversion bit for octet string representations | tb | 1 | -1/+279 | |
of points on secp256r1. | |||||
2021-05-03 | Add a test that exercises the point conversion bit of the octet | tb | 1 | -1/+362 | |
string representations of points on the binary curve sect571k1. | |||||
2021-05-03 | Fix corner case for compressed points on binary curves | tb | 1 | -1/+5 | |
Per X9.62 4.4.1.b., the compressed representation of a point with zero x coordinate on a binary curve must have y_bit unset. Error out in that case of ec_GF2m_set_compressed_coordinates() instead of ignoring y_bit. ok jsing |