quictls / openssl

TLS/SSL and crypto library with QUIC APIs
https://quictls.github.io/openssl
Apache License 2.0
366 stars 50 forks source link

Wrong README.md file, missing README-OpenSSL.md in openssl-3.0.10+quic branch #131

Closed xl32 closed 1 year ago

xl32 commented 1 year ago

Wrong README.md file (taken from upstream openssl project). Looks like missing README-OpenSSL.md in openssl-3.0.10+quic branch.

tmshort commented 1 year ago

The openssl-3.0.10+quic branch was created at the tag openssl-3.0.10 in order to do PR #129 onto it. That PR has now been merged. This is the process we follow. So if you see a +quic branch that is "out-of-date" (and happens to match an upstream tag), it means we are working on the PR.

xl32 commented 1 year ago

@tmshort Thank you for very detailed explanation! I just tried to do automated rpm builds for codeit.guru public repository and confused how to find the correct time/event to make the builds, as @richsalz said there no will be releases anymore. Now I assume that source releases are available again and I reverted changes back to pull tarballs from github releases.

Thanks again for your work!