[openssl-users] Does OpenSSL1.0.2d support for Windows 10?

2015-11-09 Thread SSLID] / COMMONSSLGYOUMU
Hello, Does OpenSSL1.0.2d support for Windows 10? Please let me know if you have any problem running on Windows 10. Thanks in advance. Regards, Dang ___ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Build OpenSSL on SUSE Linux Enterprise Server for z Systems

2017-05-10 Thread SSLID] / COMMONSSLGYOUMU
Hello, I will build OpenSSL on SUSE Linux Enterprise Server for z Systems. But, there is not yet the machine for build, so I cannot do actual machine verification. The CPU is not Intel architecture, is probably z/Architecture. I want to know beforehand the appropriate command-line parameters

Re: [openssl-users] Build OpenSSL on SUSE Linux Enterprise Server for z Systems

2017-06-01 Thread SSLID] / COMMONSSLGYOUMU
nssl.org] On > >> Behalf Of Thomas Francis, Jr. > >> Sent: Friday, May 12, 2017 15:55 > >> > >>> On 5/10/17 3:55 AM, 共通基盤SSL[業務ID] / COMMONSSL,GYOUMU > wrote: > >>> > >>> I will build OpenSSL on SUSE Linux Enterprise Server for z Systems. &g

[openssl-users] Double free of session occurs in multithread program.

2017-10-06 Thread SSLID] / COMMONSSLGYOUMU
Hello, I am using OpenSSL's API to create multithreaded programs. Check the contents of the program in ssl_test.c. I have the following two questions. The purpose of the question is to create a program that does not cause double free. Question 1. Is this program correct as a program without