• Georgi Kodinov's avatar
    Addendum to the fix for bug #39178: Server crash in YaSSL · 51938fa0
    Georgi Kodinov authored
    with non-RSA-requesting client if server uses RSA key
    
    matchSuite() may not find a match. 
    It will return error in this case.
    Added a error checking code that will prevent using uninitialized 
    memory in the code based on the assumption 
    that matchSuite() has found a match.
    51938fa0
yassl_imp.cpp 53.8 KB