<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/dsa, branch libressl-v2.5.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-06-30T02:02:06+00:00</updated>
<entry>
<title>Remove flags for disabling constant-time operations.</title>
<updated>2016-06-30T02:02:06+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-06-30T02:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ce2fddbbb0fbded19721d5da476dfdfecb1e48b'/>
<id>urn:sha1:3ce2fddbbb0fbded19721d5da476dfdfecb1e48b</id>
<content type='text'>
This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME,
and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unconditionally
constant-time.

Based on the original patch by César Pereid.  ok beck@
</content>
</entry>
<entry>
<title>Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.</title>
<updated>2016-06-21T04:16:53+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-06-21T04:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91d6aae7a299dbce8aafae1d671ec0aa14c5511b'/>
<id>urn:sha1:91d6aae7a299dbce8aafae1d671ec0aa14c5511b</id>
<content type='text'>
Improved patch from Cesar Pereida. See
https://github.com/libressl-portable/openbsd/pull/61 for more details.

ok beck@
</content>
</entry>
<entry>
<title>Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.</title>
<updated>2016-06-06T23:37:37+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-06-06T23:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0b9d68ba4686a5c96c6c3285a4974e5db61ca786'/>
<id>urn:sha1:0b9d68ba4686a5c96c6c3285a4974e5db61ca786</id>
<content type='text'>
Mistake noted by Billy Brumley. Many thanks.
</content>
</entry>
<entry>
<title>Correct a problem that prevents the DSA signing algorithm from running</title>
<updated>2016-06-06T10:00:04+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-06-06T10:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=228457974024ddf04bfe0e8cd259f8ed50bf30fd'/>
<id>urn:sha1:228457974024ddf04bfe0e8cd259f8ed50bf30fd</id>
<content type='text'>
in constant time even if the flag BN_FLG_CONSTTIME is set. This issue
was reported by Cesar Pereida (Aalto University), Billy Brumley
(Tampere University of Technology), and Yuval Yarom (The University of
Adelaide and NICTA). The fix was developed by Cesar Pereida.
</content>
</entry>
<entry>
<title>Remove support for ancient, broken DSA implementations.</title>
<updated>2016-03-01T07:04:41+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2016-03-01T07:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f11420ceb66077dd214c6d112daf6e9ddd4cbbd8'/>
<id>urn:sha1:f11420ceb66077dd214c6d112daf6e9ddd4cbbd8</id>
<content type='text'>
Based on a few OpenSSL commits:

Remove ancient DSA workarounds
commit ab4a81f69ec88d06c9d8de15326b9296d7f498ed

Remove workaround for broken DSA implementations using negative integers
commit dfb10af92e9663ce4eefaa1d6b678817fa85344d

Typo in error name (EVP_R_DECODE_ERROR -&gt; DSA_R_DECODE_ERROR)
commit f6fb7f1856d443185c23f1a5968c08b4269dd37d

ok beck@
</content>
</entry>
<entry>
<title>Group d2i/i2d function prototypes by type and add missing externs for the</title>
<updated>2015-10-13T12:31:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-13T12:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2bd90c5f37295bb7b873dbf00a1491667f972bb0'/>
<id>urn:sha1:2bd90c5f37295bb7b873dbf00a1491667f972bb0</id>
<content type='text'>
DSAPublicKey, DSAPrivateKey and DSAparams ASN1_ITEMs.
</content>
</entry>
<entry>
<title>We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits are</title>
<updated>2015-09-26T15:18:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-26T15:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=db2afea6aa06d587ac44db5fdbb95fa9030dc1ff'/>
<id>urn:sha1:db2afea6aa06d587ac44db5fdbb95fa9030dc1ff</id>
<content type='text'>
already in the code).

ok beck@ miod@
</content>
</entry>
<entry>
<title>When loading a DSA key from an raw (without DH parameters) ASN.1 serialization,</title>
<updated>2015-09-10T18:12:55+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-10T18:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d22a23455e18abc3dd489493f4d177022a596fd'/>
<id>urn:sha1:0d22a23455e18abc3dd489493f4d177022a596fd</id>
<content type='text'>
perform some consistency checks on its `p' and `q' values, and return an
error if the checks failed.

Thanks for Georgi Guninski (guninski at guninski dot com) for mentioning
the possibility of a weak (non prime) q value and providing a test case.

See https://cpunks.org/pipermail/cypherpunks/2015-September/009007.html
for a longer discussion.

ok bcook@ beck@
</content>
</entry>
<entry>
<title>Fix an incorrect error check in DSA verify.</title>
<updated>2015-09-10T07:58:28+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-10T07:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76fc9f6593a644ff05c58c3bb67790b09ce9fa31'/>
<id>urn:sha1:76fc9f6593a644ff05c58c3bb67790b09ce9fa31</id>
<content type='text'>
From Matt Caswell's OpenSSL commit "RT3192: spurious error in DSA verify".

https://github.com/openssl/openssl/commit/eb63bce040d1cc6147d256f516b59552c018e29b
</content>
</entry>
<entry>
<title>Fix inverted test in previous. Commit message told what we intended, but</title>
<updated>2015-07-15T18:34:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-15T18:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f30fe8a217df5c2c76828a8eb089a4b3e5135b2e'/>
<id>urn:sha1:f30fe8a217df5c2c76828a8eb089a4b3e5135b2e</id>
<content type='text'>
we did not notice my fingers slipping. Noticed by bcook@
</content>
</entry>
</feed>
