aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 05/10Rich Salz2016-05-1718-791/+116
* Copyright consolidation 06/10Rich Salz2016-05-1716-677/+102
* Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez2016-05-111-1/+3
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-3/+3
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-0/+1
* Document inversion ladder in curve25519Emilia Kasper2016-05-051-11/+42
* Remove some dead code from EC_GROUP_check()Matt Caswell2016-04-291-5/+0
* Avoid a NULL ptr deref if group is not setMatt Caswell2016-04-291-20/+21
* Fix EC_KEY_set_private_key() to call key->group->meth->set_private()Kazuki Yamaguchi2016-04-231-2/+2
* Remove --classic build entirelyRichard Levitte2016-04-201-73/+0
* Fix the spelling of "implement".Shlomi Fish2016-04-143-3/+3
* RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin2016-03-291-1/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-205-15/+5
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-1/+1
* crypto/*/build.info: make it work on ARM platforms.Andy Polyakov2016-03-111-3/+5
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-101-0/+4
* The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte2016-03-101-2/+2
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-092-85/+66
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.Andy Polyakov2016-03-091-3/+12
* Unified - adapt the generation of ec assembler to use GENERATERichard Levitte2016-03-093-12/+13
* Include e_os.h from ec_lcl.hRichard Levitte2016-03-081-0/+2
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+2
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-088-18/+128
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-083-2/+5
* GH616: Remove dead codeRich Salz2016-03-051-2/+0
* Curve25519: fix const-initializationEmilia Kasper2016-03-041-4/+4
* Curve25519: avoid undefined behaviourEmilia Kasper2016-03-041-86/+81
* Clean up curve25519 buildEmilia Kasper2016-03-031-175/+0
* make errorsDr. Stephen Henson2016-03-021-0/+1
* Handle KDF internally.Dr. Stephen Henson2016-03-024-82/+54
* curve25519: add missing const-qualifierEmilia Kasper2016-03-021-1/+1
* Make k25519Precomp constKurt Roeckx2016-03-021-1/+1
* make errorsDr. Stephen Henson2016-03-011-0/+6
* Add default operations to EC_METHODDr. Stephen Henson2016-03-0111-30/+94
* Replace overrides.Dr. Stephen Henson2016-03-015-55/+121
* remove unused variablesDr. Stephen Henson2016-02-291-9/+0
* Remove unused code.Dr. Stephen Henson2016-02-281-1343/+0
* Change BORINGSSL defines to OPENSSLDr. Stephen Henson2016-02-281-7/+7
* Initial adaptations for Curve25519 code.Dr. Stephen Henson2016-02-281-20/+23
* Place under OpenSSL license.Emilia Kasper2016-02-281-14/+47
* Add X25519 code from BoringSSL.Dr. Stephen Henson2016-02-281-0/+4899
* TLS support for X25519Dr. Stephen Henson2016-02-281-1/+2
* Add X25519 curve to listDr. Stephen Henson2016-02-281-0/+1
* Add no signing flag.Dr. Stephen Henson2016-02-284-1/+27
* Add new EC_METHOD for X25519.Dr. Stephen Henson2016-02-284-3/+393