DTLS/SCTP struct authchunks Bug
authorRobin Seggelmann <seggelmann@fh-muenster.de>
Wed, 9 May 2012 17:28:44 +0000 (19:28 +0200)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 30 Oct 2013 14:37:22 +0000 (14:37 +0000)
commitf596e3c491035fe80db5fc0c3ff6b647662b0003
treebf1fbabfdd487af6ac0399a07eebf3f22ae0d8b8
parent9fb523adce6fd6015b68da2ca8e4ac4900ac2be2
DTLS/SCTP struct authchunks Bug

PR: 2809

DTLS/SCTP requires DATA and FORWARD-TSN chunks to be protected with
SCTP-AUTH.  It is checked if this has been activated successfully for
the local and remote peer. Due to a bug, however, the
gauth_number_of_chunks field of the authchunks struct is missing on
FreeBSD, and was therefore not considered in the OpenSSL implementation.
This patch sets the corresponding pointer for the check correctly
whether or not this bug is present.
crypto/bio/bss_dgram.c