diff --git a/ChangeLog b/ChangeLog index 956bb3ffb..72da50166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ PolarSSL ChangeLog Bugfix * Fixed memory leak in RSA as a result of introduction of blinding * Fixed ssl_pkcs11_decrypt() prototype + * Fixed MSVC project files = Version 1.2.9 released 2013-10-01 Changes diff --git a/visualc/VS2010/PolarSSL.vcxproj b/visualc/VS2010/PolarSSL.vcxproj index 84a23eebe..5a05bfaa4 100644 --- a/visualc/VS2010/PolarSSL.vcxproj +++ b/visualc/VS2010/PolarSSL.vcxproj @@ -163,6 +163,7 @@ + @@ -172,22 +173,28 @@ + + + + + + @@ -205,14 +212,18 @@ + + + + @@ -224,9 +235,10 @@ + - \ No newline at end of file + diff --git a/visualc/VS6/polarssl.dsp b/visualc/VS6/polarssl.dsp index 935300c4b..5bbf3a757 100644 --- a/visualc/VS6/polarssl.dsp +++ b/visualc/VS6/polarssl.dsp @@ -97,6 +97,10 @@ SOURCE=..\..\library\asn1parse.c # End Source File # Begin Source File +SOURCE=..\..\library\asn1write.c +# End Source File +# Begin Source File + SOURCE=..\..\library\base64.c # End Source File # Begin Source File @@ -153,6 +157,10 @@ SOURCE=..\..\library\error.c # End Source File # Begin Source File +SOURCE=..\..\library\gcm.c +# End Source File +# Begin Source File + SOURCE=..\..\library\havege.c # End Source File # Begin Source File @@ -185,10 +193,26 @@ SOURCE=..\..\library\padlock.c # End Source File # Begin Source File +SOURCE=..\..\library\pbkdf2.c +# End Source File +# Begin Source File + SOURCE=..\..\library\pem.c # End Source File # Begin Source File +SOURCE=..\..\library\pkcs11.c +# End Source File +# Begin Source File + +SOURCE=..\..\library\pkcs12.c +# End Source File +# Begin Source File + +SOURCE=..\..\library\pkcs5.c +# End Source File +# Begin Source File + SOURCE=..\..\library\rsa.c # End Source File # Begin Source File @@ -205,6 +229,10 @@ SOURCE=..\..\library\sha4.c # End Source File # Begin Source File +SOURCE=..\..\library\ssl_cache.c +# End Source File +# Begin Source File + SOURCE=..\..\library\ssl_cli.c # End Source File # Begin Source File @@ -221,10 +249,18 @@ SOURCE=..\..\library\timing.c # End Source File # Begin Source File +SOURCE=..\..\library\version.c +# End Source File +# Begin Source File + SOURCE=..\..\library\x509parse.c # End Source File # Begin Source File +SOURCE=..\..\library\x509write.c +# End Source File +# Begin Source File + SOURCE=..\..\library\xtea.c # End Source File # End Group @@ -309,6 +345,10 @@ SOURCE=..\..\include\polarssl\error.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\gcm.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\havege.h # End Source File # Begin Source File @@ -341,10 +381,26 @@ SOURCE=..\..\include\polarssl\padlock.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\pbkdf2.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\pem.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\pkcs11.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\polarssl\pkcs12.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\polarssl\pkcs5.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\rsa.h # End Source File # Begin Source File @@ -361,6 +417,10 @@ SOURCE=..\..\include\polarssl\sha4.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\ssl_cache.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\ssl.h # End Source File # Begin Source File @@ -369,10 +429,18 @@ SOURCE=..\..\include\polarssl\timing.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\version.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\x509.h # End Source File # Begin Source File +SOURCE=..\..\include\polarssl\x509write.h +# End Source File +# Begin Source File + SOURCE=..\..\include\polarssl\xtea.h # End Source File # End Group