Files
mbedtls/library
Paul Bakker a62729888b Ability to specify allowed ciphersuites based on the protocol version.
The ciphersuites parameter in the ssl_session structure changed from
'int *' to 'int **' and is now malloced in ssl_init() and freed in
ssl_free().

The new function ssl_set_ciphersuite_for_version() sets specific entries
inside this array. ssl_set_ciphersuite() sets all entries to the same
value.
2013-04-12 13:13:43 +02:00
..
2011-03-08 13:58:16 +00:00
2012-11-09 15:30:07 +00:00
2012-09-16 15:07:49 +00:00
2012-11-02 10:59:36 +00:00
2012-04-26 10:09:35 +00:00
2012-11-14 12:14:19 +00:00
2010-07-18 20:36:00 +00:00
2012-11-07 20:05:38 +00:00