Add SECPxxxr1Point::from_compressed() to decompress SEC 1 compressed EC public keys using OpenSSL's EC_POINT_oct2point. Refactor read_ec_public_key() to delegate to SECPxxxr1Point::from_uncompressed and from_compressed, removing duplicated parsing logic. |
||
|---|---|---|
| .. | ||
| ASN1 | ||
| Authentication | ||
| BigFraction | ||
| BigInt | ||
| Certificate | ||
| Cipher | ||
| Curves | ||
| Hash | ||
| PK | ||
| CMakeLists.txt | ||
| Forward.h | ||
| OpenSSL.cpp | ||
| OpenSSL.h | ||
| OpenSSLForward.h | ||