Opened 8 years ago
Closed 8 years ago
#4464 closed defect (fixed)
dvbapi: DVBAPI_CA_SET_DESCR_MODE should be set before CA_SET_DESCR
| Reported by: | perexg | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | DVBApi |
| Severity: | medium | Keywords: | |
| Cc: | Sensitive: | no |
Description
The algo/cipher info should be sent before the keys. For network protocol, the clients starts descrambling (I speak for tvheadend) when the keys (CA_SET_DESCR) are received and for backward compatibility, it would be good to set the extra information before.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Applied with r11250.
CA_ALGO_AES128 is not working atm. It is just a placeholder.
Note:
See TracTickets
for help on using tickets.

BTW: Also, how you want to handle AES 128 bit using 64-bit array in ca_descr_t ?