Re: [Pan-users] ssl/tls certificate handling?

2016-02-26 Thread Rhialto
On Fri 26 Feb 2016 at 19:54:22 +0100, Detlef Graef wrote: > I don't know why the function is called twice. Again, without looking at further code, this is a common pattern. Some functions that are supposed to store their output in some given block of memory tell you if that memory is too small. Th

Re: [Pan-users] ssl/tls certificate handling?

2016-02-26 Thread Rhialto
> >> Maybe this bug is related to the C++11 ABI change in GCC5. > -D_GLIBCXX_USE_CXX11_ABI=0 > This is the related code (file: cert-store.cc): > > >- > bool CertStore::add(gnutls_x509_crt_t cert, const Quark& server) { >