Uploaded image for project: 'SoftHSM'
  1. SoftHSM
  2. SOFTHSM-48

Botan has no support for P256?

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0.0a1
    • Component/s: None
    • Labels:
      None
    • Sprint:
      SoftHSM 2.0.0a2

      Description

      ...
      checking what are the Botan includes... -I/usr/homebrew/include/botan-1.10
      checking what are the Botan libs... -L/usr/homebrew/lib -lbotan-1.10
      checking for Botan >= v1.10.0 ... yes
      checking for Botan ECC support... Cannot find P256
      configure: error:
      Botan library has no ECC support
      or src/pubkey/ec_group/ec_group.cpp must be fixed: at line 124:
      @@ -121,7 +121,7 @@
      .get_contents();
      }
      else if(form == EC_DOMPAR_ENC_OID)

      • return DER_Encoder().encode(get_oid()).get_contents();
        + return DER_Encoder().encode(OID(get_oid())).get_contents();
        else if(form == EC_DOMPAR_ENC_IMPLICITCA)
        return DER_Encoder().encode_null().get_contents();
        else

      onjiea> botan-config-1.10 --version
      1.10.5

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              fdupont Francis Dupont
              Reporter:
              jakob Jakob Schlyter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: