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

configuring using botan with ECC fails and gives notice on a change to files that does not exist anymore

    XMLWordPrintable

    Details

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

      Ubuntu 13.10

    • Sprint:
      SoftHSM 2.0.0a2

      Description

      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

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              rickard Rickard Bellgrim
              Reporter:
              jerry Jerry Lundström
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: