PKI version = 230011 module_name = C:\WINDOWS\SYSTEM32\diCrPKI.DLL compile_time = Feb 12 2025 15:35:12 platform = X64 licence_type = D module_info = Licensed Developer Edition sys.getdefaultencoding()= utf-8 sys.getfilesystemencoding()= utf-8 sys.platform()= win32 cwd = C:\cryptosyspki\test Expecting to find work dir: C:\cryptosyspki\test\work Working in new temp directory: C:\cryptosyspki\test\work\pki_tmp.D6BF7B59 LOOKUP SOME ERROR CODES... error_lookup(0)=OK, success, no error (SUCCESS_NO_ERROR) error_lookup(1)=Cannot open input file (OPEN_ERROR) error_lookup(2)=Cannot create output file (CREATE_ERROR) error_lookup(3)=File read error (READ_ERROR) error_lookup(4)=File write error (WRITE_ERROR) error_lookup(5)=Not enough memory (MEMORY_ERROR) error_lookup(6)=Parameter is wrong or missing (BAD_PARAM_ERROR) error_lookup(7)=Data in wrong format (BAD_FORMAT_ERROR) error_lookup(8)=Invalid data (INVALID_DATA_ERROR) error_lookup(9)=Unexpected end of file found (EOF_ERROR) TEST CNV FUNCTIONS... b=0xFEDCBA9876543210 b64(b)=/ty6mHZUMhA= b=0xFEDCBA9876543210 b64(b)=/ty6mHZUMhA= b=0x00010966776006953D5567439E5E39F86A0D273BEED61967F6 b58(b)=16UwLL9Risc3QfPqBUvKofHmBQ7wMtjvM 00010966776006953D5567439E5E39F86A0D273BEED61967F6 Using Cnv.reverse_bytes()... INPUT: DEADBEEF01 OUTPUT: 01EFBEADDE Test empty string... INPUT: OUTPUT: INPUT: 01 OUTPUT: 01 INPUT: 0102 OUTPUT: 0201 Using Cnv.num_from_bytes()... INPUT: DEADBEEF BE: 0xdeadbeef LE: 0xefbeadde INPUT: DEADBE BE: 0xdeadbe00 LE: 0xbeadde Using Cnv.num_to_bytes()... BE: DEADBEEF LE: EFBEADDE BE: 00000001 LE: 01000000 [cut]...[/cut] AUTHENTICATED-ENVELOPED-DATA USING CHACHA20POLY1305... Created file: cms2bob_auth_chapoly.p7m CMS AUTH ENVELOPED DATA contentEncryptionAlgorithm: chaCha20Poly1305 keyEncryptionAlgorithm: rsaEncryption DEC: 'This is some sample content.' Using X25519... Created file: cms2carlos_auth_chapoly_X25519.p7m CMS AUTH ENVELOPED DATA contentEncryptionAlgorithm: chaCha20Poly1305 keyEncryptionAlgorithm: ecdhHKDF-SHA256 originatorKeyAlgorithm: X25519 DEC: 'This is some sample content.' Using X448... Created file: cms2alice_auth_chapoly_X448.p7m CMS AUTH ENVELOPED DATA keyEncryptionAlgorithm: ecdhHKDF-SHA512 originatorKeyAlgorithm: X448 DEC: 'This is some sample content.' TESTING RNG_INITIALIZE_EX... Rng.initialize_ex returns 3 (if >0 then Intel(R) DRNG is supported) Rng.initialize_ex(NO_INTEL_DRNG) returns -214 (expected -214) Rng.initialize_ex returns -214 (expected -214) DETAILS OF CORE DLL... DLL Version=230011 [X64] Lic=D Compiled=[Feb 12 2025 15:35:12] [C:\WINDOWS\SYSTEM32\diCrPKI.DLL] (Licensed Developer Edition) __version__= 23.00.00.0000 ALL DONE.