Add X509_getm_notBefore, X509_getm_notAfter
[openssl.git] / crypto / ec /
2016-08-19 Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen HensonRemove old EC based X25519 code.
2016-08-13 Dr. Stephen HensonAdd encoded points to other EC curves too.
2016-08-13 Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13 Dr. Stephen Hensonadd to build.info
2016-08-13 Dr. Stephen Hensonmake errors
2016-08-13 Dr. Stephen HensonX25519 public key methods
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-02 FdaSilvaYYFix some style issues...
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-07-16 Miroslav Francfix memory leaks
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-01 Alessandro GhediniFix printing private EC_KEY
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-26 Rich SalzRT2680: Public EC key is shown as private
2016-06-23 huangqinjinMake x25519_compute_key() return a boolean
2016-06-23 huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18 FdaSilvaYYUseless includes
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-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-28 Andy PolyakovSPARC assembly pack: add missing .type directives.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-05 Emilia KasperDocument inversion ladder in curve25519
2016-04-29 Matt CaswellRemove some dead code from EC_GROUP_check()
2016-04-29 Matt CaswellAvoid a NULL ptr deref if group is not set
2016-04-23 Kazuki YamaguchiFix EC_KEY_set_private_key() to call key->group->meth...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-14 Shlomi FishFix the spelling of "implement".
2016-03-29 David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-19 Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-11 Andy Polyakovcrypto/*/build.info: make it work on ARM platforms.
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-09 Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Andy Polyakovec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.
2016-03-09 Richard LevitteUnified - adapt the generation of ec assembler to use...
2016-03-08 Richard LevitteInclude e_os.h from ec_lcl.h
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-05 Rich SalzGH616: Remove dead code
2016-03-04 Emilia KasperCurve25519: fix const-initialization
2016-03-04 Emilia KasperCurve25519: avoid undefined behaviour
2016-03-03 Emilia KasperClean up curve25519 build
2016-03-02 Dr. Stephen Hensonmake errors
2016-03-02 Dr. Stephen HensonHandle KDF internally.
2016-03-02 Emilia Kaspercurve25519: add missing const-qualifier
2016-03-02 Kurt RoeckxMake k25519Precomp const
2016-03-01 Dr. Stephen Hensonmake errors
2016-03-01 Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01 Dr. Stephen HensonReplace overrides.
2016-02-29 Dr. Stephen Hensonremove unused variables
2016-02-28 Dr. Stephen HensonRemove unused code.
2016-02-28 Dr. Stephen HensonChange BORINGSSL defines to OPENSSL
2016-02-28 Dr. Stephen HensonInitial adaptations for Curve25519 code.
2016-02-28 Emilia KasperPlace under OpenSSL license.
2016-02-28 Dr. Stephen HensonAdd X25519 code from BoringSSL.
2016-02-28 Dr. Stephen HensonTLS support for X25519
2016-02-28 Dr. Stephen HensonAdd X25519 curve to list
2016-02-28 Dr. Stephen HensonAdd no signing flag.
2016-02-28 Dr. Stephen HensonAdd new EC_METHOD for X25519.
2016-02-28 Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-28 Dr. Stephen HensonAdd custom_data field for EC_POINT, EC_KEY.
2016-02-28 Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-28 Dr. Stephen HensonEC_METHOD customisation operations.
2016-02-26 Rich SalzRevert "EC_KEY_priv2buf (): check parameter sanity"
2016-02-26 J Mohan Rao ArisankalaEC_KEY_priv2buf (): check parameter sanity
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-*.pl: get corner case logic right.
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: get corner case logic...
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-20 Richard LevitteAlways build library object files with shared library...
next