<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/util/hash, branch ethomson/objectformat</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>sha256: support dynamically loaded openssl</title>
<updated>2022-04-04T17:29:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-04-04T17:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3bd9bb8d77521f3fb0181366463e1c93d48aaa2e'/>
<id>3bd9bb8d77521f3fb0181366463e1c93d48aaa2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: cast nonsense for obnoxious gcc warnings</title>
<updated>2022-03-23T12:39:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-13T17:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0e30becc08533f0978ea8ae5dbc76b560d84858b'/>
<id>0e30becc08533f0978ea8ae5dbc76b560d84858b</id>
<content type='text'>
gcc (mingw) warns when you cast the result of `GetProcAddress`; cast the
results to `void *` before casting them to the actual result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc (mingw) warns when you cast the result of `GetProcAddress`; cast the
results to `void *` before casting them to the actual result.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: ensure we test both cng and cryptoapi on windows</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-13T15:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ce78c83b73ba06c2528b884e5dc4b2d7e9fc2df5'/>
<id>ce78c83b73ba06c2528b884e5dc4b2d7e9fc2df5</id>
<content type='text'>
When GIT_SHA1_WIN32 or GIT_SHA256_WIN32 is used, ensure that we test
both CryptoNG ("cng") and CryptoAPI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When GIT_SHA1_WIN32 or GIT_SHA256_WIN32 is used, ensure that we test
both CryptoNG ("cng") and CryptoAPI.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: support Win32 for SHA256</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-13T11:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6a7d5d23c73c4ce97b6e22a241750c9c0ea7c5fe'/>
<id>6a7d5d23c73c4ce97b6e22a241750c9c0ea7c5fe</id>
<content type='text'>
Adding SHA256 support prompted an overdue refactoring of some of the
unnecessary complexity around the CNG/CryptoAPI abstraction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding SHA256 support prompted an overdue refactoring of some of the
unnecessary complexity around the CNG/CryptoAPI abstraction.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: support OpenSSL for SHA256</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T20:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6b4a6faab37002535588cf1b7ed421256b4ef113'/>
<id>6b4a6faab37002535588cf1b7ed421256b4ef113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: support mbedTLS for SHA256</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T20:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b3e3fa10eacbdf11efb1815d6f3cfcccdde2a23d'/>
<id>b3e3fa10eacbdf11efb1815d6f3cfcccdde2a23d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: support CommonCrypto for SHA256</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T20:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=83c2778611a4f71b7bd841f643ac457af3f23248'/>
<id>83c2778611a4f71b7bd841f643ac457af3f23248</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: add sha256 algorithm</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T19:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b900981cf7f6499b99cf83f77f73cf5fc436653b'/>
<id>b900981cf7f6499b99cf83f77f73cf5fc436653b</id>
<content type='text'>
Add support for a SHA256 hash algorithm, and add the "builtin" SHA256
hash engine (from RFC 6234).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for a SHA256 hash algorithm, and add the "builtin" SHA256
hash engine (from RFC 6234).
</pre>
</div>
</content>
</entry>
<entry>
<title>sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHA</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=36df49c26d93f4d5cc14db48a40316b29945bcd4'/>
<id>36df49c26d93f4d5cc14db48a40316b29945bcd4</id>
<content type='text'>
The more generic GIT_ERROR_SHA allows for SHA256 errors as well as SHA1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The more generic GIT_ERROR_SHA allows for SHA256 errors as well as SHA1.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha1: refactor folder structure</title>
<updated>2022-03-23T12:39:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-12-12T18:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c7b189baeab2d215ead5f299a0d188191b476dd3'/>
<id>c7b189baeab2d215ead5f299a0d188191b476dd3</id>
<content type='text'>
Eliminate the `sha1` folder, move it down into `hash` so that future
impelmentations can share common code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminate the `sha1` folder, move it down into `hash` so that future
impelmentations can share common code.
</pre>
</div>
</content>
</entry>
</feed>
