aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-2/+6
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-7/+7
* remove 0 assignments.Rich Salz2015-09-034-35/+5
* RT3674: Make no-cms build work.David Bar2015-09-031-0/+2
* Add and use OPENSSL_zallocRich Salz2015-09-022-13/+7
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix warning when compiling with no-ec2mMatt Caswell2015-08-031-4/+8
* More secure storage of key material.Rich Salz2015-06-231-0/+2
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-105-4/+11
* Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman2015-05-293-5/+5
* fix copy paste error in ec_GF2m function prototypesBilly Brumley2015-05-261-8/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-4/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-144-4/+4
* bn/asm/armv8-mont.pl: boost performance.Andy Polyakov2015-05-131-10/+7
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-115-13/+16
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-062-7/+7
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-053-28/+30
* Use safer sizeof variant in mallocRich Salz2015-05-049-25/+26
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+4
* free NULL cleanup -- codaRich Salz2015-05-013-22/+10
* free null cleanup finaleRich Salz2015-05-0110-69/+34
* free NULL cleanup 7Rich Salz2015-04-3019-242/+125
* Add sanity check to print_bin functionMatt Caswell2015-04-301-1/+3
* free cleanup almost the finaleRich Salz2015-04-308-32/+12
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* remove malloc castsRich Salz2015-04-288-8/+8
* NISTZ256: owur'ize.Emilia Kasper2015-04-281-20/+20
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-7/+15
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+12
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-25/+30
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov2015-04-212-0/+3048
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-201-90/+94
* Add ecp_nistz256-armv8 module.Andy Polyakov2015-04-202-0/+1568
* crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2015-04-202-150/+136
* ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov2015-04-203-30/+30
* free NULL cleanup 9Rich Salz2015-04-114-8/+4
* Fix memory leakRich Salz2015-04-111-6/+3
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-2962/+0
* Ensure EC private keys retain leading zerosDouglas E Engert2015-03-311-3/+17
* ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov2015-03-281-13/+16
* free NULL cleanupRich Salz2015-03-281-2/+1
* free NULL cleanup.Rich Salz2015-03-2515-120/+66
* make dependDr. Stephen Henson2015-03-241-4/+4
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1