-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib
updated
27 files
+0 −24 | .appveyor.yml | |
+6 −6 | .cirrus.yml | |
+2 −0 | .gitattributes | |
+4 −10 | Makefile | |
+5 −0 | mk/gen-pgutil_kwlookup_gp.sh | |
+4 −0 | mk/gen-pgutil_kwlookup_h.sh | |
+2 −2 | test/connect-tls.c | |
+25 −25 | test/test_crypto.c | |
+9 −0 | test/test_shlist.c | |
+6 −6 | test/test_tls.c | |
+3 −3 | test/tinytest.c | |
+1 −1 | test/tinytest_demo.c | |
+2 −0 | usual/cbtree.c | |
+1 −1 | usual/json.c | |
+2 −1 | usual/pgsocket.c | |
+1 −1 | usual/pgutil.c | |
+155 −161 | usual/pgutil_kwlookup.h | |
+3 −3 | usual/talloc.h | |
+18 −6 | usual/tls/tls.c | |
+1 −1 | usual/tls/tls.h | |
+4 −22 | usual/tls/tls_compat.c | |
+6 −0 | usual/tls/tls_compat.h | |
+18 −16 | usual/tls/tls_config.c | |
+2 −2 | usual/tls/tls_conninfo.c | |
+0 −35 | usual/tls/tls_internal.h | |
+3 −4 | usual/tls/tls_ocsp.c | |
+1 −3 | usual/tls/tls_server.c |