Ville Skyttä

Results 243 issues of Ville Skyttä

Steps to reproduce: - create a BKS_V1 keystore or create a BKS keystore and convert it to BKS_V1 - inspect it with Keystore Report. It shows BKS_V1 - Close Portecle....

sourceforge
auto-migrated

java -jar portecle.jar Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width \(-1\) and height \(-1\) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster\(DirectColorModel.java:1016\) at java.awt.image.BufferedImage.<init>\(BufferedImage.java:357\) at sun.lwawt.macosx.CImage$Creator.createFromImage\(CImage.java:101\) at sun.lwawt.macosx.CPlatformWindow.getImageForTarget\(CPlatformWindow.java:734\) at sun.lwawt.macosx.CPlatformWindow.updateIconImages\(CPlatformWindow.java:541\) at sun.lwawt.LWWindowPeer.updateIconImages\(LWWindowPeer.java:438\) at...

sourceforge
auto-migrated

Hello, don't know if this is exactly a bug, anyway: I'm trying to open a keystore file \(.ks\) generated by a previous java version \(probably 1.5 or earlier\) in order...

sourceforge
auto-migrated

The following Exception is shown when I use the menu File->Open Keystore File. I use java 1.6. The problem occures also under windows as under Linux Ubuntu 10.10. The file...

sourceforge
auto-migrated

Currently I couldn't find a way to sign a CSR within portecle, it would be nice, if this would be possible. \(Or did I missed something?\) Reported by: aldaris88

sourceforge
auto-migrated

I am using OpenSSL to sign the certificate. Once the Root CA is imported and then I use the "Import CA Reply", it throws me the following errors. "Could not...

sourceforge
auto-migrated

If I import a chained certificate \(eg root -> intermediate -> private key\) from a .pfx file the root and intermediate certificates are not imported into a .jks. In older...

sourceforge
auto-migrated

java.security.UnrecoverableKeyException: Cannot recover key sun.security.provider.KeyProtector.recover\(KeyProtector.java:301\) sun.security.provider.JavaKeyStore.engineGetKey\(JavaKeyStore.java:103\) java.security.KeyStore.getKey\(KeyStore.java:731\) net.sf.portecle.FPortecle.exportPrivKeyCertChain\(Unknown Source\) net.sf.portecle.FPortecle.exportSelectedEntry\(Unknown Source\) net.sf.portecle.FPortecle.access$4400\(Unknown Source\) net.sf.portecle.FPortecle$47.run\(Unknown Source\) java.lang.Thread.run\(Thread.java:595\) I was able to do a "Save Keystore As". Unfortunately, I cannot give you...

sourceforge
auto-migrated

many certificates can be issued on a single public key. portecle makes a strong association of one public with one private key. When for example exporting to a pfx that...

sourceforge
auto-migrated

e.g. if an intermediary certificate is not the trust-store of a browser, tomcat may not just serve the leaf but must serve the entire chain. for this to happen, it...

sourceforge
auto-migrated