<!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/ade69465d6f61e3c07b35bb463320c6e25948c02">ade69465</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-07-06T19:18:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Allow arbitrary digests in HMac()

[GB.OPENSSL]
* NEW: Allow arbitrary digest methods to be passed to HMac(). They are now identified by their name. The integer arguments are deprecated.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d913a599292b4df741bd92f81a198128e13a4e8e">d913a599</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-07-06T19:45:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Add OpenSSL static class and RandomBytes method

[GB.OPENSSL]
* NEW: Add static class OpenSSL for general utility methods provided by OpenSSL
* NEW: Add OpenSSL.RandomBytes to generate a cryptographically strong pseudo-random string of given length
</pre>
</li>
</ul>
<h4>5 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e#a8a0ee22e4e9261ff0fd527f3620b29e3bb72528">
gb.openssl/src/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e#d97f52033112b434cdf38ac7ab15edf59204f04b">
gb.openssl/src/c_hmac.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e#ceefdbfeeccea31f8e430080903b2a9b174e6ab6">
<span class="new-file">
+
gb.openssl/src/c_openssl.c
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e#2a6933890aa15a51ddeaedc7f6fa279e3223abfb">
<span class="new-file">
+
gb.openssl/src/c_openssl.h
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e#f7bad56124ed06c8c0a0a4b5721578c932ed3d41">
gb.openssl/src/main.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/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e">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>