Re: [openssl-users] ECDSA Certificate does not work

2016-06-02 Thread Oliver Briscbois
On 2016-04-28, Viktor Dukhovni  wrote:
> On Thu, Apr 28, 2016 at 07:44:53AM +0200, Danny wrote:
>
>> I've been trying to get an ECDSA certificate to work with a Postfix
>> installation lately.
>
> See also http://www.postfix.org/postfix-tls.1.html, which does all
> the magic to create RSA and/or ECDSA keys for Postfix 3.1 or later.

Thanks for your replies Viktor. I was having the same problem and your
solution worked for me also.

Oliver

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] dtls record layer throughput test

2016-06-02 Thread Matt Caswell


On 02/06/16 14:28, Tudor-Dan Ambarus wrote:
> Hi,
> 
> Is there a throughput test for dtls record layer in openssl?
> I want to measure the performance of dtls record layer in openssl.
> 
> I've used s_server and s_client to talk over dtls, but seems
> that they are only meant for functional testing.

Not really. s_time exists for TLS testing but unfortunately doesn't
support DTLS. There is also ssltest which isn't part of the installed
files but is contained in the test directory. That does have some DTLS
support and could *possibly* be used for this purpose - but both client
and server are in the same process and communication is in memory, not
via the network.

Matt
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] dtls record layer throughput test

2016-06-02 Thread Tudor-Dan Ambarus
Hi,

Is there a throughput test for dtls record layer in openssl?
I want to measure the performance of dtls record layer in openssl.

I've used s_server and s_client to talk over dtls, but seems
that they are only meant for functional testing.

Thanks,
ta

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users