Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cryptographic library for AIX

Former Member
0 Likes
473

Hi All,

Does anyone know how to get the Cryptograhic Library for AIX ?

The service market place only have 1 for AIX but it is for RS6000/power.

Regards

Hi All,

Does anyone know how to get the Cryptograhic Library for AIX ?

The service market place only have 1 for AIX but it is for RS6000/power.

Regards

2 REPLIES 2
Read only

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert
0 Likes
420

Which platform (uname -a) do you have ....?

Notice: more important than the OS version is the question: which executable is supposed to load the library and which platform is that executable compiled on. In addition you need to clarify whether you need a thread-safe library (for use with multi-threaded executables). All that is explained in the file WHICH.TXT contained in the SAPCRYPTOLIB archive file available on the SAP Service Marketplace:

SAPCRYPTOLIB is a shared library which is dynamically loaded at runtime

into the process space of other SAP software:

- disp+work SAP kernel for SNC/SSF and SAPSECU usage (single-threaded)

- icman/sapwebdisp for SSL usage (multi-threaded)

- saprouter for SNC usage

- SAP ITS 6.20 for SNC usage (multi-threaded)

- saphttp for SSL usage (single-threaded)

- IISPROXY.DLL (multi-threaded)

and probably a few others that I'm not aware of.

Regards, Wolfgang

Read only

Former Member
0 Likes
420

Hi Lauran,

there is no difference between the different CPU architectures. The cryptolib requried is only related to the SAP NetWeaver system used. Here is the mapping from aix.txt which comes as part of the libraries:


                 IBM AIX (rs6000)               IBM OS/400 (as400_pase_64)
31I_EXT          aix-5.1.0-32                         -

40B_EXT          aix-5.1.0-32                         -

45B_EXT          aix-5.1.0-32                         -

46D     32-bit   aix-4.3.2-32                         -
46D     64-bit      -                                 -

46D_EXT 32-bit   aix-5.1.0-32                         -
46D_EXT 64-bit   aix-5.1.0-64                         -

620     32-bit   aix-5.1.0-32  (aix-4.3.3-32)         -
620     64-bit   aix-5.1.0-64  (aix-4.3.3-64)         -

640     32-bit   aix-5.1.0-32                         -
640     64-bit   aix-5.1.0-64                     aix-5.1.0-64

700     32-bit   aix-5.2.0-32                         -
700     64-bit   aix-5.2.0-64                     aix-5.2.0-64