search for: bn_mul_add_word

Displaying 4 results from an estimated 4 matches for "bn_mul_add_word".

Did you mean: bn_mul_add_words
2002 Jul 12
2
HP-UX slow login problem found?
...my speeds were about 100 times slower! The DH speed is much harder to measure, but it was definitely real slow with the gcc compiled version. Okay, what's going on inside the OpenSSL code.... there are two small functions which are responsible for about 95% of the CPU clock cycles. These are bn_mul_add_words() in the file crypto/bn/bn_asm.c and the function BN_mod_word() in the file crypto/bn/bn_word.c. The first is responsible for the miserable RSA speeds, and the later for the horrible DH speeds. I'll discuss how to speed each of these up separately. The bn_mul_add_words() function is by defa...
2000 Dec 29
0
Cryptography patents (was: openssl lib question.)
...I see that openssl has some patent issues. It > has many ciphers and algorithms: > > BF_cbc_encrypt, BF_decrypt, BF_encrypt, CAST_cbc_encrypt, > CAST_decrypt, CAST_encrypt, RC4, RC5_32_cbc_encrypt, > RC5_32_decrypt, > RC5_32_encrypt, bn_add_words, bn_div_words, bn_mul_add_words, > bn_mul_comba4, bn_mul_comba8, bn_mul_words, bn_sqr_comba4, > bn_sqr_comba8, bn_sqr_words, bn_sub_words, des_decrypt3, > des_ede3_cbc_encrypt, des_encrypt, des_encrypt2, > des_encrypt3, > des_ncbc_encrypt, md5_block_asm_host_order, > sha1_bl...
2000 Dec 28
3
Information leakage in sshd
Hi guys, and here's a security related bug report. I think it's has been fixed in the 2.2.x-release of openssh, but I'm not sure. I tried to reproduce the problem with my 2.2.0p1 and could find any difference in the behaviour of ssh depending on wether PermitRootLogin was set to no. Could someone please confirm that this problem is not existing anymore? > When PermitRootLogin is
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
...issues. It > > has many ciphers and algorithms: > > > > BF_cbc_encrypt, BF_decrypt, BF_encrypt, CAST_cbc_encrypt, > > CAST_decrypt, CAST_encrypt, RC4, RC5_32_cbc_encrypt, > > RC5_32_decrypt, > > RC5_32_encrypt, bn_add_words, bn_div_words, > bn_mul_add_words, > > bn_mul_comba4, bn_mul_comba8, bn_mul_words, bn_sqr_comba4, > > bn_sqr_comba8, bn_sqr_words, bn_sub_words, des_decrypt3, > > des_ede3_cbc_encrypt, des_encrypt, des_encrypt2, > > des_encrypt3, > > des_ncbc_encrypt, md5_block_asm...