Query on API availability for openssl versions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

1)
The below APIs used to set the maximum and minimum versions are available in 1.1.0f version of OPENSSL.

 int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, int version);
 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
 int SSL_set_min_proto_version(SSL *ssl, int version);
 int SSL_set_max_proto_version(SSL *ssl, int version);

 Do you have the same in any of the 1.0.2x threads or plan to have it in any later versions. We don't see it available in 1.0.2k or 1.0.2l versions. Kindly update us on the same.

2)
There are a set of APIs to set/get security level wherein each level supports a set of cipher suites. Is there something available in OPENSSL wherein I can get the level and set it when I provide a cipher suite.
We have a case where we give the user a provision to provide his own list of cipher suites and we need to set the appropriate level in the API so that we support it for the connections. Kindly provide your comments.

Thanks,
Grace
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux