 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Santo Leto Guest
|
Posted: Thu Feb 28, 2008 8:30 pm Post subject: Description for SSL Status Variables |
|
|
Hi,
Could you please include descriptions for Ssl_* status variables in the documentation?
If I am not mistaken, the 5.1 Reference Manual, as well as the 5.0 doesn't say nothing about those variables. Isn't it?
Thank you,
Santo.
mysql> show global status like 'ssl%'\G
*************************** 1. row ***************************
Variable_name: Ssl_accept_renegotiates
Value: 0
*************************** 2. row ***************************
Variable_name: Ssl_accepts
Value: 0
*************************** 3. row ***************************
Variable_name: Ssl_callback_cache_hits
Value: 0
*************************** 4. row ***************************
Variable_name: Ssl_cipher
Value: DHE-RSA-AES256-SHA
....
.... |
|
| Back to top |
|
 |
Peter Lavin Guest
|
Posted: Thu Feb 28, 2008 9:48 pm Post subject: Re: Description for SSL Status Variables |
|
|
Hi Santo,
These and other undocumented SSL variables are scheduled to be
documented. Thanks for the reminder.
Regards,
Peter
Santo Leto wrote:
| Quote: | Hi,
Could you please include descriptions for Ssl_* status variables in the documentation?
If I am not mistaken, the 5.1 Reference Manual, as well as the 5.0 doesn't say nothing about those variables. Isn't it?
Thank you,
Santo.
mysql> show global status like 'ssl%'\G
*************************** 1. row ***************************
Variable_name: Ssl_accept_renegotiates
Value: 0
*************************** 2. row ***************************
Variable_name: Ssl_accepts
Value: 0
*************************** 3. row ***************************
Variable_name: Ssl_callback_cache_hits
Value: 0
*************************** 4. row ***************************
Variable_name: Ssl_cipher
Value: DHE-RSA-AES256-SHA
...
...
|
--
Peter Lavin, Technical Writer, Toronto, Canada (UTC -5:00)
MySQL AB, www.mysql.com
Office: +1 416 4614991
Skype: peter.lavin |
|
| Back to top |
|
 |
Paul DuBois Guest
|
Posted: Thu Feb 28, 2008 9:56 pm Post subject: Re: Description for SSL Status Variables |
|
|
At 10:48 AM -0500 2/28/08, Peter Lavin wrote:
| Quote: | Hi Santo,
These and other undocumented SSL variables are scheduled to be
documented. Thanks for the reminder.
Regards,
Peter
|
Additional note: Probably the only one of general interest is Ssl_cipher,
which is blank if no cipher is in use for the connection, otherwise it's
the cipher name.
Santo, any others you have a particular interest in?
| Quote: |
Santo Leto wrote:
Hi,
Could you please include descriptions for Ssl_* status variables
in the documentation?
If I am not mistaken, the 5.1 Reference Manual, as well as the 5.0
doesn't say nothing about those variables. Isn't it?
Thank you,
Santo.
mysql> show global status like 'ssl%'\G
*************************** 1. row ***************************
Variable_name: Ssl_accept_renegotiates
Value: 0
*************************** 2. row ***************************
Variable_name: Ssl_accepts
Value: 0
*************************** 3. row ***************************
Variable_name: Ssl_callback_cache_hits
Value: 0
*************************** 4. row ***************************
Variable_name: Ssl_cipher
Value: DHE-RSA-AES256-SHA
...
...
--
Peter Lavin, Technical Writer, Toronto, Canada (UTC -5:00)
MySQL AB, www.mysql.com
Office: +1 416 4614991
Skype: peter.lavin
--
MySQL Documentation Mailing List
For list archives: http://lists.mysql.com/mysqldoc
To unsubscribe: http://lists.mysql.com/mysqldoc?unsub=paul (AT) mysql (DOT) com
|
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com |
|
| Back to top |
|
 |
Magnus Svensson Guest
|
Posted: Thu Feb 28, 2008 11:08 pm Post subject: Re: Description for SSL Status Variables |
|
|
Hi Peter,
I think you sent that mail to wrong Magnus. I'm msvensson@, could you
please resend to me(and Paul) and I'll have a look. But in general, all
of those variables are implemented(if at all) by the SSL library we use,
so you better direct people to their documentation.
For example our Ssl_accepts variable uses 'SSL_CTX_sess_accept')you find
the code in mysqld.cc) from the SSL library. If using OpenSSL, you can
find the docs at their site
http://www.openssl.org/docs/ssl/SSL_CTX_sess_number.html
When using yaSSl it might not be implemented, although this particular
function is.
Good luck!
/ Magnus
Peter Lavin skrev:
| Quote: | Hi Santo,
These and other undocumented SSL variables are scheduled to be
documented. Thanks for the reminder.
Regards,
Peter
Santo Leto wrote:
Hi,
Could you please include descriptions for Ssl_* status variables in the documentation?
If I am not mistaken, the 5.1 Reference Manual, as well as the 5.0 doesn't say nothing about those variables. Isn't it?
Thank you,
Santo.
mysql> show global status like 'ssl%'\G
*************************** 1. row ***************************
Variable_name: Ssl_accept_renegotiates
Value: 0
*************************** 2. row ***************************
Variable_name: Ssl_accepts
Value: 0
*************************** 3. row ***************************
Variable_name: Ssl_callback_cache_hits
Value: 0
*************************** 4. row ***************************
Variable_name: Ssl_cipher
Value: DHE-RSA-AES256-SHA
...
...
|
|
|
| Back to top |
|
 |
Santo Leto Guest
|
Posted: Thu Feb 28, 2008 11:19 pm Post subject: Re: Description for SSL Status Variables |
|
|
Hi Paul,
Thank you.
Yes, I am interested to the meaning of all SSL status variables.
I'm sending you a private e-mail.
Rgds.
| Quote: | At 10:48 AM -0500 2/28/08, Peter Lavin wrote:
Hi Santo,
These and other undocumented SSL variables are scheduled to be
documented. Thanks for the reminder.
Regards,
Peter
Additional note: Probably the only one of general interest is Ssl_cipher,
which is blank if no cipher is in use for the connection, otherwise it's
the cipher name.
Santo, any others you have a particular interest in?
Santo Leto wrote:
Hi,
Could you please include descriptions for Ssl_* status variables
in the documentation?
If I am not mistaken, the 5.1 Reference Manual, as well as the 5.0
doesn't say nothing about those variables. Isn't it?
Thank you,
Santo.
mysql> show global status like 'ssl%'\G
*************************** 1. row ***************************
Variable_name: Ssl_accept_renegotiates
Value: 0
*************************** 2. row ***************************
Variable_name: Ssl_accepts
Value: 0
*************************** 3. row ***************************
Variable_name: Ssl_callback_cache_hits
Value: 0
*************************** 4. row ***************************
Variable_name: Ssl_cipher
Value: DHE-RSA-AES256-SHA
...
...
--
Peter Lavin, Technical Writer, Toronto, Canada (UTC -5:00)
MySQL AB, www.mysql.com
Office: +1 416 4614991
Skype: peter.lavin
--
MySQL Documentation Mailing List
For list archives: http://lists.mysql.com/mysqldoc
To unsubscribe: http://lists.mysql.com/mysqldoc?unsub=paul (AT) mysql (DOT) com
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|