Environment is Windows, Visual Studio Code, the Shining Light openssl
build and the openssl crate.
Does anyone have experience getting this to link?
Environment variables?
cargo.toml
anything else?
Hi,
see comments/questions inline
On 23/06/20 14:03, Bruce Cloutier wrote:
Hello,
We administer a server (Windows) with a Bitnami stack for a Wordpress
implementation and that uses Apache Httpd and OpenSSL. Separately I am
developing the TLS ECC aspect of a controller device implementation and
Hello,
We administer a server (Windows) with a Bitnami stack for a Wordpress
implementation and that uses Apache Httpd and OpenSSL. Separately I am
developing the TLS ECC aspect of a controller device implementation and
note a problematic behavior with the server_key_exchange for ECDHE_RSA.
The de
I have a state machine with the following states: create, connect, send,
receive.
When the state sequence is the following: create, connect, send, receive
everything is ok (with my code, sent in the previous email). However when
there is a receive code after connect there is a problem. There is no
On 23/06/2020 11:57, Martin Elshuber wrote:
> Thx for the answer,
>
> than at least a can stop looking for this :).
>
> And yes I can understand the performance hit and I agree that this
> should be optional and disabled by default.
>
> I am thinking of adding a OPENSSL_cleanse just ofter the
Thx for the answer,
than at least a can stop looking for this :).
And yes I can understand the performance hit and I agree that this
should be optional and disabled by default.
I am thinking of adding a OPENSSL_cleanse just ofter the memcpy in
ssl3_read_bytes. And probably replacing the OPENSSL_
On 22/06/2020 18:28, Martin Elshuber wrote:
> I might be blind, but I just cannot find the location where this
> plaintext data is
> zeroized, neither by OPENSSL_cleanse() nor memset().
>
> Am I blind, or is this just not done? Shouldn't there be a way to do
> this just like
> it is already don