<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tests, branch v4.0.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.0.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2024-10-02T10:35:23+00:00</updated>
<entry>
<title>fix syslog_r and pipe2 detection</title>
<updated>2024-10-02T10:35:23+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-10-02T10:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=69c26f31f2b95034358c3c3896db5c617c5783e1'/>
<id>urn:sha1:69c26f31f2b95034358c3c3896db5c617c5783e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust for whirlpool removal</title>
<updated>2024-08-31T11:58:34+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-31T11:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=64f8aa37017145dc2af27db20ce6b8b0fb2b214c'/>
<id>urn:sha1:64f8aa37017145dc2af27db20ce6b8b0fb2b214c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove evp_pkey_check</title>
<updated>2024-08-29T18:19:01+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-29T18:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c43335ee1d21534100bbb1a1616b088d6fe8fd33'/>
<id>urn:sha1:c43335ee1d21534100bbb1a1616b088d6fe8fd33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>... and tests</title>
<updated>2024-08-11T13:32:32+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-06T14:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=dc710c5f64c377ea47477e6d4d251b7a7bf22a78'/>
<id>urn:sha1:dc710c5f64c377ea47477e6d4d251b7a7bf22a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use check_symbol_exists() rather than check_function_exists()</title>
<updated>2024-08-02T13:32:01+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-02T13:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=161984f56f2953ebedc1a97056e4fd9cb938d672'/>
<id>urn:sha1:161984f56f2953ebedc1a97056e4fd9cb938d672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reenable clienttest</title>
<updated>2024-07-20T18:40:35+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-07-20T18:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9c5c0c848f7e9b77bafe8f4a608b0fadb0e34798'/>
<id>urn:sha1:9c5c0c848f7e9b77bafe8f4a608b0fadb0e34798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammar tweak</title>
<updated>2024-06-19T12:06:09+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-06-19T12:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=683f523f8d49fc5b7529a032761ffb1a001e56e1'/>
<id>urn:sha1:683f523f8d49fc5b7529a032761ffb1a001e56e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>call prepare_emscripten_test_target for x509_asn1 to fix an OOM error</title>
<updated>2024-06-19T12:06:09+00:00</updated>
<author>
<name>MoustaphaSaad</name>
<email>moustapha.saad.abdelhamed@gmail.com</email>
</author>
<published>2024-06-07T16:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1b4bf24d88b2346ca83aaaf061817bd07b882fea'/>
<id>urn:sha1:1b4bf24d88b2346ca83aaaf061817bd07b882fea</id>
<content type='text'>
when built in asan mode, x509_asn1 fails with an Out Of Memory error because of higher memory usage of address sanitizer. This commit sets `-sALLOW_MEMORY_GROWTH` for that target by calling prepare_emscripten_test_target
</content>
</entry>
<entry>
<title>group testdsa, testenc, and testrsa under a single if(NOT EMSCRIPTEN)</title>
<updated>2024-06-19T12:06:09+00:00</updated>
<author>
<name>MoustaphaSaad</name>
<email>moustapha.saad.abdelhamed@gmail.com</email>
</author>
<published>2024-06-07T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=30e571fb5fb49ad6ea880dc8813f6d4b1042f0fd'/>
<id>urn:sha1:30e571fb5fb49ad6ea880dc8813f6d4b1042f0fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace if(EMSCRIPTEN) with prepare_emscripten_test_target function</title>
<updated>2024-06-19T12:06:09+00:00</updated>
<author>
<name>MoustaphaSaad</name>
<email>moustapha.saad.abdelhamed@gmail.com</email>
</author>
<published>2024-06-07T15:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=075c0a01e9ced22d3fcf734ef20f62529f395b54'/>
<id>urn:sha1:075c0a01e9ced22d3fcf734ef20f62529f395b54</id>
<content type='text'>
introduce prepare_emscripten_test_target function to setup `--preload-file` and `-sALLOW_MEMORY_GROWTH` linker flags for test targets
</content>
</entry>
</feed>
