Hi,
I observed that openssl(3.2.1) currently doesn't provide a way(this is my
understanding :P) to do complete record processing in one go instead of
doing it in multiple APIs/functions. This record processing feature allows
for HW implementations to do complete SSL record processing without too
hi Wiebe Cazemier,
The flag SSL_MODE_AUTO_RETRY will cause read/write operations to only return
after the handshake and successful completion. if cable is unplugged connection
got broken until re-authentication it's holding read/write operations i think.
/ udhay!.
On 5/23/24 7:52 AM, Wiebe C
Hi List,
I have a very obscure problem with an application using O_NONBLOCK still
blocking. Over the course of a year of running with hundreds of thousands of
clients, it has happened twice over the last month that a worker thread froze.
It's a long story, but I'm pretty sure it's not a deadloc
Hi!
Sorry, when I try to click the links, I am offered to download something.
Is it intentional?
On Tue, 21 May 2024, 19:48 Kajal Sapkota, wrote:
> *Hi All,*
>
>
>
>
>
>
>
>
> * We are pleased to announce our upcoming webinar, Getting Started with
> QUIC and OpenSSL. In this brief yet comprehen
Hi there,
I am trying to implement a provider. The decoder successfull decodes the
key (it is using an ED25519 key with a custom OID -> hence the provider).
Currently I am facing two problems:
1. the PEM decoding is ignored unless I comment out the DER decoding part
The private key is packag