Re: building openssl 1.1.1 for Solaris 10

2020-04-08 Thread Jeff Wieland
Michael Wojcik wrote: From: tim.j.culh...@gmail.com [mailto:tim.j.culh...@gmail.com] Sent: Tuesday, April 07, 2020 01:25 I ran the gmake and it fails with the below ld errors. Is this the known issue mentioned previously with building openssl on Sparc or is it caused by something else? ...

Re: BIO_do_accept Issue

2020-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2020 at 11:47:19AM +0100, Scott Morgan via openssl-users wrote: > Run into an odd issue. > > Consider the following program, based on the documentation[0], using > OpenSSL 1.1.1f > > abio = BIO_new_accept(""); > res = BIO_do_accept(abio); It seems to me that

Re: Additional FOM 3.0 question

2020-04-08 Thread Pete
Excellent.  That's exactly what I was looking for.  Sorry for missing that down at the bottom. Thanks again, Pete On 4/8/20 12:34 PM, Matt Caswell wrote: > > On 08/04/2020 17:11, Pete wrote: >> By any chance has there been any discussion yet regarding what will and >> will not be in the new 3.0

Re: Additional FOM 3.0 question

2020-04-08 Thread Matt Caswell
On 08/04/2020 17:11, Pete wrote: > By any chance has there been any discussion yet regarding what will and > will not be in the new 3.0 FOM?  If I recall correctly, the content list > for the now defunct 1.1.1 based FOM was very long and complete.  Our > team is in the planning stages for

Additional FOM 3.0 question

2020-04-08 Thread Pete
Hello, I know you guys are right now working hard to deliver the first alpha drop very soon, and that this first drop may include the initial functionality of the new FIPS support.  We know that the intention is to obtain one last 140-2 validation for the new 3.0 FOM, and it sounds like it's

BIO_do_accept Issue

2020-04-08 Thread Scott Morgan via openssl-users
Run into an odd issue. Consider the following program, based on the documentation[0], using OpenSSL 1.1.1f ==BEGIN== #include #include #include int main(int argc, char** argv) { BIO *abio; int res; abio = BIO_new_accept(""); res = BIO_do_accept(abio);

Re: openssl-1.1.1-stable-SNAP-20200408

2020-04-08 Thread Matt Caswell
sl-1.1.1-stable-SNAP-20200408 # make > make depend && make _all > /usr/local/bin/clang10 -I. -Iinclude -fPIC -pthread -Wa,--noexecstack > -Qunused-arguments -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ > -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5

openssl-1.1.1-stable-SNAP-20200408

2020-04-08 Thread The Doctor
Error occured while compiling in FreeBsd 12 root@gallifrey:/usr/source/openssl-1.1.1-stable-SNAP-20200408 # make make depend && make _all /usr/local/bin/clang10 -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_C