TritonDataCenter / node-sshpk

Parse, convert, fingerprint and use SSH keys in pure node.js
MIT License
189 stars 50 forks source link

certs should generate GeneralizedTime values for dates >2050 #60

Closed arekinath closed 5 years ago

arekinath commented 5 years ago

Currently we try to generate UTCTimes and often fail because of the two-digit years. In RFC5280 it's specified that all dates after the year 2050 should be encoded as GeneralizedTime values instead.

arekinath commented 5 years ago

Merged and released in v1.16.1