why doen't sun mycrosystem provide signatures of their main dev files?

C

Chris Smith

Roedy Green said:
https is for something confidential. The contents of the downloads are
publicly known.

HTTPS provides a number of security benefits. These include at least
(a) encryption and (b) verification of authenticity. The latter avoids
at least some of the need for checking MD5 checksums and the like; that
is, if someone were to hijack a router between Sun and you, you could
tell that it's not Sun that is serving the pages at the other end. You
would see a security warning in your browser, because either the web
page you requested (java.sun.com) is not the name on the server
certificate, or else the certificate will not be signed by a trusted CA.

The encryption/decryption process would also ensure that data corruption
during transfer would probably result in a failure to decrypt content,
rather than a corrupted file on disk. So you'd find out sooner if there
were a problem with the download, and the user agent would probably
attempt to re-request the content and clear things up.

Hope that clears things up.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
R

Roedy Green

The zip format itself has a crc-32 checksum on each member. Manifests
have MD5 and SHA-1 digests of each element.
 
R

Roedy Green

HTTPS provides a number of security benefits. These include at least
(a) encryption and (b) verification of authenticity. The latter avoids
at least some of the need for checking MD5 checksums and the like; that
is, if someone were to hijack a router between Sun and you, you could
tell that it's not Sun that is serving the pages at the other end. You
would see a security warning in your browser, because either the web
page you requested (java.sun.com) is not the name on the server
certificate, or else the certificate will not be signed by a trusted CA.

Has there ever been a case of a JDK download being so highjacked? I
would imagine the checksums would appear shortly after the first
reported case. They would still not have to use HTTPS which pays a
heavy penalty for encryption.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top