Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1483340 Details for
Bug 1628962
[FIPS] ssh-cavs: Fix cipher selection
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix
ssh-cavs.c.diff (text/plain), 832 bytes, created by
Stephan Mueller
on 2018-09-14 14:08:09 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Stephan Mueller
Created:
2018-09-14 14:08:09 UTC
Size:
832 bytes
patch
obsolete
>--- ssh-cavs.c.orig 2018-09-14 16:03:32.866403334 +0200 >+++ ssh-cavs.c 2018-09-14 16:05:20.707955413 +0200 >@@ -191,16 +191,16 @@ static int sshkdf_cavs(struct kdf_cavs * > /* select the right hash based on struct ssh_digest digests */ > switch (test->ik_len) { > case 20: >- kex.hash_alg = 2; >+ kex.hash_alg = 1; > break; > case 32: >- kex.hash_alg = 3; >+ kex.hash_alg = 2; > break; > case 48: >- kex.hash_alg = 4; >+ kex.hash_alg = 3; > break; > case 64: >- kex.hash_alg = 5; >+ kex.hash_alg = 4; > break; > default: > printf("Wrong hash type %u\n", test->ik_len); >@@ -277,10 +277,6 @@ static int sshkdf_cavs(struct kdf_cavs * > out: > if (Kbn) > BN_free(Kbn); >- if (kex.newkeys[0]) >- free(kex.newkeys[0]); >- if (kex.newkeys[1]) >- free(kex.newkeys[1]); > if (ssh) > ssh_packet_close(ssh); > return ret;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1628962
: 1483340