Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TimeStamping feature #617

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open

Implement TimeStamping feature #617

wants to merge 44 commits into from

Commits on May 14, 2023

  1. Update tcpdf.php

    implement Timestamping feature
    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    28c747b View commit details
    Browse the repository at this point in the history
  2. Create asn1_function_tcpdf.php

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ff9e5a8 View commit details
    Browse the repository at this point in the history
  3. Create asn1_parser_tcpdf.php

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ff20f9f View commit details
    Browse the repository at this point in the history
  4. Create functionLog_tcpdf.php

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e998624 View commit details
    Browse the repository at this point in the history
  5. Create Local Root CA.crt

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ffce574 View commit details
    Browse the repository at this point in the history
  6. Create tcpdf test.pem

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    15bf870 View commit details
    Browse the repository at this point in the history
  7. Create index.php

    hidasw committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a295943 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update tcpdf.php

    add Content-Type and User-Agent header for tsa request. Some server only accept application/timestamp-query
    hidasw committed May 15, 2023
    Configuration menu
    Copy the full SHA
    abfaeda View commit details
    Browse the repository at this point in the history
  2. Update index.php

    hidasw committed May 15, 2023
    Configuration menu
    Copy the full SHA
    01fb957 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. reformatting and cleanup

    also merge asn.1 function to one file,
    remove useless log function file.
    tested working trusted timestamp http://timestamp.apple.com/ts01
    hidasw committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1656d3c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update tcpdf_asn1.min.php

    hidasw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    80f70d3 View commit details
    Browse the repository at this point in the history
  2. Update tcpdf.php

    hidasw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3ab497a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. major update

    migrate procedural to class
    hidasw committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c8e4c7b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Update tcpdf.php

    hidasw committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c16b58c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Update include/tcpdf_cmssignature.php

    Co-authored-by: William Desportes <[email protected]>
    hidasw and williamdes committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f1de348 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Remove type on properties.

    evamtinez committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1499b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df74f95 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    evamtinez committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4a384cb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #2 from evamtinez/main

    Fix some compatibility issues with lower versions of PHP
    hidasw committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fe6c482 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add TSA parameter

    Use Apple TSA for example
    hidasw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3a741b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    fe247a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    hidasw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    050eec1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. significant improvement on signing process

    - Signing process no longer need to create and read temporary file.
    And no longer tempfile created by openssl_pkcs7_sign().
    - Added option to set signature hash algorithm.
    hidasw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    92f3539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecc5ab View commit details
    Browse the repository at this point in the history
  3. combines several functions

    hidasw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    959052d View commit details
    Browse the repository at this point in the history
  4. Update example_052.php

    hidasw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9950510 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update tcpdf.php

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e1297c2 View commit details
    Browse the repository at this point in the history
  2. Update tcpdf_cmssignature.php

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a7b5ebc View commit details
    Browse the repository at this point in the history
  3. Update example_052.php

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    46ecd34 View commit details
    Browse the repository at this point in the history
  4. Delete RootCATest.pem.crl

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6ab1ed7 View commit details
    Browse the repository at this point in the history
  5. Delete RootCATest.der.crl

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f166179 View commit details
    Browse the repository at this point in the history
  6. Delete Root CA Test.crt

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f7dc852 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a766b6 View commit details
    Browse the repository at this point in the history
  8. Delete PDF User.pem

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2543e57 View commit details
    Browse the repository at this point in the history
  9. Create PDF Signing CA.crt

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0913f4f View commit details
    Browse the repository at this point in the history
  10. Create ocspTest.bat

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    58228d7 View commit details
    Browse the repository at this point in the history
  11. Create longChain.pfx

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5ea1de8 View commit details
    Browse the repository at this point in the history
  12. Create longChain.pem

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d2f6c24 View commit details
    Browse the repository at this point in the history
  13. Create long.pfx

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ca7a5e3 View commit details
    Browse the repository at this point in the history
  14. Create b6ce4782.0

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    67ce271 View commit details
    Browse the repository at this point in the history
  15. Create 7262ea48.0

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    42beeea View commit details
    Browse the repository at this point in the history
  16. Create 71ab782e.0

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0884ea0 View commit details
    Browse the repository at this point in the history
  17. Create 5a0ce691.0

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d1c8ec View commit details
    Browse the repository at this point in the history
  18. Create 26a91b3f.0

    hidasw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cbb1aac View commit details
    Browse the repository at this point in the history