Re: ssl infrastructure

2021-02-15 Thread Stefan Eissing
> Am 12.02.2021 um 19:28 schrieb Eric Covener : > > On Fri, Feb 12, 2021 at 10:55 AM ste...@eissing.org > wrote: >> >> As you might know, I have started writing an Apache module to bring SSL >> using the Rust based rustls library to the server. Currently, I have base >> connection filter

Re: ssl infrastructure

2021-02-12 Thread Eric Covener
On Fri, Feb 12, 2021 at 10:55 AM ste...@eissing.org wrote: > > As you might know, I have started writing an Apache module to bring SSL using > the Rust based rustls library to the server. Currently, I have base > connection filter working and can serve requests. Nothing fancy, but the Rust >

Re: ssl infrastructure

2021-02-12 Thread Ruediger Pluem
On 2/12/21 4:55 PM, ste...@eissing.org wrote: > As you might know, I have started writing an Apache module to bring SSL using > the Rust based rustls library to the server. Currently, I have base > connection filter working and can serve requests. Nothing fancy, but the Rust > lib is loaded