-
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
+24 −0 | .appveyor.yml | |
+6 −6 | .cirrus.yml | |
+0 −2 | .gitattributes | |
+10 −4 | Makefile | |
+0 −5 | mk/gen-pgutil_kwlookup_gp.sh | |
+0 −4 | mk/gen-pgutil_kwlookup_h.sh | |
+2 −2 | test/connect-tls.c | |
+25 −25 | test/test_crypto.c | |
+0 −9 | test/test_shlist.c | |
+6 −6 | test/test_tls.c | |
+3 −3 | test/tinytest.c | |
+1 −1 | test/tinytest_demo.c | |
+0 −2 | usual/cbtree.c | |
+1 −1 | usual/json.c | |
+1 −2 | usual/pgsocket.c | |
+1 −1 | usual/pgutil.c | |
+161 −155 | usual/pgutil_kwlookup.h | |
+3 −3 | usual/talloc.h | |
+6 −18 | usual/tls/tls.c | |
+1 −1 | usual/tls/tls.h | |
+22 −4 | usual/tls/tls_compat.c | |
+0 −6 | usual/tls/tls_compat.h | |
+16 −18 | usual/tls/tls_config.c | |
+2 −2 | usual/tls/tls_conninfo.c | |
+35 −0 | usual/tls/tls_internal.h | |
+4 −3 | usual/tls/tls_ocsp.c | |
+3 −1 | usual/tls/tls_server.c |