Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for authentication with DSA & RSA user certificates (#153) #319

Merged
merged 3 commits into from
Apr 14, 2017
Merged

Commits on Apr 12, 2017

  1. Add support for authentication with DSA & RSA user certificates (#153)

    Updates:
    
    - KeyType.java - add support for two certificate key types
        ssh-rsa-cert-v01@openssh.com
        ssh-dsa-cert-v01@openssh.com
    
    - Buffer.java - allow uint64s that overflow Long.MAX_VALUE, otherwise
      we break on certificates with serial numbers greater Long.MAX_VALUE
    
    - OpenSSHKeyFile, KeyProviderUtil - prefer public key files that end
      "-cert.pub" if they exist
    
    Added new class Certificate, which represents certificate key
    
    Reference:
    
    https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD
    chqr committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    8be45d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0edd0d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Address code review concerns

    chqr committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    f5be71c View commit details
    Browse the repository at this point in the history