From f1be4ec69d8395d0ceff28e9d983a4057ea1ad64 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sat, 02 Mar 2024 23:33:26 +0100
Subject: [PATCH] gcr: update to 3.41.1

---
 components/library/gcr/test/results-all.master |  588 ----------------------------------------------------------
 1 files changed, 6 insertions(+), 582 deletions(-)

diff --git a/components/library/gcr/test/results-all.master b/components/library/gcr/test/results-all.master
index d3d21ef..cec6dea 100644
--- a/components/library/gcr/test/results-all.master
+++ b/components/library/gcr/test/results-all.master
@@ -1,582 +1,6 @@
-PASS: test-asn1 1 /asn1/boolean
-PASS: test-asn1 2 /asn1/boolean-bad
-PASS: test-asn1 3 /asn1/boolean-default
-PASS: test-asn1 4 /asn1/null
-PASS: test-asn1 5 /asn1/integer
-PASS: test-asn1 6 /asn1/integer-zero-length
-PASS: test-asn1 7 /asn1/unsigned
-PASS: test-asn1 8 /asn1/octet_string
-PASS: test-asn1 9 /asn1/generalized_time
-PASS: test-asn1 10 /asn1/time-get-missing
-PASS: test-asn1 11 /asn1/bit_string_decode
-PASS: test-asn1 12 /asn1/bit_string_decode_bad
-PASS: test-asn1 13 /asn1/bit_string_decode_ulong
-PASS: test-asn1 14 /asn1/bit_string_encode_decode
-PASS: test-asn1 15 /asn1/bit_string_encode_decode_ulong
-PASS: test-asn1 16 /asn1/bit_string_encode_decode_zero
-PASS: test-asn1 17 /asn1/oid
-PASS: test-asn1 18 /asn1/have
-PASS: test-asn1 19 /asn1/any-raw
-PASS: test-asn1 20 /asn1/any-into
-PASS: test-asn1 21 /asn1/choice_not_chosen
-PASS: test-asn1 22 /asn1/any_choice_set_raw_short_tag
-PASS: test-asn1 23 /asn1/any_choice_set_raw_long_tag
-PASS: test-asn1 24 /asn1/seq-of-any
-PASS: test-asn1 25 /asn1/seq-of-invalid
-PASS: test-asn1 26 /asn1/seq-of-different
-PASS: test-asn1 27 /asn1/set-order
-PASS: test-asn1 28 /asn1/append
-PASS: test-asn1 29 /asn1/append_and_clear
-PASS: test-asn1 30 /asn1/setof
-PASS: test-asn1 31 /asn1/setof_empty
-PASS: test-asn1 32 /asn1/enumerated
-PASS: test-asn1 33 /asn1/enumerated-bad
-PASS: test-asn1 34 /asn1/enumerated-not-in-list
-PASS: test-asn1 35 /asn1/enumerated-not-set
-PASS: test-asn1 36 /asn1/nested-fails-with-extra
-PASS: test-asn1 37 /asn1/nested-unexpected
-PASS: test-asn1 38 /asn1/create-and-decode-invalid
-PASS: test-asn1 39 /asn1/create-quark
-PASS: test-asn1 40 /asn1/validate-default
-PASS: test-asn1 41 /asn1/validate-missing
-PASS: test-asn1 42 /asn1/validate-seq-of-child-invalid
-PASS: test-asn1 43 /asn1/validate-optional-seq
-PASS: test-asn1 44 /asn1/node_name
-PASS: test-asn1 45 /asn1/asn1_integers
-PASS: test-asn1 46 /asn1/boolean_seq
-PASS: test-asn1 47 /asn1/write_value
-PASS: test-asn1 48 /asn1/element_length_content
-PASS: test-asn1 49 /asn1/read_element
-PASS: test-asn1 50 /asn1/general_time
-PASS: test-asn1 51 /asn1/utc_time
-PASS: test-asn1 52 /asn1/read_time
-PASS: test-asn1 53 /asn1/read_date
-PASS: test-asn1 54 /asn1/create_by_oid
-PASS: test-asn1 55 /asn1/create_by_oid_invalid
-PASS: test-asn1 56 /asn1/create_by_bad_order
-PASS: test-asn1 57 /asn1/count
-PASS: test-asn1 58 /asn1/decode/extra
-PASS: test-asn1 59 /asn1/decode/nested-short
-PASS: test-asn1 60 /asn1/decode/indefinite-primitive
-PASS: test-asn1 61 /asn1/decode/invalid-long-length
-PASS: test-asn1 62 /asn1/decode/truncated-at-tag
-PASS: test-asn1 63 /asn1/decode/decode-long-tag
-PASS: test-asn1 64 /asn1/integer/raw
-PASS: test-asn1 65 /asn1/integer/raw-not-twos-complement
-PASS: test-asn1 66 /asn1/unsigned/not-set
-PASS: test-asn1 67 /asn1/unsigned/default
-PASS: test-asn1 68 /asn1/unsigned/constant
-PASS: test-asn1 69 /asn1/unsigned/zero
-PASS: test-asn1 70 /asn1/octet-string/set-bad-utf8
-PASS: test-asn1 71 /asn1/octet-string/bmp-as-utf8
-PASS: test-asn1 72 /asn1/octet-string/get-as-bytes
-PASS: test-asn1 73 /asn1/octet-string/set-as-bytes
-PASS: test-asn1 74 /asn1/octet-string/structured
-PASS: test-asn1 75 /asn1/octet-string/structured-bad
-PASS: test-asn1 76 /asn1/implicit/decode
-PASS: test-asn1 77 /asn1/implicit/encode
-PASS: test-asn1 78 /asn1/explicit/decode
-PASS: test-asn1 79 /asn1/explicit/encode
-PASS: test-asn1 80 /asn1/explicit/no-context-specific
-PASS: test-asn1 81 /asn1/explicit/no-context-child
-PASS: test-asn1 82 /asn1/explicit/extra-context-child
-PASS: test-asn1 83 /asn1/universal/decode
-PASS: test-asn1 84 /asn1/universal/encode
-PASS: test-asn1 85 /asn1/bit-string/ulong-too-long
-PASS: test-asn1 86 /asn1/bit-string/get-not-set
-PASS: test-asn1 87 /asn1/bit-string/invalid-length
-PASS: test-asn1 88 /asn1/bit-string/invalid-empty
-PASS: test-asn1 89 /asn1/oid/set-invalid
-PASS: test-asn1 90 /asn1/oid/get-no-value
-PASS: test-asn1 91 /asn1/oid/decode-bad
-PASS: test-asn1 92 /asn1/any-raw/explicit
-PASS: test-asn1 93 /asn1/any-raw/invalid
-PASS: test-asn1 94 /asn1/any-raw/not-set
-PASS: test-asn1 95 /asn1/any-into/explicit
-PASS: test-asn1 96 /asn1/any-into/explicit-not-set
-PASS: test-asn1 97 /asn1/get-element/not-set
-PASS: test-asn1x 1 /asn1x/encode-decode-0-Certificate
-PASS: test-asn1x 2 /asn1x/encode-decode-1-pkcs-8-PrivateKeyInfo
-PASS: test-asn1x 3 /asn1x/encode-decode-2-RSAPrivateKey
-PASS: test-asn1x 4 /asn1x/encode-decode-3-pkcs-7-ContentInfo
-PASS: test-asn1x 5 /asn1x/encode-decode-4-pkcs-7-ContentInfo
-PASS: test-asn1x 6 /asn1x/pkcs12-decode/1
-PASS: test-asn1x 7 /asn1x/pkcs5-personal-name/invalid
-PASS: test-dn 1 /dn/read_dn
-PASS: test-dn 2 /dn/dn_value
-PASS: test-dn 3 /dn/parse_dn
-PASS: test-dn 4 /dn/read_dn_part
-PASS: test-dn 5 /dn/add_dn_part
-PASS: test-decimal 1 /decimal/decode-success/35
-PASS: test-decimal 2 /decimal/decode-success/2048
-PASS: test-decimal 3 /decimal/decode-success/209328042309
-PASS: test-decimal 4 /decimal/decode-success/0002048
-PASS: test-decimal 5 /decimal/decode-success/20480000
-PASS: test-decimal 6 /decimal/decode-success/2521368004379664277055118629334750468402_long
-PASS: test-decimal 7 /decimal/decode-failure/-35
-PASS: test-decimal 8 /decimal/decode-failure/abcd
-PASS: test-decimal 9 /decimal/decode-failure/_3_33
-PASS: test-hex 1 /hex/encode
-PASS: test-hex 2 /hex/encode_spaces
-PASS: test-hex 3 /hex/decode
-PASS: test-hex 4 /hex/decode_fail
-PASS: test-hkdf 1 /hkdf/test-case-1
-PASS: test-hkdf 2 /hkdf/test-case-2
-PASS: test-hkdf 3 /hkdf/test-case-3
-PASS: test-hkdf 4 /hkdf/test-case-4
-PASS: test-hkdf 5 /hkdf/test-case-5
-PASS: test-hkdf 6 /hkdf/test-case-6
-PASS: test-hkdf 7 /hkdf/test-case-7
-PASS: test-oid 1 /oid/tests
-ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
-SKIP: test-secmem Bail out! ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
-SKIP: test-secmem Bail out! ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
-ERROR: test-secmem process failed: -6
-PASS: test-padding 1 /padding/zero_padding
-PASS: test-padding 2 /padding/zero_padding_no_data
-PASS: test-padding 3 /padding/pkcs1_one_padding
-PASS: test-padding 4 /padding/pkcs1_one_padding_no_data
-PASS: test-padding 5 /padding/pkcs1_two_padding
-PASS: test-padding 6 /padding/pkcs1_padding_invalid_prefix
-PASS: test-padding 7 /padding/pkcs1_padding_invalid_type
-PASS: test-padding 8 /padding/pkcs1_padding_invalid_no_zero
-PASS: test-padding 9 /padding/pkcs1_padding_invalid_length
-PASS: test-padding 10 /padding/pkcs7_padding
-PASS: test-padding 11 /padding/pkcs7_padding_equal_block
-PASS: test-padding 12 /padding/pkcs7_padding_zero
-PASS: test-padding 13 /padding/pkcs7_padding_invalid_zero
-PASS: test-padding 14 /padding/pkcs7_padding_invalid_too_long
-PASS: test-padding 15 /padding/pkcs7_padding_invalid_different
-PASS: test-symkey 1 /symkey/generate_key_simple
-PASS: test-symkey 2 /symkey/generate_key_pkcs12
-PASS: test-symkey 3 /symkey/generate_key_pbkdf2
-PASS: test-symkey 4 /symkey/generate_key_pbe
-PASS: test-symkey 5 /symkey/read-mac-invalid
-PASS: test-symkey 6 /symkey/read-cipher/pbe-sha1-des-cbc
-PASS: test-symkey 7 /symkey/read-cipher/pkcs12-pbe-3des-sha1
-PASS: test-symkey 8 /symkey/read-cipher/pkcs5-pbes2
-PASS: test-symkey 9 /symkey/read-cipher/pkcs5-pbes2-des-cbc
-PASS: test-symkey 10 /symkey/read-cipher-invalid/pbe-bad-der
-PASS: test-symkey 11 /symkey/read-cipher-invalid/pkcs5-pbe-bad-der
-PASS: test-symkey 12 /symkey/read-cipher-invalid/pkcs5-pbes2-bad-der
-PASS: test-symkey 13 /symkey/read-cipher-invalid/pkcs5-pbes2-missing-key-parameters
-PASS: test-symkey 14 /symkey/read-cipher-invalid/pkcs5-pbes2-missing-scheme-parameters
-PASS: test-symkey 15 /symkey/read-cipher-invalid/pkcs5-pbes2-bad-key-derivation-algo
-PASS: test-symkey 16 /symkey/read-cipher-invalid/pkcs5-pbes2-salt-not-specified
-PASS: test-symkey 17 /symkey/read-cipher-invalid/pkcs5-pbes2-unsupported-des-rc5-cbc
-PASS: test-symkey 18 /symkey/read-cipher-unsupported/pbe
-PASS: test-symkey 19 /symkey/read-mac/sha1
-PASS: test-armor 1 /armor/parse
-PASS: test-armor 2 /armor/skip-checksum
-PASS: test-armor 3 /armor/invalid-start
-PASS: test-armor 4 /armor/invalid-end
-PASS: test-armor 5 /armor/invalid-mismatch
-PASS: test-armor 6 /armor/invalid-suffix
-PASS: test-armor 7 /armor/invalid-truncated
-PASS: test-openssl 1 /openssl/parse_reference
-PASS: test-openssl 2 /openssl/write_reference
-PASS: test-openssl 3 /openssl/write_exactly_same
-PASS: test-openssl 4 /openssl/openssl_roundtrip
-PASS: test-dh 1 /dh/default_768
-PASS: test-dh 2 /dh/default_1024
-PASS: test-dh 3 /dh/default_1536
-PASS: test-dh 4 /dh/default_2048
-PASS: test-dh 5 /dh/default_3072
-PASS: test-dh 6 /dh/default_4096
-PASS: test-dh 7 /dh/default_8192
-PASS: test-dh 8 /dh/default_bad
-PASS: test-gck-attributes 1 /gck/value/to_boolean
-PASS: test-gck-attributes 2 /gck/value/to_ulong
-PASS: test-gck-attributes 3 /gck/attribute/init_memory
-PASS: test-gck-attributes 4 /gck/attribute/init_boolean
-PASS: test-gck-attributes 5 /gck/attribute/init_date
-PASS: test-gck-attributes 6 /gck/attribute/init_ulong
-PASS: test-gck-attributes 7 /gck/attribute/init_string
-PASS: test-gck-attributes 8 /gck/attribute/init_invalid
-PASS: test-gck-attributes 9 /gck/attribute/init_empty
-PASS: test-gck-attributes 10 /gck/attribute/new_memory
-PASS: test-gck-attributes 11 /gck/attribute/new_boolean
-PASS: test-gck-attributes 12 /gck/attribute/new_date
-PASS: test-gck-attributes 13 /gck/attribute/new_ulong
-PASS: test-gck-attributes 14 /gck/attribute/new_string
-PASS: test-gck-attributes 15 /gck/attribute/new_invalid
-PASS: test-gck-attributes 16 /gck/attribute/new_empty
-PASS: test-gck-attributes 17 /gck/attribute/get_boolean
-PASS: test-gck-attributes 18 /gck/attribute/get_date
-PASS: test-gck-attributes 19 /gck/attribute/get_ulong
-PASS: test-gck-attributes 20 /gck/attribute/get_string
-PASS: test-gck-attributes 21 /gck/attribute/dup_attribute
-PASS: test-gck-attributes 22 /gck/attribute/copy_attribute
-PASS: test-gck-attributes 23 /gck/attribute/hash
-PASS: test-gck-attributes 24 /gck/builder/blank
-PASS: test-gck-attributes 25 /gck/builder/data
-PASS: test-gck-attributes 26 /gck/builder/data-invalid
-Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
-SKIP: test-gck-attributes Bail out! Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
-SKIP: test-gck-attributes Bail out! Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
-ERROR: test-gck-attributes process failed: -6
-PASS: test-gck-module 1 /gck/module/initialize_async
-PASS: test-gck-module 2 /gck/module/invalid_modules
-PASS: test-gck-module 3 /gck/module/module_equals_hash
-PASS: test-gck-module 4 /gck/module/module_props
-PASS: test-gck-module 5 /gck/module/module_info
-PASS: test-gck-slot 1 /gck/slot/slot_info
-PASS: test-gck-slot 2 /gck/slot/slot_props
-PASS: test-gck-slot 3 /gck/slot/slot_equals_hash
-PASS: test-gck-slot 4 /gck/slot/slot_mechanisms
-PASS: test-gck-slot 5 /gck/slot/token_info_match_null
-PASS: test-gck-slot 6 /gck/slot/token_info_match_label
-PASS: test-gck-slot 7 /gck/slot/token_info_match_different
-PASS: test-gck-session 1 /gck/session/session_props
-PASS: test-gck-session 2 /gck/session/session_info
-PASS: test-gck-session 3 /gck/session/open_close_session
-PASS: test-gck-session 4 /gck/session/open_initable
-PASS: test-gck-session 5 /gck/session/open_already
-PASS: test-gck-session 6 /gck/session/open_interaction
-PASS: test-gck-session 7 /gck/session/init_set_pin
-PASS: test-gck-session 8 /gck/session/login_logout
-PASS: test-gck-session 9 /gck/session/login_interactive
-PASS: test-gck-session 10 /gck/session/auto_login
-PASS: test-gck-object 1 /gck/object/object_props
-PASS: test-gck-object 2 /gck/object/object_equals_hash
-PASS: test-gck-object 3 /gck/object/create_object
-PASS: test-gck-object 4 /gck/object/destroy_object
-PASS: test-gck-object 5 /gck/object/get_attributes
-PASS: test-gck-object 6 /gck/object/get_data_attribute
-PASS: test-gck-object 7 /gck/object/set_attributes
-PASS: test-gck-object 8 /gck/object/find_objects
-PASS: test-gck-crypto 1 /gck/crypto/encrypt
-PASS: test-gck-crypto 2 /gck/crypto/decrypt
-PASS: test-gck-crypto 3 /gck/crypto/login_context_specific
-PASS: test-gck-crypto 4 /gck/crypto/sign
-PASS: test-gck-crypto 5 /gck/crypto/verify
-PASS: test-gck-crypto 6 /gck/crypto/generate_key_pair
-PASS: test-gck-crypto 7 /gck/crypto/wrap_key
-PASS: test-gck-crypto 8 /gck/crypto/unwrap_key
-PASS: test-gck-crypto 9 /gck/crypto/derive_key
-PASS: test-gck-uri 1 /gck/uri/parse
-PASS: test-gck-uri 2 /gck/uri/parse_bad_scheme
-PASS: test-gck-uri 3 /gck/uri/parse_with_label
-PASS: test-gck-uri 4 /gck/uri/parse_with_label_and_klass
-PASS: test-gck-uri 5 /gck/uri/parse_with_id
-PASS: test-gck-uri 6 /gck/uri/parse_with_bad_string_encoding
-PASS: test-gck-uri 7 /gck/uri/parse_with_bad_binary_encoding
-PASS: test-gck-uri 8 /gck/uri/parse_with_token
-PASS: test-gck-uri 9 /gck/uri/parse_with_token_bad_encoding
-PASS: test-gck-uri 10 /gck/uri/parse_with_bad_syntax
-PASS: test-gck-uri 11 /gck/uri/parse_with_library
-PASS: test-gck-uri 12 /gck/uri/parse_with_library_bad_encoding
-PASS: test-gck-uri 13 /gck/uri/build_empty
-PASS: test-gck-uri 14 /gck/uri/build_with_token_info
-PASS: test-gck-uri 15 /gck/uri/build_with_token_null_info
-PASS: test-gck-uri 16 /gck/uri/build_with_token_empty_info
-PASS: test-gck-uri 17 /gck/uri/build_with_attributes
-PASS: test-gck-uri 18 /gck/uri/parse_private_key
-PASS: test-gck-uri 19 /gck/uri/parse_secret_key
-PASS: test-gck-uri 20 /gck/uri/parse_unknown_objecttype
-PASS: test-gck-uri 21 /gck/uri/build_objecttype_cert
-PASS: test-gck-uri 22 /gck/uri/build_objecttype_private
-PASS: test-gck-uri 23 /gck/uri/build_objecttype_public
-PASS: test-gck-uri 24 /gck/uri/build_objecttype_secret
-PASS: test-gck-uri 25 /gck/uri/build_with_library
-PASS: test-gck-enumerator 1 /gck/enumerator/create
-PASS: test-gck-enumerator 2 /gck/enumerator/create_slots
-PASS: test-gck-enumerator 3 /gck/enumerator/next
-PASS: test-gck-enumerator 4 /gck/enumerator/next_slots
-PASS: test-gck-enumerator 5 /gck/enumerator/next_and_resume
-PASS: test-gck-enumerator 6 /gck/enumerator/next_n
-PASS: test-gck-enumerator 7 /gck/enumerator/next_async
-PASS: test-gck-enumerator 8 /gck/enumerator/session
-PASS: test-gck-enumerator 9 /gck/enumerator/authenticate-interaction
-PASS: test-gck-enumerator 10 /gck/enumerator/authenticate-compat
-PASS: test-gck-enumerator 11 /gck/enumerator/attribute_match
-PASS: test-gck-enumerator 12 /gck/enumerator/token_match
-PASS: test-gck-enumerator 13 /gck/enumerator/attribute_get
-PASS: test-gck-enumerator 14 /gck/enumerator/attribute_get_one_at_a_time
-PASS: test-gck-enumerator 15 /gck/enumerator/chained
-PASS: test-gck-modules 1 /gck/modules/enumerate_objects
-PASS: test-gck-modules 2 /gck/modules/token_for_uri
-PASS: test-gck-modules 3 /gck/modules/token_for_uri_not_found
-PASS: test-gck-modules 4 /gck/modules/token_for_uri_error
-PASS: test-gck-modules 5 /gck/modules/object_for_uri
-PASS: test-gck-modules 6 /gck/modules/object_for_uri_not_found
-PASS: test-gck-modules 7 /gck/modules/object_for_uri_error
-PASS: test-gck-modules 8 /gck/modules/objects_for_uri
-PASS: test-gck-modules 9 /gck/modules/enumerate_uri
-PASS: test-util 1 /gcr/util/test_parse_lines
-PASS: test-util 2 /gcr/util/test_parse_lines_and_last
-PASS: test-util 3 /gcr/util/test_parse_lines_dos
-PASS: test-filter-collection 1 /gcr/filter-collection/create
-PASS: test-filter-collection 2 /gcr/filter-collection/callbacks
-PASS: test-filter-collection 3 /gcr/filter-collection/filtering
-PASS: test-filter-collection 4 /gcr/filter-collection/add-remove
-PASS: test-secret-exchange 1 /gcr/secret-exchange/perform-exchange
-PASS: test-secret-exchange 2 /gcr/secret-exchange/perform-reverse
-PASS: test-secret-exchange 3 /gcr/secret-exchange/perform-multiple
-PASS: test-simple-certificate 1 /gcr/simple-certificate/new
-PASS: test-simple-certificate 2 /gcr/simple-certificate/new_static
-PASS: test-certificate 1 /gcr/certificate/issuer_cn
-PASS: test-certificate 2 /gcr/certificate/issuer_dn
-PASS: test-certificate 3 /gcr/certificate/issuer_part
-PASS: test-certificate 4 /gcr/certificate/issuer_raw
-PASS: test-certificate 5 /gcr/certificate/subject_cn
-PASS: test-certificate 6 /gcr/certificate/subject_dn
-PASS: test-certificate 7 /gcr/certificate/subject_part
-PASS: test-certificate 8 /gcr/certificate/subject_raw
-PASS: test-certificate 9 /gcr/certificate/issued_date
-PASS: test-certificate 10 /gcr/certificate/expiry_date
-PASS: test-certificate 11 /gcr/certificate/serial_number
-PASS: test-certificate 12 /gcr/certificate/fingerprint
-PASS: test-certificate 13 /gcr/certificate/fingerprint_hex
-PASS: test-certificate 14 /gcr/certificate/key_size
-PASS: test-certificate 15 /gcr/certificate/is_issuer
-PASS: test-certificate 16 /gcr/certificate/basic_constraints
-PASS: test-certificate 17 /gcr/certificate/subject_alt_name
-PASS: test-certificate 18 /gcr/certificate/key_usage
-PASS: test-certificate-chain 1 /gcr/certificate-chain/new
-PASS: test-certificate-chain 2 /gcr/certificate-chain/new_with_cert
-PASS: test-certificate-chain 3 /gcr/certificate-chain/selfsigned
-PASS: test-certificate-chain 4 /gcr/certificate-chain/incomplete
-PASS: test-certificate-chain 5 /gcr/certificate-chain/empty
-PASS: test-certificate-chain 6 /gcr/certificate-chain/trim_extras
-PASS: test-certificate-chain 7 /gcr/certificate-chain/complete_async
-PASS: test-certificate-chain 8 /gcr/certificate-chain/with_anchor
-PASS: test-certificate-chain 9 /gcr/certificate-chain/with_anchor_and_lookup_ca
-PASS: test-certificate-chain 10 /gcr/certificate-chain/with_pinned
-PASS: test-certificate-chain 11 /gcr/certificate-chain/without_lookups
-PASS: test-certificate-chain 12 /gcr/certificate-chain/wrong_order_anchor
-PASS: test-certificate-chain 13 /gcr/certificate-chain/with_lookup_error
-PASS: test-certificate-chain 14 /gcr/certificate-chain/with_anchor_error
-PASS: test-certificate-chain 15 /gcr/certificate-chain/with_anchor_error_async
-PASS: test-subject-public-key 1 /gcr/subject-public-key/load-failure-lookup
-PASS: test-subject-public-key 2 /gcr/subject-public-key/load-failure-build
-PASS: test-subject-public-key 3 /gcr/subject-public-key/rsa/cert-attributes
-PASS: test-subject-public-key 4 /gcr/subject-public-key/rsa/public-key-attributes
-PASS: test-subject-public-key 5 /gcr/subject-public-key/rsa/private-key-attributes
-PASS: test-subject-public-key 6 /gcr/subject-public-key/rsa/certificate-size
-PASS: test-subject-public-key 7 /gcr/subject-public-key/rsa/public-key-size
-PASS: test-subject-public-key 8 /gcr/subject-public-key/rsa/private-key-size
-PASS: test-subject-public-key 9 /gcr/subject-public-key/rsa/certificate-load
-PASS: test-subject-public-key 10 /gcr/subject-public-key/rsa/public-key-load
-PASS: test-subject-public-key 11 /gcr/subject-public-key/rsa/private-key-load
-PASS: test-subject-public-key 12 /gcr/subject-public-key/rsa/certificate-load-async
-PASS: test-subject-public-key 13 /gcr/subject-public-key/rsa/public-key-load-async
-PASS: test-subject-public-key 14 /gcr/subject-public-key/rsa/private-key-load-async
-PASS: test-subject-public-key 15 /gcr/subject-public-key/rsa/certificate-load-already
-PASS: test-subject-public-key 16 /gcr/subject-public-key/rsa/public-key-load-already
-PASS: test-subject-public-key 17 /gcr/subject-public-key/rsa/private-key-load-already
-PASS: test-subject-public-key 18 /gcr/subject-public-key/rsa/certificate-load-partial
-PASS: test-subject-public-key 19 /gcr/subject-public-key/rsa/public-key-load-partial
-PASS: test-subject-public-key 20 /gcr/subject-public-key/rsa/private-key-load-partial
-PASS: test-subject-public-key 21 /gcr/subject-public-key/dsa/cert-attributes
-PASS: test-subject-public-key 22 /gcr/subject-public-key/dsa/public-key-attributes
-PASS: test-subject-public-key 23 /gcr/subject-public-key/dsa/private-key-attributes
-PASS: test-subject-public-key 24 /gcr/subject-public-key/dsa/certificate-size
-PASS: test-subject-public-key 25 /gcr/subject-public-key/dsa/public-key-size
-PASS: test-subject-public-key 26 /gcr/subject-public-key/dsa/private-key-size
-PASS: test-subject-public-key 27 /gcr/subject-public-key/dsa/certificate-load
-PASS: test-subject-public-key 28 /gcr/subject-public-key/dsa/public-key-load
-PASS: test-subject-public-key 29 /gcr/subject-public-key/dsa/private-key-load
-PASS: test-subject-public-key 30 /gcr/subject-public-key/dsa/certificate-load-async
-PASS: test-subject-public-key 31 /gcr/subject-public-key/dsa/public-key-load-async
-PASS: test-subject-public-key 32 /gcr/subject-public-key/dsa/private-key-load-async
-PASS: test-subject-public-key 33 /gcr/subject-public-key/dsa/certificate-load-already
-PASS: test-subject-public-key 34 /gcr/subject-public-key/dsa/public-key-load-already
-PASS: test-subject-public-key 35 /gcr/subject-public-key/dsa/private-key-load-already
-PASS: test-subject-public-key 36 /gcr/subject-public-key/dsa/certificate-load-partial
-PASS: test-subject-public-key 37 /gcr/subject-public-key/dsa/public-key-load-partial
-PASS: test-subject-public-key 38 /gcr/subject-public-key/dsa/private-key-load-partial
-PASS: test-subject-public-key 39 /gcr/subject-public-key/ec/cert-attributes
-PASS: test-subject-public-key 40 /gcr/subject-public-key/ec/public-key-attributes
-PASS: test-subject-public-key 41 /gcr/subject-public-key/ec/private-key-attributes
-PASS: test-subject-public-key 42 /gcr/subject-public-key/ec/certificate-size
-PASS: test-subject-public-key 43 /gcr/subject-public-key/ec/public-key-size
-PASS: test-subject-public-key 44 /gcr/subject-public-key/ec/private-key-size
-PASS: test-subject-public-key 45 /gcr/subject-public-key/ec/certificate-load
-PASS: test-subject-public-key 46 /gcr/subject-public-key/ec/public-key-load
-PASS: test-subject-public-key 47 /gcr/subject-public-key/ec/private-key-load
-PASS: test-subject-public-key 48 /gcr/subject-public-key/ec/certificate-load-async
-PASS: test-subject-public-key 49 /gcr/subject-public-key/ec/public-key-load-async
-PASS: test-subject-public-key 50 /gcr/subject-public-key/ec/private-key-load-async
-PASS: test-subject-public-key 51 /gcr/subject-public-key/ec/certificate-load-already
-PASS: test-subject-public-key 52 /gcr/subject-public-key/ec/public-key-load-already
-PASS: test-subject-public-key 53 /gcr/subject-public-key/ec/private-key-load-already
-PASS: test-subject-public-key 54 /gcr/subject-public-key/ec/certificate-load-partial
-PASS: test-subject-public-key 55 /gcr/subject-public-key/ec/public-key-load-partial
-PASS: test-subject-public-key 56 /gcr/subject-public-key/ec/private-key-load-partial
-PASS: test-fingerprint 1 /gcr/fingerprint/rsa
-ERROR: test-fingerprint process failed: -6
-PASS: test-pkcs11-certificate 1 /gcr/pkcs11-certificate/lookup_certificate_issuer
-PASS: test-pkcs11-certificate 2 /gcr/pkcs11-certificate/lookup_certificate_issuer_not_found
-PASS: test-pkcs11-certificate 3 /gcr/pkcs11-certificate/lookup_certificate_issuer_async
-PASS: test-pkcs11-certificate 4 /gcr/pkcs11-certificate/lookup_certificate_issuer_failure
-PASS: test-pkcs11-certificate 5 /gcr/pkcs11-certificate/lookup_certificate_issuer_fail_async
-PASS: test-openpgp 1 /gcr/openpgp/werner_koch
-PASS: test-openpgp 2 /gcr/openpgp/werner_koch_with_sigs
-PASS: test-openpgp 3 /gcr/openpgp/pubring
-PASS: test-openpgp 4 /gcr/openpgp/secring
-PASS: test-openssh 1 /gcr/openssh/parse_v1_rsa
-PASS: test-openssh 2 /gcr/openssh/parse_v2_rsa
-PASS: test-openssh 3 /gcr/openssh/parse_v2_dsa
-PASS: test-openssh 4 /gcr/openssh/parse_v2_ecdsa
-PASS: test-openssh 5 /gcr/openssh/parse_v1_options
-PASS: test-openssh 6 /gcr/openssh/parse_v2_options
-ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
-SKIP: test-secure-memory Bail out! ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
-SKIP: test-secure-memory Bail out! ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
-ERROR: test-secure-memory process failed: -6
-PASS: test-trust 1 /gcr/trust/is_pinned_none
-PASS: test-trust 2 /gcr/trust/add_and_is_pinned
-PASS: test-trust 3 /gcr/trust/add_certificate_pinned_fail
-PASS: test-trust 4 /gcr/trust/add_and_remov_pinned
-PASS: test-trust 5 /gcr/trust/add_and_is_pinned_async
-PASS: test-trust 6 /gcr/trust/add_and_remov_pinned_async
-PASS: test-trust 7 /gcr/trust/is_certificate_anchored_not
-PASS: test-trust 8 /gcr/trust/is_certificate_anchored_yes
-PASS: test-trust 9 /gcr/trust/is_certificate_anchored_async
-PASS: test-parser 1 /gcr/parser/base64_rsa_2048_spkac
-PASS: test-parser 2 /gcr/parser/der_key_dsa_p8
-PASS: test-parser 3 /gcr/parser/thawte_server_ca_pem
-PASS: test-parser 4 /gcr/parser/collabora_ca_cer
-PASS: test-parser 5 /gcr/parser/der_ec_256_key
-PASS: test-parser 6 /gcr/parser/der_certificate_crt
-PASS: test-parser 7 /gcr/parser/der_key_pbe_sha1_rc2_40_p8
-PASS: test-parser 8 /gcr/parser/der_rsa_1024_key
-PASS: test-parser 9 /gcr/parser/gost_sample1_crq
-PASS: test-parser 10 /gcr/parser/der_dsa_1024_key
-PASS: test-parser 11 /gcr/parser/generic_dsa_pem
-PASS: test-parser 12 /gcr/parser/usr0052_firefox_p12
-PASS: test-parser 13 /gcr/parser/email_p12
-PASS: test-parser 14 /gcr/parser/thawte_personal_freemail_ca_pem
-PASS: test-parser 15 /gcr/parser/der_rsa_2048_spkac
-PASS: test-parser 16 /gcr/parser/new_cert_request_csr
-PASS: test-parser 17 /gcr/parser/der_rsa_2048_p10
-PASS: test-parser 18 /gcr/parser/startcom_intermediate_cer
-PASS: test-parser 19 /gcr/parser/client_spk
-PASS: test-parser 20 /gcr/parser/der_key_pbe_md5_des_p8
-PASS: test-parser 21 /gcr/parser/personal_p12
-PASS: test-parser 22 /gcr/parser/pem_dsa_1024_key
-PASS: test-parser 23 /gcr/parser/ecc256_pem
-PASS: test-parser 24 /gcr/parser/grfc_crt
-PASS: test-parser 25 /gcr/parser/cert_ecc521_pub
-PASS: test-parser 26 /gcr/parser/client_pem
-PASS: test-parser 27 /gcr/parser/openssh_keys_pub
-PASS: test-parser 28 /gcr/parser/generic_dsa_spk
-PASS: test-parser 29 /gcr/parser/der_key_pbe_sha1_des_p8
-PASS: test-parser 30 /gcr/parser/thawte_personal_premium_ca_pem
-PASS: test-parser 31 /gcr/parser/thawte_personal_basic_ca_pem
-PASS: test-parser 32 /gcr/parser/unclient_p12
-PASS: test-parser 33 /gcr/parser/pem_rsa_enc_key
-PASS: test-parser 34 /gcr/parser/34_10_01_crt
-PASS: test-parser 35 /gcr/parser/pem_pkcs8_key
-PASS: test-parser 36 /gcr/parser/gost_sample3_crt
-PASS: test-parser 37 /gcr/parser/werner_koch_asc
-PASS: test-parser 38 /gcr/parser/ecc_strong_spk
-PASS: test-parser 39 /gcr/parser/dhansak_collabora_cer
-PASS: test-parser 40 /gcr/parser/der_key_p8
-PASS: test-parser 41 /gcr/parser/thawte_premium_server_ca_pem
-PASS: test-parser 42 /gcr/parser/thawte_time_stamping_ca_pem
-PASS: test-parser 43 /gcr/parser/pem_with_attributes_req
-PASS: test-parser 44 /gcr/parser/generic_dsa_crt
-PASS: test-parser 45 /gcr/parser/der_key_pbe_sha1_3des_p8
-PASS: test-parser 46 /gcr/parser/gost_sample3_crq
-PASS: test-parser 47 /gcr/parser/test_x509_swiss_p7b
-PASS: test-parser 48 /gcr/parser/der_key_v2_des3_p8
-PASS: test-parser 49 /gcr/parser/cert_ecc521_pem
-PASS: test-parser 50 /gcr/parser/der_key_v2_des_p8
-PASS: test-parser 51 /gcr/parser/rsa_security_2048_v3_pem
-PASS: test-parser 52 /gcr/parser/client_key
-PASS: test-parser 53 /gcr/parser/rsa_security_1024_v3_pem
-PASS: test-parser 54 /gcr/parser/ecc_strong_crt
-PASS: test-parser 55 /gcr/parser/ca_certificates_crt
-PASS: test-parser 56 /gcr/parser/jabber_server_cer
-PASS: test-parser 57 /gcr/parser/startcom_ca_cer
-PASS: test-parser 58 /gcr/parser/der_certificate_dsa_cer
-PASS: test-parser 59 /gcr/parser/gost_sample1_crt
-PASS: test-parser 60 /gcr/parser/generic_dsa_key
-PASS: test-parser 61 /gcr/parser/gost_ca_256_cer
-PASS: test-parser 62 /gcr/parser/cacert_org_pem
-PASS: test-parser 63 /gcr/parser/secring_gpg
-PASS: test-parser 64 /gcr/parser/der_key_encrypted_pkcs5_p8
-PASS: test-parser 65 /gcr/parser/der_key_pbe_sha1_rc4_128_p8
-PASS: test-parser 66 /gcr/parser/pem_rsa_2048_req
-PASS: test-parser 67 /gcr/parser/pubring_gpg
-PASS: test-parser 68 /gcr/parser/cacert_org_cer
-PASS: test-parser 69 /gcr/parser/ecc_strong_key
-PASS: test-parser 70 /gcr/parser/client_crt
-PASS: test-parser 71 /gcr/parser/rsa_root_certificate_1_pem
-PASS: test-parser 72 /gcr/parser/parse_null
-PASS: test-parser 73 /gcr/parser/parse_empty
-PASS: test-parser 74 /gcr/parser/parse_stream
-PASS: test-parser 75 /gcr/parser/parsed_bytes
-PASS: test-parser 76 /gcr/parser/filename
-PASS: test-record 1 /gcr/record/parse-colons
-PASS: test-record 2 /gcr/record/parse-spaces
-PASS: test-record 3 /gcr/record/parse_part
-PASS: test-record 4 /gcr/record/parse_too_long
-PASS: test-record 5 /gcr/record/free_null
-PASS: test-record 6 /gcr/record/find
-PASS: test-record 7 /gcr/record/count
-PASS: test-record 8 /gcr/record/copy
-PASS: test-record 9 /gcr/record/boxed
-PASS: test-record 10 /gcr/record/get_string
-PASS: test-record 11 /gcr/record/get_string_null
-PASS: test-record 12 /gcr/record/get_string_latin1
-PASS: test-record 13 /gcr/record/get_uint
-PASS: test-record 14 /gcr/record/get_uint_invalid
-PASS: test-record 15 /gcr/record/get_uint_range
-PASS: test-record 16 /gcr/record/get_base64
-PASS: test-record 17 /gcr/record/get_schema
-PASS: test-memory-icon 1 /gcr/memory-icon/equal_same
-PASS: test-memory-icon 2 /gcr/memory-icon/equal_not
-PASS: test-memory-icon 3 /gcr/memory-icon/equal_data
-PASS: test-memory-icon 4 /gcr/memory-icon/different_type
-PASS: test-memory-icon 5 /gcr/memory-icon/different_offset
-PASS: test-memory-icon 6 /gcr/memory-icon/load_sync
-PASS: test-memory-icon 7 /gcr/memory-icon/load_async
-PASS: test-gnupg-key 1 /gcr/gnupg-key/label
-PASS: test-gnupg-key 2 /gcr/gnupg-key/description
-PASS: test-gnupg-key 3 /gcr/gnupg-key/markup
-PASS: test-gnupg-key 4 /gcr/gnupg-key/records
-PASS: test-gnupg-key 5 /gcr/gnupg-key/keyid
-PASS: test-gnupg-key 6 /gcr/gnupg-key/short_keyid
-PASS: test-gnupg-key 7 /gcr/gnupg-key/keyid_for_records
-PASS: test-gnupg-key 8 /gcr/gnupg-key/with_secret
-PASS: test-gnupg-key 9 /gcr/gnupg-key/no_change_keyid
-PASS: test-gnupg-key 10 /gcr/gnupg-key/secret_mismatched_keyid
-PASS: test-gnupg-collection 1 /gcr/gnupg-collection/properties
-PASS: test-gnupg-collection 2 /gcr/gnupg-collection/load
-PASS: test-gnupg-collection 3 /gcr/gnupg-collection/reload
-PASS: test-gnupg-process 1 /gcr/gnupg-process/create
-ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
-SKIP: test-gnupg-process Bail out! ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
-SKIP: test-gnupg-process Bail out! ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
-ERROR: test-gnupg-process process failed: -6
-PASS: test-system-prompt 1 /gcr/system-prompt/open
-PASS: test-system-prompt 2 /gcr/system-prompt/open-failure
-PASS: test-system-prompt 3 /gcr/system-prompt/password
-PASS: test-system-prompt 4 /gcr/system-prompt/password-async
-PASS: test-system-prompt 5 /gcr/system-prompt/password-cancel
-PASS: test-system-prompt 6 /gcr/system-prompt/password-in-exchange
-PASS: test-system-prompt 7 /gcr/system-prompt/password-custom-exchange
-PASS: test-system-prompt 8 /gcr/system-prompt/confirm
-PASS: test-system-prompt 9 /gcr/system-prompt/confirm-async
-PASS: test-system-prompt 10 /gcr/system-prompt/confirm-cancel
-PASS: test-system-prompt 11 /gcr/system-prompt/properties
-PASS: test-system-prompt 12 /gcr/system-prompt/properties-unset
-PASS: test-system-prompt 13 /gcr/system-prompt/properties-reset
-PASS: test-system-prompt 14 /gcr/system-prompt/close
-PASS: test-system-prompt 15 /gcr/system-prompt/close-cancels
-PASS: test-system-prompt 16 /gcr/system-prompt/after-close-dismisses
-PASS: test-system-prompt 17 /gcr/system-prompt/close-from-prompter
-PASS: test-system-prompt 18 /gcr/system-prompt/watch-cancels
-PASS: test-ssh-askpass 1 /gcr/ssh-askpass/ssh-keygen
-PASS: test-ssh-askpass 2 /gcr/ssh-askpass/cancelled
-PASS: test-ssh-askpass 3 /gcr/ssh-askpass/properties
-# TOTAL: 567
-# PASS:  558
-# SKIP:  4
-# XFAIL: 0
-# FAIL:  0
-# XPASS: 0
-# ERROR: 5
+Ok:                 40  
+Expected Fail:      0   
+Fail:               7   
+Unexpected Pass:    0   
+Skipped:            0   
+Timeout:            0   

--
Gitblit v1.9.3