<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/3rd_party/libsrp6a-sha512, branch master</title>
<subtitle>A protocol library to access iOS devices on Linux</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/'/>
<entry>
<title>libsrp6a-sha512: fix environ for Apple</title>
<updated>2025-11-02T03:14:38+00:00</updated>
<author>
<name>Sergey Fedorov</name>
</author>
<published>2025-11-02T03:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=8d143c95a0ceb4e0bff3a33863349ec712662117'/>
<id>8d143c95a0ceb4e0bff3a33863349ec712662117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix make distcheck</title>
<updated>2025-10-10T16:08:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-10-10T16:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=1cc202a7bd2322ae047cbb014a4551d2956281c0'/>
<id>1cc202a7bd2322ae047cbb014a4551d2956281c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix attempts to detect Windows using _WIN32</title>
<updated>2024-11-29T13:36:34+00:00</updated>
<author>
<name>Duncan Ogilvie</name>
</author>
<published>2024-11-27T11:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=bcced6c4f6a79e09ed3961632b2faf81fe873137'/>
<id>bcced6c4f6a79e09ed3961632b2faf81fe873137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd_party/libsrp6a: Remove unnecessary allocator code and just use malloc/free</title>
<updated>2024-10-08T00:41:52+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-10-08T00:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=881102944edf36abc98539b10d13e2375fda88cf'/>
<id>881102944edf36abc98539b10d13e2375fda88cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libsrp6a-sha512: disable BN_mod_exp_mont_word() with LibreSSL</title>
<updated>2024-04-23T16:43:56+00:00</updated>
<author>
<name>orbea</name>
</author>
<published>2024-04-23T16:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=9d74aed599b4bb5f6c2fce042ab9630acaebb159'/>
<id>9d74aed599b4bb5f6c2fce042ab9630acaebb159</id>
<content type='text'>
When building libimobiledevice with LibreSSL 3.9 it fails with an
implicit declaration for BN_mod_exp_mont_word().

This function was removed from the public symbols in LibreSSL because it
is rarely used where "BN_mod_exp() and BN_mod_exp_mont() will use the
word optimization when appropriate."

Reference: https://github.com/libressl/portable/issues/1049
Signed-off-by: orbea &lt;orbea@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building libimobiledevice with LibreSSL 3.9 it fails with an
implicit declaration for BN_mod_exp_mont_word().

This function was removed from the public symbols in LibreSSL because it
is rarely used where "BN_mod_exp() and BN_mod_exp_mont() will use the
word optimization when appropriate."

Reference: https://github.com/libressl/portable/issues/1049
Signed-off-by: orbea &lt;orbea@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd_party/libsrp6a-sha512: Updated to work with OpenSSL 3.0+ API</title>
<updated>2023-07-04T15:14:27+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-07-04T15:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=474fd9284b76d8ddd3a3aec41cbca3cc48271cc1'/>
<id>474fd9284b76d8ddd3a3aec41cbca3cc48271cc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd_party/libsrp6a-sha512: Update function definitions to modern style</title>
<updated>2023-06-30T21:30:13+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-06-30T21:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=52ab7b76f76ee0464fd150ec881ce50fbf2dc001'/>
<id>52ab7b76f76ee0464fd150ec881ce50fbf2dc001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd_party: Prevent installation of internal headers</title>
<updated>2023-03-01T13:37:06+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-03-01T13:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=cc540a20e64b469f7d9d4754610c0692436880d6'/>
<id>cc540a20e64b469f7d9d4754610c0692436880d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support OpenSSL built without OPENSSL_ENGINE</title>
<updated>2022-09-04T20:03:16+00:00</updated>
<author>
<name>Kabir Oberai</name>
</author>
<published>2022-09-04T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=377dda29ea0b5d28ff59c23be2a2a380fd6630ba'/>
<id>377dda29ea0b5d28ff59c23be2a2a380fd6630ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd_party/libsrp6a: Add windows.h because Windows is weird</title>
<updated>2022-03-29T09:29:07+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2022-03-29T09:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=fd0619fefb5f03de5378f3a39da17ecec7c6b772'/>
<id>fd0619fefb5f03de5378f3a39da17ecec7c6b772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
