- 17 May, 2011 2 commits
- 22 Apr, 2011 1 commit
-
-
npzacs authored
Commented out flags that should not be used by libaacs
-
- 17 Apr, 2011 3 commits
- 30 Dec, 2010 4 commits
-
-
npzacs authored
crypto_aacs_verify(): verify signature using public key from certificate crypto_aacs_verify_aacsla(): verify AACS LA signature crypto_aacs_verify_cert(): verify certificate signature
-
npzacs authored
Added error checking.
-
npzacs authored
Added support for public keys.
-
npzacs authored
Fixed possible leak.
-
- 27 Dec, 2010 3 commits
- 17 Dec, 2010 1 commit
-
-
Ian Campbell authored
When using libaacs with mythtv I was getting the following crash: Program received signal SIGSEGV, Segmentation fault. 0xb052085a in yylex () from /usr/lib/dri/i965_dri.so (gdb) bt #0 0xb052085a in yylex () from /usr/lib/dri/i965_dri.so #1 0xafe1529a in yyparse (scanner=0xafd24b48, dklist=0xafd3fa60, pklist=0xae054a70, clist=0xafd39af8, celist=0xae086908, dkplist=0x0) at keydbcfg-parser.c:1537 #2 0xafe15a22 in keydbcfg_parse_config (cfgfile=0xae036898, path=0xae0517c8 "/var/lib/mythtv/.mythtv/KEYDB.cfg") at file/keydbcfg-parser.y:440 Obviously the linker has picked the wrong yylex. I solved this with the following patch which renames all the yy* symbols to libaacs_yy*.
-
- 11 Nov, 2010 3 commits
- 10 Nov, 2010 1 commit
-
-
npzacs authored
NOTE: DOES NOT SEARCH FROM ~/.libaacs/ or /etc/aacs/ ANYMORE !
-
- 09 Nov, 2010 11 commits
-
-
npzacs authored
-
npzacs authored
-
npzacs authored
(AACS spec, section 4.3, steps 23-24)
-
npzacs authored
-
npzacs authored
Make sure all fields are initialized even if some parameters are not given
-
npzacs authored
-
npzacs authored
Removed (unused) crypto_randomize()
-
npzacs authored
This function is used when creating ECDSA key pairs. (gcrypt does not export any elliptic curve functions. Creating ECDSA key pair using AACS curve parameters is impossible with current libcrypt API.)
-
npzacs authored
-
npzacs authored
-
npzacs authored
-
- 06 Nov, 2010 1 commit
-
-
npzacs authored
-
- 05 Nov, 2010 1 commit
-
-
npzacs authored
-
- 03 Nov, 2010 7 commits
- 28 Oct, 2010 2 commits