fix typos
PR: 1354, 1355, 1398, 1408
This commit is contained in:
parent
ec1edeb5fa
commit
fec38ca4ed
4
CHANGES
4
CHANGES
@ -340,7 +340,7 @@
|
|||||||
- SSL_CTX_set_tlsext_servername_callback()
|
- SSL_CTX_set_tlsext_servername_callback()
|
||||||
SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG
|
SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG
|
||||||
- SSL_CTX_set_tlsext_servername_arg()
|
- SSL_CTX_set_tlsext_servername_arg()
|
||||||
SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_hostname()
|
SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()
|
||||||
|
|
||||||
openssl s_client has a new '-servername ...' option.
|
openssl s_client has a new '-servername ...' option.
|
||||||
|
|
||||||
@ -519,7 +519,7 @@
|
|||||||
draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really
|
draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really
|
||||||
appear there.
|
appear there.
|
||||||
|
|
||||||
Also deactive the remaining ciphersuites from
|
Also deactivate the remaining ciphersuites from
|
||||||
draft-ietf-tls-56-bit-ciphersuites-01.txt. These are just as
|
draft-ietf-tls-56-bit-ciphersuites-01.txt. These are just as
|
||||||
unofficial, and the ID has long expired.
|
unofficial, and the ID has long expired.
|
||||||
[Bodo Moeller]
|
[Bodo Moeller]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
CONF_modules_free, CONF_modules_load, CONF_modules_unload -
|
CONF_modules_free, CONF_modules_finish, CONF_modules_unload -
|
||||||
OpenSSL configuration cleanup functions
|
OpenSSL configuration cleanup functions
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
@ -10,8 +10,8 @@
|
|||||||
#include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
|
|
||||||
void CONF_modules_free(void);
|
void CONF_modules_free(void);
|
||||||
void CONF_modules_unload(int all);
|
|
||||||
void CONF_modules_finish(void);
|
void CONF_modules_finish(void);
|
||||||
|
void CONF_modules_unload(int all);
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_get_timeout - retrieve and manipulate session time and timeout settings
|
SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout settings
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
@ -453,7 +453,7 @@ typedef struct ssl_method_st
|
|||||||
* Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate
|
* Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate
|
||||||
* Session_ID_context [ 4 ] EXPLICIT OCTET STRING, -- the Session ID context
|
* Session_ID_context [ 4 ] EXPLICIT OCTET STRING, -- the Session ID context
|
||||||
* Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer'
|
* Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer'
|
||||||
* HostName [ 6 ] EXPLICY OCTET STRING, -- optional HostName from servername TLS extension
|
* HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension
|
||||||
* ECPointFormatList [ 7 ] OCTET STRING, -- optional EC point format list from TLS extension
|
* ECPointFormatList [ 7 ] OCTET STRING, -- optional EC point format list from TLS extension
|
||||||
* PSK_identity_hint [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
|
* PSK_identity_hint [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
|
||||||
* PSK_identity [ 9 ] EXPLICIT OCTET STRING -- optional PSK identity
|
* PSK_identity [ 9 ] EXPLICIT OCTET STRING -- optional PSK identity
|
||||||
|
Loading…
Reference in New Issue
Block a user