Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Add the EC_GFp_nis...



details:   https://anonhg.NetBSD.org/src/rev/4e4c33904582
branches:  trunk
changeset: 836308:4e4c33904582
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 10 14:57:31 2018 +0000

description:
Add the EC_GFp_nistp*_method's

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/crypto.map |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 56494e31c6cc -r 4e4c33904582 crypto/external/bsd/openssl/lib/libcrypto/crypto.map
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Wed Oct 10 10:54:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Wed Oct 10 14:57:31 2018 +0000
@@ -1078,6 +1078,10 @@
         ECPKParameters_print_fp;
         ECParameters_print;
         ECParameters_print_fp;
+        EC_GFp_nistp224_method;
+        EC_GFp_nistp256_method;
+        EC_GFp_nistp521_method;
+        EC_GFp_nistz256_method;
         EC_GF2m_simple_method;
         EC_GFp_mont_method;
         EC_GFp_nist_method;



Home | Main Index | Thread Index | Old Index