[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug crypto/29692] SSLSocket.getSession() does not do an implicit handsh
From: |
vskytta at gmail dot com |
Subject: |
[Bug crypto/29692] SSLSocket.getSession() does not do an implicit handshake |
Date: |
2 Nov 2006 20:48:37 -0000 |
------- Comment #1 from vskytta at gmail dot com 2006-11-02 20:48 -------
Created an attachment (id=12538)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12538&action=view)
Reproducer code sample
This code should print the first certificate from the savannah.gnu.org SSL
cerificate chain. It does so with Sun's JVM, but with libgcj/classpath it
fails with:
Exception in thread "main" javax.net.ssl.SSLPeerUnverifiedException: peer not
verified
at gnu.javax.net.ssl.provider.Session.getPeerCertificates(libgcj.so.7rh)
at SSLTest.main(SSLTest.java:41)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29692