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

Create new version range for "openssl" #36

Closed
pombredanne opened this issue Feb 7, 2022 · 2 comments · Fixed by #42
Closed

Create new version range for "openssl" #36

pombredanne opened this issue Feb 7, 2022 · 2 comments · Fixed by #42

Comments

@pombredanne
Copy link
Member

pombredanne commented Feb 7, 2022

See https://www.openssl.org/policies/releasestrat.html

There are still old 1.1.1-style versions and these look like a lot PyPI.

@keshav-space
Copy link
Member

For the base version 3.0 onward OpenSSL is using Semver
and for 1.1.1 they will continue with old versioning style ( 1.1.1 will be supported until 2023-09-11)

Rest all other versions are no longer publicly supported

So, for openssl we will have two different versioning schema depending on the version ;(

Imagine Something like this vers:openssl/1.1.1k|3.0.2

Only thing that seems good -> https://www.openssl.org/news/vulnerabilities.xml

@pombredanne
Copy link
Member Author

So, for openssl we will have two different versioning schema depending on the version ;(

Yes! what I suggest as a design is this:
Something like a single OpensslVersion class that behaves differently if this is a 3 or an earlier version and once constructed track an internal version object that it delegates to:: either an old style version (string or some new LegacyOpensslVersion object) or a Semver version object

keshav-space added a commit to keshav-space/univers that referenced this issue Feb 21, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: keshav-space <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Feb 23, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Mar 9, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Mar 9, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Mar 9, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Mar 9, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
keshav-space added a commit to keshav-space/univers that referenced this issue Mar 9, 2022
- closes aboutcode-org#36
- For `OpenSSL-FIPS Module` see aboutcode-org#41

Signed-off-by: Keshav Priyadarshi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants