Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Security Operating Systems BSD

OpenSSL Gets Cryptography Gift From Sun 217

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."
This discussion has been archived. No new comments can be posted.

OpenSSL Gets Cryptography Gift From Sun

Comments Filter:
  • by Anonymous Coward on Thursday September 19, 2002 @05:46PM (#4292976)
    there is no known weakening from quantum computers of elyptic curve cryptosystems

    Huh? "Using the Quantum Computer to Break Elliptic Curve Cryptosystems" [nec.com]
  • by jbrandon ( 603700 ) on Thursday September 19, 2002 @05:52PM (#4293024)
    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 [nec.com]
  • by plcurechax ( 247883 ) on Thursday September 19, 2002 @05:58PM (#4293065) Homepage
    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. [openssl.org]

    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).
  • by AndersM ( 32304 ) on Thursday September 19, 2002 @06:03PM (#4293097) Homepage

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

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

  • by plcurechax ( 247883 ) on Thursday September 19, 2002 @06:07PM (#4293119) Homepage
    ...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 [certicom.com])
  • by plcurechax ( 247883 ) on Thursday September 19, 2002 @07:06PM (#4293519) Homepage
    'elliptic curve' encryption technology, (developed by Whitfield Diffie of Diffie-Hellman public key fame)

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

    Whitfield Diffie is Sun's chief security officer, and co-invented public-key cryptography.
  • by jacobb ( 93907 ) on Thursday September 19, 2002 @07:27PM (#4293649) Homepage
    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.

  • sun labs (Score:3, Informative)

    by Anonymous Coward on Thursday September 19, 2002 @09:12PM (#4294196)
    Sun has a pretty good site with some informative documentation and a link to OpenSSL's cipher downloads [sun.com]
    1. http://research.sun.com/projects/crypto/
  • by Ungrounded Lightning ( 62228 ) on Thursday September 19, 2002 @09:50PM (#4294419) Journal
    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).
  • Re:BSD?? (Score:2, Informative)

    by 4geru ( 593254 ) on Thursday September 19, 2002 @10:52PM (#4294711)
    No. OpenSSL was originally SSLeay written by Eric Young.

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...