Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / ec / ec_asn1.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-05-24 Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-08-30 Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-24 Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-07 Shane LontisMake ECDSA_size() use consistent asn1 encoder.
2019-10-15 Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-11 Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11 David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-05-28 Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-23 David BenjaminUse OPENSSL_EC_EXPLICIT_CURVE constant.
2018-05-23 David BenjaminFix explicit EC curve encoding.
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-02 Daniel BeveniusFix minor 'the the' typos
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2016-08-22 Kazuki YamaguchiFix a memory leak in EC_GROUP_get_ecparameters()
2016-08-19 Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-07-20 Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-13 TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13 TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-19 Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-10 Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-09 Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-01 Dr. Stephen HensonReplace overrides.
2016-02-28 Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Richard LevitteInitialize variable
2016-02-05 Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05 Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-16 Dr. Stephen HensonNew EC functions.
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen Hensonadd ECDSA_size to ec_asn1.c
2015-12-09 Dr. Stephen HensonAdd ECDSA_SIG accessor.
2015-12-09 Dr. Stephen HensonMove ECDSA_SIG ASN.1 to crypto/ec
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-06-23 Rich SalzMore secure storage of key material.
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree NULL cleanup 8
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-25 Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-28 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-27 Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27 Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-05-03 David RamosDouble free in i2o_ECPublicKey
2013-03-26 Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
next