serk118uk's Native application and ports..

serk118uk · 21198

jPV

  • Junior Member
  • **
    • Posts: 61
    • Karma: +65/-0
    • Software made by jPV^RNO
Reply #150 on: February 23, 2023, 01:13:54 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
I use AmiSSL indirectly, because I'm using the hURL plugin which uses AmiSSL. So I can't test the AmiSSL port myself, but I reported availability of the AmiSSL port to the hURL's (Hollywood's) author if he could try. In any case this is a big step forward if the port works as expected. I think the next version of hURL would move to AmiSSL v5, but the current version does use v4 and hopefully he can test porting it.


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #151 on: February 23, 2023, 05:04:24 AM
thanks jpv for your effort :)



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #152 on: February 23, 2023, 11:00:01 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

Openssl we have in our development and the ones I have are pretty same ..

Can you run (already compiled https)
https www.google.com 8080

With snoopy  and debug , to exit -> ctrl c

I think we have little problem , tests failed to find cert directory or openssl.config configuration is wrong in my end.

I

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3744
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #153 on: February 23, 2023, 03:21:39 PM
Sorry serk, I didn't understand exactly what should I do ?


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #154 on: February 23, 2023, 05:12:51 PM
Sorry serk, I didn't understand exactly what should I do ?

@AMIGASYSTEM

1.unarchive amissl.i386-aros.zip

2.goto AmiSSL4.12/tests/https_test/

3.copy https executable to ram:

4.start AROS:System/Snoopy and click on use than minimize the window..

5.run sashimi

6.goto ram: open shell than type in stack 4000000

7.https www.google.com 8080

8.screenshoot the ouput from sashimi..









Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3744
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #155 on: February 23, 2023, 06:04:30 PM
Done, not everything is visible, eventually if needed I will see if I need to capture the rest


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #156 on: February 23, 2023, 06:31:35 PM
Done, not everything is visible, eventually if needed I will see if I need to capture the rest

@AMIGASYSTEM
Thank you , no need to capture the rest..

Lets Build Not Destroy...


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #157 on: February 24, 2023, 05:14:56 AM
@amigasystem

aget works with https connection?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3744
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #158 on: February 24, 2023, 08:30:46 AM
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #159 on: February 24, 2023, 09:03:09 AM
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot

Can you click on more and screenshot, 

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3744
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #160 on: February 24, 2023, 10:44:59 AM

Can you click on more and screenshot,



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #161 on: February 24, 2023, 11:02:43 AM
@AMIGASYSTEM
Thank you..

Lets Build Not Destroy...


jPV

  • Junior Member
  • **
    • Posts: 61
    • Karma: +65/-0
    • Software made by jPV^RNO
Reply #162 on: February 24, 2023, 11:04:09 AM
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot
Are you sure AGet requires that? It would break how AmiSSL is supposed to be installed and updated. If AGet really requires that, it should be bug reported to AGet's author.

Or maybe you just don't have correct assigns for AmiSSL?

AmiSSL should have these kinds of assigns in user-startup:
;BEGIN AmiSSL
Assign AmiSSL: "Your:OwnPath/AmiSSL"
If Exists AmiSSL:Libs
  Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3744
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #163 on: February 24, 2023, 12:35:01 PM

Are you sure AGet requires that? It would break how AmiSSL is supposed to be installed and updated. If AGet really requires that, it should be bug reported to AGet's author.

Or maybe you just don't have correct assigns for AmiSSL?

AmiSSL should have these kinds of assigns in user-startup:
;BEGIN AmiSSL
Assign AmiSSL: "Your:OwnPath/AmiSSL"
If Exists AmiSSL:Libs
  Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL

I also used that Assignment, which is then the one I use on OS3, but AGet in that path does not find it, it works instead if I copy Amisslmaster.library in Libs.


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #164 on: March 14, 2023, 05:29:38 PM
Hi ppl,

A working version of AmiSSL on uploads  http://archives.aros-exec.org/download.php?file=queue/amissl_4_12.zip

please test and any problems report here..

Lets Build Not Destroy...