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 Assert for TlsHandler.MediationStream #51

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    e164ad1 View commit details
    Browse the repository at this point in the history
  2. The old dotnetty.com.pfx use Sha1+RSA1024 instead of Sha256+RSA2048, …

    …and seems obsoleted and no longer work on net5.0+ubuntu20.04
    
    Generated with
    ```
    openssl genrsa -out ssl.key 2048
    openssl req -new -x509 -key ssl.key -out dotnetty.com.cer -days 3650 -subj /CN=dotnetty.com
    openssl req -new -x509 -key ssl.key -out contoso.com.cer -days 3650 -subj /CN=contoso.com
    openssl pkcs12 -export -out dotnetty.com.pfx -inkey ssl.key -in dotnetty.com.cer
    openssl pkcs12 -export -out contoso.com.pfx -inkey ssl.key -in contoso.com.cer
    ```
    password="password"
    yyjdelete committed May 23, 2021
    Configuration menu
    Copy the full SHA
    090b92d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ade2ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc270d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c9e5e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0802ba View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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