Add support for raw extensions. This means that you can include the DER encoding
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Feb 1999 16:48:22 +0000 (16:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Feb 1999 16:48:22 +0000 (16:48 +0000)
commit388ff0b076430b4fbcf5cf30575a304def28bf2d
treea63b9651f5f241e4a88319efdccefd0bb30f5186
parent6013fa839537b820c0a19d77344dc03392174a8b
Add support for raw extensions. This means that you can include the DER encoding
of an arbitrary extension: e.g. 1.3.4.5=critical,RAW:12:34:56 Using this
technique currently unsupported extensions can be generated if you know their
DER encoding. Even if the extension is supported in future the raw extension
will still work: that is the raw version can always be used even if it is a
supported extension.
CHANGES
apps/openssl.cnf
crypto/objects/obj_dat.c
crypto/x509v3/v3_conf.c