<p dir="ltr"><br>
On Jan 14, 2015 10:14 PM, "Steven Kneizys" <<a href="mailto:skneizys@ferrilli.com">skneizys@ferrilli.com</a>> wrote:<br>
><br>
> Just my opinion ... but ...<br>
><br>
> While nasm is the only supported assembler, I have been able to get masm to work but I often have to tweak the perl code a bit.  Every few months I have been testing and reporting my findings to the openssl-dev group about my results.  When possible folks seem to be able to incorporate changes that help make things better on a variety of isssues folks submit patches for.  And, one recent 64 bit build required no tweaks using ml64.exe so it is possible to use it sometimes.  However, there are some other really high priorities with getting the openssl product as safe and reliable as possible.  The support cannot be for all available tools and nasm is the best choice. <br>
><br>
> Nasm allows a number of platforms that masm does not, it is open source so any issues can be addressed quickly.   For just windows I would like masm to work, but I have used both and haven't been disappointed.  The main problem I have is with auditors, sometimes they ask about where an executable like openssl comes from, was it obtained from the web as a binary or built, and if built was it built via tools downloaded (and possibly binary) or from the vendor (such as HP, IBM, MS, etc.)  The only reason I can see at this point to try use masm is if you have a mandate to use it and don't mind some possible hours of frustration as you work through any issues, but my advice is to download nasm and give it a try.  It is free and for me quite reliable.<br>
><br>
> -- <br>
> Steve Kneizys<br>
> Senior Business Process Engineer @ Ferrilli<br>
> web: <a href="http://www.ferrilli.com/">http://www.ferrilli.com/</a><br>
><br>
> On Wed, Jan 14, 2015 at 8:29 AM, Deepak <<a href="mailto:dpb795795@gmail.com">dpb795795@gmail.com</a>> wrote:<br>
>><br>
>> Dear OpenSSL User,<br>
>><br>
>> I am working on porting 0.9.8h based 'OpenSSL customization' to 1.0.1.<br>
>><br>
>> Earlier this code was using 'cpp' as input parameter to the Perl scripts.<br>
>><br>
>> 1. What option shall I use now for Windows?<br>
>><br>
>> As per documentation, nasm will be the only supported assembler. But currently both masm (option win32) and nasm (option win32n) work.<br>
>><br>
>> 2. Why nasm is prefered over masm? Maybe ml.exe is better since it comes from ms.<br>
>><br>
>> Thank you.<br>
>><br>
>><br>
>> _______________________________________________<br>
>> openssl-users mailing list<br>
>> To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
>><br>
><br>
><br>
><br>
> _______________________________________________<br>
> openssl-users mailing list<br>
> To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
></p>
<p dir="ltr">Thank you for sharing the inputs.</p>
<p dir="ltr">Regards</p>