summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28remove malloc castsRich Salz
2015-04-28NISTZ256: owur'ize.Emilia Kasper
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper
2015-04-21Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov
2015-04-20Add ecp_nistz256-armv8 module.Andy Polyakov
2015-04-20crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov
2015-04-20ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11Fix memory leakRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-28ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-02-19Use named curve parameter encoding by default.Dr. Stephen Henson
2015-02-11Add ec/asm/ecp_nistz256-armv4.pl module.Andy Polyakov
2015-02-10ec/ecp_nistz256.c: fix compiler warnings.Andy Polyakov
2015-02-10ec/asm/ecp_nistz256-x86.pl: fix typos (error shows in Windows build).Andy Polyakov
2015-02-09Add ec/asm/ecp_nistz256-x86.pl module.Andy Polyakov
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz