GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Crypt::Perl::X509::SCT(3) User Contributed Perl Documentation Crypt::Perl::X509::SCT(3)

Crypt::Perl::X509::SCT

This implements encoding of the structure defined in <https://tools.ietf.org/html/rfc6962#section-3.2>.

IMPORTANT: Because SCT records timestamps in milliseconds rather than seconds, this module requires a 64-bit Perl interpreter.

<https://letsencrypt.org/2018/04/04/sct-encoding.html> has an excellent walkthrough of the format that this module deals with.

For now this always encodes a version 1 structure.

%opts is:

  • "key_id" - 32-byte string
  • "timestamp" - integer (NB: milliseconds)
  • "hash_algorithm" - See <https://tools.ietf.org/html/rfc5246#section-7.4.1.4.1> for allowed values (e.g., "sha256").
  • "signature_algorithm" - Currently accepted values are "rsa" and "ecdsa". (cf. the URL for "hash_algorithm" values)
  • "signature" - The signature (binary string).
2018-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.