]> granicus.if.org Git - curl/commit
darwinssl: handle long strings in TLS certs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Aug 2017 14:56:03 +0000 (16:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Aug 2017 17:06:02 +0000 (19:06 +0200)
commitb3b75d1778e3b4f47f6655da5e9012299e3ba6aa
tree23776da14237439bbc961fd6df7fbf075e8687cc
parent8a84fcc4b59e8b78d2acc6febf44a43d6bc81b59
darwinssl: handle long strings in TLS certs

... as the previous fixed length 128 bytes buffer was sometimes too
small.

Fixes #1823
Closes #1831

Reported-by: Benjamin Sergeant
Assisted-by: Bill Pyne, Ray Satiro, Nick Zitzmann
lib/vtls/darwinssl.c