Don't leak memory on error in PKCS12_key_gen_uni
[openssl.git] / crypto / ec /
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...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-13 Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-12 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
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 HensonUse BN_bn2binpad
2016-02-05 Dr. Stephen Hensonuse enum type for do_EC_KEY_print
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-02-04 Billy BrumleyFix BN_gcd errors for some curves
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-31 Dr. Stephen HensonZero newly allocated points
2016-01-31 Dr. Stephen HensonRemove redundant code.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-21 Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-08 Viktor DukhovniFix some typos in comments
2016-01-07 Rich Salzmem functions cleanup
2015-12-29 Ben LaurieFix no-engine.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16 Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-16 Dr. Stephen HensonNew EC functions.
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-10 Dr. Stephen Hensonmake default_ec_key_meth static
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD accessors.
2015-12-09 Dr. Stephen HensonTop level ECDSA sign/verify redirection.
next