[openssl-users] Problem building openssl with mingw

2015-10-17 Thread Евгений Желтоножский
Hello everyone! I'm trying to build openssl 1.0.1p with x64 mingw-w64 5.1.0. I run ./Configure --openssldir=$PWD/dist shared mingw64 && make CC=x86_64-w64-mingw32-gcc RANLIB=ranlib && make install It's configured as needed and starts to compile. It compiles libcrypto. I get a libcrypto.a in my

how to fix bugs in openssl?

2008-10-16 Thread Евгений
Could I commit my patch to openssl source code to fix bug that I found? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List

bug in gost engine

2008-10-10 Thread Евгений
I found a bug in implementation of gost89 algorithm in gost engine of OpenSSL library. I installed openssl-SNAP-20081006. Simple program shows an error in decryption of buffer encrypted with gost89 algorithm. #include #include static void print_buffer(void *buffer, int len) { u_int

Problem with openssl-0.9.8e installation

2008-09-16 Thread Евгений
Sorry for my bad english. I use Ubuntu 8.04.1. There is preinstalled package of openssl version 0.9.8g in system. It is installed in /usr. I tried to install openssl version 0.9.8e. There are steps i did: 1) download library from openssl.org; 2) extract archive; 3) ./config shared --openssldir=/u