]> source.dussan.org Git - tigervnc.git/commit
Fixes for X509 CA certificate handling
authorBrian P. Hinz <bphinz@users.sf.net>
Sun, 20 Sep 2015 00:47:56 +0000 (20:47 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Sun, 20 Sep 2015 00:50:32 +0000 (20:50 -0400)
commit395a93418b6acdb6a02ab575c540152dc81295c5
tree8fd1ab321293eedba6a753ababf9dad03b330ebb
parent1d2acb896b78b02155d078ef7b22f698426bb2db
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.
java/com/tigervnc/rfb/CSecurityTLS.java