openssl/ssl
Dr. Stephen Henson df6da24bda Fix PSK identity hint handling.
For server use a PSK identity hint value in the CERT structure which
is inherited when SSL_new is called and which allows applications to
set hints on a per-SSL basis. The previous version of
SSL_use_psk_identity_hint tried (wrongly) to use the SSL_SESSION structure.

PR#4039

Reviewed-by: Matt Caswell <matt@openssl.org>
2015-09-14 19:52:27 +01:00
..
record Fix DTLS1.2 buffers 2015-09-02 00:34:14 +01:00
bio_ssl.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
d1_both.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
d1_clnt.c Fix DTLS session ticket renewal 2015-08-26 10:17:49 +01:00
d1_lib.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
d1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
d1_msg.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
d1_srtp.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
d1_srvr.c Fix PSK identity hint handling. 2015-09-14 19:52:27 +01:00
install-ssl.com Updates following review comments 2015-05-16 09:20:52 +01:00
Makefile Enable -Wmissing-variable-declarations and 2015-09-11 04:51:55 +01:00
packet_locl.h PACKET: add PACKET_memdup and PACKET_strndup 2015-09-09 12:47:05 +02:00
s3_both.c Remove Gost94 signature algorithm. 2015-08-11 18:23:29 -04:00
s3_cbc.c Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
s3_clnt.c PACKETise ServerKeyExchange 2015-09-07 10:51:41 +01:00
s3_enc.c Avoid duplication. 2015-06-23 22:24:09 +01:00
s3_lib.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
s3_msg.c Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, and 2015-03-26 15:01:59 +00:00
s3_srvr.c Fix PSK identity hint handling. 2015-09-14 19:52:27 +01:00
ssl-lib.com Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
ssl_algs.c CCM support. 2015-08-14 06:56:11 +01:00
ssl_asn1.c Enable -Wmissing-variable-declarations and 2015-09-11 04:51:55 +01:00
ssl_cert.c Fix PSK identity hint handling. 2015-09-14 19:52:27 +01:00
ssl_ciph.c Match SUITEB strings at start of cipher list. 2015-09-04 21:17:59 +01:00
ssl_conf.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
ssl_err.c Fix seg fault with 0 p val in SKE 2015-08-11 19:57:01 +01:00
ssl_err2.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl_lib.c Fix PSK identity hint handling. 2015-09-14 19:52:27 +01:00
ssl_locl.h Fix PSK identity hint handling. 2015-09-14 19:52:27 +01:00
ssl_rsa.c Add X509_up_ref function. 2015-08-31 23:18:55 +01:00
ssl_sess.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
ssl_stat.c Version negotiation rewrite cleanup 2015-05-16 09:20:38 +01:00
ssl_txt.c Remove support for OPENSSL_NO_TLSEXT 2015-05-22 23:10:51 +01:00
ssl_utst.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_clnt.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_enc.c ccm8 support 2015-08-14 06:56:11 +01:00
t1_ext.c Remove support for OPENSSL_NO_TLSEXT 2015-05-22 23:10:51 +01:00
t1_lib.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
t1_meth.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_reneg.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
t1_srvr.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_trce.c Add full PSK trace support 2015-07-30 14:43:35 +01:00
tls_srp.c Use single master secret generation function. 2015-06-29 11:47:59 +01:00