Peter Wu
changed
bug 9144
What |
Removed |
Added |
Attachment #11593 Flags |
|
review_for_checkin?
|
Comment # 16
on bug 9144
from Peter Wu
Created attachment 11593 [details]
Drop export_cipher and dig_len, cleaner digest access
Removed dig_len as this magic number is dependent on dig. The digests
variable is converted from a string to a structure holding the digest
name and length because of its close dependency.
Introduce another struct+function to get rid of the magic number 0x40
(DIG_MD5).
Removed export_cipher bit as this is dependent on eff_bits < bits.
Verified with:
grep ,KEX_ packet-ssl-utils.c | awk -F, '{bits=$6!=$7;ex=$9;
if ((bits && !ex) || (!bits && ex))print $6, $7, $8, "###", $0}'.
Removed space before SIG_RSA for cipher 51 for consistency with others.
---
(commit message above, this patch depends on the previous export bits patch).
There is no functional change in this patch, no cipher suites have been
added/modified besides the above changes.
You are receiving this mail because:
- You are watching all bug changes.