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
PolarSSL ChangeLog (Sorted per branch, date)
2
2
3
- = PolarSSL 1.3 branch
3
+ = PolarSSL 1.3.5 released on 2014-03-26
4
4
Features
5
5
* HMAC-DRBG as a separate module
6
6
* Option to set the Curve preference order (disabled by default)
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
/**
7
- * @mainpage PolarSSL v1.3.4 source code documentation
7
+ * @mainpage PolarSSL v1.3.5 source code documentation
8
8
*
9
9
* This documentation describes the internal structure of PolarSSL. 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 = "PolarSSL v1.3.4 "
31
+ PROJECT_NAME = "PolarSSL v1.3.5 "
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 39
39
*/
40
40
#define POLARSSL_VERSION_MAJOR 1
41
41
#define POLARSSL_VERSION_MINOR 3
42
- #define POLARSSL_VERSION_PATCH 4
42
+ #define POLARSSL_VERSION_PATCH 5
43
43
44
44
/**
45
45
* The single version number has the following structure:
46
46
* MMNNPP00
47
47
* Major version | Minor version | Patch version
48
48
*/
49
- #define POLARSSL_VERSION_NUMBER 0x01030400
50
- #define POLARSSL_VERSION_STRING "1.3.4 "
51
- #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.3.4 "
49
+ #define POLARSSL_VERSION_NUMBER 0x01030500
50
+ #define POLARSSL_VERSION_STRING "1.3.5 "
51
+ #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.3.5 "
52
52
53
53
#if defined(POLARSSL_VERSION_C )
54
54
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ endif()
108
108
109
109
if (USE_SHARED_POLARSSL_LIBRARY)
110
110
add_library (polarssl SHARED ${src} )
111
- set_target_properties (polarssl PROPERTIES VERSION 1.3.4 SOVERSION 5)
111
+ set_target_properties (polarssl PROPERTIES VERSION 1.3.5 SOVERSION 5)
112
112
113
113
target_link_libraries (polarssl ${libs} )
114
114
Original file line number Diff line number Diff line change 1
1
Check compiletime library version
2
- check_compiletime_version:"1.3.4 "
2
+ check_compiletime_version:"1.3.5 "
3
3
4
4
Check runtime library version
5
- check_runtime_version:"1.3.4 "
5
+ check_runtime_version:"1.3.5 "
You can’t perform that action at this time.
0 commit comments