- Replaced function that fixes man-in-the-middle attack
- Added message to indicate inclusion of man-in-the-middle attack (Reported by Larry Highsmith, Subreption LLC)
- Released version 0.14.2
diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index 294258d..d13f01c 100644
--- a/include/polarssl/version.h
+++ b/include/polarssl/version.h
@@ -36,16 +36,16 @@
*/
#define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 14
-#define POLARSSL_VERSION_PATCH 1
+#define POLARSSL_VERSION_PATCH 2
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
-#define POLARSSL_VERSION_NUMBER 0x000E0100
-#define POLARSSL_VERSION_STRING "0.14.1"
-#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.1"
+#define POLARSSL_VERSION_NUMBER 0x000E0200
+#define POLARSSL_VERSION_STRING "0.14.2"
+#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.2"
#if defined(POLARSSL_VERSION_C)