Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-336

Allow ECDSA based public key authentication

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.12.0
    • 0.13.0
    • None

    Description

      Public key authentication with ECDSA keys is currently rejected because Signature factories only honors RSA or DSS based public key lookup. So registering the corresponding actories has no effect: [1].

      private void initSignatures() {
          setSignatureFactories(Arrays.<NamedFactory<Signature>> asList(
              new SignatureDSA.Factory(),
              new SignatureRSA.Factory(),
              new SignatureECDSA.NISTP256Factory(),
              new SignatureECDSA.NISTP384Factory(),
              new SignatureECDSA.NISTP521Factory()));
       }
      

      [1] https://gerrit-review.googlesource.com/59351

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            davido2 David Ostrovsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: