Show a series.

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

{
    "id": 500332,
    "url": "http://patchwork.ozlabs.org/api/series/500332/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=500332",
    "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-04-17T13:02:04",
    "submitter": {
        "id": 74351,
        "url": "http://patchwork.ozlabs.org/api/people/74351/?format=api",
        "name": "Philippe Reynes",
        "email": "philippe.reynes@softathome.com"
    },
    "version": 4,
    "total": 14,
    "received_total": 14,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/500332/mbox/",
    "cover_letter": {
        "id": 2224480,
        "url": "http://patchwork.ozlabs.org/api/covers/2224480/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20260417130204.49896-1-philippe.reynes@softathome.com/",
        "msgid": "<20260417130204.49896-1-philippe.reynes@softathome.com>",
        "list_archive_url": null,
        "date": "2026-04-17T13:01:50",
        "name": "[v4,00/14] add software ecdsa support",
        "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20260417130204.49896-1-philippe.reynes@softathome.com/mbox/"
    },
    "patches": [
        {
            "id": 2224483,
            "url": "http://patchwork.ozlabs.org/api/patches/2224483/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-2-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-2-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:51",
            "name": "[v4,01/14] mbedtls: enable support of ecc",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-2-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224489,
            "url": "http://patchwork.ozlabs.org/api/patches/2224489/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-3-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-3-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:52",
            "name": "[v4,02/14] ecdsa: initial support of ecdsa using mbedtls",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-3-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224482,
            "url": "http://patchwork.ozlabs.org/api/patches/2224482/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-4-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-4-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:53",
            "name": "[v4,03/14] test: lib: ecdsa: add initial test",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-4-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224476,
            "url": "http://patchwork.ozlabs.org/api/patches/2224476/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-5-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-5-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:54",
            "name": "[v4,04/14] drivers: crypto: add software ecdsa support",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-5-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224484,
            "url": "http://patchwork.ozlabs.org/api/patches/2224484/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-6-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-6-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:55",
            "name": "[v4,05/14] ecdsa: fix support of secp521r1",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-6-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224486,
            "url": "http://patchwork.ozlabs.org/api/patches/2224486/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-7-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-7-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:56",
            "name": "[v4,06/14] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-7-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224488,
            "url": "http://patchwork.ozlabs.org/api/patches/2224488/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-8-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-8-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:57",
            "name": "[v4,07/14] test: py: vboot: prepare integration test for ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-8-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224479,
            "url": "http://patchwork.ozlabs.org/api/patches/2224479/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-9-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-9-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:58",
            "name": "[v4,08/14] test: vboot: add test for ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-9-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224478,
            "url": "http://patchwork.ozlabs.org/api/patches/2224478/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-10-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-10-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:01:59",
            "name": "[v4,09/14] tools: mkimage: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-10-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224487,
            "url": "http://patchwork.ozlabs.org/api/patches/2224487/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-11-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-11-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:02:00",
            "name": "[v4,10/14] tools: binman: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-11-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224477,
            "url": "http://patchwork.ozlabs.org/api/patches/2224477/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-12-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-12-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:02:01",
            "name": "[v4,11/14] boot: pre-load: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-12-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224485,
            "url": "http://patchwork.ozlabs.org/api/patches/2224485/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-13-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-13-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:02:02",
            "name": "[v4,12/14] tools: preload_check_sign: add support of ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-13-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224490,
            "url": "http://patchwork.ozlabs.org/api/patches/2224490/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-14-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-14-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:02:03",
            "name": "[v4,13/14] test: py: vboot: prepare test for global signature with ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-14-philippe.reynes@softathome.com/mbox/"
        },
        {
            "id": 2224475,
            "url": "http://patchwork.ozlabs.org/api/patches/2224475/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-15-philippe.reynes@softathome.com/",
            "msgid": "<20260417130204.49896-15-philippe.reynes@softathome.com>",
            "list_archive_url": null,
            "date": "2026-04-17T13:02:04",
            "name": "[v4,14/14] test: py: vboot: add test for global signature with ecdsa",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20260417130204.49896-15-philippe.reynes@softathome.com/mbox/"
        }
    ]
}