How-to use a custom elliptic curve in crypto/ec?

2008-04-15 Thread Mark Hansen
Does anyone know of any documentation or examples on how to use a custom elliptic curve with ECDSA and ECDH of openssl's crypto library? It doesn't look like support of custom curves is built-in. So, I have tried to duplicate what was done with built-in curves in crypto/ec/ec_curve.c to

How to use a custom elliptic curve in crypto/ec?

2008-04-14 Thread Mark Hansen
Does anyone know of any documentation or examples on how to use a custom elliptic curve with ECDSA and ECDH of openssl's crypto library? It doesn't look like support of custom curves is built-in. So, I have tried to duplicate what was done with built-in curves in crypto/ec/ec_curve.c to