Displaying 4 results from an estimated 4 matches for "bf_encrypt".
2014 Apr 11
1
BF_encrypt & BF_decrypt when using AES ?
Hi,
I'm doing some perf profiling, and I can see that BF_encrypt &
BF_decrypt of libcrypto.so.1.0.0 (used in tincd) are consuming CPU time.
I'm using Tinc 1.0.23 and Cipher = aes-128-cbc
BF_encrypt & BF_decrypt seems related to Blowfish
(https://www.openssl.org/docs/crypto/blowfish.html).
Is it normal that BF functions are used even if AES is used...
2000 Dec 29
0
Cryptography patents (was: openssl lib question.)
...; to get general info on what algorithms (such as RC5 etc..) 
> in openssl are used by openssh that may need legal attention.
> And what are the alternatives ?
> 
> 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,...
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.)
...ithms (such as RC5 etc..) 
> > in openssl are used by openssh that may need legal attention.
> > And what are the alternatives ?
> > 
> > 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,
> >...