mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Document previous API changes in this branch
This commit is contained in:
committed by
Paul Bakker
parent
d92d6a1b5b
commit
f4acfe1808
@@ -1,5 +1,13 @@
|
|||||||
PolarSSL ChangeLog (Sorted per branch, date)
|
PolarSSL ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= PolarSSL 1.4.0 (DTLS branch) released 2014-10-22
|
||||||
|
Features
|
||||||
|
* Support for DTLS 1.0 and 1.2
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
* net_connect() and net_bind() have a new 'proto' argument to choose
|
||||||
|
between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP.
|
||||||
|
|
||||||
= PolarSSL 1.3.9 released 2014-10-20
|
= PolarSSL 1.3.9 released 2014-10-20
|
||||||
Security
|
Security
|
||||||
* Lowest common hash was selected from signature_algorithms extension in
|
* Lowest common hash was selected from signature_algorithms extension in
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* TCP networking functions
|
* TCP/IP or UDP/IP networking functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2014, Brainspark B.V.
|
* Copyright (C) 2006-2014, Brainspark B.V.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user