bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26089] Missing implementation of HostnameVerifier etc.


From: csm at gnu dot org
Subject: [Bug classpath/26089] Missing implementation of HostnameVerifier etc.
Date: 3 Feb 2006 19:32:05 -0000


------- Comment #1 from csm at gnu dot org  2006-02-03 19:32 -------
Confirmed.

The issue here is that something like HostnameVerifier is necessarily
interactive; that is, a correct implementation would (in an interactive
program) pop up a dialog like you see in your web browser, saying that the
hostname being connected to doesn't match the name in the certificate, and
asking whether or not it is OK to connect.

Something like this can be implemented using the `javax.security.auth.callback'
package, and some of the default handler implementations in
`gnu.javax.security.auth.callback.'


-- 

csm at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-03 19:32:05
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26089





reply via email to

[Prev in Thread] Current Thread [Next in Thread]