Deleted Added
full compact
SSL_CTX_get_ex_new_index.pod (72613) SSL_CTX_get_ex_new_index.pod (79998)
1=pod
2
3=head1 NAME
4
5SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data - internal application specific data functions
6
7=head1 SYNOPSIS
8

--- 26 unchanged lines hidden (view full) ---

35
36SSL_CTX_set_ex_data() is used to store application data at B<arg> for B<idx>
37into the B<ctx> object.
38
39SSL_CTX_get_ex_data() is used to retrieve the information for B<idx> from
40B<ctx>.
41
42A detailed description for the B<*_get_ex_new_index()> functionality
1=pod
2
3=head1 NAME
4
5SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data - internal application specific data functions
6
7=head1 SYNOPSIS
8

--- 26 unchanged lines hidden (view full) ---

35
36SSL_CTX_set_ex_data() is used to store application data at B<arg> for B<idx>
37into the B<ctx> object.
38
39SSL_CTX_get_ex_data() is used to retrieve the information for B<idx> from
40B<ctx>.
41
42A detailed description for the B<*_get_ex_new_index()> functionality
43can be found in L<RSA_get_ex_new_index.pod(3)|RSA_get_ex_new_index.pod(3)>.
43can be found in L<RSA_get_ex_new_index(3)|RSA_get_ex_new_index(3)>.
44The B<*_get_ex_data()> and B<*_set_ex_data()> functionality is described in
45L<CRYPTO_set_ex_data(3)|CRYPTO_set_ex_data(3)>.
46
47=head1 SEE ALSO
48
49L<ssl(3)|ssl(3)>,
50L<RSA_get_ex_new_index(3)|RSA_get_ex_new_index(3)>,
51L<CRYPTO_set_ex_data(3)|CRYPTO_set_ex_data(3)>
52
53=cut
44The B<*_get_ex_data()> and B<*_set_ex_data()> functionality is described in
45L<CRYPTO_set_ex_data(3)|CRYPTO_set_ex_data(3)>.
46
47=head1 SEE ALSO
48
49L<ssl(3)|ssl(3)>,
50L<RSA_get_ex_new_index(3)|RSA_get_ex_new_index(3)>,
51L<CRYPTO_set_ex_data(3)|CRYPTO_set_ex_data(3)>
52
53=cut