Re: Fwd: openssl support for PQUIC

2020-07-23 Thread Matt Caswell
On 23/07/2020 08:21, Samath Lokuge wrote: > Hello, > I am trying to install PQUIC set up for some testing. > https://pquic.org/  > > it says I need  "openssl-dev" but I could not find that package. > So I installed "openssl-1.1.1g" instead but it does not work. > I have 2 questions . > 1

Fwd: openssl support for PQUIC

2020-07-23 Thread Samath Lokuge
Hello, I am trying to install PQUIC set up for some testing. https://pquic.org/ it says I need "openssl-dev" but I could not find that package. So I installed "openssl-1.1.1g" instead but it does not work. I have 2 questions . 1 .Where I can find "openssl-dev" package for Ubuntu ? 2. Does

Re: Using the library to encrypt a RSA private key compatible with Web Crypto API (PBKDF2)

2020-07-23 Thread Viktor Dukhovni
On Thu, Jul 23, 2020 at 03:04:30PM +, Claude Robitaille wrote: > Now, for sake of completeness, if I wanted to do the opposite, i.e. > decrypt a key, I guess the steps are the same, using > PEM_read_bio_PKCS8 at the end. Except that the salt and IV must be > extracted from the PEM string.

Re: Using the library to encrypt a RSA private key compatible with Web Crypto API (PBKDF2)

2020-07-23 Thread Claude Robitaille
Super, that works beautifully. Thanks!! Now, for sake of completeness, if I wanted to do the opposite, i.e. decrypt a key, I guess the steps are the same, using PEM_read_bio_PKCS8 at the end. Except that the salt and IV must be extracted from the PEM string. What is the function to do that?

Re: How to help with getting KTLS patches merged

2020-07-23 Thread John Baldwin
On 6/10/20 3:48 PM, John Baldwin wrote: > On 6/8/20 4:12 AM, Kurt Roeckx wrote: >> On Thu, Jun 04, 2020 at 09:00:08AM -0700, John Baldwin wrote: >>> At the moment there are 3 open PRs related to Kernel TLS offload >>> support that I'm aware of: >>> >>> - 11589 adds TLS1.3 for Linux, has one

Re: error : unknown type name 'sa_family_t' in openssl 1.1.1g

2020-07-23 Thread prudvi raj
./Configure no-threads no-dso no-shared no-zlib no-asm no-engine no-bf no-camellia no-cast no-md2 no-md4 no-mdc2 no-ocsp no-rc2 no-rc5 no-hw no-idea no-srp gcc -prud On Fri, 24 Jul, 2020, 11:00 am Richard Levitte, wrote: > It would be helpful if you showed us the Configure options, as they >

Re: error : unknown type name 'sa_family_t' in openssl 1.1.1g

2020-07-23 Thread Richard Levitte
It would be helpful if you showed us the Configure options, as they may very well have affected diverse macros. Cheers, Richard On Thu, 23 Jul 2020 21:39:45 +0200, prudvi raj wrote: > Hi, > > We are upgrading our code base to openssl 1.1.1g from 1.0.2k.  > During Compilation i am seeing this

error : unknown type name 'sa_family_t' in openssl 1.1.1g

2020-07-23 Thread prudvi raj
Hi, We are upgrading our code base to openssl 1.1.1g from 1.0.2k. During Compilation i am seeing this error : In file included from /openssl/include/internal/sockets.h:67:0, from /openssl/crypto/bio/bio_local.h:11, from /openssl/crypto/bio/bss_mem.c:12: