<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/md5.c, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>windows: suppress UI in all CryptAcquireContext() calls</title>
<updated>2020-03-17T23:08:02+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2020-03-17T23:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7284061361e32d6f4d6308bf41d751601d101ba2'/>
<id>7284061361e32d6f4d6308bf41d751601d101ba2</id>
<content type='text'>
Ref: https://docs.microsoft.com/windows/win32/api/wincrypt/nf-wincrypt-cryptacquirecontexta#parameters
Reviewed-by: Marc Hörsken
Closes https://github.com/curl/curl/pull/5088
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://docs.microsoft.com/windows/win32/api/wincrypt/nf-wincrypt-cryptacquirecontexta#parameters
Reviewed-by: Marc Hörsken
Closes https://github.com/curl/curl/pull/5088
</pre>
</div>
</content>
</entry>
<entry>
<title>md5: Added implementation for mbedTLS</title>
<updated>2020-02-29T20:53:04+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-25T21:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1d421de9a113736e8a65777b1524c6c23556e63a'/>
<id>1d421de9a113736e8a65777b1524c6c23556e63a</id>
<content type='text'>
Reviewed-by: Jay Satiro
Closes #4980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jay Satiro
Closes #4980
</pre>
</div>
</content>
</entry>
<entry>
<title>md5: Use pointer notation for array parameters in GnuTLS implementation</title>
<updated>2020-02-29T20:53:04+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-25T22:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5aea558dc871b6ec231ad9d4b8a7478e15a2ba79'/>
<id>5aea558dc871b6ec231ad9d4b8a7478e15a2ba79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>md5/sha256: Updated the functions to allow non-string data to be hashed</title>
<updated>2020-02-23T07:50:33+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-22T05:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=37dc4df270b0080442a9e36f9ea13855db9253e6'/>
<id>37dc4df270b0080442a9e36f9ea13855db9253e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functions</title>
<updated>2020-02-20T15:27:32+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-19T07:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=150f45e8d1cce189a5b0b963243a8563d3d14b8e'/>
<id>150f45e8d1cce189a5b0b963243a8563d3d14b8e</id>
<content type='text'>
Whilst lib\md4.c used this pre-processor, lib\md5.c and
src\tool_metalink.c did not and simply relied on the WIN32
pre-processor directive.

Reviewed-by: Marcel Raad
Closes #4955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whilst lib\md4.c used this pre-processor, lib\md5.c and
src\tool_metalink.c did not and simply relied on the WIN32
pre-processor directive.

Reviewed-by: Marcel Raad
Closes #4955
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: reduce variable scopes</title>
<updated>2019-05-20T06:51:11+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-05-11T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=10db3ef21eef1c7a1727579952a81ced2f4afc8b'/>
<id>10db3ef21eef1c7a1727579952a81ced2f4afc8b</id>
<content type='text'>
Fixes Codacy/CppCheck warnings.

Closes https://github.com/curl/curl/pull/3872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Codacy/CppCheck warnings.

Closes https://github.com/curl/curl/pull/3872
</pre>
</div>
</content>
</entry>
<entry>
<title>md5: Forgot to update the code alignment in d84da52d</title>
<updated>2019-04-15T21:40:43+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2019-04-15T21:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0a9f3edeb3892635b1062602a19a4bd365475ae0'/>
<id>0a9f3edeb3892635b1062602a19a4bd365475ae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>md5: Return CURLcode from the internally accessible functions</title>
<updated>2019-04-15T21:38:20+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2019-04-15T21:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d84da52d9f66eb17236062a5c1e19736b32859d7'/>
<id>d84da52d9f66eb17236062a5c1e19736b32859d7</id>
<content type='text'>
Following 28f826b3 to return CURLE_OK instead of numeric 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following 28f826b3 to return CURLE_OK instead of numeric 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>md(4|5): Fixed indentation oddities with the importation of replacement code</title>
<updated>2019-04-14T13:08:15+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2019-04-14T13:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5a1ba3ccb576c80b837eaebadd07630b24776d9e'/>
<id>5a1ba3ccb576c80b837eaebadd07630b24776d9e</id>
<content type='text'>
The indentation from 211d5329 and 57d6d253 was a little strange as
parts didn't align correctly, uses 4 spaces rather than 2. Checked
the indentation of the original source so it aligns, albeit, using
curl style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The indentation from 211d5329 and 57d6d253 was a little strange as
parts didn't align correctly, uses 4 spaces rather than 2. Checked
the indentation of the original source so it aligns, albeit, using
curl style.
</pre>
</div>
</content>
</entry>
<entry>
<title>md5: Code style to return CURLE_OK rather than numeric 0</title>
<updated>2019-04-14T07:42:36+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2019-04-14T07:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=28f826b3bff05791bf11e5b96c68cc0fee4ca7df'/>
<id>28f826b3bff05791bf11e5b96c68cc0fee4ca7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
