On Monday, March 27, 2017 at 12:14:45 AM UTC-4, Jeffrey Walton wrote:
>
>
>
> On Sunday, March 26, 2017 at 11:16:43 PM UTC-4, Michael Shiels wrote:
>>
>>
>> On Sunday, March 26, 2017 at 11:00:09 PM UTC-4, Michael Shiels wrote:
>>>
>>> From debugging it seems the calling convention or something is off 
>>> between the C/C++ side and the MASM PROC side - it's running way over the 
>>> end of the buffer.
>>>
>>> I am using a prior build 5.6.2 without and problems so not sure what's 
>>> up with this particular build.  I assume VS2010 is still supported??
>>>
>>
>> And I think I resolved that - was quite easy - allow the asembler 
>> prologue/epilogue to be generated - since it's needed to access the 
>> parameters correctly.
>>
>> .CODE
>> ALIGN   8
>> OPTION LANGUAGE:C
>> ;;OPTION PROLOGUE:NONE
>> ;;OPTION EPILOGUE:NONE
>>
>> AND Kaboom it works!!!  So I guess no one is running the crypttest on 
>> Win32??? 
>>
>
> Yeah, Win32 slips between the cracks on occasion. I usually get to it when 
> I rotate into testing on a Lenovo netbook with an Atom processor.
>
> From a policies and procedures point of view, we need a torture test for 
> the platform like we have for Unix and Linux. There's an open bug report at 
> https://github.com/weidai11/cryptopp/issues/159. Its on my TODO list.
>

We added Appveyor support recently. The service should allow us to test 
Windows platforms more frequently.

Also see 
https://github.com/weidai11/cryptopp/commit/c0d6f3882b15667b7f79b6ae7633a58def022321.

Jeff 

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to