<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/test, branch OTP-18.2.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Change eliptic curve test from 'sect113r2' to 'secp112r2'</title>
<updated>2015-05-22T14:09:05+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2015-05-22T14:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=03f771ed570840a25eddc5e93b511e9cfdfe311e'/>
<id>03f771ed570840a25eddc5e93b511e9cfdfe311e</id>
<content type='text'>
To not fail on openssl built with #define OPENSSL_NO_EC2M

(Why does the test not verify all supported curve types?)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To not fail on openssl built with #define OPENSSL_NO_EC2M

(Why does the test not verify all supported curve types?)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2015-02-27T09:27:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2015-02-27T09:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=07d6a3f4da97c939b246c941b877d998b2416cb4'/>
<id>07d6a3f4da97c939b246c941b877d998b2416cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept all valid key sizes in aes_cfb functions</title>
<updated>2015-02-04T18:52:59+00:00</updated>
<author>
<name>Kelly McLaughlin</name>
<email>kelly@kelly-mclaughlin.com</email>
</author>
<published>2015-01-30T22:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a1fa5b86e2241a6409d3278ebc39dbc6a07fcae4'/>
<id>a1fa5b86e2241a6409d3278ebc39dbc6a07fcae4</id>
<content type='text'>
Despite the confusion caused by the name, aes_cfb_8_crypt and
aes_cfb_128_crypt can use key lengths of 128, 192, or 256. The integer
in the function name refers to the block size for CFB mode.  Change
the aes_cfb_8_crypt and aes_cfb_128_crypt functions to accept and use
keys of length 128, 192, or 256. Also augment the existing testing for
these functions using the NIST test vectors for the additional key
lengths to ensure the changes function properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Despite the confusion caused by the name, aes_cfb_8_crypt and
aes_cfb_128_crypt can use key lengths of 128, 192, or 256. The integer
in the function name refers to the block size for CFB mode.  Change
the aes_cfb_8_crypt and aes_cfb_128_crypt functions to accept and use
keys of length 128, 192, or 256. Also augment the existing testing for
these functions using the NIST test vectors for the additional key
lengths to ensure the changes function properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'andreaTP/added-aes-ecb-to-crypto/OTP-12403'</title>
<updated>2015-01-14T13:58:31+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2015-01-14T13:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c544a43348b920896ff2062db2caa128f08af83'/>
<id>9c544a43348b920896ff2062db2caa128f08af83</id>
<content type='text'>
* andreaTP/added-aes-ecb-to-crypto/OTP-12403:
  aligned implementation following last specs
  finally fixed docs
  fixed incorrect tag
  proposal of documentation
  fixes and tests
  add aes ecb to crypto library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* andreaTP/added-aes-ecb-to-crypto/OTP-12403:
  aligned implementation following last specs
  finally fixed docs
  fixed incorrect tag
  proposal of documentation
  fixes and tests
  add aes ecb to crypto library
</pre>
</div>
</content>
</entry>
<entry>
<title>aligned implementation following last specs</title>
<updated>2015-01-09T09:39:28+00:00</updated>
<author>
<name>andreaP</name>
<email>andrea.peruffo@unicredit.eu</email>
</author>
<published>2015-01-08T17:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6dbb25ea9c95b5101975e8ce60db65c219449266'/>
<id>6dbb25ea9c95b5101975e8ce60db65c219449266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes and tests</title>
<updated>2015-01-09T09:31:35+00:00</updated>
<author>
<name>andreaP</name>
<email>andrea.peruffo@unicredit.eu</email>
</author>
<published>2014-12-23T14:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd65ff0b39f3bfb23cef865dd03044a99d97d2fd'/>
<id>bd65ff0b39f3bfb23cef865dd03044a99d97d2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[crypto] enhance generate_key for ECC keys</title>
<updated>2014-11-17T09:56:52+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2014-11-16T17:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08753545c4b08b191234f60efe65f78ed113f0d2'/>
<id>08753545c4b08b191234f60efe65f78ed113f0d2</id>
<content type='text'>
enhance generate_key to calculate ECC public keys from private keys
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enhance generate_key to calculate ECC public keys from private keys
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: add support for ChaCha20/Policy1305 AEAD cipher</title>
<updated>2014-09-03T13:26:00+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2014-06-16T16:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fb9d36c2c7c1bd4760d0be2801b9c2852d3502bf'/>
<id>fb9d36c2c7c1bd4760d0be2801b9c2852d3502bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: add AES128-GCM cipher support</title>
<updated>2014-09-03T13:26:00+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2013-03-04T19:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5010b791378f4af46176f297888c30ad010a3e83'/>
<id>5010b791378f4af46176f297888c30ad010a3e83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
