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
This commit is contained in:
parent
bce55d7363
commit
9ce1493c8f
3 changed files with 86 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2019/08/03 04:38:31 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2019/10/10 07:47:53 adam Exp $
|
||||
|
||||
DISTNAME= pyasn1-modules-0.2.6
|
||||
DISTNAME= pyasn1-modules-0.2.7
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1-modules/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2019/08/03 04:38:31 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2019/10/10 07:47:53 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -89,6 +89,9 @@ ${PYSITELIB}/pyasn1_modules/rfc3565.pyo
|
|||
${PYSITELIB}/pyasn1_modules/rfc3709.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc3709.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc3709.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc3770.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc3770.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc3770.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc3779.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc3779.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc3779.pyo
|
||||
|
@ -134,42 +137,117 @@ ${PYSITELIB}/pyasn1_modules/rfc5649.pyo
|
|||
${PYSITELIB}/pyasn1_modules/rfc5652.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5652.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5652.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5751.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5751.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5751.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5914.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5914.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5914.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5915.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5915.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5915.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5934.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5934.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5934.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5940.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5940.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5940.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5958.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5958.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5958.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc5990.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc5990.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc5990.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6010.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6010.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6010.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6019.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6019.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6019.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6031.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6031.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6031.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6032.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6032.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6032.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6210.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6210.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6210.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6211.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6211.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6211.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc6402.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc6402.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc6402.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7030.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7030.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7030.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7191.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7191.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7191.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7292.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7292.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7292.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7296.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7296.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7296.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7773.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7773.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7773.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7894.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7894.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7894.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7906.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7906.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7906.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc7914.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc7914.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc7914.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8017.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8017.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8017.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8018.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8018.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8018.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8103.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8103.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8103.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8209.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8209.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8209.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8226.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8226.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8226.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8358.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8358.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8358.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8360.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8360.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8360.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8398.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8398.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8398.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8410.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8410.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8410.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8418.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8418.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8418.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8419.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8419.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8419.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8479.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8479.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8479.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8494.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8494.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8494.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8520.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8520.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8520.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8619.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8619.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8619.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc8649.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc8649.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc8649.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2019/08/03 04:38:31 adam Exp $
|
||||
$NetBSD: distinfo,v 1.11 2019/10/10 07:47:53 adam Exp $
|
||||
|
||||
SHA1 (pyasn1-modules-0.2.6.tar.gz) = 673f12b6d0503e57215af9a788ec87d6b8848d81
|
||||
RMD160 (pyasn1-modules-0.2.6.tar.gz) = 9b59074cfda94a2487fae647387663711bd2599b
|
||||
SHA512 (pyasn1-modules-0.2.6.tar.gz) = 6bf576146f59043bd708abcfdf6614c5a441e6e38c7bac2458491c5dddc42fe25210f0387ee12882391f6265a0e716ccbda547555ca38fbf3e2adf1587c95462
|
||||
Size (pyasn1-modules-0.2.6.tar.gz) = 120517 bytes
|
||||
SHA1 (pyasn1-modules-0.2.7.tar.gz) = d06e63e124384565daaa3ee4f6d17b40f0470cf0
|
||||
RMD160 (pyasn1-modules-0.2.7.tar.gz) = 42759b180233bd065ffeff9b94ea52297ede35ad
|
||||
SHA512 (pyasn1-modules-0.2.7.tar.gz) = 5854cb2eebe7ef7eaae701fba8c8b847f84115c699037d9cd29ddbfb8f0142172031155404d34f004a454227659b8726631f0e3082c856f6311544148768655f
|
||||
Size (pyasn1-modules-0.2.7.tar.gz) = 198370 bytes
|
||||
|
|
Loading…
Reference in a new issue