Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenSSL を使用して EC Diffie Hellman キーを作成しようとしています。私は以下の行を使用しています。prime256v1 曲線の nid を見つけようとしていますが、できません。opensslのドキュメントも調べました。openssl は prime256v1 曲線をサポートしていませんか?
key = EC_KEY_new_by_curve_name(NID_secp256k1); // prime256v1