.\" -*- 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_OBJECT_NEW 3ssl" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ASN1_OBJECT_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_OBJECT_new, ASN1_OBJECT_free – Fonctions d'allocation d'objet .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \& #include \& \& ASN1_OBJECT *ASN1_OBJECT_new(void); \& void ASN1_OBJECT_free(ASN1_OBJECT *a); .Ve .SH DESCRIPTION .IX Header DESCRIPTION Les routines d'allocation \fBASN1_OBJECT\fP allouent et libèrent une structure \&\fBASN1_OBJECT\fP qui représente un ASN1 OBJECT IDENTIFIER. .PP \&\fBASN1_OBJECT_new()\fP alloue et initialise une structure \fBASN1_OBJECT\fP. .PP \&\fBASN1_OBJECT_free()\fP libère la structure \fBASN1_OBJECT\fP \fIa\fP. Si \fIa\fP est NULL, rien n'est fait. .SH NOTES .IX Header NOTES Bien que \fBASN1_OBJECT_new()\fP alloue une nouvelle structure \fBASN1_OBJECT\fP, la fonction n'est presque jamais utilisée dans les applications. Les fonctions utilitaires d'objet ASN1 telles que \fBOBJ_nid2obj()\fP sont utilisées à la place. .SH "VALEURS RENVOYÉES" .IX Header "VALEURS RENVOYÉES" Si l'allocation échoue, \fBASN1_OBJECT_new()\fP renvoie NULL et définit un code d'erreur qui peut être obtenu avec \fBERR_get_error\fP\|(3). Autrement, la fonction renvoie un pointeur vers la structure nouvellement allouée. .PP \&\fBASN1_OBJECT_free()\fP n'a pas de valeur de retour. .SH "VOIR AUSSI" .IX Header "VOIR AUSSI" \&\fBERR_get_error\fP\|(3), \fBd2i_ASN1_OBJECT\fP\|(3) .SH COPYRIGHT .IX Header COPYRIGHT Copyright 2002\-2016 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 .