Skip to main content

Python implementation of the RFC3161 specification, using pyasn1

Project description

rfc3161

A simple client library for cryptographic timestamping service implementing the protocol from RFC3161.

>>> import rfc3161
>>> certificate = file('data/certum_certificate.crt').read()
>>> rt = rfc3161.RemoteTimestamper('http://time.certum.pl', certificate=certificate)
>>> rt.timestamp(data='John Doe')
('...', '')
>>> rt.check(_, data='John Doe')
(True, '')
>>> rfc3161.get_timestamp(tst)
datetime.datetime(2014, 4, 25, 9, 34, 16)

Authors

Benjamin Dauvergne <bdauvergne@entrouvert.com> Michael Gebetsroither <michael@mgeb.org>

Changelog

1.0.7

  • use dateutil to parse genTime

  • fix bad instantiation of UTF8String in PKIFreeText

  • use tox and py.test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rfc3161-1.0.6.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file rfc3161-1.0.6.tar.gz.

File metadata

  • Download URL: rfc3161-1.0.6.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rfc3161-1.0.6.tar.gz
Algorithm Hash digest
SHA256 2ddc87c5b535d1afb2c974084cde09c6cabac4f92cd857becbd191c0b709dc83
MD5 d62f509aa246c635d456433bf488f94a
BLAKE2b-256 838d4430a0f6f786fd8846050419e97f215a028acd394cc9b680d0b20836cb69

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page