Skip to content

Commit 9316655

Browse files
committed
Deprecated PKCS8 and PasswordBasedMACAlgorithms cleanup
1 parent eb66316 commit 9316655

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

doc/Security.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5922,6 +5922,14 @@ Accept: application/sdp]]></programlisting>
59225922
<para>KeyPairGeneration and EllipticCurves</para>
59235923
</entry>
59245924
</row>
5925+
<row>
5926+
<entry>
5927+
<para>PKCS8</para>
5928+
</entry>
5929+
<entry>
5930+
<para>deprecated</para>
5931+
</entry>
5932+
</row>
59255933
<row>
59265934
<entry>
59275935
<para>PKCS8RSAKeyPairUpload</para>
@@ -5956,7 +5964,9 @@ Accept: application/sdp]]></programlisting>
59565964
</row>
59575965
<row>
59585966
<entry><para>PasswordBasedMACAlgorithms</para></entry>
5959-
<entry/>
5967+
<entry>
5968+
<para>deprecated</para>
5969+
</entry>
59605970
</row>
59615971
</tbody>
59625972
</tgroup>

wsdl/ver10/advancedsecurity/wsdl/advancedsecurity.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
</xs:attribute>
806806
<xs:attribute name="PKCS8" type="xs:boolean">
807807
<xs:annotation>
808-
<xs:documentation>Indicates support for uploading a key pair in a PKCS#8 data structure.</xs:documentation>
808+
<xs:documentation>Deprecated - Indicates support for uploading a key pair in a PKCS#8 data structure.</xs:documentation>
809809
</xs:annotation>
810810
</xs:attribute>
811811
<xs:attribute name="PKCS12CertificateWithRSAPrivateKeyUpload" type="xs:boolean">
@@ -825,7 +825,7 @@
825825
</xs:attribute>
826826
<xs:attribute name="PasswordBasedMACAlgorithms" type="tas:PasswordBasedMACAlgorithms">
827827
<xs:annotation>
828-
<xs:documentation>Indicates which password-based MAC algorithms are supported by the device.</xs:documentation>
828+
<xs:documentation>Deprecated - Indicates which password-based MAC algorithms are supported by the device.</xs:documentation>
829829
</xs:annotation>
830830
</xs:attribute>
831831
<!-- ========================================= -->

0 commit comments

Comments
 (0)