Commit Graph

24 Commits

Author SHA1 Message Date
479869b7f2 Fix a use after free in adept_activate : pass string destroyed too early 2022-02-22 20:58:40 +01:00
a623a3d796 Skip files with inflate errors during ePub decryption 2022-02-22 20:58:30 +01:00
7d161133c3 Check for key size before files decryption 2022-02-22 20:58:26 +01:00
e4c05bd6b3 Send a warning when libgourou can't handle encryption algorithm during a DRM removal attempt (+ keep encryption.xml in output) 2021-12-23 21:12:03 +01:00
f33891ef1c Rework ByteArray::resize() to keep buffer data 2021-12-23 21:11:18 +01:00
36553cdd2c Add support for anonymous accounts 2021-12-18 17:43:47 +01:00
f0ff97f7d7 Add support of DRM removal for PDF 2021-12-18 17:40:24 +01:00
a751327dab Add DRM removal for ePub only 2021-12-18 17:34:19 +01:00
fd8ce841eb Fix a nasty bug : fulfill reply data must be copied, not just referenced 2021-11-26 20:01:49 +01:00
1f6e0ecdc8 Check for application/pdf as a substring and not as a full string for Content-Type and metadata in order to determine downloaded file type 2021-11-26 19:59:57 +01:00
33ea9e7d65 Raise an exception if no EBX_HANDLER is found in PDF 2021-09-28 15:01:04 +02:00
dc15fc7197 Remove implicit handle of final \0 in ByteArray 2021-09-28 14:58:41 +02:00
2ac917619e Add "export private key" feature 2021-08-25 21:53:54 +02:00
3d9e343734 Add support for PDF (needs uPDFParser library) 2021-08-21 21:12:52 +02:00
8bc346d139 Add fetchLicenseServiceCertificate() because not all signing certificates (to be included into rights.xml) are the same than the one fetched at authentication 2021-08-21 20:46:09 +02:00
7f5a4900e0 Typo fix 2021-08-21 20:37:07 +02:00
d8f882a277 Fix a bug : gmtime() should used in place of localtime() to keep date in UTC and not local timezone 2021-08-12 21:11:40 +02:00
b5eb0efd31 Force ACSM files to be parsed using UTF8 locale 2021-07-17 09:34:03 +02:00
878e4e7453 ACSM data mut be unescaped before parsing
Add a copy constructor to Exception
Start an authentication when E_ADEPT_DISTRIBUTOR_AUTH error is received during fulfill
Don't download external libraries if it already exists
2021-07-16 20:38:32 +02:00
460f452783 Fix an error in hashNode : a tag can define multiple xml namespaces 2021-07-12 14:23:18 +02:00
0e90b89382 v0.2 Fix a lot of things :
* add common method signNode() and addNonde()
  * Try to auth to operator if not already set
  * Fix an error in ADEPT protocol : attributes must be hashed in alphabetical order, not in reverse one
  * Update DRMProcessorClient
2021-07-09 21:55:39 +02:00
49a74cdd6f Set default login method to "AdobeID" 2021-07-06 21:04:48 +02:00
46a31b3fd9 Add VERSION string to libgourou 2021-07-05 20:22:47 +02:00
d5ce4d625e Initial commit 2021-07-03 21:57:53 +02:00