From f4acfe18081c852ba0f0a6b9b226fb14a629b5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 17 Sep 2014 10:56:54 +0200 Subject: [PATCH] Document previous API changes in this branch --- ChangeLog | 8 ++++++++ library/net.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bef1abea5..0f9ccf0b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 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 Security * Lowest common hash was selected from signature_algorithms extension in diff --git a/library/net.c b/library/net.c index 16dcab21c..a0af807ed 100644 --- a/library/net.c +++ b/library/net.c @@ -1,5 +1,5 @@ /* - * TCP networking functions + * TCP/IP or UDP/IP networking functions * * Copyright (C) 2006-2014, Brainspark B.V. *