History log of /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2544611b6f37e69955fe7161995b7bacf3ae8fba 12-May-2015 Adam Langley <agl@google.com> FwdLockConv.c: include what you use.

This file needs stdlib.h for malloc, free and realloc, but was
previously getting it only via the OpenSSL headers that it was
including.

BoringSSL, in the future, will be tider about what it includes via its
headers and so this file will need to include stdlib.h itself.

Change-Id: Ic0ee43ed74ff96f1a57e6e153c65e80e0115c0e9
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c
2d45dbd1910a7e51d383e8583017e6f26cd3498a 05-Jun-2012 Hung Nguyen <hung.nguyen@sonymobile.com> Fixed bugs where the content of buffer holding keys was cleared using a wrong size in forward lock

Modified by James Dong <jdong@google.com>

Change-Id: Iaacfc79b2b26bdee7046d8555e3b4e0bc224c3c5
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c
9352d1168c09903d4ea27b695ef683316c544ae5 09-Aug-2012 James Dong <jdong@google.com> Remove some unused forward lock code

Change-Id: I94d01f6ad5b1676cc4d6a95807e166f3c25aa79c
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c
90855078eb989944bca1824058d7231cd68e5021 21-Feb-2011 Henrik B Andersson <henrikb.andersson@sonyericsson.com> Bug fixes in OMA DRM v1 Forward Lock Agent

A couple of fixes in the Forward Lock Agent.
The DRM Framework isn't thread safe so the Forward Lock Agent needs
to protect the private structures.
Base64-encoded content with LF-only instead of CRLF line breaks is now
accepted.
A fix for non-standard boundary characters.
The debug prints are also turned off as default.

Change-Id: I8ab417231380fbe1c371d18a147773ceabc6f69f
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c
fdd65a0fc7df2c878cc601e4c0f4021cb264f051 05-Jan-2011 Pravat Dalbehera <pravat.dalbehera@sonyericsson.com> Initial OMA DRM forward lock contribution

OMA DRM forward lock agent is plugged into the
Open DRM framework. Forward lock agent implementation contains:
- Forward lock engine to communicate with framework
- Converter to encrypt the original file into a special format
- Decoder to feed the decrypted data for rendering
- Lightweight unique key-encryption mechanism
- Documentation

Change-Id: Id828ebc30b8147b58b14960a73571648bc01ae94
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c