File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -807,6 +807,9 @@ impl X509Extension {
807
807
/// Some extension types, such as `subjectAlternativeName`, require an `X509v3Context` to be
808
808
/// provided.
809
809
///
810
+ /// DO NOT CALL THIS WITH UNTRUSTED `value`: `value` is an OpenSSL
811
+ /// mini-language that can read arbitrary files.
812
+ ///
810
813
/// See the extension module for builder types which will construct certain common extensions.
811
814
pub fn new (
812
815
conf : Option < & ConfRef > ,
@@ -849,6 +852,9 @@ impl X509Extension {
849
852
/// Some extension types, such as `nid::SUBJECT_ALTERNATIVE_NAME`, require an `X509v3Context` to
850
853
/// be provided.
851
854
///
855
+ /// DO NOT CALL THIS WITH UNTRUSTED `value`: `value` is an OpenSSL
856
+ /// mini-language that can read arbitrary files.
857
+ ///
852
858
/// See the extension module for builder types which will construct certain common extensions.
853
859
pub fn new_nid (
854
860
conf : Option < & ConfRef > ,
You can’t perform that action at this time.
0 commit comments