<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.openssl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.openssl.php',
    1 => 'OpenSSL-Funktionen',
    2 => 'OpenSSL-Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'prev' => 
  array (
    0 => 'openssl.cert.verification.php',
    1 => '&Uuml;berpr&uuml;fung von Zertifikaten',
  ),
  'next' => 
  array (
    0 => 'function.openssl-cipher-iv-length.php',
    1 => 'openssl_cipher_iv_length',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/openssl/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.openssl.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.openssl" class="reference">
 <h1 class="title">OpenSSL-Funktionen</h1>

 






































































































































































































































































































































































































<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.openssl-cipher-iv-length.php">openssl_cipher_iv_length</a> — Gets the cipher iv length</li><li><a href="function.openssl-cipher-key-length.php">openssl_cipher_key_length</a> — Gets the cipher key length</li><li><a href="function.openssl-cms-decrypt.php">openssl_cms_decrypt</a> — Decrypt a CMS message</li><li><a href="function.openssl-cms-encrypt.php">openssl_cms_encrypt</a> — Encrypt a CMS message</li><li><a href="function.openssl-cms-read.php">openssl_cms_read</a> — Export the CMS file to an array of PEM certificates</li><li><a href="function.openssl-cms-sign.php">openssl_cms_sign</a> — Sign a file</li><li><a href="function.openssl-cms-verify.php">openssl_cms_verify</a> — Verify a CMS signature</li><li><a href="function.openssl-csr-export.php">openssl_csr_export</a> — Exportiert einen CSR als Zeichenkette</li><li><a href="function.openssl-csr-export-to-file.php">openssl_csr_export_to_file</a> — Exportiert einen CSR in eine Datei</li><li><a href="function.openssl-csr-get-public-key.php">openssl_csr_get_public_key</a> — Liefert den &ouml;ffentlichen Schl&uuml;ssel eines CSR</li><li><a href="function.openssl-csr-get-subject.php">openssl_csr_get_subject</a> — Liefert das Subjekt eines CSR</li><li><a href="function.openssl-csr-new.php">openssl_csr_new</a> — Erzeugt einen CSR</li><li><a href="function.openssl-csr-sign.php">openssl_csr_sign</a> — Signiert einen CSR mit einem anderen Zertifikat (oder
   sich selbst) und generiert ein Zertifikat</li><li><a href="function.openssl-decrypt.php">openssl_decrypt</a> — Decrypts data</li><li><a href="function.openssl-dh-compute-key.php">openssl_dh_compute_key</a> — Computes shared secret for public value of remote DH public key and local DH key</li><li><a href="function.openssl-digest.php">openssl_digest</a> — Computes a digest</li><li><a href="function.openssl-encrypt.php">openssl_encrypt</a> — Verschl&uuml;sselt Daten</li><li><a href="function.openssl-error-string.php">openssl_error_string</a> — Liefert eine OpenSSL-Fehlermeldung</li><li><a href="function.openssl-free-key.php">openssl_free_key</a> — Gibt eine Schl&uuml;ssel-Ressource frei</li><li><a href="function.openssl-get-cert-locations.php">openssl_get_cert_locations</a> — Retrieve the available certificate locations</li><li><a href="function.openssl-get-cipher-methods.php">openssl_get_cipher_methods</a> — Gets available cipher methods</li><li><a href="function.openssl-get-curve-names.php">openssl_get_curve_names</a> — Gets list of available curve names for ECC</li><li><a href="function.openssl-get-md-methods.php">openssl_get_md_methods</a> — Gets available digest methods</li><li><a href="function.openssl-get-privatekey.php">openssl_get_privatekey</a> — Alias von openssl_pkey_get_private</li><li><a href="function.openssl-get-publickey.php">openssl_get_publickey</a> — Alias von openssl_pkey_get_public</li><li><a href="function.openssl-open.php">openssl_open</a> — &Ouml;ffnet versiegelte Daten</li><li><a href="function.openssl-password-hash.php">openssl_password_hash</a> — Create a password hash using OpenSSL's Argon2 implementation</li><li><a href="function.openssl-password-verify.php">openssl_password_verify</a> — Verify a password against a hash using OpenSSL's Argon2 implementation</li><li><a href="function.openssl-pbkdf2.php">openssl_pbkdf2</a> — Generates a PKCS5 v2 PBKDF2 string</li><li><a href="function.openssl-pkcs12-export.php">openssl_pkcs12_export</a> — Exportiert eine PKCS#12-kompatible Zertifikats-Datei in eine Variable</li><li><a href="function.openssl-pkcs12-export-to-file.php">openssl_pkcs12_export_to_file</a> — Exportiert in eine PKCS#12-kompatible Zertifikats-Datei</li><li><a href="function.openssl-pkcs12-read.php">openssl_pkcs12_read</a> — Parst eine PKCS#12-Zertifikats-Datei in ein Array</li><li><a href="function.openssl-pkcs7-decrypt.php">openssl_pkcs7_decrypt</a> — Entschl&uuml;sselt eine S/MIME-verschl&uuml;sselte Nachricht</li><li><a href="function.openssl-pkcs7-encrypt.php">openssl_pkcs7_encrypt</a> — Verschl&uuml;sselt eine S/MIME-Nachricht</li><li><a href="function.openssl-pkcs7-read.php">openssl_pkcs7_read</a> — Export the PKCS7 file to an array of PEM certificates</li><li><a href="function.openssl-pkcs7-sign.php">openssl_pkcs7_sign</a> — Signiert eine S/MIME-Nachricht</li><li><a href="function.openssl-pkcs7-verify.php">openssl_pkcs7_verify</a> — &Uuml;berpr&uuml;ft die Signatur einer mit S/MIME signierten Nachricht</li><li><a href="function.openssl-pkey-derive.php">openssl_pkey_derive</a> — Computes shared secret for public value of remote and local DH or ECDH key</li><li><a href="function.openssl-pkey-export.php">openssl_pkey_export</a> — Speichert ein exportierbares Format eines Schl&uuml;ssels in einer Zeichenkette</li><li><a href="function.openssl-pkey-export-to-file.php">openssl_pkey_export_to_file</a> — Speichert einen Schl&uuml;ssel in einem exportierbaren Format in einer Datei</li><li><a href="function.openssl-pkey-free.php">openssl_pkey_free</a> — Gibt einen privaten Schl&uuml;ssel frei</li><li><a href="function.openssl-pkey-get-details.php">openssl_pkey_get_details</a> — Liefert ein Array mit Schl&uuml;ssel-Details</li><li><a href="function.openssl-pkey-get-private.php">openssl_pkey_get_private</a> — Liefert einen privaten Schl&uuml;ssel</li><li><a href="function.openssl-pkey-get-public.php">openssl_pkey_get_public</a> — Extrahiert einen &ouml;ffentlichen Schl&uuml;ssel aus einem Zertifikat und bereitet
   diesen zur Verwendung vor</li><li><a href="function.openssl-pkey-new.php">openssl_pkey_new</a> — Erzeugt einen neuen privaten Schl&uuml;ssel</li><li><a href="function.openssl-private-decrypt.php">openssl_private_decrypt</a> — Entschl&uuml;sselt Daten mit einem privaten Schl&uuml;ssel</li><li><a href="function.openssl-private-encrypt.php">openssl_private_encrypt</a> — Verschl&uuml;sselt Daten mit einem privaten Schl&uuml;ssel</li><li><a href="function.openssl-public-decrypt.php">openssl_public_decrypt</a> — Entschl&uuml;sselt Daten mit einem &ouml;ffentlichen Schl&uuml;ssel</li><li><a href="function.openssl-public-encrypt.php">openssl_public_encrypt</a> — Verschl&uuml;sselt Daten mit einem &ouml;ffentlichen Schl&uuml;ssel</li><li><a href="function.openssl-random-pseudo-bytes.php">openssl_random_pseudo_bytes</a> — Generate a pseudo-random string of bytes</li><li><a href="function.openssl-seal.php">openssl_seal</a> — Versiegelt (verschl&uuml;sselt) Daten</li><li><a href="function.openssl-sign.php">openssl_sign</a> — Erzeugt eine Signatur</li><li><a href="function.openssl-spki-export.php">openssl_spki_export</a> — Exports a valid PEM formatted public key signed public key and challenge</li><li><a href="function.openssl-spki-export-challenge.php">openssl_spki_export_challenge</a> — Exports the challenge associated with a signed public key and challenge</li><li><a href="function.openssl-spki-new.php">openssl_spki_new</a> — Generate a new signed public key and challenge</li><li><a href="function.openssl-spki-verify.php">openssl_spki_verify</a> — Verifies a signed public key and challenge</li><li><a href="function.openssl-verify.php">openssl_verify</a> — &Uuml;berpr&uuml;ft eine Signatur</li><li><a href="function.openssl-x509-check-private-key.php">openssl_x509_check_private_key</a> — &Uuml;berpr&uuml;ft, ob ein privater Schl&uuml;ssel zu einem Zertifikat passt</li><li><a href="function.openssl-x509-checkpurpose.php">openssl_x509_checkpurpose</a> — &Uuml;berpr&uuml;ft, ob ein Zertifikat f&uuml;r einen bestimmten Zweck verwendet werden kann</li><li><a href="function.openssl-x509-export.php">openssl_x509_export</a> — Exportiert ein Zertifikat als Zeichenkette</li><li><a href="function.openssl-x509-export-to-file.php">openssl_x509_export_to_file</a> — Exportiert ein Zertifikat in eine Datei</li><li><a href="function.openssl-x509-fingerprint.php">openssl_x509_fingerprint</a> — Calculates the fingerprint, or digest, of a given X.509 certificate</li><li><a href="function.openssl-x509-free.php">openssl_x509_free</a> — Gibt eine Zertifikats-Ressource frei</li><li><a href="function.openssl-x509-parse.php">openssl_x509_parse</a> — Parst ein X.509-Zertifikat und liefert die Informationen als Array</li><li><a href="function.openssl-x509-read.php">openssl_x509_read</a> — Parst ein X.509-Zertitifikat und gibt ein Objekt daf&uuml;r zur&uuml;ck</li><li><a href="function.openssl-x509-verify.php">openssl_x509_verify</a> — Verifies digital signature of x509 certificate against a public key</li></ul>
</div>
<?php manual_footer($setup); ?>