Show a series.

GET /api/series/498164/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 498164,
    "url": "http://patchwork.ozlabs.org/api/series/498164/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=498164",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "add software ecdsa support",
    "date": "2026-03-31T10:00:34",
    "submitter": {
        "id": 74351,
        "url": "http://patchwork.ozlabs.org/api/people/74351/?format=api",
        "name": "Philippe Reynes",
        "email": "philippe.reynes@softathome.com"
    },
    "version": 3,
    "total": 15,
    "received_total": 15,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498164/mbox/",
    "cover_letter": {
        "id": 2218051,
        "url": "http://patchwork.ozlabs.org/api/covers/2218051/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20260331100047.34618-1-philippe.reynes@softathome.com/",
        "msgid": "<20260331100047.34618-1-philippe.reynes@softathome.com>",
        "list_archive_url": null,
        "date": "2026-03-31T10:00:32",
        "name": "[v3,00/15] add software ecdsa support",
        "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20260331100047.34618-1-philippe.reynes@softathome.com/mbox/"
    },
    "patches": [
        {
            "id": 2218036,
            "url": "http://patchwork.ozlabs.org/api/patches/2218036/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-2-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-2-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:33",
            "name": "[v3,01/15] mbedtls: enable support of ecc",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-2-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218035,
            "url": "http://patchwork.ozlabs.org/api/patches/2218035/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-3-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-3-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:34",
            "name": "[v3,02/15] ecdsa: initial support of ecdsa using mbedtls",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-3-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218042,
            "url": "http://patchwork.ozlabs.org/api/patches/2218042/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-4-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-4-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:35",
            "name": "[v3,03/15] test: lib: ecdsa: add initial test",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-4-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218037,
            "url": "http://patchwork.ozlabs.org/api/patches/2218037/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-5-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-5-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:36",
            "name": "[v3,04/15] drivers: crypto: add software ecdsa support",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-5-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218044,
            "url": "http://patchwork.ozlabs.org/api/patches/2218044/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-6-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-6-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:37",
            "name": "[v3,05/15] ecdsa: fix support of secp521r1",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-6-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218050,
            "url": "http://patchwork.ozlabs.org/api/patches/2218050/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-7-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-7-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:38",
            "name": "[v3,06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-7-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218046,
            "url": "http://patchwork.ozlabs.org/api/patches/2218046/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-8-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-8-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:39",
            "name": "[v3,07/15] test: py: vboot: prepare integration test for ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-8-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218039,
            "url": "http://patchwork.ozlabs.org/api/patches/2218039/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-9-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-9-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:40",
            "name": "[v3,08/15] test: vboot: add test for ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-9-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218047,
            "url": "http://patchwork.ozlabs.org/api/patches/2218047/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-10-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-10-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:41",
            "name": "[v3,09/15] tools: mkimage: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-10-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218049,
            "url": "http://patchwork.ozlabs.org/api/patches/2218049/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-11-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-11-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:42",
            "name": "[v3,10/15] tools: binman: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-11-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218045,
            "url": "http://patchwork.ozlabs.org/api/patches/2218045/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-12-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-12-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:43",
            "name": "[v3,11/15] tools: binman: pre-load: add test for ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-12-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218052,
            "url": "http://patchwork.ozlabs.org/api/patches/2218052/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-13-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-13-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:44",
            "name": "[v3,12/15] boot: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-13-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218048,
            "url": "http://patchwork.ozlabs.org/api/patches/2218048/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-14-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-14-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:45",
            "name": "[v3,13/15] tools: preload_check_sign: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-14-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218038,
            "url": "http://patchwork.ozlabs.org/api/patches/2218038/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-15-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-15-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:46",
            "name": "[v3,14/15] test: py: vboot: prepare test for glocal signature with ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-15-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2218040,
            "url": "http://patchwork.ozlabs.org/api/patches/2218040/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-16-philippe.reynes@softathome.com/",
            "msgid": "<20260331100047.34618-16-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-03-31T10:00:47",
            "name": "[v3,15/15] test: py: vboot: add test for global signature with ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260331100047.34618-16-philippe.reynes@softathome.com/mbox/"
        }
    ]
}