{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":40672482,"defaultBranch":"master","name":"engine","ownerLogin":"gost-engine","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-13T17:30:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13785767?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1700236333.0","currentOid":""},"activityList":{"items":[{"before":"456e71b30e6b811534ab56b4b19ab18be1f515ca","after":"ede3886cc5507c2ba000ab9b057f198da03e8766","ref":"refs/heads/master","pushedAt":"2024-03-22T02:48:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vt-alt","name":"Vitalio","path":"/vt-alt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36664211?s=80&v=4"},"commit":{"message":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test\n\nOlder `openssl crl` exits with 0 in regard to verify no matter actual verify\nstatus, newer `openssl crl` could exit with 1 on verify failure. Make the test\nbackward-compatible comparing only an output.\n\nFixes: https://github.com/gost-engine/engine/issues/452\nSigned-off-by: Vitaly Chikunov ","shortMessageHtmlLink":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL'…"}},{"before":"769e0f7766a94413d39b5c775f78553690eecdcf","after":"456e71b30e6b811534ab56b4b19ab18be1f515ca","ref":"refs/heads/master","pushedAt":"2024-03-22T02:37:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vt-alt","name":"Vitalio","path":"/vt-alt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36664211?s=80&v=4"},"commit":{"message":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test\n\nOlder `openssl crl` exits with 0 in regard to verify no matter actual verify\nstatus, newer `openssl crl` could exit with 1 on verify failure. Make the test\nbackward-compatible, comparing only stderr output.\n\nFixes: https://github.com/gost-engine/engine/issues/452\nSigned-off-by: Vitaly Chikunov ","shortMessageHtmlLink":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL'…"}},{"before":"e0a500ab877ba72cb14026a24d462dd923b90ced","after":"769e0f7766a94413d39b5c775f78553690eecdcf","ref":"refs/heads/master","pushedAt":"2024-03-22T02:35:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"vt-alt","name":"Vitalio","path":"/vt-alt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36664211?s=80&v=4"},"commit":{"message":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test\n\nOlder `openssl crl` exits with 0 in regard to verify no matter actual verify\nstatus, newer `openssl crl` could exit with 1 on verify failure. Make the test\nbackward-compatible, comparing only stderr output.\n\nFixes: https://github.com/gost-engine/engine/issues/452\nSigned-off-by: Vitaly Chikunov ","shortMessageHtmlLink":"tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL'…"}},{"before":"2a8a5e0ecaa3e3d6f4ec722a49aa72476755c2b7","after":"e0a500ab877ba72cb14026a24d462dd923b90ced","ref":"refs/heads/master","pushedAt":"2023-11-17T15:49:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"beldmit","name":"Dmitry Belyavskiy","path":"/beldmit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13785747?s=80&v=4"},"commit":{"message":"Big-Endian platforms magma-mgm fix","shortMessageHtmlLink":"Big-Endian platforms magma-mgm fix"}},{"before":null,"after":"174d070a1a51cd9d3956f5a1a7e6f83c7d9d1b68","ref":"refs/heads/fix_mgm_bigendian","pushedAt":"2023-11-17T15:37:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"beldmit","name":"Dmitry Belyavskiy","path":"/beldmit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13785747?s=80&v=4"},"commit":{"message":"Big-Endian platforms magma-mgm fix","shortMessageHtmlLink":"Big-Endian platforms magma-mgm fix"}},{"before":"af20283d945d0607c2245e7f5871ee09c9024bc0","after":"2a8a5e0ecaa3e3d6f4ec722a49aa72476755c2b7","ref":"refs/heads/master","pushedAt":"2023-07-28T09:51:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"beldmit","name":"Dmitry Belyavskiy","path":"/beldmit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13785747?s=80&v=4"},"commit":{"message":"Adjust CA test according to new wording","shortMessageHtmlLink":"Adjust CA test according to new wording"}},{"before":"2b22503cf83c56f27719eccce013999203e69db0","after":"af20283d945d0607c2245e7f5871ee09c9024bc0","ref":"refs/heads/master","pushedAt":"2023-06-15T14:08:53.509Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"beldmit","name":"Dmitry Belyavskiy","path":"/beldmit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13785747?s=80&v=4"},"commit":{"message":"Fix gcc13 error: writing 1 byte into a region of size 0\n\ngcc-13 thinks `bl` can take negative value (when returned from\nEVP_CIPHER_CTX_block_size). Do simple sanity checking to workaround this.\nAlso, add error propagation up to EVP_DigestFinal_ex, so this sanity checking\nis not in vain.\n\nError message:\n\n In function 'make_kn',\n inlined from 'CMAC_ACPKM_Final' at /builddir/build/BUILD/engine-3.0.0/gost_omac_acpkm.c:274:5,\n inlined from 'omac_acpkm_imit_final' at /builddir/build/BUILD/engine-3.0.0/gost_omac_acpkm.c:354:5:\n /builddir/build/BUILD/engine-3.0.0/gost_omac_acpkm.c:55:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]\n 55 | k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;\n | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~\n /builddir/build/BUILD/engine-3.0.0/gost_omac_acpkm.c: In function 'omac_acpkm_imit_final':\n /builddir/build/BUILD/engine-3.0.0/gost_omac_acpkm.c:260:24: note: at offset [-2147483649, -1] into destination object 'k2' of size 32\n 260 | unsigned char *k1, k2[EVP_MAX_BLOCK_LENGTH];\n | ^~\n\nFixes: https://github.com/gost-engine/engine/issues/436\nSigned-off-by: Vitaly Chikunov ","shortMessageHtmlLink":"Fix gcc13 error: writing 1 byte into a region of size 0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHFknrgA","startCursor":null,"endCursor":null}},"title":"Activity · gost-engine/engine"}