Re: [openssl-users] OpenSSL outputs entire CA bundle with libcurl

2017-10-27 Thread Jakob Bohm
On 27/10/2017 19:11, Andrew Gale wrote: Jakob, My responses inline : - Is it being output to the network or to the terminal window where curl is used? The output occurs in the terminal window when the program is run. - Is it being output as shown (Base64 text with ending "=" signs

Re: [openssl-users] OpenSSL outputs entire CA bundle with libcurl

2017-10-27 Thread Andrew Gale
Jakob, My responses inline : - Is it being output to the network or to the terminal window where curl is used? The output occurs in the terminal window when the program is run. - Is it being output as shown (Base64 text with ending "=" signs and a newline after each cert) or is it

[openssl-users] CMS/SMIME: RSASSA-PSS, RSAES-OAEP

2017-10-27 Thread ch
Hello! I have an application that uses 3DES for encryption and SHA1 for signing. It is MIME-content and so I use SMIME and CMS. Is there a way to do RSAES-OAEP for keyencryption and RSASSA-PSS for signing with the commandline-tools too or do I need to use the API? Cheers, Chris --

Re: [openssl-users] Passing custom CFLAGS,LDFLAGS to configure ?

2017-10-27 Thread Benjamin Kaduk via openssl-users
On 10/27/2017 07:35 AM, David Barishev wrote: > Hello, > I am building a custom script for building openssl for android, and i > want to use unified headers which are enabled by default with ndk r15+. > For this i need to pass custom CFLAGS and LDFLAGS, which i was able to > successfully compile

[openssl-users] Passing custom CFLAGS,LDFLAGS to configure ?

2017-10-27 Thread David Barishev
Hello, I am building a custom script for building openssl for android, and i want to use unified headers which are enabled by default with ndk r15+. For this i need to pass custom CFLAGS and LDFLAGS, which i was able to successfully compile openssl when patching the makefile by myself. How to do

Re: [openssl-users] OpenSSL outputs entire CA bundle with libcurl

2017-10-27 Thread Jakob Bohm
On 27/10/2017 00:47, Andrew Gale wrote: Hello all, First, some config info: OpenSSL v1.0.1t PLATFORM=arm-linux- OPTIONS=enable-tls enable-threads enable-shared --cross-compile-prefix=arm-linux- -pthread --prefix=/usr/local no-ec_nistp_64_gcc_128 no-gmp no-idea no-jpake no-krb5 no-md2 no-mdc2

Re: [openssl-users] Issue with DTLS for UDP

2017-10-27 Thread Grace Priscilla Jero
Hi Matt, SSL_get_error() returns 5. It is the same socket using which the UDP connection is established. Could you suggest some logging that can be done for OPENSSL. Thanks, Grace On Thu, Oct 26, 2017 at 9:23 PM, Matt Caswell wrote: > > > On 26/10/17 16:43, Grace Priscilla