]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ec.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / ec.h
2019-09-28  Dr. Matthias St... Add legacy include guards to public header files
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-08-29  Matt CaswellFix a documentation bug in ec.h
2019-08-22  Paul YangSupport parsing of SM2 ID in hexdecimal
2019-08-06  Matt CaswellFix ECDSA_SIG docs
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-01  Antoine CœurFix Typos
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-15  David AsrafAdd EC_GROUP_get0_field
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-12-06  Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-10-17  Antoine SalonDeprecate ECDH_KDF_X9_62()
2018-10-17  Antoine SalonEVP module documentation pass
2018-09-07  Paul YangSupport setting SM2 ID
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-05-28  Dr. Matthias St... ECDSA_SIG: restore doc comments which were deleted...
2018-05-28  Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-02-09  Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-02  Daniel BeveniusFix minor 'the the' typos
2017-09-24  Saagar JhaUpdate comments to match function parameter names
2017-07-23  Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-30  Dr. Stephen Hensonmake errors
2017-05-30  Dr. Stephen Hensonmake errors
2017-04-27  Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-03-24  Ian SpenceFix function documentation
2017-03-15  Richard LevitteAdd EC_KEY_get0_engine()
2016-08-22  Kazuki YamaguchiExpose alloc functions for EC{PK,}PARAMETERS
2016-08-19  Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-13  Dr. Stephen Hensonmake errors
2016-08-01  Richard J. MooreConst EC_KEY_dup
2016-07-25  FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-06-20  huangqinjindoc and comment fixes
2016-06-20  Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-13  Peter MosmansRT3454: Re-enable nistp-64_gcc_128 on windows
2016-06-13  TJ SaundersForgot to update the setter argument ordering in the...
2016-06-13  TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-03-20  Rich SalzRemove #error from include files.
2016-03-19  Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-10  Richard LevitteRemove duplicate typedef of ECPKPARAMETERS in ec.h
2016-03-09  Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-02  Dr. Stephen Hensonmake errors
2016-03-02  Dr. Stephen HensonHandle KDF internally.
2016-03-01  Dr. Stephen Hensonmake errors
2016-02-28  Dr. Stephen HensonTLS support for X25519
2016-02-28  Dr. Stephen HensonAdd no signing flag.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-05  Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05  Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-02-05  Dr. Stephen HensonAdd EC_KEY_oct2priv and EC_KEY_priv2oct
2016-01-31  Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-08  Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-16  Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-16  Dr. Stephen HensonNew EC functions.
2015-12-09  Richard LevitteMove the definitions of EC_KEY and EC_KEY_METHOD to...
2015-12-09  Dr. Stephen Hensonadd block comment
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD accessors.
2015-12-09  Dr. Stephen Hensonmake errors
2015-12-09  Dr. Stephen Hensonadd missing prototypes
2015-12-09  Dr. Stephen Hensonadd ECDSA_size to ec_asn1.c
2015-12-09  Dr. Stephen Hensonreturn errors for unsupported operations
2015-12-09  Dr. Stephen HensonMove and adapt ECDSA sign and verify functions.
2015-12-09  Dr. Stephen HensonAdd ECDSA_SIG accessor.
2015-12-09  Dr. Stephen Hensonmove ECDSA_SIG prototypes
2015-12-09  Dr. Stephen Hensonmake errors
2015-12-09  Dr. Stephen Hensonmove ECDSA_SIG definition
2015-12-09  Dr. Stephen Hensonmake errors
2015-12-09  Dr. Stephen HensonAdd compute key support to EC_KEY_METHOD
2015-12-09  Dr. Stephen HensonMove ECDH_KDF_X9_62 to crypto/ec
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09  Dr. Stephen Hensonmake errors
2015-12-09  Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-09-20  Dr. Stephen HensonMove EVP_PKEY_METHOD into private headers.
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-01  Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-03-31  Richard LevitteStop symlinking, move files to intended directory