commit | 395a93418b6acdb6a02ab575c540152dc81295c5 | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Sat Sep 19 20:47:56 2015 -0400 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Sat Sep 19 20:50:32 2015 -0400 |
tree | 8fd1ab321293eedba6a753ababf9dad03b330ebb | |
parent | 1d2acb896b78b02155d078ef7b22f698426bb2db [diff] |
Fixes for X509 CA certificate handling 95f39a5 introduced a regression whereby an exception would be thrown when a PEM encoded CA certificate file containing one or more blank lines was read in under Apple Java 6. Additionally, CA certs were being appended to the ~/.vnc/x509_savedcerts.pem file even if they were already included in it. Also fixes a possible FileNotFoundException if the x509_savedcerts.pem file didn't exist.