Skip to content
  • Kristofer Pettersson's avatar
    e3fe4634
    Bug#14555434 MY_RND_SSL() IS VERY EXPENSIVE FOR AUTHENTICATION · e3fe4634
    Kristofer Pettersson authored
    Generating a true random nonce during authentication is costly.
    The cause of this regression is the requirement to introduce a
    well supported and reasonably NDRG.
    However, random numbers won't make any difference for 
    functionality of the server nonce as we might as well have been
    using a deterministic sequence.
    The solution is to revert back to the previous random string
    implementation.
    e3fe4634
    Bug#14555434 MY_RND_SSL() IS VERY EXPENSIVE FOR AUTHENTICATION
    Kristofer Pettersson authored
    Generating a true random nonce during authentication is costly.
    The cause of this regression is the requirement to introduce a
    well supported and reasonably NDRG.
    However, random numbers won't make any difference for 
    functionality of the server nonce as we might as well have been
    using a deterministic sequence.
    The solution is to revert back to the previous random string
    implementation.
Loading