+2
−2
+1
−11
crypto/ec/ec_kmeth.c
0 → 100644
+120
−0
+11
−0
+2
−2
Loading
Add EC_KEY_METHOD. This is part of the EC revision and will make EC behave
more like other algorithms. Specifically:
EC_KEY_METHOD is part of EC_KEY.
It is part of ENGINE.
Default or key specific implementations can be provided to redirect some
or all operations.
Reviewed-by:
Richard Levitte <levitte@openssl.org>