On Fri, Jan 22, 2010 at 2:54 PM, Steven M. Schweda <s...@antinode.info> wrote:
>  SSL_set_session_ticket_ext_cb           308    EXIST::FUNCTION:
>  SSL_set1_param                          309    EXIST::FUNCTION:
>  SSL_CTX_set1_param                      310    EXIST::FUNCTION:
> +ssl_add_clienthello_renegotiate_ext     311    EXIST:!VMS:FUNCTION:
> +ssl_add_clnthello_reneg_ext             311    EXIST:VMS:FUNCTION:
> +ssl_add_serverhello_renegotiate_ext     312    EXIST:!VMS:FUNCTION:
> +ssl_add_srvrhello_reneg_ext             312    EXIST:VMS:FUNCTION:
> +ssl_parse_clienthello_renegotiate_ext   313    EXIST:!VMS:FUNCTION:
> +ssl_parse_clnthello_reneg_ext           313    EXIST:VMS:FUNCTION:
> +ssl_parse_serverhello_renegotiate_ext   314    EXIST:!VMS:FUNCTION:
> +ssl_parse_srvrhello_reneg_ext           314    EXIST:VMS:FUNCTION:
>
>
>   I changed the abbreviations a little from the first suggestions.  I
> assumed that the "!VMS" things should be added.  Someone who knows
> something may wish to revise that.  I saw no other lower-case "ssl_*"
> things, which I find worrying.

Lower-case ssl_* appears to be specifically related to the
implementation of the secure renegotiation indicator extension.  In
any case, they are internal routines and shouldn't be exported at all,
I should think, unless other extension parsing/adding code is
exported.

-Kyle H
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to