autodoc.git
/
modref.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2018-01-
25
' version='Pike v8.1.11'>
+
<manual time-stamp='2018-01-
27
' version='Pike v8.1.11'>
<dir name='./ignored'> <file name='./ignored/ignored'> <chapter number='1' title='ignored'> <autodoc> <namespace name=''> <doc><text><p>Symbols implicitly inherited from the virtual base class.</p> <p> These symbols exist mainly to simplify implementation of the corresponding lfuns.</p> </text><group><seealso/><text><p><ref resolved='lfun::'>lfun::</ref></p> </text></group></doc>
autodoc.git/modref.xml:1891:
<variable name='rsa'><type><object resolved='7.8::Crypto.RSA'>Crypto.RSA</object></type></variable> </docgroup> <docgroup homogen-name='set_cipher_suite' homogen-type='method'><doc><text><p>Sets the proper authentication method and cipher specification for the given cipher <ref resolved='7.8::SSL.session.set_cipher_suite.suite'>suite</ref> and <ref>verison</ref>.</p> </text></doc> <method name='set_cipher_suite'> <arguments><argument name='suite'><type><int/></type></argument><argument name='version'><type><or><object resolved='7.8::SSL.Constants.ProtocolVersion'>ProtocolVersion</object><int/></or></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup>
-
<docgroup homogen-name='set_compression_method' homogen-type='method'><doc><text><p>Sets the compression method. Currently only <ref resolved='
predef
::SSL.Constants.CompressionType.COMPRESSION_null'>COMPRESSION_null</ref> is
+
<docgroup homogen-name='set_compression_method' homogen-type='method'><doc><text><p>Sets the compression method. Currently only <ref resolved='
7.8
::SSL.Constants.CompressionType.COMPRESSION_null'>COMPRESSION_null</ref> is
supported.</p> </text></doc> <method name='set_compression_method'> <arguments><argument name='compr'><type><int/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> </class> <class name='sslfile'> <doc><text><p>Interface similar to <ref resolved='7.8::Stdio.File'>Stdio.File</ref>.</p>
autodoc.git/modref.xml:141939:
<module name='CTR'> <doc><text><p>Implementation of Counter Mode (CTR). Works as a wrapper for the cipher algorithm in the parent module.</p> <p> This cipher mode works like a stream cipher with a block size >= 1. This means that the same key and initialization vector (aka counter) should never be reused, since a simple xor would reveal information about the plain text. It also means that it should never be used without a suiteable Message Authentication Code (MAC).</p>
-
</text><group><seealso/><text><p><ref>CBC</ref>, <ref>CCM</ref>, <ref>GCM</ref>, <ref resolved='predef::__builtin.Nettle.MAC'>MAC</ref></p>
+
</text><group><seealso/><text><p><ref
resolved='predef::Nettle.BlockCipher.CBC'
>
predef::Nettle.BlockCipher.
CBC</ref>, <ref>
predef::Nettle.BlockCipher.
CCM</ref>,
+
<ref>
predef::Nettle.BlockCipher.
GCM</ref>, <ref resolved='predef::__builtin.Nettle.MAC'>MAC</ref></p>
</text></group></doc> <docgroup homogen-name='Cipher' homogen-type='inherit'> <inherit name='Cipher'><classname resolved='predef::__builtin.Nettle.Cipher'>.Cipher</classname></inherit> </docgroup> <docgroup homogen-name='name' homogen-type='method'><doc><text><p>Returns the name of the base cipher extended with <expr>".CTR"</expr>.</p> </text></doc> <method name='name'> <arguments/> <returntype><string><min>0</min><max>127</max></string></returntype> </method>