File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- June XXXth , 2018
1+ July 1st , 2018
22v1.18.2
33 -- Fix Side Channel Based ECDSA Key Extraction (CVE-2018-12437) (PR #408)
44 -- Fix potential stack overflow when DER flexi-decoding (CVE-2018-0739) (PR #373)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER=1.18.1
41+ PROJECT_NUMBER=1.18.2
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EXTRALIBS = -L../libtommath -ltommath
2727#Compilation flags
2828LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
2929LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
30- VERSION=1.18.1
30+ VERSION=1.18.2
3131
3232#Libraries to be created
3333LIBMAIN_S =libtomcrypt.a
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ EXTRALIBS = ../libtommath/tommath.lib
2222#Compilation flags
2323LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS)
2424LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
25- VERSION=1.18.1
25+ VERSION=1.18.2
2626
2727#Libraries to be created (this makefile builds only static libraries)
2828LIBMAIN_S =tomcrypt.lib
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ EXTRALIBS = ../libtommath/libtommath.a
3939#Compilation flags
4040LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
4141LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
42- VERSION=1.18.1
42+ VERSION=1.18.2
4343
4444#Libraries to be created (this makefile builds only static libraries)
4545LIBMAIN_S =libtomcrypt.a
Original file line number Diff line number Diff line change 33# (GNU make only)
44
55# The version - BEWARE: VERSION, VERSION_PC and VERSION_LT are updated via ./updatemakes.sh
6- VERSION =1.18.1
7- VERSION_PC =1.18.1
6+ VERSION =1.18.2
7+ VERSION_PC =1.18.2
88# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
99VERSION_LT =1:1
1010
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727
2828/* version */
2929#define CRYPT 0x0118
30- #define SCRYPT "1.18.1 "
30+ #define SCRYPT "1.18.2 "
3131
3232/* max size of either a cipher/hash block or symmetric key [largest of the two] */
3333#define MAXBLOCKSIZE 128
You can’t perform that action at this time.
0 commit comments