From: "MartinBosslet (Martin Bosslet)" Date: 2012-11-21T11:41:16+09:00 Subject: [ruby-core:49791] [ruby-trunk - Feature #4183] [ext/openssl] Timestamp support Issue #4183 has been updated by MartinBosslet (Martin Bosslet). Target version changed from 2.0.0 to next minor Given the short time until 2.0.0, I believe "next minor" is a more realistic target. ---------------------------------------- Feature #4183: [ext/openssl] Timestamp support https://bugs.ruby-lang.org/issues/4183#change-33372 Author: MartinBosslet (Martin Bosslet) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: ext Target version: next minor =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 -- http://bugs.ruby-lang.org/