Re: [openssl-users] Assembler Optimizations in 'crypto' on Windows

2015-01-15 Thread Deepak
On Jan 14, 2015 10:14 PM, "Steven Kneizys" wrote: > > Just my opinion ... but ... > > 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 g

Re: [openssl-users] Assembler Optimizations in 'crypto' on Windows

2015-01-14 Thread Steven Kneizys
Just my opinion ... but ... 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 abl

[openssl-users] Assembler Optimizations in 'crypto' on Windows

2015-01-14 Thread Deepak
Dear OpenSSL User, I am working on porting 0.9.8h based 'OpenSSL customization' to 1.0.1. Earlier this code was using 'cpp' as input parameter to the Perl scripts. 1. What option shall I use now for Windows? As per documentation, nasm will be the only supported assembler. But currently both mas