summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov
2015-01-22ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22More commentsMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-04ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-19RT3548: Remove outdated platformsRich Salz
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-17Build fixesEmilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/ecdsaDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-20When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2014-10-29ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.Andy Polyakov
2014-10-23ecp_nistz256 update.Andy Polyakov