microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

OpenSSL 1.0.2n #50

Closed wangdevmgit closed 6 years ago

wangdevmgit commented 6 years ago

Hi, is there any plan to bump OpenSSL 1.0.2m to 1.0.2n?

khouzam commented 6 years ago

Yes, I will do that this week.

wangdevmgit commented 6 years ago

Thanks! @khouzam

khouzam commented 6 years ago

Done. The code has been updated to 1.0.2n.

Use the tag: OpenSSL_1_0_2n_WinRT

noloader commented 6 years ago

@khouzam,

A quick heads up...

TLS 1.3 is in Last Call (LC) at the TLS Working Group (WG). See, for example, Genart last call review of draft-ietf-tls-tls13-24. It should publish soon.

TLS 1.3 will have a lot of goodies, like new x25519 key exchange, ChaCha and Poly1305. OpenSSL 1.1 is required for TLS 1.3. It is not present in OpenSSL 1.0.2.

OpenSSL 1.1 is not binary compatible with OpenSSL 1.0.2. OpenSSL 1.1 breaks a lot of builds due to the incompatibilities.