From e29024608fca1b811aa72a7aafd930a42740b968 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 13 Aug 2016 11:13:49 -0400 Subject: 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.) --- src/lib/tls/tls_extensions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/tls/tls_extensions.h') diff --git a/src/lib/tls/tls_extensions.h b/src/lib/tls/tls_extensions.h index e273ae096..28c49f084 100644 --- a/src/lib/tls/tls_extensions.h +++ b/src/lib/tls/tls_extensions.h @@ -1,6 +1,7 @@ /* * TLS Extensions * (C) 2011,2012,2016 Jack Lloyd +* 2016 Juraj Somorovsky * * Botan is released under the Simplified BSD License (see license.txt) */ -- cgit v1.2.3