serk118uk's Native application and ports..

serk118uk · 20874

magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #135 on: February 14, 2023, 09:28:05 AM
With deadwoods big help we have amisslmaster.library v4.2 for AROS.

There is no way I could pull this off without deadwood and thank you yet again..

I am testing the library atm, I will update to latest version once tests go well
That is a very nice addition to AROS and as such very good news, so thank you very much both serk118uk & deadwood.


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #136 on: February 14, 2023, 11:13:08 AM
nice yes thank you



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #137 on: February 14, 2023, 11:58:28 AM
Hi ppl,

With deadwoods big help we have amisslmaster.library v4.2 for AROS.

There is no way I could pull this off without deadwood and thank you yet again..

I am testing the library atm, I will update to latest version once tests go well


Does this mean we can now have all those great networking clients that couldn't be ported, due to lack of amissl?



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #138 on: February 15, 2023, 04:35:17 AM
Hi ppl,

With deadwoods big help we have amisslmaster.library v4.2 for AROS.

There is no way I could pull this off without deadwood and thank you yet again..

I am testing the library atm, I will update to latest version once tests go well


Does this mean we can now have all those great networking clients that couldn't be ported, due to lack of amissl?

I guess yes...

Lets Build Not Destroy...


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #139 on: February 15, 2023, 05:27:05 AM
I can contact jpv rno it seems to me that rnoxfer the advanced ftp client needs this library to work :)



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #140 on: February 15, 2023, 08:10:22 AM
I can contact jpv rno it seems to me that rnoxfer the advanced ftp client needs this library to work :)


exactly.


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #141 on: February 22, 2023, 04:47:05 AM
HI ppl,

AmiSSL 4.12 uploaded to archives, I had little time to test myself as i want, please test and report bugs here....

tests/ folder contains the source codes to compile and tests
-amisslmaster_test.c
-amissl_test.c
-https.c


example
----------------
gcc -o https https.c -lamisslauto -lamisslstubs

Lets Build Not Destroy...


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #142 on: February 22, 2023, 05:16:08 AM
thanks serk as soon as I can try this release :)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #143 on: February 22, 2023, 05:37:49 AM
I configured simplemail 0.43 which is on archives with the ssl connection does not work without work you have a mail service that I have allows me not to use it



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #144 on: February 22, 2023, 06:11:28 AM
I configured simplemail 0.43 which is on archives with the ssl connection does not work without work you have a mail service that I have allows me not to use it

Simplemail statically build , needs to be re compiled with amissl3 and amissl4 enabled.

I will port Simplemail but before anything I am waiting for my day job/work to go easy so I can test current library to max than update ssl to current version..








Lets Build Not Destroy...


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #145 on: February 22, 2023, 06:16:37 AM
ah ok i understand serk thanks :)



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #146 on: February 22, 2023, 06:20:08 AM
Serk I noticed that in the "include" folder many files will be overwritten, example your "reqtools.h" is smaller than the one installed on AROS One Updated.

I tried to run your example GCC script, but I don't know if it was successful, see screenshot !


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #147 on: February 22, 2023, 06:27:02 AM
I contacted jpv rno because he made an ftp client that needs amissl support I don't know if it could work maybe yes



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #148 on: February 22, 2023, 06:33:17 AM
Serk I noticed that in the "include" folder many files will be overwritten, example your "reqtools.h" is smaller than the one installed on AROS One Updated.

I tried to run your example GCC script, but I don't know if it was successful, see screenshot !

Ignore the warnings, yes looks like it's compiled ok.

Dont copy reqtools.h in that case..

What happens if you run https?

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #149 on: February 22, 2023, 11:18:07 AM
I have run "https" but it doesn't work it results "not executable"


In addition to "reqtools.h" there are other code files that are overwritten in "include/openssl", I think these I need to overwrite because they are updated to the new amissl