search for: pseudo_

Displaying 3 results from an estimated 3 matches for "pseudo_".

Did you mean: pseudo
2016 Jun 07
2
Want to detect sound
...html><head> <meta charset="UTF-8"> </head><body><p>Hello everybody,<br><br>I manage not to detect one silence with record () when I make as follows:<br><br>Exten = > 0178900271, n, Record ($ ${ link_recorded_pseudos_clients } pseudo_ Client_Id} wav, 5,5) exten = > 0178900271, n, GotoIf ($ [" $ {STAT (e, RECORDED_FILE} " = "0"]? Erreur_enregistrement_PPX17_1)<br><br>When I say nothing, it do not return to the stage "erreur_enregistrement_PPX17_1"<br><br>If you can help me?...
2001 Feb 19
2
Dubious use of BN_num_bits in sshconnect1.c (resend)
...public key where the most significant bit is zero. You are confused. In an N-bit RSA modulus the Nth bit is the most significant bit. This is very different from an random integer taken from an N-bit range. OpenSSH uses BN_num_bits correctly. >(this brings up a related flaw in the BN_rand/BN_pseudo_rand (which is the >reason this bug doesn't show up with OpenSSH servers) in that when called to >generate an N-bit (pseudo)random number, these functions actually return N-1 >bits of random data, with the msb set to 1, instead of the N random bits >promised, but that's a sid...
2001 Feb 19
1
Dubious use of BN_num_bits in sshconnect1.c
...r the remote end to generate an N-bit public key where the most significant bit is zero. When this occurs, BN_num_bits returns a smaller number than the actual key size, but this number is erroneously used to check against key size requirements. (this brings up a related flaw in the BN_rand/BN_pseudo_rand (which is the reason this bug doesn't show up with OpenSSH servers) in that when called to generate an N-bit (pseudo)random number, these functions actually return N-1 bits of random data, with the msb set to 1, instead of the N random bits promised, but that's a side issue) So.....