beecrypt-devel Mailing List for BeeCrypt Cryptography Library
Brought to you by:
upuaut
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Frederik <fr...@gm...> - 2009-07-10 11:14:21
|
On Fri, Jul 10, 2009 at 12:51 PM, Frederik<fr...@gm...> wrote: > /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined > reference to `GOMP_sections_next' > /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined > reference to `GOMP_sections_end_nowait' > .libs/rsa.o: In function `rsapricrt': > /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined > reference to `GOMP_parallel_sections_start' > /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined > reference to `GOMP_parallel_end' > collect2: ld returned 1 exit status > make[2]: *** [libbeecrypt.la] Error 1 > > -lgomp needs to be added to that command to fix the build. After fixing that, it fails on BaseProvider.cxx:52: file SHA224Digest.h seems missing from the source package. -- Frederik |
|
From: Frederik <fr...@gm...> - 2009-07-10 10:51:52
|
On Mandriva Linux Cooker, beecrypt 4.2.0 fails to build with this error: /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wa,--noexecstack -no-undefined -version-info 7:0:0 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -o libbeecrypt.la -rpath /usr/lib aes.lo base64.lo beecrypt.lo blockmode.lo blockpad.lo blowfish.lo dhies.lo dldp.lo dlkp.lo dlpk.lo dlsvdp-dh.lo dsa.lo elgamal.lo endianness.lo entropy.lo fips186.lo hmac.lo hmacmd5.lo hmacsha1.lo hmacsha224.lo hmacsha256.lo md4.lo md5.lo hmacsha384.lo hmacsha512.lo memchunk.lo mp.lo mpbarrett.lo mpnumber.lo mpprime.lo mtprng.lo pkcs1.lo pkcs12.lo ripemd128.lo ripemd160.lo ripemd256.lo ripemd320.lo rsa.lo rsakp.lo rsapk.lo sha1.lo sha224.lo sha256.lo sha384.lo sha512.lo sha2k32.lo sha2k64.lo timestamp.lo cppglue.lo blowfishopt.lo mpopt.lo sha1opt.lo -lrt -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i586-manbo-linux-gnu/4.4.0/../../../crti.o /usr/lib/gcc/i586-manbo-linux-gnu/4.4.0/crtbeginS.o .libs/aes.o .libs/base64.o .libs/beecrypt.o .libs/blockmode.o .libs/blockpad.o .libs/blowfish.o .libs/dhies.o .libs/dldp.o .libs/dlkp.o .libs/dlpk.o .libs/dlsvdp-dh.o .libs/dsa.o .libs/elgamal.o .libs/endianness.o .libs/entropy.o .libs/fips186.o .libs/hmac.o .libs/hmacmd5.o .libs/hmacsha1.o .libs/hmacsha224.o .libs/hmacsha256.o .libs/md4.o .libs/md5.o .libs/hmacsha384.o .libs/hmacsha512.o .libs/memchunk.o .libs/mp.o .libs/mpbarrett.o .libs/mpnumber.o .libs/mpprime.o .libs/mtprng.o .libs/pkcs1.o .libs/pkcs12.o .libs/ripemd128.o .libs/ripemd160.o .libs/ripemd256.o .libs/ripemd320.o .libs/rsa.o .libs/rsakp.o .libs/rsapk.o .libs/sha1.o .libs/sha224.o .libs/sha256.o .libs/sha384.o .libs/sha512.o .libs/sha2k32.o .libs/sha2k64.o .libs/timestamp.o .libs/cppglue.o .libs/blowfishopt.o .libs/mpopt.o .libs/sha1opt.o -march=i586 -mtune=generic -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -lrt -lpthread -ldl -L/usr/lib/gcc/i586-manbo-linux-gnu/4.4.0 -L/usr/lib/gcc/i586-manbo-linux-gnu/4.4.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-manbo-linux-gnu/4.4.0/crtendS.o /usr/lib/gcc/i586-manbo-linux-gnu/4.4.0/../../../crtn.o -Wl,-soname -Wl,libbeecrypt.so.7 -o .libs/libbeecrypt.so.7.0.0 .libs/rsa.o: In function `rsapricrt.omp_fn.0': /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined reference to `GOMP_sections_next' /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined reference to `GOMP_sections_end_nowait' .libs/rsa.o: In function `rsapricrt': /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined reference to `GOMP_parallel_sections_start' /home/fhimpe/beecrypt/BUILD/beecrypt-4.2.0/rsa.c:106: undefined reference to `GOMP_parallel_end' collect2: ld returned 1 exit status make[2]: *** [libbeecrypt.la] Error 1 -lgomp needs to be added to that command to fix the build. -- Frederik |
|
From: Bob D. <bob...@te...> - 2008-02-16 14:27:09
|
Hi, A blowfish key, according to the algorithm's specification, can be up to 448 bits (or 56 bytes). The variable has been given this size to cope with any given valid length. Sincerely, Bob Deblier On Sat, 2008-02-16 at 16:13 +0200, Fuse User wrote: > Hi, > > Why is the the size of "byte key[56]" 56 in the "tests/testblowfish.c" > file? Does "key" must be 56 bytes long? > > Best regards. |
|
From: Fuse U. <fus...@gm...> - 2008-02-16 14:13:17
|
Hi, Why is the the size of "byte key[56]" 56 in the "tests/testblowfish.c" file? Does "key" must be 56 bytes long? Best regards. |
|
From: Bob D. <bob...@te...> - 2007-05-25 06:33:32
|
Hi Carl, Windows is indeed supported. Have a look at http://sourceforge.net/docman/display_doc.php?docid=34933&group_id=8924 and see if that gets you any further. If you still have problems, feel free to to ask. Sincerely, Bob Deblier >----- Oorspronkelijk bericht ----- >Van: Carl Schumann [mailto:sch...@fn...] >Verzonden: donderdag, mei 24, 2007 05:52 PM >Aan: Bee...@li... >Onderwerp: [Beecrypt-devel] beecrypt on Windows > >Hi, > >Beecrypt indicates support for Windows platforms, but I am not sure how >I am to build and install it. The top-level INSTALL file contains >instructions which work fine on my Linux system, but gives no hint that >I could find about what to do on Windows. Any suggestions? > >Thanks, >Carl Schumann > > > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >Beecrypt-devel mailing list >Bee...@li... >https://lists.sourceforge.net/lists/listinfo/beecrypt-devel > > |
|
From: Carl S. <sch...@fn...> - 2007-05-24 15:52:26
|
Hi, Beecrypt indicates support for Windows platforms, but I am not sure how I am to build and install it. The top-level INSTALL file contains instructions which work fine on my Linux system, but gives no hint that I could find about what to do on Windows. Any suggestions? Thanks, Carl Schumann |
|
From: Bob D. <bob...@te...> - 2005-06-16 05:32:19
|
On Wed, 2005-06-15 at 22:06 -0700, Eric M. Hopper wrote: > I may be creating a new Python interface for beecrypt sometime soon > (meaning the next few months). I was thinking of using boost::python, > but that would make the Python interface dependent on boost and a C++ > compiler (as well as Python of course). > > The other option is Swig. But I find Swig a lot more cumbersome to use, > and I suspect it of being slower, though for Python, it probably doesn't > matter that much. But a Swig interface could be made that doesn't use C > ++ at all. > > Any suggestions or advice? Eric, Please coordinate this with Jeff Johnson. He's the author of the Python API, and currently uses it in RPM. > Have fun (if at all possible), Sincerely, Bob Deblier |
|
From: Eric M. H. <ho...@om...> - 2005-06-16 05:07:13
|
I may be creating a new Python interface for beecrypt sometime soon (meaning the next few months). I was thinking of using boost::python, but that would make the Python interface dependent on boost and a C++ compiler (as well as Python of course). The other option is Swig. But I find Swig a lot more cumbersome to use, and I suspect it of being slower, though for Python, it probably doesn't matter that much. But a Swig interface could be made that doesn't use C ++ at all. Any suggestions or advice? Have fun (if at all possible), --=20 The best we can hope for concerning the people at large is that they be properly armed. -- Alexander Hamilton -- Eric Hopper (ho...@om... http://www.omnifarious.org/~hopper)= -- |
|
From: Eric M. H. <ho...@om...> - 2004-11-18 15:29:20
|
On Thu, 2004-11-18 at 14:32 +0100, Bob Deblier wrote: > More information on the SourceForge project site: >=20 > http://sourceforge.net/projects/beecrypt Will a program that's expecting the beecrypt 3 interface be unpleasantly surprised to be suddenly dynamically linked against the beecrypt 4 interface instead? I've been meaning to test out and play with beecrypt CVS and stuff, but Amazon has been keeping me extremely busy. Thanks, --=20 The best we can hope for concerning the people at large is that they be properly armed. -- Alexander Hamilton -- Eric Hopper (ho...@om... http://www.omnifarious.org/~hopper)= -- |
|
From: Bob D. <bob...@te...> - 2004-11-18 13:32:33
|
More information on the SourceForge project site: http://sourceforge.net/projects/beecrypt Sincerly, Bob Deblier |
|
From: Bob D. <bob...@te...> - 2004-10-28 14:03:20
|
We're revving up for the release of 4.1: The algorithm recently added to the core library in CVS have been through another round of debugging The C++ provider has been expanded with new algorithms, and some existing ones have been re-engineered. A new battery of tests showed some bugs: - Fixed deadlock problem which occured in certain cases where security or crypto SPI constructor called getInstance for another security or crypto SPI. - Fixed a bug in the generic CBC encryption code; when called with nblocks == 1, the feedback was set incorrectly. - Fixed a bug in mpbsubmod; sometimes it takes multiple additions of the modulus to get a positive number. If you're using the CVS version of BeeCrypt, please update! Sincerely, Bob Deblier |
|
From: Bob D. <bob...@te...> - 2004-10-20 14:15:34
|
I've pushed a lot of changes on which I was working into the CVS just now. If you can find the time, please test them and let me know if you experience any problems. Thanks, Bob Deblier |
|
From: Eric M. H. <ho...@om...> - 2004-10-11 15:37:17
|
On Mon, 2004-10-11 at 02:43, Bob Deblier wrote: > Mailing list beecrypt-devel has been created; it's not moderated & > member-only posting. Thanks! :-) I wish SourceForge supported Subversion repositories. Have fun (if at all possible), --=20 The best we can hope for concerning the people at large is that they be properly armed. -- Alexander Hamilton -- Eric Hopper (ho...@om... http://www.omnifarious.org/~hopper)= -- |