aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLars Herschke <[email protected]>2011-09-26 11:43:40 -0400
committerLars Herschke <[email protected]>2011-09-26 11:43:40 -0400
commitdc63e62272f8d610986ce9327ce8ffdea9fe75f9 (patch)
tree89bac10ac80cafbfe1d209e2cb897b9071e7c7c8 /NEWS
parent3981cff3d9feca0a3d240f675b8268ddb8751b83 (diff)
Add support for client authentication certificates
2011-09-26 Lars Herschke <[email protected]> * netx/net/sourceforge/jnlp/resources/Messages.properties: Add CVExportPasswordMessage, CVImportPasswordMessage and CVPasswordTitle. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize): Initialize SSLContext with the user's client certificates. * netx/net/sourceforge/jnlp/security/CertificateUtils.java (addPKCS12ToKeyStore, addPKCS12ToKeyStore, dumpPKCS12): New methods. * netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java (getPasswords): New method. (ImportButtonListener.actionPerformed): Import client certificates in PKCS12 format. (ExportButtonListener.actionPerformed): Export client certificates in PKCS12 format.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6a75b3d..8003f55 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@ Common
- PR789: typo in jrunscript.sh
- RH734081: Javaws cannot use proxy settings from Firefox
- RH738814: Access denied at ssl handshake
+ - Support for authenticating using client certificates
New in release 1.1 (2011-XX-XX):
* Security updates