Deleted Added
full compact
SSL_CTX_set_cipher_list.pod (68651) SSL_CTX_set_cipher_list.pod (72613)
1=pod
2
3=head1 NAME
4
1=pod
2
3=head1 NAME
4
5SSL_CTX_set_cipher_list, SSL_set_cipher_list
6- choose list of available SSL_CIPHERs
5SSL_CTX_set_cipher_list, SSL_set_cipher_list - choose list of available SSL_CIPHERs
7
8=head1 SYNOPSIS
9
10 #include <openssl/ssl.h>
11
12 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str);
13 int SSL_set_cipher_list(SSL *ssl, const char *str);
14

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

42=head1 RETURN VALUES
43
44SSL_CTX_set_cipher_list() and SSL_set_cipher_list() return 1 if any cipher
45could be selected and 0 on complete failure.
46
47=head1 SEE ALSO
48
49L<ssl(3)|ssl(3)>, L<SSL_get_ciphers(3)|SSL_get_ciphers(3)>,
6
7=head1 SYNOPSIS
8
9 #include <openssl/ssl.h>
10
11 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str);
12 int SSL_set_cipher_list(SSL *ssl, const char *str);
13

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

41=head1 RETURN VALUES
42
43SSL_CTX_set_cipher_list() and SSL_set_cipher_list() return 1 if any cipher
44could be selected and 0 on complete failure.
45
46=head1 SEE ALSO
47
48L<ssl(3)|ssl(3)>, L<SSL_get_ciphers(3)|SSL_get_ciphers(3)>,
49L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>,
50L<ciphers(1)|ciphers(1)>
51
52=cut
50L<ciphers(1)|ciphers(1)>
51
52=cut