Update libtasn1 to 4.14
Summary:
- New #defines for version checking: ASN1_VERSION_MAJOR, ASN1_VERSION_MINOR, ASN1_VERSION_PATCH, ASN1_VERSION_NUMBER. The next release will switch to semantic version semantics.
- Simplify ordering of SET OF elements by using qsort().
- Marked explicitly const uses of asn1_node with the introduction of the (compatible) asn1_node_const type.
- Limit recursion in _asn1_expand_object_id() to detect infinite recursion in incorrect .asn files.
- asn1_array2tree(): fixed thread safety issues.
- Several fixes in gtk-doc generation.
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Test Plan: Tested with gnutls
Reviewers: Triage Team, JoshStrobl
Reviewed By: Triage Team, JoshStrobl
Subscribers: JoshStrobl
Differential Revision: https://dev.getsol.us/D6795