Re: failing in reproducing .so files

2019-06-15 Thread Giovanni Fontana
Thanks Salz, That investigation I will do for all the files I added, but for sure is not that case for the API I added (EVP_PKEY_get0_TUV) since is in a "native" openssl file (crypto/evp/p_lib.c and include/openssl/evp.h)... But OK it could be a side effect. Il giorno ven 14 giu 2019 alle ore

Re: failing in reproducing .so files

2019-06-14 Thread Giovanni Fontana
a number assigned). Il giorno ven 14 giu 2019 alle ore 20:16 Dmitry Belyavsky ha scritto: > It's worth trying to run make update before running make. > > пт, 14 июн. 2019 г., 20:13 Giovanni Fontana >: > >> A little bit further...with my problem in trying to build a tailored

Re: failing in reproducing .so files

2019-06-14 Thread Giovanni Fontana
file (even the one with EVP_PKEY_get0_TUV) , but then no .so libraries. Any suggestions? Kind regards Giovanni Fontana Il giorno lun 10 giu 2019 alle ore 16:12 Kyle Hamilton ha scritto: > In the unmodified directory: > $ make clean > $ make 2>&1 | tee /tmp/openssl-working-build.log &g

Re: failing in reproducing .so files

2019-06-10 Thread Giovanni Fontana
are the following files: - libssl.map - libcrypto.so - libssl.so Il giorno dom 9 giu 2019 alle ore 19:30 Kyle Hamilton ha scritto: > Can you try building an unmodified version of the tarball, and see if it > has a problem? > > -Kyle > > On Sun, Jun 9, 2019, 07:31 Giovann

Re: failing in reproducing .so files

2019-06-09 Thread Giovanni Fontana
is it looks like the log doesn't give so much info and also the *make update* doesn't complete his task. BR Giovanni Il giorno sab 8 giu 2019 alle ore 18:07 Kurt Roeckx ha scritto: > On Sat, Jun 08, 2019 at 12:26:30AM +0200, Giovanni Fontana wrote: > > */usr/bin/ld:libcrypto.map:0: syn

failing in reproducing .so files

2019-06-07 Thread Giovanni Fontana
/usr/bin/perl -I$b util/mkerr.pl <http://mkerr.pl> -internal )* Any help? Thanks in advance Giovanni Fontana

Re: new algorithms

2019-04-08 Thread Giovanni Fontana
Thank you every one for the answers and tips, really a great and active group! Thank you also to Teja and Tobias who has just wrote some suggestion on how I can have a technical shortcut to prove the functionality of my algorithms in very limited environment. What I asked is to move a first step

Re: new algorithms

2019-04-08 Thread Giovanni Fontana
Hi Clarke, Thanks for the email. Sure, I want to publish the algorithm, but not yet... waiting for establishing a company. For similar reasons no github usage at moment. Giovanni Il giorno lun 8 apr 2019 alle 18:06 Dennis Clarke ha scritto: > On 4/8/19 11:48 AM, Giovanni Fontana wr

new algorithms

2019-04-08 Thread Giovanni Fontana
Hello everybody, my name is Giovanni Fontana. I made a new symmetric crypto algorithm (let’s call it *algo1*) and a new asymmetric crypto algorithm (let’s call it *algo2*). I use algo2 for key exchange and with that I can create a session key to cipher and decipher with algo1, so Alice and Bob