<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_openssh/kex.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/'/>
<entry>
<title>remove duplicate #includes</title>
<updated>2019-10-02T00:54:28+00:00</updated>
<author>
<name>Damien Miller</name>
<email>djm@mindrot.org</email>
</author>
<published>2019-10-02T00:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=edd1d3a6261aecbf9a55944fd7be1db83571b46e'/>
<id>edd1d3a6261aecbf9a55944fd7be1db83571b46e</id>
<content type='text'>
Prompted by Jakub Jelen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prompted by Jakub Jelen
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@</title>
<updated>2019-09-06T07:54:21+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-09-06T05:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=670104b923dd97b1c06c0659aef7c3e52af571b2'/>
<id>670104b923dd97b1c06c0659aef7c3e52af571b2</id>
<content type='text'>
OpenBSD-Commit-ID: 7fd68eaa9e0f7482b5d4c7e8d740aed4770a839f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenBSD-Commit-ID: 7fd68eaa9e0f7482b5d4c7e8d740aed4770a839f
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: remove leakmalloc reference; we used this early when</title>
<updated>2019-09-06T06:06:22+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-09-06T03:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=d05aaaaadcad592abfaa44540928e0c61ef72ebb'/>
<id>d05aaaaadcad592abfaa44540928e0c61ef72ebb</id>
<content type='text'>
refactoring but not since

OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactoring but not since

OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: pass most arguments to the KEX hash functions as sshbuf</title>
<updated>2019-01-23T02:02:02+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-23T00:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=bb956eaa94757ad058ff43631c3a7d6c94d38c2f'/>
<id>bb956eaa94757ad058ff43631c3a7d6c94d38c2f</id>
<content type='text'>
rather than pointer+length; ok markus@

OpenBSD-Commit-ID: ef0c89c52ccc89817a13a5205725148a28492bf7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than pointer+length; ok markus@

OpenBSD-Commit-ID: ef0c89c52ccc89817a13a5205725148a28492bf7
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: rename kex-&gt;kem_client_pub -&gt; kex-&gt;client_pub now that</title>
<updated>2019-01-21T12:13:03+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=aaca72d6f1279b842066e07bff797019efeb2c23'/>
<id>aaca72d6f1279b842066e07bff797019efeb2c23</id>
<content type='text'>
KEM has been renamed to kexgen

from markus@ ok djm@

OpenBSD-Commit-ID: fac6da5dc63530ad0da537db022a9a4cfbe8bed8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KEM has been renamed to kexgen

from markus@ ok djm@

OpenBSD-Commit-ID: fac6da5dc63530ad0da537db022a9a4cfbe8bed8
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: pass values used in KEX hash computation as sshbuf</title>
<updated>2019-01-21T12:13:03+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=71e67fff946396caa110a7964da23480757258ff'/>
<id>71e67fff946396caa110a7964da23480757258ff</id>
<content type='text'>
rather than pointer+len

suggested by me; implemented by markus@ ok me

OpenBSD-Commit-ID: 994f33c464f4a9e0f1d21909fa3e379f5a0910f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than pointer+len

suggested by me; implemented by markus@ ok me

OpenBSD-Commit-ID: 994f33c464f4a9e0f1d21909fa3e379f5a0910f0
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: remove kex_derive_keys_bn wrapper; no unused since the</title>
<updated>2019-01-21T12:13:03+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=4b83e2a2cc0c12e671a77eaba1c1245894f4e884'/>
<id>4b83e2a2cc0c12e671a77eaba1c1245894f4e884</id>
<content type='text'>
DH-like KEX methods have moved to KEM

from markus@ ok djm@

OpenBSD-Commit-ID: bde9809103832f349545e4f5bb733d316db9a060
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DH-like KEX methods have moved to KEM

from markus@ ok djm@

OpenBSD-Commit-ID: bde9809103832f349545e4f5bb733d316db9a060
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: use KEM API for vanilla ECDH</title>
<updated>2019-01-21T12:13:02+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=92dda34e373832f34a1944e5d9ebbebb184dedc1'/>
<id>92dda34e373832f34a1944e5d9ebbebb184dedc1</id>
<content type='text'>
from markus@ ok djm@

OpenBSD-Commit-ID: 6fbff96339a929835536b5730585d1d6057a352c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from markus@ ok djm@

OpenBSD-Commit-ID: 6fbff96339a929835536b5730585d1d6057a352c
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: use KEM API for vanilla DH KEX</title>
<updated>2019-01-21T11:08:47+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=9c9c97e14fe190931f341876ad98213e1e1dc19f'/>
<id>9c9c97e14fe190931f341876ad98213e1e1dc19f</id>
<content type='text'>
from markus@ ok djm@

OpenBSD-Commit-ID: af56466426b08a8be275412ae2743319e3d277c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from markus@ ok djm@

OpenBSD-Commit-ID: af56466426b08a8be275412ae2743319e3d277c9
</pre>
</div>
</content>
</entry>
<entry>
<title>upstream: use KEM API for vanilla c25519 KEX</title>
<updated>2019-01-21T11:08:04+00:00</updated>
<author>
<name>djm@openbsd.org</name>
<email>djm@openbsd.org</email>
</author>
<published>2019-01-21T10:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=2f6a9ddbbf6ca8623c53c323ff17fb6d68d66970'/>
<id>2f6a9ddbbf6ca8623c53c323ff17fb6d68d66970</id>
<content type='text'>
OpenBSD-Commit-ID: 38d937b85ff770886379dd66a8f32ab0c1c35c1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenBSD-Commit-ID: 38d937b85ff770886379dd66a8f32ab0c1c35c1f
</pre>
</div>
</content>
</entry>
</feed>
