summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2008-10-24 12:24:35 +0000
committerMagnus Hagander2008-10-24 12:24:35 +0000
commit5c9bdedaeb47118c0697813a5ce2e1b010be5e9a (patch)
tree7a79d39ae91330c48d57e18a9aced4805bedf5aa
parent5d0ad01fb49567c7c329999b506c9693a23b5b3d (diff)
Remove a "TODO-list" structure at the top of the file, referring back
to the old set of SSL patches. Hasn't been updated since, and we keep the TODOs in the "real" TODO list, really...
-rw-r--r--src/backend/libpq/be-secure.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/backend/libpq/be-secure.c b/src/backend/libpq/be-secure.c
index 8dc7be2701..e70958a472 100644
--- a/src/backend/libpq/be-secure.c
+++ b/src/backend/libpq/be-secure.c
@@ -45,32 +45,6 @@
* amounts of data are sent with the same session key, the
* session keys are periodically renegotiated.
*
- * PATCH LEVEL
- * milestone 1: fix basic coding errors
- * [*] existing SSL code pulled out of existing files.
- * [*] SSL_get_error() after SSL_read() and SSL_write(),
- * SSL_shutdown(), default to TLSv1.
- *
- * milestone 2: provide endpoint authentication (server)
- * [*] client verifies server cert
- * [*] client verifies server hostname
- *
- * milestone 3: improve confidentially, support perfect forward secrecy
- * [ ] use 'random' file, read from '/dev/urandom?'
- * [*] emphermal DH keys, default values
- * [*] periodic renegotiation
- * [*] private key permissions
- *
- * milestone 4: provide endpoint authentication (client)
- * [*] server verifies client certificates
- *
- * milestone 5: provide informational callbacks
- * [*] provide informational callbacks
- *
- * other changes
- * [ ] tcp-wrappers
- * [ ] more informative psql
- *
*-------------------------------------------------------------------------
*/