- Jul 12, 2018
-
-
Tomáš Stefan authored
GitLab Pipeline See merge request !1
-
-
- May 13, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
- May 12, 2018
-
-
Tomáš Stefan authored
-
- May 08, 2018
-
-
Tomáš Stefan authored
same as subtype_adbe_x509_rsa_sha1, with changed last byte
-
- May 07, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
- May 06, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
- May 04, 2018
-
-
Tomáš Stefan authored
prints in hex format ASN1_OCTET_STRING
-
Tomáš Stefan authored
-
- May 03, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
minor code fixes
-
Tomáš Stefan authored
-
- May 02, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
ERR_NO -> ERR_NONE minor code fixes
-
Tomáš Stefan authored
Moved sigil_err_string to sigil.h, where all the public funcitons are
-
- Mar 29, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
- Mar 28, 2018
-
-
Tomáš Stefan authored
check data integrity - hash inside the signature equals computed hash over provided range
-
- Mar 14, 2018
-
-
Tomáš Stefan authored
-
- Mar 13, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
added openssl library
-
- Mar 12, 2018
-
-
Tomáš Stefan authored
Read /Cert, /Contents and /ByteRange from signature dictionary. This still needs to be improved, but looks like it at least partially works.
-
- Mar 11, 2018
-
-
Tomáš Stefan authored
-
- Mar 10, 2018
-
-
Tomáš Stefan authored
// It started as branch for adding UTF-8 support, but ended differently commit 3615313dcba1e70a7fec91df1c2f022a99bfd09a Author: Tomáš Stefan <ts@stdin.cz> Date: Sat Mar 10 21:06:23 2018 +0100 read all xref sections add fn parse_word and replace with it other specific ones store all xref entries for one object (different generation number) add fn skip_array commit 98ecb7ab1cf17465e295d47b1bb2f12d62c28d78 Author: Tomáš Stefan <ts@stdin.cz> Date: Thu Mar 8 17:11:18 2018 +0100 CMake improvements, Build instructions commit f85f88dbee46453b6475269274734998e85e470d Author: Tomáš Stefan <ts@stdin.cz> Date: Wed Mar 7 16:56:02 2018 +0100 Minor corrections - add missing semicolon on WIN - no colour on platforms other than unix - signed/unsigned comparison corrections - processing fread in loop commit 2513508e6397af93d0d89783e56744105ef7546a Author: Tomáš Stefan <ts@stdin.cz> Date: Wed Mar 7 14:36:15 2018 +0100 working on Windows support commit 05fdbc0c01a25af0c357659504a42dbb5c2b85c9 Author: Tomáš Stefan <ts@stdin.cz> Date: Wed Mar 7 00:24:58 2018 +0100 UTF-8 paths, CMake support utf-8 path support CMake support open file on Windows - work in progress commit 7e8f520d0b269eb566a6187ab0f2bd64a4b04925 Author: Tomáš Stefan <ts@stdin.cz> Date: Tue Mar 6 17:28:08 2018 +0100 remove char_t, using UTF-8 narrow strings
-
- Mar 05, 2018
-
-
Tomáš Stefan authored
now possible to set data as one of the following: - FILE * - path to the file (const char *) - char *, pointing to the pdf content all data related operations got their custom functions if the input source is file and its size is under threshold defined in config.h, all the content is loaded into memory
-
- Feb 28, 2018
-
-
Tomáš Stefan authored
removed error module added module types + constants other small improvements
-
- Feb 27, 2018
-
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
-
Tomáš Stefan authored
added - tests - fn add_xref_entry - fn free_xref_entry - fn xref_init - fn xref_free - fn read_xref_table - fn print_xref - fn skip_leading_whitespaces - fn parse_keyword removed - modes (also sigil_process -> sigil_verify)
-
- Feb 25, 2018
-
-
Tomáš Stefan authored
for now without tests
-
- Feb 22, 2018
-
-
Tomáš Stefan authored
-