ui: address potential memory leak
[openssl.git] / crypto / ec /
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-22 Martin Schwenkeec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_...
2021-06-22 Martin Schwenkeec: Add alignment pseudo-op at beginning of function
2021-06-22 Martin Schwenkeec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops
2021-06-22 Martin Schwenkeec: Fail build on big-endian with enable-ec_nistp_64_gc...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-02 Pauliec: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-29 Amitay Isaacsec: Add PPC64 vector assembly version of p521 field...
2021-05-29 Martin Schwenkeec: Add run time code selection for p521 field operations
2021-05-29 Martin Schwenkeec: Rename reference p521 field operations and use...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Juergen ChristFix warning in gf_serialize
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
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...
next