Commit Graph

2 Commits

Author SHA1 Message Date
Martin Jansa
c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
Leon Anavi
72467cbf88 python3-asn1crypto: Upgrade 1.3.0 -> 1.4.0
Upgrade to release 1.4.0:

- core.ObjectIdentifier and all derived classes now obey X.660 §7.6
  and thus restrict the first arc to 0 to 2, and the second arc to
  less than 40 if the first arc is 0 or 1. This also fixes parsing
  of OIDs where the first arc is 2 and the second arc is greater
  than 39.
- Fixed keys.PublicKeyInfo.bit_size to return an int rather than a
  float on Python 3 when working with elliptic curve keys
- Fixed the asn1crypto-tests sdist on PyPi to work properly to
  generate a .whl

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-06 10:26:35 -07:00