aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-08-13 11:13:49 -0400
committerJack Lloyd <[email protected]>2016-08-13 11:13:49 -0400
commite29024608fca1b811aa72a7aafd930a42740b968 (patch)
tree729cadf57f8418af74c4abf9ec653f05c27d0774 /doc
parent7dd73a96bbea879a6d7107bf4b23a44ba527a134 (diff)
Address some issues with PR 492
Adds copyright notices for Juraj Somorovsky and Christian Mainka of Hackmanit for the changes in 7c7fcecbe6a and 6d327f879c Add Policy::check_peer_key_acceptable which lets the app set an arbitrary callback for examining keys - both the end entity signature keys from certificates and the peer PFS public keys. Default impl checks that the algorithm size matches the min keylength. This centralizes this logic and lets the application do interesting things. Adds a policy for ECDSA group size checks. Increases default policy minimums to 2048 RSA and 256 ECC. (Maybe I'm an optimist after all.)
Diffstat (limited to 'doc')
-rw-r--r--doc/license.txt2
-rw-r--r--doc/todo.rst1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/license.txt b/doc/license.txt
index ef0b97ac1..f292a0d59 100644
--- a/doc/license.txt
+++ b/doc/license.txt
@@ -29,6 +29,8 @@ Copyright (C) 1999-2013,2014,2015,2016 Jack Lloyd
2015,2016 Daniel Neus
2015 Uri Blumenthal
2015,2016 Kai Michaelis
+ 2016 Juraj Somorovsky
+ 2016 Christian Mainka
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/doc/todo.rst b/doc/todo.rst
index 930c23fbd..d57c319b7 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -25,6 +25,7 @@ TLS
* Make DTLS support optional at build time
* Make TLS v1.0 and v1.1 optional at build time
+* Make finite field DH optional at build time
* Curve25519 key exchange
* TLS OCSP stapling (RFC 6066)
* Encrypt-then-MAC extension (RFC 7366)