Merge lp:~rhansen/ubuntu/trusty/dropbear/bug1409798 into lp:ubuntu/trusty/dropbear

Proposed by Richard Hansen
Status: Approved
Approved by: Brian Murray
Approved revision: 25
Proposed branch: lp:~rhansen/ubuntu/trusty/dropbear/bug1409798
Merge into: lp:ubuntu/trusty/dropbear
Diff against target: 33 lines (+21/-0)
2 files modified
debian/changelog (+6/-0)
debian/diff/0004-options.h-enable-hmac-sha2-256-and-512.diff (+15/-0)
To merge this branch: bzr merge lp:~rhansen/ubuntu/trusty/dropbear/bug1409798
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+249010@code.launchpad.net

Description of the change

SRU to enable hmac-sha2-256 and hmac-sha2-512 MAC algorithms (LP: #1409798)

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

This looks good thanks for working on it!

review: Approve

Unmerged revisions

25. By Richard Hansen

Enable hmac-sha2-256 and hmac-sha2-512 MAC algorithms (LP: #1409798)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-02-19 16:26:26 +0000
3+++ debian/changelog 2015-02-08 09:05:09 +0000
4@@ -1,3 +1,9 @@
5+dropbear (2013.60-1ubuntu2.1) trusty; urgency=medium
6+
7+ * Enable hmac-sha2-256 and hmac-sha2-512 MAC algorithms (LP: #1409798)
8+
9+ -- Richard Hansen <ubuntu-a7x@scientician.org> Wed, 04 Feb 2015 16:11:03 -0600
10+
11 dropbear (2013.60-1ubuntu2) trusty; urgency=medium
12
13 * Fix initramfs hooks so that the network configuration happens before
14
15=== added file 'debian/diff/0004-options.h-enable-hmac-sha2-256-and-512.diff'
16--- debian/diff/0004-options.h-enable-hmac-sha2-256-and-512.diff 1970-01-01 00:00:00 +0000
17+++ debian/diff/0004-options.h-enable-hmac-sha2-256-and-512.diff 2015-02-08 09:05:09 +0000
18@@ -0,0 +1,15 @@
19+diff --git a/options.h b/options.h
20+index 7d06322..24dec99 100644
21+--- a/options.h
22++++ b/options.h
23+@@ -120,8 +120,8 @@ much traffic. */
24+ * which are not the standard form. */
25+ #define DROPBEAR_SHA1_HMAC
26+ #define DROPBEAR_SHA1_96_HMAC
27+-/*#define DROPBEAR_SHA2_256_HMAC*/
28+-/*#define DROPBEAR_SHA2_512_HMAC*/
29++#define DROPBEAR_SHA2_256_HMAC
30++#define DROPBEAR_SHA2_512_HMAC
31+ #define DROPBEAR_MD5_HMAC
32+
33+ /* You can also disable integrity. Don't bother disabling this if you're

Subscribers

People subscribed via source and target branches