Skip to content

Commit 83c6c08

Browse files
author
adam
committed
py-asn1-modules: updated to 0.2.7
Revision 0.2.7: - Added maps for use with openType to RFC 3565 - Added RFC2985 providing PKCS#9 Attributes - Added RFC3770 providing Certificate Extensions and Attributes for Authentication in PPP and Wireless LAN Networks - Added RFC5914 providing Trust Anchor Format - Added RFC6010 providing CMS Content Constraints (CCC) Extension - Added RFC6031 providing CMS Symmetric Key Package Content Type - Added RFC6032 providing CMS Encrypted Key Package Content Type - Added RFC7030 providing Enrollment over Secure Transport (EST) - Added RFC7292 providing PKCS #12, which is the Personal Information Exchange Syntax v1.1 - Added RFC8018 providing PKCS #5, which is the Password-Based Cryptography Specification, Version 2.1 - Automatically update the maps for use with openType for RFC3709, RFC6402, RFC7191, and RFC8226 when the module is imported - Added RFC6211 providing CMS Algorithm Identifier Protection Attribute - Added RFC8449 providing Certificate Extension for Hash Of Root Key - Updated RFC2459 and RFC5280 for TODO in the certificate extension map - Added RFC7906 providing NSA's CMS Key Management Attributes - Added RFC7894 providing EST Alternative Challenge Password Attributes - Updated the handling of maps for use with openType so that just doing an import of the modules is enough in most situations; updates to RFC 2634, RFC 3274, RFC 3779, RFC 4073, RFC 4108, RFC 5035, RFC 5083, RFC 5084, RFC 5480, RFC 5940, RFC 5958, RFC 6019, and RFC 8520 - Updated the handling of attribute maps for use with openType in RFC 5958 to use the rfc5652.cmsAttributesMap - Added RFC5990 providing RSA-KEM Key Transport Algorithm in the CMS - Fixed malformed `rfc4210.RevRepContent` data structure layout - Added RFC5934 providing Trust Anchor Management Protocol (TAMP) - Added RFC6210 providing Experiment for Hash Functions with Parameters - Added RFC5751 providing S/MIME Version 3.2 Message Specification - Added RFC8494 providing Multicast Email (MULE) over ACP 142 - Added RFC8398 providing Internationalized Email Addresses in X.509 Certificates - Added RFC8419 providing Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures in the CMS - Added RFC8479 providing Storing Validation Parameters in PKCS#8 - Added RFC8360 providing Resource Public Key Infrastructure (RPKI) Validation Reconsidered - Added RFC8358 providing Digital Signatures on Internet-Draft Documents - Added RFC8209 providing BGPsec Router PKI Profile - Added RFC8017 providing PKCS #1 Version 2.2 - Added RFC7914 providing scrypt Password-Based Key Derivation Function - Added RFC7773 providing Authentication Context Certificate Extension
1 parent 1970970 commit 83c6c08

File tree

3 files changed

+86
-8
lines changed

3 files changed

+86
-8
lines changed

security/py-asn1-modules/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.10 2019/08/03 04:38:31 adam Exp $
1+
# $NetBSD: Makefile,v 1.11 2019/10/10 07:47:53 adam Exp $
22

3-
DISTNAME= pyasn1-modules-0.2.6
3+
DISTNAME= pyasn1-modules-0.2.7
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
55
CATEGORIES= security python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1-modules/}

security/py-asn1-modules/PLIST

+79-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.8 2019/08/03 04:38:31 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2019/10/10 07:47:53 adam Exp $
22
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
33
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
44
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -89,6 +89,9 @@ ${PYSITELIB}/pyasn1_modules/rfc3565.pyo
8989
${PYSITELIB}/pyasn1_modules/rfc3709.py
9090
${PYSITELIB}/pyasn1_modules/rfc3709.pyc
9191
${PYSITELIB}/pyasn1_modules/rfc3709.pyo
92+
${PYSITELIB}/pyasn1_modules/rfc3770.py
93+
${PYSITELIB}/pyasn1_modules/rfc3770.pyc
94+
${PYSITELIB}/pyasn1_modules/rfc3770.pyo
9295
${PYSITELIB}/pyasn1_modules/rfc3779.py
9396
${PYSITELIB}/pyasn1_modules/rfc3779.pyc
9497
${PYSITELIB}/pyasn1_modules/rfc3779.pyo
@@ -134,42 +137,117 @@ ${PYSITELIB}/pyasn1_modules/rfc5649.pyo
134137
${PYSITELIB}/pyasn1_modules/rfc5652.py
135138
${PYSITELIB}/pyasn1_modules/rfc5652.pyc
136139
${PYSITELIB}/pyasn1_modules/rfc5652.pyo
140+
${PYSITELIB}/pyasn1_modules/rfc5751.py
141+
${PYSITELIB}/pyasn1_modules/rfc5751.pyc
142+
${PYSITELIB}/pyasn1_modules/rfc5751.pyo
143+
${PYSITELIB}/pyasn1_modules/rfc5914.py
144+
${PYSITELIB}/pyasn1_modules/rfc5914.pyc
145+
${PYSITELIB}/pyasn1_modules/rfc5914.pyo
137146
${PYSITELIB}/pyasn1_modules/rfc5915.py
138147
${PYSITELIB}/pyasn1_modules/rfc5915.pyc
139148
${PYSITELIB}/pyasn1_modules/rfc5915.pyo
149+
${PYSITELIB}/pyasn1_modules/rfc5934.py
150+
${PYSITELIB}/pyasn1_modules/rfc5934.pyc
151+
${PYSITELIB}/pyasn1_modules/rfc5934.pyo
140152
${PYSITELIB}/pyasn1_modules/rfc5940.py
141153
${PYSITELIB}/pyasn1_modules/rfc5940.pyc
142154
${PYSITELIB}/pyasn1_modules/rfc5940.pyo
143155
${PYSITELIB}/pyasn1_modules/rfc5958.py
144156
${PYSITELIB}/pyasn1_modules/rfc5958.pyc
145157
${PYSITELIB}/pyasn1_modules/rfc5958.pyo
158+
${PYSITELIB}/pyasn1_modules/rfc5990.py
159+
${PYSITELIB}/pyasn1_modules/rfc5990.pyc
160+
${PYSITELIB}/pyasn1_modules/rfc5990.pyo
161+
${PYSITELIB}/pyasn1_modules/rfc6010.py
162+
${PYSITELIB}/pyasn1_modules/rfc6010.pyc
163+
${PYSITELIB}/pyasn1_modules/rfc6010.pyo
146164
${PYSITELIB}/pyasn1_modules/rfc6019.py
147165
${PYSITELIB}/pyasn1_modules/rfc6019.pyc
148166
${PYSITELIB}/pyasn1_modules/rfc6019.pyo
167+
${PYSITELIB}/pyasn1_modules/rfc6031.py
168+
${PYSITELIB}/pyasn1_modules/rfc6031.pyc
169+
${PYSITELIB}/pyasn1_modules/rfc6031.pyo
170+
${PYSITELIB}/pyasn1_modules/rfc6032.py
171+
${PYSITELIB}/pyasn1_modules/rfc6032.pyc
172+
${PYSITELIB}/pyasn1_modules/rfc6032.pyo
173+
${PYSITELIB}/pyasn1_modules/rfc6210.py
174+
${PYSITELIB}/pyasn1_modules/rfc6210.pyc
175+
${PYSITELIB}/pyasn1_modules/rfc6210.pyo
176+
${PYSITELIB}/pyasn1_modules/rfc6211.py
177+
${PYSITELIB}/pyasn1_modules/rfc6211.pyc
178+
${PYSITELIB}/pyasn1_modules/rfc6211.pyo
149179
${PYSITELIB}/pyasn1_modules/rfc6402.py
150180
${PYSITELIB}/pyasn1_modules/rfc6402.pyc
151181
${PYSITELIB}/pyasn1_modules/rfc6402.pyo
182+
${PYSITELIB}/pyasn1_modules/rfc7030.py
183+
${PYSITELIB}/pyasn1_modules/rfc7030.pyc
184+
${PYSITELIB}/pyasn1_modules/rfc7030.pyo
152185
${PYSITELIB}/pyasn1_modules/rfc7191.py
153186
${PYSITELIB}/pyasn1_modules/rfc7191.pyc
154187
${PYSITELIB}/pyasn1_modules/rfc7191.pyo
188+
${PYSITELIB}/pyasn1_modules/rfc7292.py
189+
${PYSITELIB}/pyasn1_modules/rfc7292.pyc
190+
${PYSITELIB}/pyasn1_modules/rfc7292.pyo
155191
${PYSITELIB}/pyasn1_modules/rfc7296.py
156192
${PYSITELIB}/pyasn1_modules/rfc7296.pyc
157193
${PYSITELIB}/pyasn1_modules/rfc7296.pyo
194+
${PYSITELIB}/pyasn1_modules/rfc7773.py
195+
${PYSITELIB}/pyasn1_modules/rfc7773.pyc
196+
${PYSITELIB}/pyasn1_modules/rfc7773.pyo
197+
${PYSITELIB}/pyasn1_modules/rfc7894.py
198+
${PYSITELIB}/pyasn1_modules/rfc7894.pyc
199+
${PYSITELIB}/pyasn1_modules/rfc7894.pyo
200+
${PYSITELIB}/pyasn1_modules/rfc7906.py
201+
${PYSITELIB}/pyasn1_modules/rfc7906.pyc
202+
${PYSITELIB}/pyasn1_modules/rfc7906.pyo
203+
${PYSITELIB}/pyasn1_modules/rfc7914.py
204+
${PYSITELIB}/pyasn1_modules/rfc7914.pyc
205+
${PYSITELIB}/pyasn1_modules/rfc7914.pyo
206+
${PYSITELIB}/pyasn1_modules/rfc8017.py
207+
${PYSITELIB}/pyasn1_modules/rfc8017.pyc
208+
${PYSITELIB}/pyasn1_modules/rfc8017.pyo
209+
${PYSITELIB}/pyasn1_modules/rfc8018.py
210+
${PYSITELIB}/pyasn1_modules/rfc8018.pyc
211+
${PYSITELIB}/pyasn1_modules/rfc8018.pyo
158212
${PYSITELIB}/pyasn1_modules/rfc8103.py
159213
${PYSITELIB}/pyasn1_modules/rfc8103.pyc
160214
${PYSITELIB}/pyasn1_modules/rfc8103.pyo
215+
${PYSITELIB}/pyasn1_modules/rfc8209.py
216+
${PYSITELIB}/pyasn1_modules/rfc8209.pyc
217+
${PYSITELIB}/pyasn1_modules/rfc8209.pyo
161218
${PYSITELIB}/pyasn1_modules/rfc8226.py
162219
${PYSITELIB}/pyasn1_modules/rfc8226.pyc
163220
${PYSITELIB}/pyasn1_modules/rfc8226.pyo
221+
${PYSITELIB}/pyasn1_modules/rfc8358.py
222+
${PYSITELIB}/pyasn1_modules/rfc8358.pyc
223+
${PYSITELIB}/pyasn1_modules/rfc8358.pyo
224+
${PYSITELIB}/pyasn1_modules/rfc8360.py
225+
${PYSITELIB}/pyasn1_modules/rfc8360.pyc
226+
${PYSITELIB}/pyasn1_modules/rfc8360.pyo
227+
${PYSITELIB}/pyasn1_modules/rfc8398.py
228+
${PYSITELIB}/pyasn1_modules/rfc8398.pyc
229+
${PYSITELIB}/pyasn1_modules/rfc8398.pyo
164230
${PYSITELIB}/pyasn1_modules/rfc8410.py
165231
${PYSITELIB}/pyasn1_modules/rfc8410.pyc
166232
${PYSITELIB}/pyasn1_modules/rfc8410.pyo
167233
${PYSITELIB}/pyasn1_modules/rfc8418.py
168234
${PYSITELIB}/pyasn1_modules/rfc8418.pyc
169235
${PYSITELIB}/pyasn1_modules/rfc8418.pyo
236+
${PYSITELIB}/pyasn1_modules/rfc8419.py
237+
${PYSITELIB}/pyasn1_modules/rfc8419.pyc
238+
${PYSITELIB}/pyasn1_modules/rfc8419.pyo
239+
${PYSITELIB}/pyasn1_modules/rfc8479.py
240+
${PYSITELIB}/pyasn1_modules/rfc8479.pyc
241+
${PYSITELIB}/pyasn1_modules/rfc8479.pyo
242+
${PYSITELIB}/pyasn1_modules/rfc8494.py
243+
${PYSITELIB}/pyasn1_modules/rfc8494.pyc
244+
${PYSITELIB}/pyasn1_modules/rfc8494.pyo
170245
${PYSITELIB}/pyasn1_modules/rfc8520.py
171246
${PYSITELIB}/pyasn1_modules/rfc8520.pyc
172247
${PYSITELIB}/pyasn1_modules/rfc8520.pyo
173248
${PYSITELIB}/pyasn1_modules/rfc8619.py
174249
${PYSITELIB}/pyasn1_modules/rfc8619.pyc
175250
${PYSITELIB}/pyasn1_modules/rfc8619.pyo
251+
${PYSITELIB}/pyasn1_modules/rfc8649.py
252+
${PYSITELIB}/pyasn1_modules/rfc8649.pyc
253+
${PYSITELIB}/pyasn1_modules/rfc8649.pyo

security/py-asn1-modules/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.10 2019/08/03 04:38:31 adam Exp $
1+
$NetBSD: distinfo,v 1.11 2019/10/10 07:47:53 adam Exp $
22

3-
SHA1 (pyasn1-modules-0.2.6.tar.gz) = 673f12b6d0503e57215af9a788ec87d6b8848d81
4-
RMD160 (pyasn1-modules-0.2.6.tar.gz) = 9b59074cfda94a2487fae647387663711bd2599b
5-
SHA512 (pyasn1-modules-0.2.6.tar.gz) = 6bf576146f59043bd708abcfdf6614c5a441e6e38c7bac2458491c5dddc42fe25210f0387ee12882391f6265a0e716ccbda547555ca38fbf3e2adf1587c95462
6-
Size (pyasn1-modules-0.2.6.tar.gz) = 120517 bytes
3+
SHA1 (pyasn1-modules-0.2.7.tar.gz) = d06e63e124384565daaa3ee4f6d17b40f0470cf0
4+
RMD160 (pyasn1-modules-0.2.7.tar.gz) = 42759b180233bd065ffeff9b94ea52297ede35ad
5+
SHA512 (pyasn1-modules-0.2.7.tar.gz) = 5854cb2eebe7ef7eaae701fba8c8b847f84115c699037d9cd29ddbfb8f0142172031155404d34f004a454227659b8726631f0e3082c856f6311544148768655f
6+
Size (pyasn1-modules-0.2.7.tar.gz) = 198370 bytes

0 commit comments

Comments
 (0)