Here it is. 0; -- :wq! "I don't know nothing" The One Who reached the Thinking Matter '.'
[ Alpt --- Freaknet Medialab ] [ GPG Key ID 441CF0EE ] [ Key fingerprint = 8B02 26E8 831A 7BB9 81A9 5277 BFF8 037E 441C F0EE ]
--- RSA_new.pod~ 2002-09-25 15:33:27.000000000 +0200 +++ RSA_new.pod 2006-06-11 05:25:07.000000000 +0200 @@ -33,6 +33,7 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<rsa(3)|rsa(3)>, L<RSA_generate_key(3)|RSA_generate_key(3)>, L<RSA_new_method(3)|RSA_new_method(3)> +L<RSAPrivateKey_dup(3)|RSAPrivateKey_dup(3)> =head1 HISTORY
=pod =head1 NAME RSAPublicKey_dup, RSAPrivateKey_dup - duplicate RSA objects =head1 SYNOPSIS #include <openssl/rsa.h> RSA *RSAPublicKey_dup(RSA *rsa); RSA *RSAPrivateKey_dup(RSA *rsa); =head1 DESCRIPTION RSAPublicKey_dup() duplicates the public parameters of B<rsa> into a newly allocated memory. RSAPrivateKey_dup() duplicates both public and private B<RSA> parameters. =head1 RETURN VALUES If the allocation fails, they return B<NULL> and set an error code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise they return a pointer to the newly duplicated structure. =head1 NOTE These functions are wrappers of ASN1_item_dup. =head1 SEE ALSO L<ERR_get_error(3)|ERR_get_error(3)>, L<rsa(3)|rsa(3)>, L<RSA_generate_key(3)|RSA_generate_key(3)>, L<RSA_new(3)|RSA_new(3)> =cut
