Skip to content

Commit b765560

Browse files
authored
Merge pull request #95 from russhousley/fix-pyasn1-readme-links
Updated link to pyasn1 project
2 parents 5cc312f + 6fd69cd commit b765560

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Revision 0.4.7, released DD-MMM-2025
1919
- Dropped support for EOL Python 3.8, and 3.9; added support for Python 3.14
2020
- Added RFC9882 for Algorithm Identifiers for ML-DSA in CMS
2121
- Added RFC9883 for An Attribute for Statement of Possession of a Private Key
22+
- Updated the link to the pyasn1 project in README.md
2223

2324
Revision 0.4.6, released 25-MAR-2025
2425
------------------------------------

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ Alternative ASN.1 modules for pyasn1
77

88
The `pyasn1-alt-modules` package contains a collection of
99
[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items)
10-
data structures expressed as Python classes based on [pyasn1](https://github.com/etingof/pyasn1)
11-
data model. Maintenance of pyasn1 has shifted to [pyasn1-maint](https://github.com/pyasn1/pyasn1).
10+
data structures expressed as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1)
11+
data model.
1212

13-
It seems that [pyasn1-modules](https://github.com/etingof/pyasn1-modules) is no
14-
longer being maintained. As a result, the `pyasn1-alt-modules` package was
15-
created to share new module developments. Previous modules are included in
16-
the `pyasn1-alt-modules` package so that both do not need to be installed.
13+
Many years ago, maintenance of [pyasn1-modules](https://github.com/etingof/pyasn1-modules)
14+
stopped. As a result, the `pyasn1-alt-modules` package was created to share new
15+
module developments. Previous modules are included in the `pyasn1-alt-modules`
16+
package so that both packages do not need to be installed.
1717

18-
However, the tools directory of the `pyasn1-modules` package is not included.
18+
However, the tools directory of the `pyasn1-modules` package is not included in
19+
the `pyasn1-alt-modules` package.
1920

2021
If ASN.1 module you need is not present in this collection, try using
2122
[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles (some)
@@ -29,6 +30,6 @@ If something does not work as expected,
2930

3031
Additional module contributions are welcome via GitHub pull requests.
3132

32-
Copyright (c) 2005-2020, [Ilya Etingof](mailto:etingof@gmail.com).<br/>
33+
Copyright (c) 2005-2020, Ilya Etingof (deceased).<br/>
3334
Copyright (c) 2021-2025, Vigil Security, LLC, (contact [Russ Housley](mailto:housley@vigilsec.com))<br/>
3435
All rights reserved.

0 commit comments

Comments
 (0)