openssl/providers/implementations
Shane Lontis c1131e6a0e Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Fixes #10366

The one place that actually used was in the legacy printing of ecparams.
This has been replaced by the pointtobuf variant.

The ecparam app was using one of these functions - this line has just been
removed as another PR will remove all the code generated lines..

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13294)
2020-12-07 17:15:39 +10:00
..
asymciphers Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call 2020-11-11 12:15:48 +01:00
ciphers remove unused assignments 2020-12-03 11:21:33 +10:00
digests Rename SHA3 internal functions so they have an ossl_ prefix 2020-11-19 07:39:13 +10:00
encode_decode Deprecate EC_POINT_bn2point and EC_POINT_point2bn. 2020-12-07 17:15:39 +10:00
exchange Add EVP_KDF-X942 to the fips module 2020-12-02 12:15:05 +10:00
include/prov Add EVP_KDF-X942 to the fips module 2020-12-02 12:15:05 +10:00
kdfs Add EVP_KDF-X942 to the fips module 2020-12-02 12:15:05 +10:00
kem Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx' 2020-10-15 12:00:21 +01:00
keymgmt remove unused initialisations 2020-12-03 11:22:06 +10:00
macs Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call 2020-11-11 12:15:48 +01:00
rands test RNG: set state to uninitialised as part of uninstantiate call. 2020-11-20 08:24:21 +10:00
signature Fix dsa & rsa signature dupctx() so that ctx->propq is strduped 2020-12-04 08:33:28 +10:00
storemgmt Avoid duplicate ends_with_dirsep functions 2020-11-11 16:05:56 +01:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00