commit | cdc26ae099ff89a6184eebfcffd7414acd54c424 | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 19 12:16:31 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 14:52:40 2015 +0200 |
tree | 5f0a8459c6d2ff6a273a3faed0138ef39973ab0d | |
parent | a752d8780ceac07146b9b8b4620f82913034c4de [diff] |
Add mbedtls_ssl_set_hs_authmode While at it, fix the following: - on server with RSA_PSK, we don't want to set flags (client auth happens via the PSK, no cert is expected). - use safer tests (eg == OPTIONAL vs != REQUIRED)