[ruby-core:105742] [Ruby master Feature#4183] [ext/openssl] Timestamp support
From:
"jeremyevans0 (Jeremy Evans)" <noreply@...>
Date:
2021-10-21 20:48:06 UTC
List:
ruby-core #105742
Issue #4183 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Assigned to Closed ruby-openssl 2.2.0 (included with Ruby 3.0) added OpenSSL::Timestamp, so this can be closed. ---------------------------------------- Feature #4183: [ext/openssl] Timestamp support https://bugs.ruby-lang.org/issues/4183#change-94243 * Author: MartinBosslet (Martin Bosslet) * Status: Closed * Priority: Normal * Assignee: rhenium (Kazuki Yamaguchi) ---------------------------------------- =begin Hi, I'd like to propose the attached code to support timestamp creation and verification in ext/openssl under a new module OpenSSL::Timestamp. It comes also with various tests and rDoc documentation. Since OpenSSL only supports timestamps beginning with OpenSSL 1.0, the entire code is in #if brackets and the module is defined only for OpenSSL versions >= 1.0. Best regards, Martin =end ---Files-------------------------------- ts.tar.gz (15.1 KB) ts2.tar.gz (15.3 KB) ts3.tar.gz (14.9 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>