tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

TimeStamp (TSA) partially implemented... #523

Open dgillier opened 2 years ago

dgillier commented 2 years ago

Hello,

Looks like TSA timestamping (I.e RFC-3161) is not implemented yet, some preliminary works has been done in 2014...

public function setTimeStamp($tsa_host='', $tsa_username='', $tsa_password='', $tsa_cert='') and protected function applyTSA($signature)

Any change to see this implemented ? Thanks, Denis