<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Tobias Boege pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/cb18ca4ff36a4255768c16c680eef423d7215d69">cb18ca4f</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Key Derivation Functions

[GB.OPENSSL]
* NEW: Add Pbkdf2 function.
* NEW: Add Scrypt function.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/d0c35df49c14fcce08ad915be06e65a714d9a579">d0c35df4</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Extraneous Include

[GB.OPENSSL]
* BUG: Unnecessary kdf.h blocking Xenial.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/0e503c137b40ee169ccd4dd40c18ac5170992534">0e503c13</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Group KDF

[GB.OPENSSL]
* NEW: KDF Functions under OpenSSL Class.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/3b67580477038bfdc8b43d6b841d7628a1f9eabd">3b675804</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Parameter Limits

[GB.OPENSSL]
* BUG: RandomBytes length limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 iterations limit (>0).
* BUG: Pbkdf2 keylength limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 buffer managed as GB String.
* BUG: Scrypt keylength limit (1 - 0x7FFFEFF7).
* BUG: Scrypt N limit (>1 & 2^n).
* BUG: Scrypt r limit (1 - 0xFFFFFFFF).
* BUG: Scrypt p limit (1 - 0xFFFFFFFF).
* BUG: Scrypt bugger managed as GB String.
* BUG: Declare longs as longs instead of integers.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/0eb47b25bb54a289bb94917555b638a0ca19a3f9">0eb47b25</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Hash memory allocation

[GB.OPENSSL]
* BUG: Hash incorrectly allocated by sizeof a pointer.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/b1fbac987e1f97da5c13449f53fc2928bf82a8b0">b1fbac98</a></strong>
<div>
<span>by Andy</span>
<i>at 2020-06-07T01:06:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Dangling parenthesis.

[GB.OPENSSL]
* BUG: Remove dangling parenthesis.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/f5ca983f885d1fb4e5fef2010c2db01300bea731">f5ca983f</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2020-06-07T01:51:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Add tests for new Pbkdf2 and Scrypt methods

[GB.OPENSSL]
* NEW: Add beginning of a test suite.
* OPT: Avoid doubles in integer power-of-two test.
</pre>
</li>
</ul>
<h4>5 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731#ad9066931114beed6b83e05fb704bcbfa1471b84">
<span class="new-file">
+
gb.openssl/openssl-test/.directory
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731#7f8fd5016a99955ffcbc430ff45b320c5e1ee2d5">
<span class="new-file">
+
gb.openssl/openssl-test/.icon.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731#32aa1144c6ebad8ac32c3a3ef9082178863727ad">
<span class="new-file">
+
gb.openssl/openssl-test/.project
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731#7c51c73a47db73bfc52e21f74a9a785f0d1fd834">
<span class="new-file">
+
gb.openssl/openssl-test/.src/Main.module
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731#ceefdbfeeccea31f8e430080903b2a9b174e6ab6">
gb.openssl/src/c_openssl.c
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>