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
>
> 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
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
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
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
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
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