aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-241-3/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-9/+9
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-191-2/+5
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-4/+3
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Use named curve parameter encoding by default.Dr. Stephen Henson2015-02-192-2/+3
* Add ec/asm/ecp_nistz256-armv4.pl module.Andy Polyakov2015-02-112-0/+1812
* ec/ecp_nistz256.c: fix compiler warnings.Andy Polyakov2015-02-101-25/+24
* ec/asm/ecp_nistz256-x86.pl: fix typos (error shows in Windows build).Andy Polyakov2015-02-101-2/+2
* Add ec/asm/ecp_nistz256-x86.pl module.Andy Polyakov2015-02-092-0/+1826
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-062-7/+0
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-20/+0
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-157/+0
* Rename index to idx to avoid symbol conflicts.Rich Salz2015-01-281-55/+55
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-4/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-224-89/+93
* Re-align some comments after running the reformat script.Matt Caswell2015-01-228-133/+133