RE: FIPS in 1.0.1 windows 7 64 bit compile / link problems

2012-07-02 Thread Sergio NNX
More than happy to help you Dirk, but we use MinGW here and it works ok. You could check the versions (OpenSSL version and FIPS version). Sergio. Date: Mon, 2 Jul 2012 18:05:54 +0200 From: noadsple...@web.de To: openssl-users@openssl.org Subject: FIPS in 1.0.1 windows 7 64 bit compile /

RE: getting the input not from command line

2011-10-19 Thread Sergio NNX
Ciao. If you use 'prompt = no' in openssl.conf, then it won't ask anything. I'm using it and it works ok! Cheers. Sergio. Date: Wed, 19 Oct 2011 22:25:57 +0530 Subject: Re: getting the input not from command line From: pkr...@gmail.com To: openssl-users@openssl.org Thanks jakob, I am

RE: Using certificate and private key from Windows cert store with OpenSSL

2011-10-31 Thread Sergio NNX
Ciao Andrejs. I don't know much about the source code you posted previously but if you build OpenSSL with the 'enable-capieng' option you'll be able to access every single store and all the certs stored in Windows. I hope it helps. Sergio. Date: Mon, 31 Oct 2011 09:44:11 +0100 From:

RE: Using certificate and private key from Windows cert store with OpenSSL

2011-10-31 Thread Sergio NNX
Oct 2011 21:40:44 +0400 Sergio, how to set this option building OpenSSL? I didn't find any suggestions in documentation. And can you give a link to the documentation on the site openssl.org where there are functions of API to work with Windows CERT Stores? From: Sergio NNX Sent: Monday

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Sergio NNX
I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL 1.0.2c for Windows, but get a linking error My goal is to obtain a static library(ies) and associated header files that I can use to compile my application that uses OpenSSL on Windows. Where can I obtain these pre-built

Re: [openssl-users] 回复: crash in `sha1_block_data_order_avx`

2018-02-13 Thread Sergio NNX
> Dear all, very appreciate your reply! We have double check the implementation > of related > functions, and confirm that the input params for the function > int rsa_public_encrypt(const uint8_t *rsa_input, const int input_len, uint8_t > *enc_out, > uint8_t *public_key, const int key_len) > are

Re: [openssl-users] File signing/encrypting upgrade from 1.0.2 to 1.1.0

2018-03-27 Thread Sergio NNX
> The code comiles just fine Unfortunately, it does NOT compile fine on my system (and I guess the same occurs on several others!) Can you fix all these various issues and post an updated zip file so I can test it again? Cheers. > A few points/questions:

Re: [openssl-users] File signing/encrypting upgrade from 1.0.2 to 1.1.0

2018-03-23 Thread Sergio NNX
I've just built it (manually) on Windows and I don't see any error messages. A few points/questions: - Why cmake? - I does not build/compile at all. - Why is this line here: #include ? I get a compilation error!  - Why are we adding these libraries: odbc32 advapi32 ? CMake Error at

Re: Using (not building) openssl with mingw on Windows 10

2019-03-23 Thread Sergio NNX
> "c:/program files/mingw/bin/gcc.exe" -D_MT -DTPM_WINDOWS -I. -shared -o > libibmtss.dll tssfile.o tsscryptoh.o tsscrypto.o tssprintcmd.o tss.o > tssproperties.o tssmarshal.o tssauth.o tssutils.o tsssocket.o tssdev.o > tsstransmit.o tssresponsecode.o tssccattributes.o tssprint.o Unmarshal.o >

Re: Using (not building) openssl with mingw on Windows 10

2019-03-20 Thread Sergio NNX
>> I've been happily using the Shining Light 32-bit binaries with both >> openssl 1.0 and 1.1 and mingw. a) Where can we download OpenSSL binaries (x64) for Windows built with MinGW? [ https://slproweb.com/products/Win32OpenSSL.html ] b) D:\Temp-Apps\OpenSSL-Win64\bin>openssl version -a

Re: OpenSSL compilation errors in Windows

2019-09-30 Thread Sergio NNX
Ciao. I haven't had a chance to compile the exact OpenSSL version using g++ compiler as stated by the user/poster. If this user is using a modified or altered version of OpenSSL provided source code, is there support available? Don't get me wrong, I don't mind helping out but . I'll try

Re: Problems adding specific extensions to signed certificates

2020-02-07 Thread Sergio NNX
This is the basics of OpenSSL! You would like to add extensions to a CSR or the problem arises when signing it? You create a CSR (without extension file) and then you can check/inspect whether or not it shows the extension(s) you need/want. After that, you can sign the CSR. > Ok. I'm not

Re: Question about handshake error

2020-03-10 Thread Sergio NNX
It seems to work fine here! [cid:e41cb622-8559-442b-9b65-76043c2c4b27] [cid:a3ae8ac2-646c-41c8-9842-4f9bde0aaf71] From: openssl-users on behalf of Matt Caswell Sent: Wednesday, 11 March 2020 4:25 AM To: Niki Dinsey ; openssl-users@openssl.org Subject:

Re: OpenSSL version 3.0.0-alpha1 published

2020-04-24 Thread Sergio NNX
* Windows 10 x64 * GCC 8.3.0 x86_64 $ openssl version -a OpenSSL 3.0.0-alpha1 "23 Apr 2020" (Library: OpenSSL 3.0.0-alpha1 "23 Apr 2020") built on: Fri Apr 24 18:14:53 2020 UTC platform: mingw64 options: bn(64,64) compiler: /mingw/bin/gcc.exe -m64 -DWINVER=0x0501 -D_WIN32_WINNT=0x0501

Re: Issue generating certificate for a Samba AD - index.txt

2020-03-18 Thread Sergio NNX
We have been creating certificates (Root CA, intermediate, end user, smartcard login, etc) for ages. We have set up our own PKI infrastructure using openssl command line tool. If you email us the details/extensions you need your certificates to have, we can generate some test certs for you. How

Re: Error building OpenSSL-1.1.1g

2020-06-26 Thread Sergio NNX
It is so easy to build OpenSSL using MinGW/MSYS! Just type: ./Configure mingw64 ... make all [cid:244b0963-a277-473a-95fe-9419d8ef84d0] How much experience do you have building apps from source on Windows? VS didn't work, MinGW didn't work either! We are more than happy