Re: Information on Build.info

2019-06-19 Thread Richard Levitte
A very simple answer would be to have 'no-shared' as a configuration option. That does mean that no shared libraries will be built, and that might not be satisfactory. Any, for the question "what would happen?" is that any program or module that get this change will be linked with the static lib

Re: Information on Build.info

2019-06-19 Thread J. J. Farrell
Have you tried it? It's the simplest way to find out what would happen, though it's a very strange thing to do. It's almost certainly not the best way to do whatever you're trying to do. If you take a step back and tell us what you are trying to achieve overall you'll be more likely to get use

openssl-1.1.1b: Compilation errors when use async and ct

2019-06-19 Thread Samiya Khanum via openssl-users
Hi, While compiling async I see below errors with UCLIBC. *libcrypto.so: undefined reference to `getcontext'libcrypto.so: undefined reference to `setcontext'libcrypto.so: undefined reference to `makecontext'* As UCLIBC doesn't have support to these APIs, i have added no-async in configure. Wit

Re: How to handle servername indication with openssl library from server

2019-06-19 Thread Skip Carter
if this is a C++ program, be sure to use C linkage for the callback e.g. extern "C" { >     static int ssl_servername_cb(SSL *ssl, int *ad, void *arg) >     { >         if (ssl == NULL) >             return SSL_TLSEXT_ERR_NOACK; >      >         const char* servername = SSL_get_servername(ssl, >

unknown message digest algorithm

2019-06-19 Thread Mody, Darshan Arvindkumar (Darshan)
Hi We are facing issues with regards to SSL_Read operation. We see the error "error:0D0C50A1:asn1 encoding routines:ASN1_item_verify: unknown message digest algorithm" during SSL read operation. Below are my queries 1. Is it possible to have such error during 'read operation' on Openssl

How to handle servername indication with openssl library from server

2019-06-19 Thread DonCorleone via openssl-users
I've develepted some windows server side socket in c and want to add sni server name indication to support sni but servername callback never called and cant get servername is there any suggestion? I've defined some functions for initializing ssl before main function:     void init_openssl()    

OpenSSL compilation in Windows

2019-06-19 Thread Umamaheswari Nagarajan
Hi, We have a windows application which uses OpenSSL libraries(current version 1.0.2j). We will ship the libraries along with our application. Currently we are trying to upgrade to OpenSSL 1.1.1c version. We have been using the vc6 compiler for our application. But OpenSSL 1.1.1c is not compil

Re: Make test error in OpenSSL 1.1.1b

2019-06-19 Thread Matt Caswell
On 19/06/2019 11:07, shiva kumar wrote: > Hi, > In the OpenSSL 1.1.1b build after make test I'm getting error as follows > /*../test/recipes/70-test_comp.t                   (Wstat: 35584 Tests: 0 > Failed: 0) >   Non-zero exit status: 139 >   Parse errors: No plan found in TAP output > ../test

Make test error in OpenSSL 1.1.1b

2019-06-19 Thread shiva kumar
Hi, In the OpenSSL 1.1.1b build after make test I'm getting error as follows *../test/recipes/70-test_comp.t (Wstat: 35584 Tests: 0 Failed: 0) Non-zero exit status: 139 Parse errors: No plan found in TAP output../test/recipes/70-test_key_share.t (Wstat: