From d62bf1b834ba1d0011bad924a21bcc88933e35f7 Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Wed, 9 Nov 2022 17:29:34 -0800 Subject: [PATCH] Add DERs for P384 --- index.bs | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 391561b..fb328d2 100644 --- a/index.bs +++ b/index.bs @@ -409,8 +409,25 @@ The [=agent certificate=] must have the following characteristics: `secp384r1_sha384` - `301006072a8648ce3d020106052b81040022` - `300a06082a8648ce3d040303` + `secp384r1` +

+ Object Identifiers: +

    +
  1. `1.2.840.10045.2.1` (ECC)
  2. +
  3. `1.3.132.0.34` (ECDSA P384)
  4. +
+ DER representation: `301006072a8648ce3d020106052b81040022` +

+ + `ecdsa-with-SHA384` +

+ Object identifier: +

    +
  1. `1.2.840.10045.4.3.3`
  2. +
+ DER representation: `300a06082a8648ce3d040303` +

+