hannestschofenig / mbedtls

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
15 stars 8 forks source link

Merge development into tls13-prototype, adjusting example programs #164

Open hanno-becker opened 3 years ago

hanno-becker commented 3 years ago

In upstream Mbed TLS, there has been a major code restructuring regarding the example programs: A lot of shared code between ssl_client2 and ssl_server2 has been moved into a new source file.

Before making further changes to the example programs, we should merge development into tls13-prototype in order to make sure we're not diverging further from the new way the example programs are handled in upstream Mbed TLS.

hannestschofenig commented 3 years ago

Relates to this PR: https://github.com/hannestschofenig/mbedtls/pull/161