.\" -*- 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 "ASN1_STRING_NEW 3ssl" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ASN1_STRING_NEW 3ssl "5 août 2025" 3.5.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 NOM ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free – Fonctions d'allocation ASN1_STRING .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \& #include \& \& ASN1_STRING *ASN1_STRING_new(void); \& ASN1_STRING *ASN1_STRING_type_new(int type); \& void ASN1_STRING_free(ASN1_STRING *a); .Ve .SH DESCRIPTION .IX Header DESCRIPTION \&\fBASN1_STRING_new()\fP renvoie une structure \fBASN1_STRING\fP allouée. Son type n'est pas défini. .PP \&\fBASN1_STRING_type_new()\fP renvoie une structure \fBASN1_STRING\fP allouée de type \fItype\fP. .PP \&\fBASN1_STRING_free()\fP libère \fIa\fP. Si \fIa\fP est NULL, rien n'est fait. .SH NOTES .IX Header NOTES D'autres types de chaînes appellent les fonctions \fBASN1_STRING\fP. Par exemple \&\fBASN1_OCTET_STRING_new()\fP appelle ASN1_STRING_type_new(V_ASN1_OCTET_STRING). .SH "VALEURS RENVOYÉES" .IX Header "VALEURS RENVOYÉES" \&\fBASN1_STRING_new()\fP et \fBASN1_STRING_type_new()\fP renvoient une structure \&\fBASN1_STRING\fP valable ou NULL en cas d'erreur. .PP \&\fBASN1_STRING_free()\fP n'a pas de valeur de retour. .SH "VOIR AUSSI" .IX Header "VOIR AUSSI" \&\fBERR_get_error\fP\|(3) .SH COPYRIGHT .IX Header COPYRIGHT Copyright 2002\-2023 Les auteurs du projet OpenSSL. Tous droits réservés. .PP Sous licence Apache 2.0 (la « Licence »). Vous ne pouvez utiliser ce fichier que conformément à la Licence. Vous trouverez une copie dans le fichier \s-1LICENSE\s0 de la distribution du source ou à l'adresse . .PP .SH TRADUCTION La traduction française de cette page de manuel a été créée par Nicolas François , David Prévot , Oliver Hamm et Jean-Pierre Giraud . .PP Cette traduction est une documentation libre ; veuillez vous reporter à la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3 .UE concernant les conditions de copie et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE. .PP Si vous découvrez un bogue dans la traduction de cette page de manuel, veuillez envoyer un message à .MT debian-l10n-french@lists.debian.org .ME .