.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, 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'. .de IX .. .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 .\" ======================================================================== .\" .IX Title "fr::crypto::d2i_RSAPublicKey 3SSL" .TH fr::crypto::d2i_RSAPublicKey 3SSL "2015-12-31" "1.0.2a 1.0.2c" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NOM" .IX Header "NOM" d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey, i2d_RSAPrivateKey, d2i_RSA_PUBKEY, i2d_RSA_PUBKEY, i2d_Netscape_RSA, d2i_Netscape_RSA \- Fonctions d'encodage de clefs \s-1RSA\s0 publique et privée .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 2 \& #include \& #include \& \& RSA * d2i_RSAPublicKey(RSA **a, const unsigned char **pp, long length); \& \& int i2d_RSAPublicKey(RSA *a, unsigned char **pp); \& \& RSA * d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp, long length); \& \& int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp); \& \& RSA * d2i_RSAPrivateKey(RSA **a, const unsigned char **pp, long length); \& \& int i2d_RSAPrivateKey(RSA *a, unsigned char **pp); \& \& int i2d_Netscape_RSA(RSA *a, unsigned char **pp, int (*cb)()); \& \& RSA * d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, int (*cb)()); .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBd2i_RSAPublicKey\fR() et \fBi2d_RSAPublicKey\fR() décode et encode une structure RSAPublicKey PKCS#1. .PP \&\fBd2i_RSA_PUBKEY\fR() et \fBi2d_RSA_PUBKEY\fR() décode et encode une clef publique \s-1RSA\s0 en utilisant une structure SubjectPublicKeyInfo (clef publique de certificat). .PP \&\fBd2i_RSAPrivateKey\fR() et \fBi2d_RSAPrivateKey\fR() décode et encode une structure RSAPrivateKey PKCS#1. .PP \&\fBd2i_Netscape_RSA\fR() et \fBi2d_Netscape_RSA\fR() décode et encode une clef privée \s-1RSA\s0 au format \s-1NET.\s0 .PP L'utilisation de toutes ces fonctions est similaire à l'utilisation de \&\fBd2i_X509\fR() et \fBi2d_X509\fR() décrite dans la page de manuel \&\fId2i_X509\fR\|(3). .SH "NOTES" .IX Header "NOTES" La structure \fB\s-1RSA\s0\fR passée aux fonctions d'encodage de clef privée devrait avoir tous les composants PKCS#1 de clef privée présents. .PP Les données encodées par ces fonctions ne sont pas chiffrées et n'offrent donc aucune sécurité de la part de la clef privée. .PP Les fonctions pour le format \s-1NET\s0 sont présentes pour fournir la compatibilité avec certains très vieux logiciels. Ce format a quelques sévères faiblesses de sécurité et devrait être évité si possible. .SH "VOIR AUSSI" .IX Header "VOIR AUSSI" \&\fBd2i_X509\fR(3) .SH "HISTORIQUE" .IX Header "HISTORIQUE" À préciser .SH "TRADUCTION" .IX Header "TRADUCTION" La traduction de cette page de manuel est maintenue par les membres de la liste . Veuillez signaler toute erreur de traduction par un rapport de bogue sur le paquet manpages-fr-extra.