mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- 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.99-pre3
This commit is contained in:
parent
5a1494fb30
commit
345a6fee91
7 changed files with 41 additions and 37 deletions
|
|
@ -39,16 +39,16 @@
|
|||
*/
|
||||
#define POLARSSL_VERSION_MAJOR 0
|
||||
#define POLARSSL_VERSION_MINOR 99
|
||||
#define POLARSSL_VERSION_PATCH 2
|
||||
#define POLARSSL_VERSION_PATCH 3
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define POLARSSL_VERSION_NUMBER 0x00630200
|
||||
#define POLARSSL_VERSION_STRING "0.99.2"
|
||||
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.2"
|
||||
#define POLARSSL_VERSION_NUMBER 0x00630300
|
||||
#define POLARSSL_VERSION_STRING "0.99.3"
|
||||
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.3"
|
||||
|
||||
#if defined(POLARSSL_VERSION_C)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue