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 custom cryptography #62

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    620d931 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    cc00081 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    17f5cad View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    f0e31b2 View commit details
    Browse the repository at this point in the history
  2. Add docs

    Joannis committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    077e954 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge branch 'jo-rsa-private-keys' of github.com:joannis/swift-nio-ss…

    …h-1 into jo-rsa-private-keys
    Joannis committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fc5f565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497919b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge branch 'main' into jo-rsa-private-keys

    # Conflicts:
    #	Package.swift
    Joannis committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a742b44 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    4ecf937 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. More transport options

    Joannis committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5852c0c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Implemented passing sequence numbers, and adapter protocols so that o…

    …ther symmetric key algorithms can be used
    Joannis committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    569c03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3837545 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Enable old algorithms

    Joannis committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    316c8d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    ee4b862 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge remote-tracking branch 'apple/main' into jo-rsa-private-keys

    # Conflicts:
    #	Sources/NIOSSH/SSHMessages.swift
    Joannis committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    241b456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c64fa View commit details
    Browse the repository at this point in the history
  3. Fixed broken tests after merge. Added tests for all algorithms using …

    …frankenstein algorithms that test the correctness of SwiftNIO's agnostic approach to cryptograhic choices
    Joannis committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a50df12 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    3f42d1f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Define transport protection & key exchange types on the client/server…

    … configuration objects
    Joannis committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    f4efdbc View commit details
    Browse the repository at this point in the history
  2. Remove whitespace

    Joannis committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    642d961 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Fix typo

    gwynne committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    c5ccb88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f1a81 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    c66f0f1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    df0b47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b8add View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b66b64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1fc273 View commit details
    Browse the repository at this point in the history
  5. Fix copyright header year

    gwynne committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4b0e7ec View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    86a99b1 View commit details
    Browse the repository at this point in the history