Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: async-rs/async-tls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update-rustls
Choose a base ref
...
head repository: async-rs/async-tls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 22 files changed
  • 7 contributors

Commits on Nov 30, 2020

  1. update example projects too

    Jason Mobarak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7e9e81d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merge pull request #41 from silverjam/silverjam/update-tls

    rustls: update dependencies
    skade authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7d048f5 View commit details
    Browse the repository at this point in the history
  2. Add maintenance notice

    skade committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    703bfd6 View commit details
    Browse the repository at this point in the history
  3. Bump version before release

    skade committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b25601f View commit details
    Browse the repository at this point in the history
  4. Change maintenance message

    skade committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    6a8985c View commit details
    Browse the repository at this point in the history
  5. Tag 0.10.2

    skade committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4c66ea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Release and tag 0.11.0

    skade committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a8ca3ca View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. feat: port to rustls 0.20

    * attempt to port to rustls 0.20
    
    * clippy
    
    * format
    
    * Fix test certificates (expired) and add a script to regenerate them.
    
    * Fix hanging and failing unit-tests
    
    UnexpectedEof errors are bubbled up from rustls. Tests needed to changed slightly, but are en par with tokio/tls.
    
    * Fix integration tests
    
    * Fix client and server examples
    
    * Update async-std version used for testing
    
    ---------
    
    Co-authored-by: Jason Mobarak <[email protected]>
    mfelsche and Jason Mobarak authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    55f643c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Jun 27, 2023

  1. Bump rustls to 0.21 (#50)

    mlemesle authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    97a5121 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Replace unmaintained webpki dependency with rustls-webpki (#54)

    * fix deprecated use of add_server_trust_anchors fn
    
    * replace "webpki" with "rustls-webpki"
    Sycrosity authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c58588a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    f7dd681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245641a View commit details
    Browse the repository at this point in the history
Loading