<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/src, branch OTP-22.0.5</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>crypto: Document supports/1</title>
<updated>2019-04-30T14:55:02+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-30T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=938e788fb404e9e270975d36db5e27d7e136ef09'/>
<id>938e788fb404e9e270975d36db5e27d7e136ef09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: New function supports/1</title>
<updated>2019-04-17T14:35:20+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-16T10:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c500d66b68ff0fe174128926318f3eead4dcbb15'/>
<id>c500d66b68ff0fe174128926318f3eead4dcbb15</id>
<content type='text'>
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts.  Returns the algorithm names, but ONLY the openssl names.  supports/0 still returns aliases and misspellings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts.  Returns the algorithm names, but ONLY the openssl names.  supports/0 still returns aliases and misspellings.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'</title>
<updated>2019-04-11T11:02:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-09T10:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f'/>
<id>bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Rename crypto_aead to crypto_one_time_aead</title>
<updated>2019-04-11T11:02:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-09T10:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc4c62ca5220cfc8def7ec5275036c7fb7dc370d'/>
<id>dc4c62ca5220cfc8def7ec5275036c7fb7dc370d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Obey compile flags for no DSA, BF, DES, DH</title>
<updated>2019-04-10T08:38:10+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-08T12:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=39e7ecc0b3c5cbe529093f126189eadbf83d3a80'/>
<id>39e7ecc0b3c5cbe529093f126189eadbf83d3a80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Rename new api and rework the typing</title>
<updated>2019-04-05T10:41:49+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-27T13:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=927bd1c8d567145a1e09a172eae27ba084c8e63b'/>
<id>927bd1c8d567145a1e09a172eae27ba084c8e63b</id>
<content type='text'>
Split conceptually into an OLD and a NEW api with separate typing.
The NEW api will in general not provide types for ciphers without key length like aes_ctr. Use aes_128_ctr etc.

Later the C-code will not accept them either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split conceptually into an OLD and a NEW api with separate typing.
The NEW api will in general not provide types for ciphers without key length like aes_ctr. Use aes_128_ctr etc.

Later the C-code will not accept them either.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Use key length in alias/2</title>
<updated>2019-03-22T09:30:48+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-21T11:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0facf888f853fd130033b8924a0b1520e4262a57'/>
<id>0facf888f853fd130033b8924a0b1520e4262a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Restore 'error' as result of failed aead decryption</title>
<updated>2019-03-22T09:23:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-21T09:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b1f4c5f3b07387ed57a5794570969c55a3cd34ea'/>
<id>b1f4c5f3b07387ed57a5794570969c55a3cd34ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Update types of hash algorithms</title>
<updated>2019-03-22T09:23:55+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-20T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=03f94058c410162091ce9168609908abd2caaba3'/>
<id>03f94058c410162091ce9168609908abd2caaba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Cuddle error types and documentation of them</title>
<updated>2019-03-22T09:23:53+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-19T15:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=651a9c3e8fe3f33182615ea39b62a15dcb2c0944'/>
<id>651a9c3e8fe3f33182615ea39b62a15dcb2c0944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
