Document previous API changes in this branch

This commit is contained in:
Manuel Pégourié-Gonnard 2014-09-17 10:56:54 +02:00 committed by Paul Bakker
parent d92d6a1b5b
commit f4acfe1808
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
/*
* TCP networking functions
* TCP/IP or UDP/IP networking functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
*