com doc/tr: New translation: reference/openssl/ini.xml reference/openssl/opensslasymmetrickey.xml reference/openssl/opensslcertificate.xml reference/openssl/opensslcertificatesigningrequest.xml
[email protected] (Nilgün Belma Bugüner) Fri, 19 Mar 2021 12:49:22 +0000
| Newsgroups | php.doc.tr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 4a8521e7c6d12eb0ccb09bdbd0df7099f2705ead Author: Nilgün Belma Bugüner <[email protected]> Fri, 19 Mar 2021 15:49:22 +0300 Parents: b95ccd963d50ee36a6e284019fc4154274bb5665 Branches: master Link: http://git.php.net/?p=doc/tr.git;a=commitdiff;h=4a8521e7c6d12eb0ccb09bdbd0df7099f2705ead Log: New translation Changed paths: A reference/openssl/ini.xml A reference/openssl/opensslasymmetrickey.xml A reference/openssl/opensslcertificate.xml A reference/openssl/opensslcertificatesigningrequest.xml
diff_4a8521e7c6d12eb0ccb09bdbd0df7099f2705ead.txt
(text/plain, 9.7 KB)
diff --git a/reference/openssl/ini.xml b/reference/openssl/ini.xml
new file mode 100644
index 00000000..bda4cadd
--- /dev/null
+++ b/reference/openssl/ini.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 1ef3b49df41735e6538f02543dce32f7d0b889d3 Maintainer: nilgun Status: ready -->
+<section xml:id="openssl.configuration" xmlns="http://docbook.org/ns/docbook">
+ &reftitle.runtime;
+ &extension.runtime;
+ <para>
+ <table>
+ <title>openssl &ConfigureOptions;</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>&Name;</entry>
+ <entry>&Default;</entry>
+ <entry>&Changeable;</entry>
+ <entry>&Changelog;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>openssl.cafile</entry>
+ <entry>""</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>PHP 5.6.0 ve sonrasında kullanılabilir.</entry>
+ </row>
+ <row>
+ <entry>openssl.capath</entry>
+ <entry>""</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>PHP 5.6.0 ve sonrasında kullanılabilir.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ &ini.php.constants;
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+ <variablelist>
+ <varlistentry xml:id="ini.openssl.cafile">
+ <term>
+ <parameter>openssl.cafile</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Uzaktaki görevdeşin kimliğini doğrulamak için
+ <literal>verify_peer</literal> bağlam seçeneğiyle kullanılması gereken
+ yerel dosya sistemindeki Sertifika Yetkilisi dosyasının konumu.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.openssl.capath">
+ <term>
+ <parameter>openssl.capath</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ cafile belirtilmezse veya sertifika orada yoksa capath ile gösterilen
+ dizinde uygun bir sertifika aranır. capath, doğru şekilde aşlanmış
+ bir sertifika dizini olmalıdır.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+
+ <para>
+ Ayrıca bkz. <link linkend="context.ssl">SSL bağlamı seçenekleri</link>
+ </para>
+
+</section>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
+
diff --git a/reference/openssl/opensslasymmetrickey.xml b/reference/openssl/opensslasymmetrickey.xml
new file mode 100644
index 00000000..0daf15b9
--- /dev/null
+++ b/reference/openssl/opensslasymmetrickey.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: nilgun Status: ready -->
+<phpdoc:classref xml:id="class.opensslasymmetrickey" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>The OpenSSLAsymmetricKey class</title>
+ <titleabbrev>OpenSSLAsymmetricKey</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLAsymmetricKey intro -->
+ <section xml:id="opensslasymmetrickey.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 itibariyle, <literal>OpenSSL Key</literal> özkaynaklarının
+ yerini alan tamamen kapalı sınıf.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslasymmetrickey.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLAsymmetricKey</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLAsymmetricKey</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslasymmetrickey')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslasymmetrickey; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
diff --git a/reference/openssl/opensslcertificate.xml b/reference/openssl/opensslcertificate.xml
new file mode 100644
index 00000000..5c9d4670
--- /dev/null
+++ b/reference/openssl/opensslcertificate.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: nilgun Status: ready -->
+<phpdoc:classref xml:id="class.opensslcertificate" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>The OpenSSLCertificate sınıfı</title>
+ <titleabbrev>OpenSSLCertificate</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLCertificate intro -->
+ <section xml:id="opensslcertificate.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 itibariyle, <literal>OpenSSL X.509</literal> özkaynaklarının
+ yerini alan tamamen kapalı sınıf.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslcertificate.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLCertificate</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLCertificate</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslcertificate')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslcertificate; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
diff --git a/reference/openssl/opensslcertificatesigningrequest.xml b/reference/openssl/opensslcertificatesigningrequest.xml
new file mode 100644
index 00000000..2869db83
--- /dev/null
+++ b/reference/openssl/opensslcertificatesigningrequest.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: nilgun Status: ready -->
+<phpdoc:classref xml:id="class.opensslcertificatesigningrequest" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>The OpenSSLCertificateSigningRequest sınıfı</title>
+ <titleabbrev>OpenSSLCertificateSigningRequest</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLCertificateSigningRequest intro -->
+ <section xml:id="opensslcertificatesigningrequest.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 itibariyle, <literal>OpenSSL X.509 CSR</literal> özkaynaklarının
+ yerini alan tamamen kapalı sınıf.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslcertificatesigningrequest.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLCertificateSigningRequest</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLCertificateSigningRequest</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslcertificatesigningrequest')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslcertificatesigningrequest; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->