W dniu 28.05.2012 10:13, Julian Sikorski pisze:
W dniu 28.05.2012 09:51, Xavier Bachelot pisze:
> On 05/28/2012 09:31 AM, Julian Sikorski wrote:
>> Hi,
>>
>> I have recently tried to use blu-ray functionality in vlc-2.0.
>> Unfortunately, it does not seem to be working:
>>
>> libaacs/crypto.c:430: _aacs_verify: gcry_pk_verify failed. error was:
>> Invalid public key algorithm
>> libaacs/crypto.c:430: _aacs_verify: gcry_pk_verify failed. error was:
>> Invalid public key algorithm
>> libaacs/crypto.c:430: _aacs_verify: gcry_pk_verify failed. error was:
>> Invalid public key algorithm
>> libaacs/crypto.c:430: _aacs_verify: gcry_pk_verify failed. error was:
>> Invalid public key algorithm
>>
>> I have followed the instructions linked to from mplayer homepage. Any
>> suggestions are welcome.
>>
> it works if you put the VUKs in the conf file. Using just the PKs in the
> conf file is not enought because openssl as shipped in Fedora doesn't
> have ECDSA support because it's patent encumbered. I've yet to look at
> how to provide a fully fonctionnal package. Might be an
> openssl-freeworld package or whatever, I dunno...
>
> Regards,
> Xavier
OK, I tried adding the keys, and the error now says:
syntax error: line 60
bad entry at or around line 60
is the syntax different than
ID = title | V | key
?
Regards,
Julian
OK, I figured it out. ID and key need to be prefixed with 0x :).
Regards,
Julian