commit | c98204e68f4022b02c4520c4137e7b8480559cef | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Tue Aug 11 04:21:01 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Tue Aug 11 04:21:01 2015 +0200 |
tree | bdd28f7f990f89f15e9eb4c72b742fdfe95865d6 | |
parent | e87b04caed2d79de61ab2ede85c10de7acdaa3ab [diff] [blame] |
Fix missing break in switch for SSL presets closes #235
diff --git a/ChangeLog b/ChangeLog index d10791f..f74ba34 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -24,6 +24,8 @@ with make. * Fix link error when building shared libraries for Windows with make. * Fix error when loading libmbedtls.so. + * Fix bug in mbedtls_ssl_conf_default() that caused the default preset to + be always used (found by dcb314) (#235) Changes * The PEM parser now accepts a trailing space at end of lines (#226).