expressvpn / wolfssl-sys

A low level Rust binding for WolfSSL
GNU General Public License v2.0
9 stars 5 forks source link

README: Add deprecation banner. #55

Closed xv-ian-c closed 1 year ago

xv-ian-c commented 1 year ago

Description

The contents of this repo is moving to the wolfssl repo (see https://github.com/expressvpn/wolfssl/pull/39) which will be renamed wolfssl-rs.

Note that the link added here will not be valid until that renaming has been completed.

Motivation and Context

We would like to get rid of the committed/vendors tarballs, since they are exploding the size of the repo, and switch to using submodules instead. We tried this in https://github.com/expressvpn/wolfssl-sys/pull/53 but it turned out to be more complicated than anticipated.

Instead we will switch to a single wolfssl-rs workspace repository.

How Has This Been Tested?

Types of changes

Checklist:

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

xv-ian-c commented 1 year ago

Our IAC as code will archive this repo in the same changeset as the rename of wolfssl to wolfssl-rs, so we need to merge this right before we apply the IAC change since we can't merge it after archiving. It should all happen in quick succession though.

kp-mariappan-ramasamy commented 1 year ago

Should have been two iac PRs for the transition and to avoid race condition. One to rename and one to archive. But think, should be fine since invalid link may be for few min/hour

xv-ian-c commented 1 year ago

Invalid link will be minutes, but it turns out that we had to split anyway for other IAC related reasons so we'll do the rename before merging this.