summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_pmeth.c
AgeCommit message (Expand)Author
2021-03-17Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-26Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-07Add evp_test fixes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-02-04Deprecate the ECDH functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-06-28Support SM2 certificate signingPaul Yang
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for ECDSAPatrick Steuer
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-10-17EVP module documentation passAntoine Salon
2018-06-25ec/ec_pmeth.c: minor cleanups and readability fixes.Andy Polyakov
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Make SM2 functions privateJack Lloyd
2018-05-31Remove some logically dead codeMatt Caswell
2018-05-29Fix no-sm2 with clangTodd Short
2018-04-03Set error code on alloc failuresRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2016-05-17Copyright consolidation 05/10Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-11-20When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell
2013-11-09Fix for some platforms where "char" is unsigned.Dr. Stephen Henson
2013-07-17Add support for ECDH KARI.Dr. Stephen Henson
2013-07-17Add support for X9.62 KDF.Dr. Stephen Henson