dtls: Properly display all errors/warnings from ERR queue
authorAndreas Frisch <afrisch@make.tv>
Thu, 29 Mar 2018 11:33:10 +0000 (13:33 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 6 Nov 2018 16:23:50 +0000 (16:23 +0000)
commit51f030790060ec22577e3bc52ec2d1a645e3591a
tree529f18f80d923446129a0dbc4aed54bf3b683518
parent7bb6ce352b8015cd6855ab5dda16e4cba3318a15
dtls: Properly display all errors/warnings from ERR queue

Print out all errors from the OpenSSL error queue instead of just
looking at the topmost error. Using the callback interface also removes
the need for formatting using a buffer on the stack.
ext/dtls/gstdtlsagent.c
ext/dtls/gstdtlsconnection.c