SSL improvements:
Bruce Momjian <bruce@momjian.us>
SSL improvements: o read global SSL configuration file o add GUC "ssl_ciphers" to control allowed ciphers o add libpq environment variable PGSSLKEY to control SSL hardware keys Victor B. Wagner
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +15 −1 |
| doc/src/sgml/libpq.sgml | modified | +40 −3 |
| doc/src/sgml/runtime.sgml | modified | +22 −3 |
| src/backend/libpq/be-secure.c | modified | +13 −2 |
| src/backend/postmaster/postmaster.c | modified | +2 −1 |
| src/backend/utils/misc/guc.c | modified | +11 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −0 |
| src/include/postmaster/postmaster.h | modified | +2 −1 |
| src/interfaces/libpq/fe-secure.c | modified | +96 −42 |