File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
mbed TLS ChangeLog (Sorted per branch, date)
2
2
3
- = mbed TLS 1.3.x branch 2016-xx-xx
3
+ = mbed TLS 1.3.18 branch 2016-10-17
4
4
5
5
Security
6
6
* Removed the MBEDTLS_SSL_AEAD_RANDOM_IV option, because it was not compliant
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
/**
7
- * @mainpage mbed TLS v1.3.17 source code documentation
7
+ * @mainpage mbed TLS v1.3.18 source code documentation
8
8
*
9
9
* This documentation describes the internal structure of mbed TLS. It was
10
10
* automatically generated from specially formatted comment blocks in
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
28
28
# identify the project. Note that if you do not use Doxywizard you need
29
29
# to put quotes around the project name if it contains spaces.
30
30
31
- PROJECT_NAME = "mbed TLS v1.3.17 "
31
+ PROJECT_NAME = "mbed TLS v1.3.18 "
32
32
33
33
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
34
34
# This could be handy for archiving the generated documentation or
Original file line number Diff line number Diff line change 40
40
*/
41
41
#define POLARSSL_VERSION_MAJOR 1
42
42
#define POLARSSL_VERSION_MINOR 3
43
- #define POLARSSL_VERSION_PATCH 17
43
+ #define POLARSSL_VERSION_PATCH 18
44
44
45
45
/**
46
46
* The single version number has the following structure:
47
47
* MMNNPP00
48
48
* Major version | Minor version | Patch version
49
49
*/
50
- #define POLARSSL_VERSION_NUMBER 0x01031100
51
- #define POLARSSL_VERSION_STRING "1.3.17 "
52
- #define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.17 "
50
+ #define POLARSSL_VERSION_NUMBER 0x01031200
51
+ #define POLARSSL_VERSION_STRING "1.3.18 "
52
+ #define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.18 "
53
53
54
54
#if defined(POLARSSL_VERSION_C )
55
55
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ endif()
117
117
118
118
if (USE_SHARED_MBEDTLS_LIBRARY)
119
119
add_library (mbedtls SHARED ${src} )
120
- set_target_properties (mbedtls PROPERTIES VERSION 1.3.17 SOVERSION 9)
120
+ set_target_properties (mbedtls PROPERTIES VERSION 1.3.18 SOVERSION 9)
121
121
122
122
target_link_libraries (mbedtls ${libs} )
123
123
Original file line number Diff line number Diff line change 1
1
Check compiletime library version
2
- check_compiletime_version:"1.3.17 "
2
+ check_compiletime_version:"1.3.18 "
3
3
4
4
Check runtime library version
5
- check_runtime_version:"1.3.17 "
5
+ check_runtime_version:"1.3.18 "
6
6
7
7
Check for POLARSSL_VERSION_C
8
8
check_feature:"POLARSSL_VERSION_C":0
You can’t perform that action at this time.
0 commit comments