{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":810975858,"defaultBranch":"master","name":"wolfEngine","ownerLogin":"ColtonWilley","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-06-05T17:48:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16689947?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718136621.0","currentOid":""},"activityList":{"items":[{"before":"d1963e505875260893ad3a3498285b7a40ce1cb0","after":"139ee013aaf21c12ed153512768f6b556643ae09","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-19T16:39:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Remove redundant NULL check","shortMessageHtmlLink":"Remove redundant NULL check"}},{"before":"215a510763e90d75bfc2a36ca07eb957122171be","after":"d1963e505875260893ad3a3498285b7a40ce1cb0","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-19T16:12:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Remove valgrind suppression file now that openssl 1.0.2 is built with PURIFY for tests","shortMessageHtmlLink":"Remove valgrind suppression file now that openssl 1.0.2 is built with…"}},{"before":"c80dff9a6897be15595e2320a52d5cae1e6e7c00","after":"215a510763e90d75bfc2a36ca07eb957122171be","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-15T00:15:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Add zeroize on init for AES-CTR, memset test buffers to make valgrind happy, add valgrind suppression file.","shortMessageHtmlLink":"Add zeroize on init for AES-CTR, memset test buffers to make valgrind…"}},{"before":"8cf147fd5d9b285f8c1399bb6dc51a434ec93113","after":"c80dff9a6897be15595e2320a52d5cae1e6e7c00","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-13T22:39:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Add labels to valgrind suppression file","shortMessageHtmlLink":"Add labels to valgrind suppression file"}},{"before":"50bf8380c850ee7e899be62af563bd9807c12120","after":"8cf147fd5d9b285f8c1399bb6dc51a434ec93113","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-13T20:21:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Add valgrind suppression file for uninit values and known unfixable leaks from ossl internals","shortMessageHtmlLink":"Add valgrind suppression file for uninit values and known unfixable l…"}},{"before":null,"after":"50bf8380c850ee7e899be62af563bd9807c12120","ref":"refs/heads/cleanup_memleaks_ossl_102","pushedAt":"2024-06-11T20:10:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Clean up memory leaks in wolfengine using openssl 1.0.2 exposed by newer versions of valgrind","shortMessageHtmlLink":"Clean up memory leaks in wolfengine using openssl 1.0.2 exposed by ne…"}},{"before":"02c18e78d59c1e5a029c171a3879e99a145737ca","after":"70670a5e9a20714532a2e9a6981ab7beb5774851","ref":"refs/heads/master","pushedAt":"2024-06-11T19:59:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Merge pull request #213 from ColtonWilley/aes_ctr_dont_reinit_after_keying\n\nModify AES-CTR to not reinit after being keyed","shortMessageHtmlLink":"Merge pull request wolfSSL#213 from ColtonWilley/aes_ctr_dont_reinit_…"}},{"before":"e6997da351fa9ecbbf98d7e35397f1f39019cd8b","after":"4e2e1eb892874c81858aa70771f3bbc683c402fe","ref":"refs/heads/aes_ctr_dont_reinit_after_keying","pushedAt":"2024-06-06T19:45:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Add err check per review comments","shortMessageHtmlLink":"Add err check per review comments"}},{"before":"0b4c09cd421f85eef8896c42e7a6b04d12dafd1b","after":"e6997da351fa9ecbbf98d7e35397f1f39019cd8b","ref":"refs/heads/aes_ctr_dont_reinit_after_keying","pushedAt":"2024-06-05T19:00:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Change var name to inited, and only allow one init even when rekeying","shortMessageHtmlLink":"Change var name to inited, and only allow one init even when rekeying"}},{"before":null,"after":"0b4c09cd421f85eef8896c42e7a6b04d12dafd1b","ref":"refs/heads/aes_ctr_dont_reinit_after_keying","pushedAt":"2024-06-05T18:35:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ColtonWilley","name":"cwilley","path":"/ColtonWilley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16689947?s=80&v=4"},"commit":{"message":"Modify AES-CTR to not reinit after being keyed","shortMessageHtmlLink":"Modify AES-CTR to not reinit after being keyed"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xOVQxNjozOTo0MC4wMDAwMDBazwAAAARpwtSU","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xOVQxNjozOTo0MC4wMDAwMDBazwAAAARpwtSU","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0wNVQxODozNTo1OS4wMDAwMDBazwAAAARdcr__"}},"title":"Activity · ColtonWilley/wolfEngine"}