]> code.ossystems Code Review - openembedded-core.git/commit
libtasn1: upgrade 4.10 -> 4.12
authorMaxin B. John <maxin.john@intel.com>
Wed, 31 May 2017 11:39:35 +0000 (14:39 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Jun 2017 22:45:50 +0000 (23:45 +0100)
commit61752a41f2f0abe61e805d2ef1292cec1e202c36
treefa8d65255f1b86044e21970950fef81ab0f2e948
parent3d4d025b1cc6668fd7baefa01ebb9664e805e83a
libtasn1: upgrade 4.10 -> 4.12

Noteworthy changes:

1. Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate an invalid
encoding in the DER time fields.
2. Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag allows
decoding errors in time fields even when in strict DER mode.
3. Added safety check in asn1_find_node(). That prevents a crash when a very
long variable name is provided by the developer.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gnutls/libtasn1_4.12.bb [moved from meta/recipes-support/gnutls/libtasn1_4.10.bb with 83% similarity]