This website requires JavaScript.
Explore
Help
Sign In
Tryanks
/
pdfsign
Watch
1
Star
0
Fork
0
You've already forked pdfsign
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
146
Commits
1
Branch
0
Tags
7861fe1bb260f748a7906960bb928a2a97d73754
Commit Graph
146 Commits
This Branch
This Branch
All Branches
Update build flag
Paul van Brouwershaven
·
2022-07-04 17:16:14 +02:00
f3ce4f488a
Can't run in parallel because reusign keys & certs
Paul van Brouwershaven
·
2022-07-04 17:14:05 +02:00
ee03a9e538
Make placeholder constant
Paul van Brouwershaven
·
2022-07-04 17:11:41 +02:00
5d4de61c21
Update PKCS7 and time stamp libraries
Paul van Brouwershaven
·
2022-07-04 16:35:43 +02:00
b2486f9aa7
Update main
Paul van Brouwershaven
·
2022-07-03 09:10:08 +02:00
7b6ce2db86
Update branch
Paul van Brouwershaven
·
2022-07-03 09:09:21 +02:00
5ff3379282
Simplify
Paul van Brouwershaven
·
2022-06-30 18:13:37 +02:00
8e1e8ca8bb
Comment out unused code
Paul van Brouwershaven
·
2022-06-30 18:13:19 +02:00
0369ec3e88
Switch TSA for tability
Paul van Brouwershaven
·
2022-06-30 18:12:34 +02:00
d1962b6c98
walk function currently not used
Paul van Brouwershaven
·
2022-06-30 18:06:36 +02:00
cc0ae3e4dc
Use timestamp package for TSA
Paul van Brouwershaven
·
2022-06-30 18:05:16 +02:00
4fe43c0794
Update CLI options with TSA
Paul van Brouwershaven
·
2022-06-30 18:04:54 +02:00
b0aed91f8a
Update linter
Paul van Brouwershaven
·
2022-06-30 18:04:38 +02:00
709cfee3b5
Check errors
Paul van Brouwershaven
·
2022-06-30 18:04:25 +02:00
44ac3c7806
Make TSA configurable
Paul van Brouwershaven
·
2022-06-30 18:02:33 +02:00
0e77069efa
Github actions
Paul van Brouwershaven
·
2022-06-29 21:22:17 +02:00
c7e968971c
Create LICENSE
Paul van Brouwershaven
·
2022-06-29 21:17:13 +02:00
beff5bb9d8
Migrate to github
Paul van Brouwershaven
·
2022-06-29 21:09:28 +02:00
dc48ea3133
Retry with expected signature lenght
Paul van Brouwershaven
·
2022-06-29 21:07:59 +02:00
3caf640baa
Fix fpr PDF 2.0 xref tables
Paul van Brouwershaven
·
2022-06-29 21:04:33 +02:00
2ce268ea4d
Add PDF 1.4 testfile
Paul van Brouwershaven
·
2022-06-29 21:00:21 +02:00
3e5e54c068
Use 1 for certification
tigp
·
2018-08-13 18:29:29 +02:00
c0f2009983
set certificate type to 1 if not provided
tigp
·
2018-07-16 00:12:09 +02:00
ac2be7b9c2
Enumerate signature type from 1 instead of 0
tigp
·
2018-07-15 23:26:04 +02:00
89b4a16334
Revert "Use CertType zero value as nothing"
This reverts commit
e8214eecbf
.
tigp
·
2018-07-09 02:01:38 +02:00
9e782e9dd9
Use CertType zero value as nothing
tigp
·
2018-07-09 02:00:50 +02:00
e8214eecbf
refactor permission names
tigp
·
2018-06-29 18:48:55 +02:00
7d7627a52f
WIP - use another API for signing
tigp
·
2018-06-29 18:12:49 +02:00
6b914d1698
Use uint for CertType for better compatibility
tigp
·
2018-06-24 19:34:55 +02:00
af18f0bd57
Add json tags, refactor.
tigp
·
2018-06-23 19:19:07 +02:00
9d836af0c9
WIP - Respond with document info
tigp
·
2018-06-23 14:59:24 +02:00
8c33418d91
WIP - respond with document info
tigp
·
2018-06-18 01:51:39 +02:00
dbc0d96365
verify.Verify to verify.File, err format
Paul van Brouwershaven
·
2018-05-18 11:21:34 +02:00
eaa47cac54
Verify file and reader
Paul van Brouwershaven
·
2018-05-18 10:43:05 +02:00
884b79e264
Merged feature/pdf-signer into master
Paul van Brouwershaven
·
2018-05-18 10:39:56 +02:00
ca3abfba98
Move failed files to testfiles/failed folder
tigp
·
2018-05-01 23:24:56 +02:00
be30b42458
Add name for parallel test
tigp
·
2018-05-01 18:48:50 +02:00
cac6f30626
Test in parallel. Remove logging
tigp
·
2018-05-01 17:33:39 +02:00
dc9afd860d
Remove verification response logging
tigp
·
2018-05-01 16:26:22 +02:00
6694f59c89
Remove tmp file if test failed
tigp
·
2018-05-01 16:14:53 +02:00
0acb66fd3b
Verify output file instead of input file
tigp
·
2018-05-01 16:13:12 +02:00
770e29316e
Add verification to tests
tigp
·
2018-05-01 15:53:44 +02:00
9458dd650e
add files to .gitignore
tigp
·
2018-05-01 15:09:47 +02:00
bd88015c4c
Fix xref start position
tigp
·
2018-05-01 15:06:48 +02:00
ee5a588d2e
Use static file in code for benchmark to prevent too much seeking on an actual file which is slow in OSX.
Jeroen Bobbeldijk
·
2017-10-08 10:29:58 +02:00
db697b3d49
Less TSA, fix benchmark
Jeroen Bobbeldijk
·
2017-09-30 15:51:01 +02:00
8f1562c545
Calculate chain length, certificate length and signature length, only open file once in benchmark
Jeroen Bobbeldijk
·
2017-09-30 15:44:50 +02:00
bb93a21027
Write tmpfile to tmp folder
Jeroen Bobbeldijk
·
2017-09-30 15:00:37 +02:00
07ae3c8eaa
Change tests to use ioutil.Discard
Jeroen Bobbeldijk
·
2017-09-30 14:56:11 +02:00
6d97abe800
Add test for signing filenames
Jeroen Bobbeldijk
·
2017-09-30 14:36:25 +02:00
f0835162fc
First
Previous
1
2
3
Next
Last