[openssl-users] Extract content of DER-encoded package by OID

2017-07-18 Thread Justin Mogannam
Hello, I have a signedData package that contains an encryptedKeyPackage (specifically OID 2.16.840.1.101.2.1.2.78.2, aka id-ct-KP-encryptedKeyPkg) that I want to extract from it. I am somewhat able to extract the sequence that contains this data via the OpenSSL command line: $ openssl asn1parse

Re: [openssl-users] session resumption tls1.2/tls1.3

2017-07-18 Thread Viktor Dukhovni
On Mon, Jul 17, 2017 at 09:54:39AM +0100, Matt Caswell wrote: >In the default case a server will just use the > internal session cache. You can populate that cache manually using > SSL_CTX_add_session(). So if you have a set of pre-existing SSL_SESSION > objects (perhaps loaded

Re: [openssl-users] session resumption tls1.2/tls1.3

2017-07-18 Thread Neetish Pathak
On Mon, Jul 17, 2017 at 1:54 AM, Matt Caswell wrote: > > > On 14/07/17 20:18, Neetish Pathak wrote: > > > > > > On Fri, Jul 14, 2017 at 2:54 AM, Matt Caswell > > wrote: > > > > > > > > On 13/07/17 23:52, Neetish Pathak wrote: > > > Hi All, > > > Help with the

[openssl-users] Configure 1.0.2 for Windows without readscreen()

2017-07-18 Thread Jeffrey Walton
Hi Everyone, Windows 10 makes CreateCompatibleBitmap (and friends) available for Desktop Apps only. For other builds, like phones and IoT gadgets, the functions are not available. My question is, is it possible to configure OpenSSL 1.0.2 to avoid the missing Windows APIs, like readscreen()? If n