summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-07-12 14:22:43 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-01 15:33:28 +0200
commit8ddbff9c0811a0f11855eda871b9d3bff8fb325e (patch)
tree7b9e0cf12fb3215b6bcbd7013af2b952884bb90b /CHANGES
parentef2dfc9902e015de91f015177bdf235c9000839e (diff)
'openssl list': add option -objects to list built in objects
Related to #6696 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6702)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fab0af4b88..a1fa57c801 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,10 @@
well as its type mnemonic (bin, lib, shlib).
[Richard Levitte]
+ *) Added new option for 'openssl list', '-objects', which will display the
+ list of built in objects, i.e. OIDs with names.
+ [Richard Levitte]
+
Changes between 1.1.0i and 1.1.1 [11 Sep 2018]
*) Add a new ClientHello callback. Provides a callback interface that gives