Patrik Axelsson
Patrik Axelsson
For AmiSSL 4.0-4.2, AMISSL_V11x is defined as 0x06. For AmiSSL 4.3+, AMISSL_V11x is changed to 0x07 and is claimed to be AmiSSL 4.0 and 0x08 is claimed to be AmiSSL...
Is there anything which would prevent a 68000 build of AmiSSL? I understand that from a performance perspective, a say 7.14MHz 68000 A500 would do SSL/TLS very slowly, but I...
1. By just including proto/amissl.h, the resulting binary will increase 40kBytes+, unless at least -O3 is used: ``` $ cat EmptyAmiSSLTest.c #include struct Library *AmiSSLBase; int EmptyAmiSSLTest(void) { return 0;...
When upgrading from the old SMBFS 1.74 to the current 2.1 version, I ran diskspeed on both to see if anything had changed. Noticed that the ratings for small create...
When adding AmiSSL 5.x compatibility to the [aget](http://uhc.a1k.org/help/aget) download tool a while back, I noticed a big increase in download time when https was used. Doing some comparisons with aget,...
Scenario: You are writing a message and decide you need to change something say ten lines up which makes the line longer. Currently, you first have to manually wrap/break the...
If input is entered into the PreNode CON: window when no user is connected to that node, it appears nothing happens, but this input will be delayed until the user...
I am currently working on https://github.com/patrikaxelsson/avr-amiga-controller which is connecting to synergy servers using the uSynergy{.c,h} code. The synergy server sends different sets of keycodes to the client depending on the...