update to py-cryptography 2.5
This commit is contained in:
parent
1b65d2ed6a
commit
65a7c5858d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2018/08/10 20:13:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2019/01/29 22:44:35 sthen Exp $
|
||||
|
||||
COMMENT= cryptographic recipes and primitives for Python
|
||||
|
||||
MODPY_EGG_VERSION= 2.3
|
||||
MODPY_EGG_VERSION= 2.5
|
||||
DISTNAME= cryptography-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
|
||||
CATEGORIES= security devel
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cryptography-2.3.tar.gz) = wTK6tF1L0P/x0/4pTZKwpuuEBOkzN7MSe97J8h3hF+Y=
|
||||
SIZE (cryptography-2.3.tar.gz) = 449464
|
||||
SHA256 (cryptography-2.5.tar.gz) = SUa2cjW50up9MTB76dWtWVnWxKj5j5ABV7R6vd9phAE=
|
||||
SIZE (cryptography-2.5.tar.gz) = 487694
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src__cffi_src_build_openssl_py,v 1.4 2018/08/10 20:13:41 sthen Exp $
|
||||
|
||||
cc1: error: -Werror=sign-conversion: No option -Wsign-conversion
|
||||
|
||||
Index: src/_cffi_src/build_openssl.py
|
||||
--- src/_cffi_src/build_openssl.py.orig
|
||||
+++ src/_cffi_src/build_openssl.py
|
||||
@@ -47,7 +47,7 @@ def _extra_compile_args(platform):
|
||||
revisit this.
|
||||
"""
|
||||
if platform not in ["win32", "hp-ux11"]:
|
||||
- return ["-Wconversion", "-Wno-error=sign-conversion"]
|
||||
+ return []
|
||||
else:
|
||||
return []
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src__cffi_src_openssl_x509_py,v 1.3 2018/08/10 20:13:41 sthen Exp $
|
||||
|
||||
Index: src/_cffi_src/openssl/x509.py
|
||||
--- src/_cffi_src/openssl/x509.py.orig
|
||||
+++ src/_cffi_src/openssl/x509.py
|
||||
@@ -258,8 +258,7 @@ int X509_get_signature_nid(const X509 *);
|
||||
|
||||
const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *);
|
||||
|
||||
-/* in 1.1.0 becomes const ASN1_BIT_STRING, const X509_ALGOR */
|
||||
-void X509_get0_signature(ASN1_BIT_STRING **, X509_ALGOR **, X509 *);
|
||||
+void X509_get0_signature(const ASN1_BIT_STRING **, const X509_ALGOR **, const X509 *);
|
||||
|
||||
long X509_get_version(X509 *);
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src__cffi_src_openssl_x509_vfy_py,v 1.8 2018/08/10 20:13:41 sthen Exp $
|
||||
$OpenBSD: patch-src__cffi_src_openssl_x509_vfy_py,v 1.9 2019/01/29 22:44:35 sthen Exp $
|
||||
|
||||
Index: src/_cffi_src/openssl/x509_vfy.py
|
||||
--- src/_cffi_src/openssl/x509_vfy.py.orig
|
||||
+++ src/_cffi_src/openssl/x509_vfy.py
|
||||
@@ -204,7 +204,7 @@ int sk_X509_OBJECT_num(Cryptography_STACK_OF_X509_OBJE
|
||||
@@ -212,7 +212,7 @@ int sk_X509_OBJECT_num(Cryptography_STACK_OF_X509_OBJE
|
||||
X509_OBJECT *sk_X509_OBJECT_value(Cryptography_STACK_OF_X509_OBJECT *, int);
|
||||
X509_VERIFY_PARAM *X509_STORE_get0_param(X509_STORE *);
|
||||
Cryptography_STACK_OF_X509_OBJECT *X509_STORE_get0_objects(X509_STORE *);
|
||||
@ -12,7 +12,7 @@ Index: src/_cffi_src/openssl/x509_vfy.py
|
||||
int X509_OBJECT_get_type(const X509_OBJECT *);
|
||||
|
||||
/* added in 1.1.0 */
|
||||
@@ -220,14 +220,11 @@ static const long Cryptography_HAS_102_VERIFICATION_ER
|
||||
@@ -228,14 +228,11 @@ static const long Cryptography_HAS_102_VERIFICATION_ER
|
||||
static const long Cryptography_HAS_102_VERIFICATION_PARAMS = 1;
|
||||
#else
|
||||
static const long Cryptography_HAS_102_VERIFICATION_ERROR_CODES = 0;
|
||||
@ -30,8 +30,8 @@ Index: src/_cffi_src/openssl/x509_vfy.py
|
||||
/* These 3 defines are unavailable in LibreSSL 2.5.x, but may be added
|
||||
in the future... */
|
||||
#ifndef X509_V_ERR_HOSTNAME_MISMATCH
|
||||
@@ -240,12 +237,6 @@ static const long X509_V_ERR_EMAIL_MISMATCH = 0;
|
||||
static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
|
||||
@@ -263,12 +260,6 @@ static const long X509_CHECK_FLAG_MULTI_LABEL_WILDCARD
|
||||
static const long X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS = 0;
|
||||
#endif
|
||||
|
||||
-/* X509_V_FLAG_TRUSTED_FIRST is also new in 1.0.2+, but it is added separately
|
||||
@ -43,8 +43,8 @@ Index: src/_cffi_src/openssl/x509_vfy.py
|
||||
#if !CRYPTOGRAPHY_LIBRESSL_27_OR_GREATER
|
||||
int (*X509_VERIFY_PARAM_set1_host)(X509_VERIFY_PARAM *, const char *,
|
||||
size_t) = NULL;
|
||||
@@ -259,6 +250,19 @@ void (*X509_VERIFY_PARAM_set_hostflags)(X509_VERIFY_PA
|
||||
#endif
|
||||
@@ -291,6 +282,19 @@ static const long X509_CHECK_FLAG_NEVER_CHECK_SUBJECT
|
||||
static const long Cryptography_HAS_110_VERIFICATION_PARAMS = 1;
|
||||
#endif
|
||||
|
||||
+static const long X509_V_ERR_SUITE_B_INVALID_VERSION = 0;
|
||||
@ -63,7 +63,7 @@ Index: src/_cffi_src/openssl/x509_vfy.py
|
||||
/* OpenSSL 1.0.2+ or Solaris's backport */
|
||||
#ifdef X509_V_FLAG_PARTIAL_CHAIN
|
||||
static const long Cryptography_HAS_X509_V_FLAG_PARTIAL_CHAIN = 1;
|
||||
@@ -292,7 +296,7 @@ X509 *X509_STORE_CTX_get0_cert(X509_STORE_CTX *ctx)
|
||||
@@ -324,7 +328,7 @@ X509 *X509_STORE_CTX_get0_cert(X509_STORE_CTX *ctx)
|
||||
return ctx->cert;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2017/11/05 17:53:50 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2019/01/29 22:44:35 sthen Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
@ -21,6 +21,8 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/${MODPY_PYCACHE}_oid.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/_oid.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/${MODPY_PYCACHE}/
|
||||
@ -42,9 +44,11 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}encode_asn1.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}hashes.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}hmac.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}ocsp.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}rsa.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}x25519.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}x448.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/${MODPY_PYCACHE}x509.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/aead.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/backend.py
|
||||
@ -57,9 +61,11 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/ec
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/hashes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/hmac.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/ocsp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/rsa.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/x25519.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/x448.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/backends/openssl/x509.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/bindings/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/bindings/__init__.py
|
||||
@ -87,7 +93,6 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/${MODPY_
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/${MODPY_PYCACHE}keywrap.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/${MODPY_PYCACHE}mac.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/${MODPY_PYCACHE}padding.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/${MODPY_PYCACHE}serialization.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/${MODPY_PYCACHE}/
|
||||
@ -99,6 +104,7 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetr
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/${MODPY_PYCACHE}rsa.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/${MODPY_PYCACHE}x25519.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/${MODPY_PYCACHE}x448.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py
|
||||
@ -106,6 +112,7 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetr
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/ciphers/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/ciphers/${MODPY_PYCACHE}/
|
||||
@ -141,7 +148,16 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/x963
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/keywrap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/mac.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/padding.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/${MODPY_PYCACHE}pkcs12.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/${MODPY_PYCACHE}ssh.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/serialization/ssh.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/twofactor/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/twofactor/${MODPY_PYCACHE}/
|
||||
@ -162,10 +178,12 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}certi
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}extensions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}general_name.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}name.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}ocsp.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/${MODPY_PYCACHE}oid.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/certificate_transparency.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/extensions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/general_name.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/name.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/ocsp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography/x509/oid.py
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2018/08/10 20:13:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2019/01/29 22:44:35 sthen Exp $
|
||||
|
||||
COMMENT= test vectors for py-cryptography
|
||||
|
||||
MODPY_EGG_VERSION= 2.3
|
||||
MODPY_EGG_VERSION= 2.5
|
||||
DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cryptography_vectors-2.3.tar.gz) = NWot7YSuN55VZRXuybaN10lXZRo4Rl0QYFu5+64oDxU=
|
||||
SIZE (cryptography_vectors-2.3.tar.gz) = 35303908
|
||||
SHA256 (cryptography_vectors-2.5.tar.gz) = MzZJuWMA3fLtrd2hrbQHZl3jTKEcfvBBDsEJbu+gDpc=
|
||||
SIZE (cryptography_vectors-2.5.tar.gz) = 35094063
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2018/08/10 20:13:41 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2019/01/29 22:44:35 sthen Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
@ -89,6 +89,8 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/DSA/FIP
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/DSA/FIPS_186-3/SigGen.rsp
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/DSA/FIPS_186-3/SigGen.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/DSA/FIPS_186-3/SigVer.rsp
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/EC/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/EC/compressed_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/ECDH/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/ECDH/KASValidityTest_ECCStaticUnified_KDFConcat_NOKC_init.fax
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/ECDH/KASValidityTest_ECCStaticUnified_KDFConcat_NOKC_resp.fax
|
||||
@ -114,6 +116,8 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/ECDSA/S
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/ECDSA/SECP256K1/SigGen.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Ed25519/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Ed25519/sign.input
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Ed448/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Ed448/rfc8032.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/PEM_Serialization/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/PEM_Serialization/README.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/PEM_Serialization/dsa_private_key.pem
|
||||
@ -211,6 +215,20 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Traditi
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/Traditional_OpenSSL_Serialization/testrsa.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/rfc7748.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pkcs8-enc.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pkcs8-enc.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pkcs8.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pkcs8.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pub.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X25519/x25519-pub.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/rfc7748.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pkcs8-enc.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pkcs8-enc.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pkcs8.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pkcs8.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pub.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/X448/x448-pub.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/public/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/public/PKCS1/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/public/PKCS1/dsa.pub.pem
|
||||
@ -583,6 +601,13 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/keywrap/kwtestvect
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/keywrap/kwtestvectors/TKW_AD_inv.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/keywrap/kwtestvectors/TKW_AE.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/keywrap/kwtestvectors/TKW_AE_inv.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/cert-aes256cbc-no-key.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/cert-key-aes256cbc.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/cert-none-key-none.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/cert-rc2-key-3des.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/no-cert-key-aes256cbc.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/pkcs12/no-password.p12
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/twofactor/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/twofactor/rfc-4226.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/twofactor/rfc-6238.txt
|
||||
@ -2155,7 +2180,9 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/alternate-rsa
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/badasn1time.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/badssl-sct.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/bigoid.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/cryptography-scts.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/cryptography.io.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/cryptography.io.precert.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/aia_ca_issuers.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/aia_ocsp.pem
|
||||
@ -2166,6 +2193,9 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/author
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/authority_key_identifier_no_keyid.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/basic_constraints_not_critical.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/bc_path_length_zero.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/ca/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/ca/ca.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/ca/ca_key.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/cdp_all_reasons.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/cdp_crl_issuer.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/cdp_empty_hostname.pem
|
||||
@ -2181,6 +2211,14 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_de
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_dup_entry_ext.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_empty.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_fullname_indirect_crl.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_fullname_only.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_fullname_only_aa.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_fullname_only_user.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_only_ca.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_reasons_only.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_relative_user_all_reasons.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_idp_relativename_only.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_inval_cert_issuer_entry_ext.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_md2_unknown_crit_entry_ext.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/crl_unsupported_reason.pem
|
||||
@ -2229,8 +2267,20 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/custom/valid_
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/department-of-state-root.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/e-trust.ru.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ecdsa_root.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/letsencryptx3.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/req-ext-nonce.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/req-invalid-hash-alg.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/req-multi-sha1.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/req-sha1.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-delegate-unknown-cert.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-invalid-signature-oid.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-responder-key-hash.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-revoked-no-next-update.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-revoked-reason.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-revoked.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-sha256.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/ocsp/resp-unauthorized.der
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/rapidssl_sha256_ca_g3.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/requests/
|
||||
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/x509/requests/basic_constraints.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user