Added support for SSL in the jdbc driver
Barry Lind <barry@xythos.com>
Added support for SSL in the jdbc driver Modified Files: jdbc/build.xml jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/PG_Stream.java jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/util/PSQLException.java
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/build.xml | modified | +20 −3 |
| src/interfaces/jdbc/org/postgresql/Driver.java.in | modified | +60 −29 |
| src/interfaces/jdbc/org/postgresql/errors.properties | modified | +2 −0 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java | modified | +67 −2 |
| src/interfaces/jdbc/org/postgresql/PG_Stream.java | modified | +9 −5 |
| src/interfaces/jdbc/org/postgresql/util/PSQLException.java | modified | +1 −1 |