ssl/statem: Replace size_t with int and add the checks
[openssl.git] / ssl / statem / extensions_cust.c
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-02 Hugo LandauTLS: Fix use of an uninitialized value
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-01-24 Matt CaswellAdd the ability to add a custom extension on an SSL...
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-10-11 Matt CaswellNew extensions can be sent in a certificate request
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2020-11-26 Matt CaswellUpdate copyright year
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-08-03 Matt CaswellMove ossl_assert
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-10 Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-03 Matt CaswellOnly send custom extensions where we have received...
2017-04-26 Graham EdgecombeReturn success in custom_ext_parse_old_cb_wrap if parse...
2017-04-07 Matt CaswellRemove an out of date TODO
2017-04-07 Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07 Matt CaswellPrefix custom extension API callback types with SSL_
2017-04-07 Matt CaswellVarious style tweaks based on feedback
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-07 Matt CaswellMove ssl/t1_ext.c to ssl/statem/extensions_cust.c