After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730472 - mikey: add different key length parameters
mikey: add different key length parameters
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-20 21:56 UTC by Aleix Conchillo Flaqué
Modified: 2014-06-19 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mikey key lengths (4.36 KB, patch)
2014-05-20 21:56 UTC, Aleix Conchillo Flaqué
none Details | Review

Description Aleix Conchillo Flaqué 2014-05-20 21:56:33 UTC
Created attachment 276902 [details] [review]
mikey key lengths

This patch adds encryption and authentication key length parameters to MIKEY. For the encoders, the key lengths are obtained from the cipher and auth algorithms set in the caps. For the decoders, they are obtained while parsing the key management from the client.

The key lengths are in bytes.
Comment 1 Wim Taymans 2014-06-19 14:06:58 UTC
commit 32432b5c614cbbda9e0425c01619e5c0d54d6110
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Tue May 20 14:48:37 2014 -0700

    mikey: add different key length parameters
    
    Add encryption and authentication key length parameters to MIKEY. For
    the encoders, the key lengths are obtained from the cipher and auth
    algorithms set in the caps. For the decoders, they are obtained while
    parsing the key management from the client.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730472