Problem with subsystem Crypto

Post Reply
Zinn
Posts: 123
Joined: Mon Nov 24, 2014 10:47 am
Location: Frankfurt am Main
Contact:

Problem with subsystem Crypto

Post by Zinn »

I have downloaded the Crypto subsystem from https://blackbox.oberon.org/extension/ and I am getting compile errors:

In MODULE CryptoDiffieHellman, CryptoTestHMAC and CryptoTestRSA I changed CryptoBigNumbers to AosBigNumbers and CryptoCompat to AosCompact.

Also in MODULE CryptoTestRSA I changed CryptoFileStreams to AosFileStreams but I still get an error at the line AosFileStreams.OpenReader(r, f, 0);

Is there a corrected version of this available somewhere?
hodzanassredin
Posts: 1
Joined: Sun Oct 22, 2023 7:25 pm

Re: Problem with subsystem Crypto

Post by hodzanassredin »

I apologize for the mess. Fixed everything, you can try to update, the build should work. Unfortunately, the library has not been fully tested, so there may be problems. But, as for https and tls, it should work. Unfortunately, I don't have time yet to fix the bugs and test everything.
Zinn
Posts: 123
Joined: Mon Nov 24, 2014 10:47 am
Location: Frankfurt am Main
Contact:

Re: Problem with subsystem Crypto

Post by Zinn »

Thank you. It compiles now without errors. I have reformat the source and create a new Quick-Start document. Only your E-Mail address is missing inside Quick-Start. Would you like to have a copy?
- Helmut
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: Problem with subsystem Crypto

Post by Ivan Denisov »

Zinn wrote: Sun Oct 29, 2023 8:34 am Thank you. It compiles now without errors. I have reformat the source and create a new Quick-Start document. Only your E-Mail address is missing inside Quick-Start. Would you like to have a copy?
- Helmut
I think, that you can use E-mail, from Anton's profile page
memberlist.php?mode=viewprofile&u=172
Post Reply