Search found 3 matches

by rdambrosio
Wed Nov 29, 2023 7:38 pm
Forum: RPG IV
Topic: SSL API conversion for encryption
Replies: 4
Views: 7464

Re: SSL API conversion for encryption

...so within TCP_H is there something special that I should be doing to ensure that the data being transferred to and from the PC to the iSeries is being secured? (encrypted?) We were running our iSeries within our in-house network so we were not really concerned about data encryption/security betwe...
by rdambrosio
Wed Nov 29, 2023 1:43 pm
Forum: RPG IV
Topic: SSL API conversion for encryption
Replies: 4
Views: 7464

Re: SSL API conversion for encryption

Thanks Scott. I'm not familiar with API's. The project I have was kind of thrown in my lap. Trying to figure this out as I go. :roll:

I'll look into the information that you gave me. Thanks again!
by rdambrosio
Tue Nov 28, 2023 5:25 pm
Forum: RPG IV
Topic: SSL API conversion for encryption
Replies: 4
Views: 7464

SSL API conversion for encryption

I have an API that I am using in my RPG code. This is SOCKET_H. I need to update the software to allow encryption. Is there an API that will handle this?

Along with this API, the code is using the following API's as well:
TCP_H
SIGNAL_H
SPAWN_H
SOCKET_H
ICONV_H
ERRNO_H

Thanks!