]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add code to manipulate the items in OpenSSL::Ordinals
authorRichard Levitte <levitte@openssl.org>
Wed, 3 Oct 2018 15:44:59 +0000 (17:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 Oct 2018 10:45:40 +0000 (12:45 +0200)
commit15ba109631254b98d3ef2611a1765e75442314a6
tree34d8154410f5fc2b9cbdaad84fd931406d93b1a6
parentd73c44404d470424aa58e85fe38b97351f112bc1
Add code to manipulate the items in OpenSSL::Ordinals

This means adding the capability to add new items, to invalidate and
revalidate all the items, and to update the file it came from, as well
as the possibility to create new items from other data than a line
from said file.

While we're at it, we throw in a couple of useful filters.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7191)
util/perl/OpenSSL/Ordinals.pm