Re: Query related to session resumption in TLS1.3

2019-06-09 Thread Viktor Dukhovni
On Sun, Jun 09, 2019 at 10:39:36AM +, shalu dhamija wrote: > "The default number of tickets is 2; the default number of tickets sent > following a resumption handshake is 1". But in my case, following the > resumption handshake, I am always getting two session tickets from the > serve

Re: authEnvelopedData

2019-06-09 Thread Jakub Zelenka
> > I need to create a “authEnvelopedData“ ( > https://tools.ietf.org/html/rfc5083#2.1) ASN1 structure but I know how to > archive this. I tried with “PKCS7_encrypt” but here I got only > “envelopedData”. > This is not currently supported. I created a PR some time ago that adds support for it: ht

Re: failing in reproducing .so files

2019-06-09 Thread Kyle Hamilton
Can you try building an unmodified version of the tarball, and see if it has a problem? -Kyle On Sun, Jun 9, 2019, 07:31 Giovanni Fontana wrote: > Hello Kurt, > > >- it's perl 5, version 26, subversion 1 (v5.26.1) built for >x86_64-linux-gnu-thread-multi >- ldd (Ubuntu GLIBC 2.27-3u

Re: Query related to SSL_CTX_set_msg_callback_arg

2019-06-09 Thread Jeremy Harris
On 09/06/2019 11:31, shalu dhamija wrote: > Hi All,In openssl 1.0.2, I was using  SSL_CTX_set_msg_callback_arg() API to > set the application specific argument. And in the callback, I was retrieving > that argument from SSL pointer received in the callback e.g. > "ssl->msg_callback_arg"But in op

Re: failing in reproducing .so files

2019-06-09 Thread Giovanni Fontana
Hello Kurt, - it's perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi - ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27 I guess is something from what I added since the original OPENSSL I'm able to build, as well as other intermediate modifications. My issue is it

Re: Query related to session resumption in TLS1.3

2019-06-09 Thread shalu dhamija
Hi Viktor,Thanks for your response. In my code, somehow, the ssl_read was not getting called ( due to some bug) due to which the session ticket was not being read resulting in no callback. I have fixed it and its working now.Now the resumption using TLS1.3 is working fine but I want to clarify

Query related to SSL_CTX_set_msg_callback_arg

2019-06-09 Thread shalu dhamija
Hi All,In openssl 1.0.2, I was using  SSL_CTX_set_msg_callback_arg() API to set the application specific argument. And in the callback, I was retrieving that argument from SSL pointer received in the callback e.g. "ssl->msg_callback_arg"But in openssl1.1.1, the SSL structure members are no more