• S
    Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. · ac20719d
    Scott Deboy 提交于
    If multiple TLS extensions are expected but not received, the TLS extension and supplemental data 'generate' callbacks are the only chance for the receive-side to trigger a specific TLS alert during the handshake.
    
    Removed logic which no-op'd TLS extension generate callbacks (as the generate callbacks need to always be called in order to trigger alerts), and updated the serverinfo-specific custom TLS extension callbacks to track which custom TLS extensions were received by the client, where no-ops for 'generate' callbacks are appropriate.
    ac20719d
ssl_locl.h 48.5 KB