Code Monkey home page Code Monkey logo

Comments (10)

sthomas-github avatar sthomas-github commented on June 9, 2024

If I should instead be posting this to https://github.com/joyent/node/issues, please let me know.

from node-convergence-archive.

sthomas-github avatar sthomas-github commented on June 9, 2024

My apologies, I clicked the wrong button and closed the issue by mistake. --Steve

from node-convergence-archive.

bnoordhuis avatar bnoordhuis commented on June 9, 2024

MDC2 and RC5 are disabled by default. IDEA is enabled, however. You can check yourself with iojs -p 'require("crypto").getCiphers()'.

If you want to disable IDEA, you can add OPENSSL_NO_IDEA to the defines in deps/openssl/openssl.gyp.

from node-convergence-archive.

sthomas-github avatar sthomas-github commented on June 9, 2024

Thanks, Ben.

Re: IDEA, I take it that we would need to recompile Node after adjusting the openssl.gyp file, or do I have that wrong? Can it be disabled otherwise in javascript code without rebuilding?

I don't know as much about the legal status of IDEA, so I will need to look into that in more detail.

Thanks again!

from node-convergence-archive.

sthomas-github avatar sthomas-github commented on June 9, 2024

Some information on IDEA: http://www.quadibloc.com/crypto/co040302.htm

from node-convergence-archive.

bnoordhuis avatar bnoordhuis commented on June 9, 2024

You'd have to recompile, yes.

from node-convergence-archive.

sthomas-github avatar sthomas-github commented on June 9, 2024

Thanks, Ben. Your help is much appreciated. --Steve

from node-convergence-archive.

sthomas-github avatar sthomas-github commented on June 9, 2024

When I run the getCiphers() command above, I don't see RC5 or MDC2, as Ben indicated. I do get a few IDEA-based ciphers:

'idea',
'idea-cbc',
'idea-cfb',
'idea-ecb',
'idea-ofb',

It looks like I might be able to exclude the IDEA algorithm from the ciphers used, as shown on this page, where !RC4 is used (as an example). Perhaps I could do the same with !IDEA. I'll give that a try, and if it works, perhaps that will be sufficient for the lawyers.

from node-convergence-archive.

rvagg avatar rvagg commented on June 9, 2024

please take this to the new https://github.com/nodejs/node repo if it's still valid for discussion

from node-convergence-archive.

bnoordhuis avatar bnoordhuis commented on June 9, 2024

For posterity, I had a typo in my comment: it said OPENSSL_NO_ASM instead of OPENSSL_NO_IDEA. Updated.

from node-convergence-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.