Skip to content

Commit 31ed67b

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-p11-kit (0.25.10-1 -> 0.26.1-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent a1399ff commit 31ed67b

File tree

27 files changed

+404
-52
lines changed

27 files changed

+404
-52
lines changed

mingw32/bin/libp11-kit-0.dll

163 KB
Binary file not shown.

mingw32/bin/p11-kit.exe

6.1 KB
Binary file not shown.

mingw32/bin/trust.exe

5.6 KB
Binary file not shown.

mingw32/include/p11-kit-1/p11-kit/pkcs11.h

Lines changed: 379 additions & 27 deletions
Large diffs are not rendered by default.

mingw32/include/p11-kit-1/p11-kit/pkcs11x.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,24 @@ extern "C" {
7979
#define CKA_NSS_EMAIL_DISTRUST_AFTER 0xce534374UL
8080

8181
/* NSS trust attributes */
82-
#define CKA_TRUST_DIGITAL_SIGNATURE 0xce536351UL
83-
#define CKA_TRUST_NON_REPUDIATION 0xce536352UL
84-
#define CKA_TRUST_KEY_ENCIPHERMENT 0xce536353UL
85-
#define CKA_TRUST_DATA_ENCIPHERMENT 0xce536354UL
86-
#define CKA_TRUST_KEY_AGREEMENT 0xce536355UL
87-
#define CKA_TRUST_KEY_CERT_SIGN 0xce536356UL
88-
#define CKA_TRUST_CRL_SIGN 0xce536357UL
89-
#define CKA_TRUST_SERVER_AUTH 0xce536358UL
90-
#define CKA_TRUST_CLIENT_AUTH 0xce536359UL
91-
#define CKA_TRUST_CODE_SIGNING 0xce53635aUL
92-
#define CKA_TRUST_EMAIL_PROTECTION 0xce53635bUL
93-
#define CKA_TRUST_IPSEC_END_SYSTEM 0xce53635cUL
94-
#define CKA_TRUST_IPSEC_TUNNEL 0xce53635dUL
95-
#define CKA_TRUST_IPSEC_USER 0xce53635eUL
96-
#define CKA_TRUST_TIME_STAMPING 0xce53635fUL
97-
#define CKA_TRUST_STEP_UP_APPROVED 0xce536360UL
98-
#define CKA_CERT_SHA1_HASH 0xce5363b4UL
99-
#define CKA_CERT_MD5_HASH 0xce5363b5UL
82+
#define CKA_NSS_TRUST_DIGITAL_SIGNATURE 0xce536351UL
83+
#define CKA_NSS_TRUST_NON_REPUDIATION 0xce536352UL
84+
#define CKA_NSS_TRUST_KEY_ENCIPHERMENT 0xce536353UL
85+
#define CKA_NSS_TRUST_DATA_ENCIPHERMENT 0xce536354UL
86+
#define CKA_NSS_TRUST_KEY_AGREEMENT 0xce536355UL
87+
#define CKA_NSS_TRUST_KEY_CERT_SIGN 0xce536356UL
88+
#define CKA_NSS_TRUST_CRL_SIGN 0xce536357UL
89+
#define CKA_NSS_TRUST_SERVER_AUTH 0xce536358UL
90+
#define CKA_NSS_TRUST_CLIENT_AUTH 0xce536359UL
91+
#define CKA_NSS_TRUST_CODE_SIGNING 0xce53635aUL
92+
#define CKA_NSS_TRUST_EMAIL_PROTECTION 0xce53635bUL
93+
#define CKA_NSS_TRUST_IPSEC_END_SYSTEM 0xce53635cUL
94+
#define CKA_NSS_TRUST_IPSEC_TUNNEL 0xce53635dUL
95+
#define CKA_NSS_TRUST_IPSEC_USER 0xce53635eUL
96+
#define CKA_NSS_TRUST_TIME_STAMPING 0xce53635fUL
97+
#define CKA_NSS_TRUST_STEP_UP_APPROVED 0xce536360UL
98+
#define CKA_NSS_CERT_SHA1_HASH 0xce5363b4UL
99+
#define CKA_NSS_CERT_MD5_HASH 0xce5363b5UL
100100

101101
/* NSS trust values */
102102
typedef CK_ULONG CK_TRUST;

mingw32/lib/libp11-kit.dll.a

0 Bytes
Binary file not shown.
7.6 KB
Binary file not shown.

mingw32/lib/pkgconfig/p11-kit-1.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ p11_system_config_modules=${pkgdatadir}/modules
1818

1919
Name: p11-kit
2020
Description: Library and proxy module for properly loading and sharing PKCS#11 modules.
21-
Version: 0.25.10
21+
Version: 0.26.1
2222
Libs: -L${libdir} -lp11-kit
2323
Cflags: -I${includedir}/p11-kit-1
1.1 KB
Binary file not shown.
1.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)