<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/aead/aeadtest.c, branch OPENBSD_7_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-08-20T19:25:14+00:00</updated>
<entry>
<title>Test EVP_chacha20_poly1305() (linking statically for now)</title>
<updated>2022-08-20T19:25:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-08-20T19:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ab674e8adf72179cc36cc4916d2250d8e54e8d0'/>
<id>urn:sha1:8ab674e8adf72179cc36cc4916d2250d8e54e8d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright for additional/new code.</title>
<updated>2022-07-30T17:09:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T17:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d65ace007bf57850775bd42d6f7d70daa3e3fdb'/>
<id>urn:sha1:8d65ace007bf57850775bd42d6f7d70daa3e3fdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add EVP_aes_192_gcm() as a known AEAD.</title>
<updated>2022-07-30T16:31:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T16:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6a51422a9a29747c0f38dc92a6844c2bfa27766d'/>
<id>urn:sha1:6a51422a9a29747c0f38dc92a6844c2bfa27766d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow the AEAD to be specified for a test file.</title>
<updated>2022-07-30T16:30:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T16:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba4b0526f5f9923a4b8bbb2c0c69b9c194852e72'/>
<id>urn:sha1:ba4b0526f5f9923a4b8bbb2c0c69b9c194852e72</id>
<content type='text'>
Currently, this must be specified per test - allow it to be given as a
command line argument that applies to the entire test file.
</content>
</entry>
<entry>
<title>Run AEAD tests against EVP_CIPHER implementations.</title>
<updated>2022-07-30T16:17:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T16:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=377a903974dc4444a6e5beb46ba1b3c94f7ebc54'/>
<id>urn:sha1:377a903974dc4444a6e5beb46ba1b3c94f7ebc54</id>
<content type='text'>
In addition to running AEAD tests against the EVP_AEAD implementation, also
run them against the EVP_CIPHER implementation where applicable.

This is a perfect example of why EVP_AEAD exists and why EVP_CIPHER is
completely unsuited for use with AEADs...
</content>
</entry>
<entry>
<title>Allow quoted ASCII strings as input for AEAD regress.</title>
<updated>2022-07-30T16:12:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T16:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5908be8aa22b0be9b5c21ff7e37a72ad249eeab2'/>
<id>urn:sha1:5908be8aa22b0be9b5c21ff7e37a72ad249eeab2</id>
<content type='text'>
Currently, each line in the text file is expected to be string of
hexadecimal digits. In addition to this, allow a line to be given as an
quoted ASCII string.
</content>
</entry>
<entry>
<title>Sort includes.</title>
<updated>2022-07-30T14:49:15+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T14:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e418ced854b7d9fcfdd9377599b5531c46780db'/>
<id>urn:sha1:6e418ced854b7d9fcfdd9377599b5531c46780db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Less #ifndef OPENSSL_NO_*</title>
<updated>2022-07-30T14:24:33+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T14:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d731a4cdf30d79f542ed9a2a769e96c0af82505d'/>
<id>urn:sha1:d731a4cdf30d79f542ed9a2a769e96c0af82505d</id>
<content type='text'>
We're not going to be compiling without AES or CHACHA/POLY1305 anytime
soon.
</content>
</entry>
<entry>
<title>Fix comment formatting.</title>
<updated>2022-07-30T14:09:00+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T14:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a46d566ac5d30977b5d5104700857cea61cfa31'/>
<id>urn:sha1:4a46d566ac5d30977b5d5104700857cea61cfa31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to ISC license.</title>
<updated>2022-07-30T14:06:36+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T14:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a5d16a5b7854481d6d51578dc58a11732158f88'/>
<id>urn:sha1:9a5d16a5b7854481d6d51578dc58a11732158f88</id>
<content type='text'>
Use Google's ISC license for this code - this was originally being
upstreamed to OpenSSL by Adam Langley, however it was never actually
accepted and eventually ended up in BoringSSL (via commit dfe3053086).
The same change was made a long time ago for evp/evp_aead.c and others.
</content>
</entry>
</feed>
