Fredrik Wikstrom
Fredrik Wikstrom
On the Tabor "openssl sha256 <filename>" generates a wrong sha-256 checksum compared to "md5sum ALGORITHM=sha-256 <filename>" or "sha256sum <filename>" on Linux. On my Sam460 the openssl command generates a correct...
After adding the amissl libraries to devs:load-time-blacklist the sha-256 is generated correctly, and I'm also able to use ssh2-handler to connect to my PC.
@walkero-gr Futaura was only asking because a different code path is used by openssl when an altivec unit is available. I think the problem is because ltemu uses r2 and...
I think it should be possible to migrate AmiSSL to small data model, which uses r13 instead of r2, though it will probably be a lot of work. Apart from...
No, limit is 64K both on PPC and m68k. The small data is not set to the beginning of the small data segment but 0x8000 bytes in so that negative...
The IElf undefined references will be fixed in newlib V53.77. It looks like I introduced this error by mistake when I renamed the interface variable to avoid a compiler warning...
Adding -fno-shrink-wrap or -fno-shrink-wrap-separate when using -O1 or higher optimization seems to stop gcc from removing the mflr/mtlr instructions from the function prologue/epilogue.
The -mno-readonly-in-sdata option should fix that.
You don't need to add the sublibraries individually since the elf.library supports AmigaDOS style pattern matching in the LTE blacklist since a few versions back.
For me the problem with not having amissl blacklisted (I have not tested lately) was never crashes, just wrong checksums and authentication failing in ssh2-handler. Wrong results being generated with...