Don't convert pre-existing providers into children
[openssl.git] / crypto / ec /
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-09 Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-22 Tomas MrazFix potential NULL dereference in ossl_ec_key_dup()
2021-04-22 Tomas MrazFix build failure with MSVC
2021-04-22 Matt CaswellAvoid the need for Configure time 128-bit int detection
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08 Amitay Isaacscurve448: Use constant time zero check function
2021-04-08 Amitay Isaacscurve448: Remove the unrolled loop version
2021-04-08 Amitay Isaacscurve448: Use NLIMBS where appropriate to simplify...
2021-04-08 Amitay Isaacscurve448: Modernise reference 64-bit code
2021-04-08 Amitay Isaacscurve448: Rename arch_ref64 to arch_64
2021-04-08 Amitay IsaacsPartially Revert "Remove curve448 architecture specific...
2021-04-08 Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-24 Juergen ChristFix compilation under -Werror
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11 Matt CaswellUpdate copyright year
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-04 Tomas Mrazecx_set_priv_key: Try to obtain libctx from the pkey...
2021-03-04 Tomas Mrazecx_set_priv_key: Remove TODO 3.0 related to setting...
2021-02-28 Paulicrypto: add additional argument to KDF derive calls
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26 Shane LontisFix external symbols for bn
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-03 Richard LevitteEC: Reverse the default asn1_flag in a new EC_GROUP
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-13 Agustin GianniFix incorrect use of BN_CTX API
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-10 Daniel BeveniusFix REF_PRINT_COUNT argument in ecx_key_free
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-30 Dr. David von OheimbEC_GROUP_new_by_curve_name_with_libctx(): Add name...
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix missing propq in ecdh_cms_set_shared_info()
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-22 Paul YangAdd SM2 key management
2020-09-20 Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-19 Shane LontisFix ec keygen so that it passes the library context...
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-05 Shane LontisFix coverity CID #1466378 - Incorrect expression in...
2020-09-03 Richard LevitteEC: Remove one error record that shadows another
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-24 Shane LontisFix coverity CID #1458644 - Negative return passed...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-07-30 Pauliunify spelling of serialize
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-19 Matt CaswellEnsure creating an EC public key uses the libctx
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-04 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-24 Nicola TuveriFix coverity issues in EC after #11807
2020-05-20 Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
next