Coder Social home page Coder Social logo

async-acme's People

Contributors

ecton avatar randomairborne avatar user65k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

async-acme's Issues

async-std not working on main

Because async-rustls is currently on rustls 0.19, there are errors when building the example. I found an open issue on that repository, which links to another thread on another project where someone mentions that futures-rustls is preferred.

Should we change this project over, or should we wait on async-rustls to be updated?

SemVer stability of major dependencies

The most recent update of this crate updated major dependencies from one version to another, which caused breakage in BonsaiDb due to trying to pass a CertifiedKey produced via this crate to another crate which was still using an older version of rustls.

I can fix this by enforcing that this crate is always hardcoded to a specific patch version, but that prevents users from getting bug fix updates without me releasing a new version.

Can this crate adopt a policy to not update major dependencies, such as rustls, without incrementing the minor version while in 0.x?

Switch cache directory with a trait to allow other storage backends

First off, thank you so much for this crate and for the quick merges on the pull requests I sent in last night.

I'm building a database which has its own encrypted-at-rest storage available, and I would like to be able to act as the account cache myself. I can manually manage the account and certificates if I drive the process by hand, but I can't use the rustls_helper::order function because that function returns a CertifiedKey which cannot be used to export the private key.

I propose changing the order function to take a trait implementation rather than a Path for the cache, with function calls to load and save accounts and certificates with their keys. The crate can continue to provide a filesystem implementation.

Would you be open to a pull request for this change?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.