openssl/ssl
Dr. Stephen Henson 75c13e7830 Tidy up certificate type handling.
The certificate types used to be held in a fixed length array or (if
it was too long) a malloced buffer. This was done to retain binary
compatibility. The code can be simplified now SSL is opaque by always
using a malloced buffer.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2733)
2017-02-24 01:23:38 +00:00
..
record Remove an OPENSSL_assert() and replace with a soft assert and check 2017-02-16 09:35:56 +00:00
statem Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
bio_ssl.c Implement SSL_read_ex() and SSL_write_ex() as documented. 2017-02-23 20:40:05 +01:00
build.info
d1_lib.c Don't change the state of the ETM flags until CCS processing 2017-02-16 09:35:56 +00:00
d1_msg.c
d1_srtp.c
methods.c
packet_locl.h Miscellaneous style tweaks based on feedback received 2017-01-30 10:18:23 +00:00
packet.c Use for loop in WPACKET_fill_lengths instead of do...while 2017-01-30 10:18:24 +00:00
pqueue.c
s3_cbc.c
s3_enc.c fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_change_cipher_state 2017-01-23 11:41:59 +01:00
s3_lib.c Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
s3_msg.c
ssl_asn1.c Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data. 2017-02-22 00:47:15 +01:00
ssl_cert.c Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
ssl_ciph.c Let ssl_get_cipher_by_char yield not-valid ciphers 2017-02-23 19:24:37 +01:00
ssl_conf.c
ssl_err.c Implement SSL_read_ex() and SSL_write_ex() as documented. 2017-02-23 20:40:05 +01:00
ssl_init.c
ssl_lib.c Implement SSL_read_ex() and SSL_write_ex() as documented. 2017-02-23 20:40:05 +01:00
ssl_locl.h Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Various style fixes following review feedback 2017-01-30 10:18:25 +00:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c Don't change the state of the ETM flags until CCS processing 2017-02-16 09:35:56 +00:00
t1_ext.c Rework error handling of custom_ext_meth_add towards strong exception safety. 2017-02-15 08:37:52 -05:00
t1_lib.c Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
t1_trce.c Add SSL_trace() support for KeyUpdate messages 2017-02-17 10:28:00 +00:00
tls13_enc.c Fix a shadowed global variable warning 2017-02-17 10:28:01 +00:00
tls_srp.c