.\" -*- coding: UTF-8 -*- .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .de IX .. .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .if n .ds AD l .\" .\" Required to disable full justification in groff 1.23.0. .\" ======================================================================== .\" .IX Title "SSL_GET_PSK_IDENTITY 3ssl" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH SSL_GET_PSK_IDENTITY 3ssl "7. April 2026" 3.6.2 OpenSSL .if n .ad l .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .nh .SH BEZEICHNUNG SSL_get_psk_identity, SSL_get_psk_identity_hint \- PSK\-Client\-Identität und \-Hinweis ermitteln .SH ÜBERSICHT .IX Header ÜBERSICHT .Vb 1 \& #include \& \& const char *SSL_get_psk_identity_hint(const SSL *ssl); \& const char *SSL_get_psk_identity(const SSL *ssl); .Ve .SH BESCHREIBUNG .IX Header BESCHREIBUNG \&\fBSSL_get_psk_identity_hint()\fP wird zum Abfragen des PSK\-Identitätshinweises während der Verbindungseinrichtung in Bezug zum SSL\-Objekt \&\fBssl\fP verwandt. Ähnlich wird \fBSSL_get_psk_identity()\fP zur Abfrage der PSK\-Identität während des Verbindungsaufbaus verwandt. .SH RÜCKGABEWERTE .IX Header RÜCKGABEWERTE Falls nicht \fBNULL\fP liefert \fBSSL_get_psk_identity_hint()\fP den PSK\-Identitätshinweis und \fBSSL_get_psk_identity()\fP die PSK\-Identität zurück. Beide werden mit \&\fBNULL\fP abgeschlossen. \fBSSL_get_psk_identity_hint()\fP kann \fBNULL\fP zurückliefern, falls während der Verbindungseinrichtung kein Identitätshinweis verwandt wurde. .PP Beachten Sie, dass der Rückgabewert nur während der Lebensdauer des SSL\-Objekts \fBssl\fP gültig ist. .SH "SIEHE AUCH" .IX Header "SIEHE AUCH" \&\fBssl\fP\|(7) .SH COPYRIGHT .IX Header COPYRIGHT Copyright 2006\-2016 Die OpenSSL\-Projekt\-Autoren. Alle Rechte vorbehalten. .PP Lizenziert under der Apache License 2.0 (der »Lizenz«). Sie dürfen diese Datei nur verwenden, wenn Sie der Lizenz folgen. Sie können eine Kopie der Lizenz in der Datei \fILICENSE\fP in der Quelldistribution finden oder unter . .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .