C++ API for SSL on SunOS 5.5

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: C++ API for SSL on SunOS 5.5

    [email]josesony@rediffmail.com[/email] (Sony Jose) writes:
    >I'm a Java programmer who need to find out whether any standard C++
    >API is available for SSL. We are using SunOS 5.5 (an upgrade won't be
    >funded). I'm posting this query after making the following attempts to
    >get the information I need:
    >1. Checked the /usr/include/sys header files for anything that looked
    >like SSL
    >2. Searched google (both web and usenet)
    >3. Searched Sun's Solaris documentation on the web
    >4. Asked a few colleagues who have C++ experience
    Just to be a little pendantic here..
    You are using an OS that existed before SSL did.
    >So far, I have not been successful in finding the API. In fact, I have
    >almost reached the conclusion that only 3rd party API (like OpenSSL)
    >are available and no standard ones are available on the Unix
    >platforms.
    But having went off a little above. Sun does have some SSL libs but
    they only come in with optional packages. They haven't bundled it in
    later OS base packages so they don't really have a standard API that
    is guaranteed to be around in modern versions of the OS.

    OpenSSL is effectively the only standard on the Unix platforms
    now-a-days.

    --
    Doug McIntyre [email]merlyn@visi.com[/email]
    Network Engineer/Jack of All Trades
    Vector Internet Services, Inc.
    Doug McIntyre Guest

  2. Similar Questions and Discussions

    1. SunOS 4.3 and Sparc20
      Hi, My system running SunOS4.3 on Sparc20. Every 1, 2 or 3 hours (randomly), the system's screen is blank, no output to screen. Then receiving...
    2. SunOS 4.1.4
      Please help!!!, I need SunOS 4.1.4 CD or I can down load from internet. It is a very old operating system, I could not get from sun microsystems....
    3. SunOS 2.5 / OpenSTEP
      Ok. GNUStep dosen't work for me. Sorry. I did my best. Now, next quest is to port apps to Solaris OpenStep. See you all in about 100 years ;) --...
    4. ssh question on Solaris 9/SunOS 5.9
      I am running OpenSSH on my Sparc Solaris 8 host and on my Sparc Solaris 9 have decided to go witht the Sun install ssh. Trying to get away from as...
    5. How to use gnuplot on SunOS 5.7 ?
      Greetings, I have asked our sysadmin to install gnuplot from sunfreeware.com on a workstation whose uname output is: SunOS hostid 5.7...
  3. #2

    Default Re: C++ API for SSL on SunOS 5.5

    Hello Doug,

    Thank you for the information.

    Regards,
    Sony Jose.
    Sony Jose Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139