<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
An error was made when inputting the target version of the patch,
I've updated it to say R17B, the change should show up wheneven the
next sync happens. <br>
<br>
The patch has been merged on our internal master and will be pushed
soon(tm) to the github one. <br>
<br>
Sorry for the confusion,<br>
Lukas<br>
<br>
<div class="moz-cite-prefix">On 05/12/13 13:32, Yura Beznos wrote:<br>
</div>
<blockquote
cite="mid:CAE_U+AQXtKCH=K9cy4AZOP5d_NawR+L8wmQwkxU2F9k6-WYsog@mail.gmail.com"
type="cite">
<div dir="ltr">Hey, hello!
<div><br>
</div>
<div>I can see my patch (IGE mode for AES / <span
style="color:rgb(51,51,51);font-family:'Helvetica
Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:18px">aes_ige_crypt)
as graduated on site </span><font color="#333333"
face="Helvetica Neue, Helvetica, Arial, sans-serif"><span
style="font-size:12px;line-height:18px"><a
moz-do-not-send="true"
href="http://www.erlang.org/development/">http://www.erlang.org/development/</a>
in "master" not in some release and I can't find my code
in otp repository.</span></font></div>
<div><font color="#333333" face="Helvetica Neue, Helvetica,
Arial, sans-serif"><span
style="font-size:12px;line-height:18px">Is it error or
something?</span></font></div>
<div><span
style="font-size:12px;line-height:18px;color:rgb(51,51,51);font-family:'Helvetica
Neue',Helvetica,Arial,sans-serif"> </span><br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Nov 13, 2013 at 6:01 PM, Yura
Beznos <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:yura.beznos@you-ra.info" target="_blank">yura.beznos@you-ra.info</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello!
<div><br>
</div>
<div>The patch isn't graduated ? (IGE mode for AES)</div>
</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Tue, Aug 13, 2013 at
11:31 PM, Yura Beznos <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:yura.beznos@you-ra.info"
target="_blank">yura.beznos@you-ra.info</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0
0 .8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div dir="ltr"><br>
<div class="gmail_extra">
<div class="gmail_quote">
<div>On Tue, Aug 13, 2013 at 4:43 PM,
Sverker Eriksson <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:sverker.eriksson@ericsson.com"
target="_blank">sverker.eriksson@ericsson.com</a>></span>
wrote:<br>
</div>
<div>
<div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>
<div>Fredrik wrote:<br>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On
08/01/2013 07:40 AM, Yura
Beznos wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I'd like to submit this
patch to add two new
functions to the crypt<br>
library.<br>
<br>
Repo branch: <a
moz-do-not-send="true"
href="https://github.com/Zhiz0id/otp/tree/aes_ige_crypt"
target="_blank">https://github.com/Zhiz0id/otp/tree/aes_ige_crypt</a><br>
Compare:<br>
<a moz-do-not-send="true"
href="https://github.com/Zhiz0id/otp/compare/erlang:master...aes_ige_crypt"
target="_blank">https://github.com/Zhiz0id/otp/compare/erlang:master...aes_ige_crypt</a><br>
<br>
Why this new feature?<br>
<br>
It allows to use OpenSSL
aes_ige_encrypt function.<br>
<br>
Risks / uncertain artifacts<br>
<br>
None.<br>
<br>
How did you solve it?<br>
<br>
Added two functions:
aes_ige_256_decrypt,
aes_ige_256_encrypt .<br>
<br>
<br>
Thanks.<br>
<br>
<br>
-- <br>
Yura<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-patches mailing list<br>
<a moz-do-not-send="true"
href="mailto:erlang-patches@erlang.org"
target="_blank">erlang-patches@erlang.org</a><br>
<a moz-do-not-send="true"
href="http://erlang.org/mailman/listinfo/erlang-patches"
target="_blank">http://erlang.org/mailman/listinfo/erlang-patches</a><br>
</blockquote>
Hello Yura,<br>
I've assigned this patch to be
reviewed by responsible, you
will get feedback as soon as
this is done.<br>
Thanks,<br>
</blockquote>
<br>
</div>
</div>
Looks good, Yura. Two objections
though:<br>
<br>
1. Do not export the
aes_ige_256_encrypt/decrypt
functions. Users should only use
block_encrypt/4 and block_decrypt/4.<br>
<br>
2. Documentation updates is missing
(of block_encrypt/4 and
block_decrypt/4).<br>
<br>
<br>
/Sverker, Erlang/OTP<br>
<br>
</blockquote>
</div>
</div>
</div>
<br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Compare url: <a
moz-do-not-send="true"
href="https://github.com/Zhiz0id/otp/compare/erlang:master...aes_ige_crypt"
target="_blank">https://github.com/Zhiz0id/otp/compare/erlang:master...aes_ige_crypt</a></div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
erlang-patches mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-patches">http://erlang.org/mailman/listinfo/erlang-patches</a>
</pre>
</blockquote>
<br>
</body>
</html>