Re: Cancel of mailing list

2020-06-09 Thread warron.french
I believe you need to refer to this link:-
https://mta.openssl.org/pipermail/openssl-users/2016-July/003979.html
There are two options for you with which you can remove yourself Paul.

Good luck,
--
Warron French



On Tue, Jun 9, 2020 at 10:18 AM Paul  wrote:

> Can you please remove my email from mailing list?
>
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
> This message contains confidential information and is intended only for the
> individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.


PSK and NULL ciphers availability

2020-06-09 Thread THIYANESWARAN
*Requirement : * The cipher suites(PSK-AES128-GCM-SHA256  and PSK-NULL-SHA256)
are needed to be set during the handshake process between client and server
in python(3.7) testframe using standard library ssl module(wrapper for
openssl). My understanding is that PSK and weak ciphers are not enabled by
default  in openssl. *Is my understanding correct? or these ciphers
available by default?*

*so in case,if it is available, how can i set the ciphers and the project
wants to use TLSv1.2 protocol.*
*Openssl version - *OpenSSL 1.1.0j  20 Nov 2018

Thanks and Regards,
Dinesh


Cancel of mailing list

2020-06-09 Thread Paul
Can you please remove my email from mailing list?

-- 
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify the system manager. 
This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system. If you are not the intended recipient 
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly 
prohibited.


Re: installing openssl on win10 64bit

2020-06-09 Thread Matt Caswell



On 09/06/2020 10:26, Michael Lev מיכאל לאב wrote:
> Hi,
> For developing and testing I need http server on my win10 64 bit pc,
> so I use http server from 
> https://www.npmjs.com/package/http-server
> 
>   
>  
> Sometimes I get and err msg saying:
> 
> This site can’t provide a secure connectionmlev-pc-hp sent an
> invalid response.
> Try running Windows Network Diagnostics.
> ERR_SSL_PROTOCOL_ERROR
> 
> 
> I understand that I need to install openSsl from 
> https://github.com/openssl/openssl
> 
>  
> 
> but I am not an expert enough to know what to do.
> The INSTALL file does not elaborate enough to tell me step by step what
> to do.

You might want to install a precompiled binary instead. The project
doesn't produce these, but a number of third parties do. We maintain a
list of them here:

https://wiki.openssl.org/index.php/Binaries

Matt



installing openssl on win10 64bit

2020-06-09 Thread Michael Lev מיכאל לאב
Hi,
For developing and testing I need http server on my win10 64 bit pc,
so I use http server from
https://www.npmjs.com/package/http-server



Sometimes I get and err msg saying:

This site can’t provide a secure connectionmlev-pc-hp sent an invalid
response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR


I understand that I need to install openSsl from
https://github.com/openssl/openssl



but I am not an expert enough to know what to do.
The INSTALL file does not elaborate enough to tell me step by step what to
do.

I'll appreciate getting help.
Michael

*מיכאל לאב - **Michael Lev*

054-7718425


Cancellation

2020-06-09 Thread Taner
Hello,

I would like to leave the mailing list. and could not do myself.  could you
remove me from your mailing list?

Thank you.


DTLS Heartbeat Removed in OpenSSL 1.1.1

2020-06-09 Thread Vijayakumar Kaliaperumal
Hello,

>From the release notes of OpenSSL 1.1.1, I could see that DTLS heartbeat
has been removed
.
Heartbeat support has been removed; the ABI is changed for now.

With  RFC 6520 in standards track, any specific reason(Vulnerability/other
security issue reported) for the removal ?,   How can we re-enable it ?
Recompile OpenSSL without OPENSSL_NO_HEARTBEATS macro ?   Please advise.

Regards,
Vijay