I am interested in adding partial support for RFC 5487 to a future official
OpenSSL release:
I would like to add the following cipher suites compatible with TLS 1.1:
CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA256 = {0x00,0xAE};
CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA384 = {0x00,0xAF};
Is there a reason why these are not implemented yet(other than that they are
relatively new)?
What is the official process for submitting changes - do I just send a patch to
the group?What
factors are considered in allowing modifications to the official releases?
Thanks,
Lindani Phiri