Slashdot Mirror


OpenSSL Gets Cryptography Gift From Sun

Kataire writes "C|Net posted this story about how Sun Microsystems' has donated 'elliptic curve' encryption technology, (developed by Whitfield Diffie of Diffie-Hellman public key fame) to the OpenSSL project. This potentially means better encryption for lighter-weight systems such as PDAs."

10 of 217 comments (clear)

  1. Re:Good for more then PDA's by Anonymous Coward · · Score: 1, Informative

    there is no known weakening from quantum computers of elyptic curve cryptosystems

    Huh? "Using the Quantum Computer to Break Elliptic Curve Cryptosystems"

  2. Re:Good for more then PDA's by jbrandon · · Score: 5, Informative

    That's just not true; Shor's algorithm transfers quite nicely to solving what is essentially the discrete log problem in a group. IOW: Elliptic curve cryto is not any safer. See This

  3. Wrong. OpenSSL != OpenSSH by plcurechax · · Score: 5, Informative

    OpenSSL is written by the OpenBSD people

    Not quite.

    OpenSSL is maintained by OpenSSL core members: Ralf S. Engelschall, Ben Laurie, Mark J. Cox, Dr. Stephen Henson, and others developers.

    OpenSSH was written by OpenBSD members (Theo de Raadt, Niels Provos, Markus Friedl, Dug Song, and others). OpenSSH uses OpenSSL as a cryptographic library source (it is highly optimized for many processors).

  4. Re:Is this the same as featured before? by AndersM · · Score: 3, Informative

    No... But there is a distributed project out there working very hard to crack it - but so far elliptic curve encryption holds out...

    By the way, Ars Technica has a team working hard on this project, and they I'm sure they'd like some help... ;-)

    --
    My opinions may have changed, but not the fact that I am right! =)
  5. Re:NeXT, did NOT invent ECC. by plcurechax · · Score: 4, Informative

    ...given that it was invented by NeXT?

    Sorry, Ellipitic curve cryptography was invented independantly by Neal Koblitz, Professor of Mathematics at the University of Washington and Victor Miller who was then at IBM.
    (Source)

  6. Whitfield Diffie did NOT invent ECC by plcurechax · · Score: 5, Informative

    'elliptic curve' encryption technology, (developed by Whitfield Diffie of Diffie-Hellman public key fame)

    Elliptic curve cryptography was indepentantly
    invented by Neal Koblitz, Professor of Mathematics at the University of Washington and Victor Miller who was then at IBM.
    (Source)

    Whitfield Diffie is Sun's chief security officer, and co-invented public-key cryptography.

  7. wrong, wrong, _wrong_ ! by jacobb · · Score: 3, Informative
    You are wrong, wrong, wrong . plain and simple.

    In fact, it has and can be easily shown that by solving "the factoring problem" (as it's oh-so-vulgarly put) or the discrete log problem of classical public key cryptosystems, one solves EC's. The problems are extensions of one another, and the solution to one is trivially deducible from the solution to another.
    your statement was like saying "unlike Webster's Dictionary, the Oxford English Dictonary has no words in it" - pure and utter nonsense. gibberish.

    All ECC's are (in boiled-down essence), is a Discrete Log problem on a cubic whose solutions are confined to a torus. (i.e. 'elliptic curve').
    while it's true that the keysize needed for secure ECC is much, much smaller and increases much much more slowly than either DL (discrete log) or IF (integer factorization) [both of which are essentially exactly the same] systems, this has to do with the way the field is set up and how the keys correspond.

  8. sun labs by Anonymous Coward · · Score: 3, Informative
    Sun has a pretty good site with some informative documentation and a link to OpenSSL's cipher downloads
    1. http://research.sun.com/projects/crypto/
  9. Merkle invented public-key cryptography (too) by Ungrounded+Lightning · · Score: 5, Informative

    Whitfield Diffie is Sun's chief security officer, and co-invented public-key cryptography.

    Actually, Ralph Merkle invented public-key cryptography (too). Merkle's article was SUBMITTED first, though the Diffie-Hellman article was PUBLISHED first while Merkle's was still going through the review process.

    Not to disparage any of 'em. Merkle and Diffie & Hellman both invented it separately.

    And for you people who follow Nanotech and/or Cryonics, yes it's THAT Ralph Merkle (who didn't invent either cryonics or nanotech, though he does much great work to advance them).

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  10. Re:BSD?? by 4geru · · Score: 2, Informative

    No. OpenSSL was originally SSLeay written by Eric Young.