Go to file
zhengruoqin 781c980919 python3-ecdsa: upgrade 0.17.0 -> 0.18.0
Changelog:
==========
New features:
------------
    Support for EdDSA (Ed25519, Ed448) signature creation and verification.
    Support for Ed25519 and Ed448 in PKCS#8 and public key files.
    Support for point precomputation for EdDSA.

New API:
------------
    CurveEdTw class to represent the Twisted Edwards curve parameters.
    PointEdwards class to represent points on Twisted Edwards curve and
    provide point arithmetic on it.
    curve_by_name in curves module to get a Curve object by providing curve
    name.

Bug fix:
---------
    Accept private EdDSA keys that include public key in the ASN.1 structure.
    Fix incompatibility with Python 3.3 in handling of memoryviews of empty
    strings.
    Make the VerifyingKey encoded with explicit parameters use the same
    kind of point encoding for public key and curve generator.
    Better handling of malformed curve parameters (as in CVE-2022-0778);
    make python-ecdsa raise MalformedPointError instead of AssertionError.

Doc fix:
-----------
    Publish the documentation on https://ecdsa.readthedocs.io/,
    include explanation of basics of handling of ECC data formats and how to use
    the library for elliptic curve arithmetic.
    Make object names more consistent, make them into hyperlinks on the
    readthedocs documentation.
    Make security note more explicit (Ian Rodney)
    Fix the explicit vs named_curve confusion in VerifyingKey docs.

Maintenance:
------------
    Fix few typos (thanks to Tim Gates and Kian Meng Ang).
    Updated black version; slight changes to formatting
    Include interoperability tests for Ed25519 and Ed448 with OpenSSL.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-24 06:28:56 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems ntfs-3g-ntfsprogs: upgrade to 2022.5.17 2022-07-06 00:08:14 -04:00
meta-gnome libgsf: upgrade 1.14.49 -> 1.14.50 2022-07-19 06:44:18 -07:00
meta-initramfs grubby: fix syntax for ALTERNATIVE 2022-06-30 13:39:27 -04:00
meta-multimedia libsdl: The libsdl and libsdl2 are not virtual 2022-07-08 22:43:03 -04:00
meta-networking ndisc6: upgrade 1.0.5 -> 1.0.6 2022-07-19 18:39:24 -07:00
meta-oe libwebsockets: update to version 4.3.2 2022-07-24 06:28:56 -07:00
meta-perl PATCH] logcheck: upgrade 1.3.23 -> 1.3.24 2022-07-19 18:38:44 -07:00
meta-python python3-ecdsa: upgrade 0.17.0 -> 0.18.0 2022-07-24 06:28:56 -07:00
meta-webserver netdata: upgrade 1.35.0 -> 1.35.1 2022-07-07 08:24:26 -07:00
meta-xfce catfish: fix buildpaths issue 2022-07-20 07:22:44 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories