ansi c & SSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marta Grudziñska

    ansi c & SSL

    Hi there!

    I would like to made some mutlithreaded server with SSL.
    But i can't find any example on google.
    Can anybody tell me how to use this LIB ? Any Example Code please ?

    thanks

    Marta Grudzinska


  • Noob

    #2
    Re: ansi c & SSL

    Marta Grudzinska wrote:
    I would like to make some mutlithreaded server with SSL.
    But i can't find any example on google.
    Can anybody tell me how to use this LIB ? Any Example Code please ?


    Comment

    • Antoninus Twink

      #3
      Re: ansi c & SSL

      On 24 Apr 2008 at 9:46, Marta Grudziñska wrote:
      I would like to made some mutlithreaded server with SSL.
      But i can't find any example on google.
      Can anybody tell me how to use this LIB ? Any Example Code please ?
      I found a couple on google:



      I think newsgroups like this are great for answering specific questions,
      but for general tutorial information, the web is a better bet.

      If you get stuck at any point, or have any precise questions about the
      openssl API or functions, then post here again, and there will be people
      here who are happy to help. (There'll also be people who won't be happy
      to help, but that's by the by...)

      Comment

      • Flash Gordon

        #4
        Re: ansi c & SSL

        Antoninus Twink wrote, On 24/04/08 20:23:
        On 24 Apr 2008 at 9:46, Marta Grudziñska wrote:
        >I would like to made some mutlithreaded server with SSL.
        >But i can't find any example on google.
        >Can anybody tell me how to use this LIB ? Any Example Code please ?
        >
        I found a couple on google:


        >
        I think newsgroups like this are great for answering specific questions,
        but for general tutorial information, the web is a better bet.
        >
        If you get stuck at any point, or have any precise questions about the
        openssl API or functions, then post here again, and there will be people
        here who are happy to help.
        However the people who can provide the best advice are else where.
        Specifically http://www.openssl.org/support/

        Antonious Twink is trying to use you and others to wreck this group. He
        does not care about you getting the best advice otherwise he would have
        told you where to find it.
        (There'll also be people who won't be happy
        to help, but that's by the by...)
        What he fails to understand is that the best advice is not always here.
        --
        Flash Gordon

        Comment

        • Keith Thompson

          #5
          Re: ansi c & SSL

          "Marta Grudziñska" <deadly_kiss@wp .plwrites:
          I would like to made some mutlithreaded server with SSL.
          But i can't find any example on google.
          Can anybody tell me how to use this LIB ? Any Example Code please ?
          If you're using the OpenSSL implementation of SSL, you're likely to
          get better answers to your questions on one of the OpenSSL mailing
          lists, probably the openssl-users list. See <http://openssl.org/support/>.

          ("Antoninus Twink" wants you to think this newsgroup is the
          appropriate place for questions about non-standard libraries, as
          opposed to the C language itself. He is lying to you.)

          --
          Keith Thompson (The_Other_Keit h) <kst-u@mib.org>
          Nokia
          "We must do something. This is something. Therefore, we must do this."
          -- Antony Jay and Jonathan Lynn, "Yes Minister"

          Comment

          • Richard Heathfield

            #6
            Re: ansi c &amp; SSL

            Flash Gordon said:
            Antoninus Twink wrote, On 25/04/08 15:33:
            <snip>
            >"Flash Gordon" is a troll - I advise you to ignore him.
            >
            Ah, so the trolls are calling everyone else trolls now.
            Um, they've been doing that for years. They wish to confuse newbies about
            what "troll" means. For the record, a troll is someone who posts content
            that is designed to provoke an outraged reaction. For a /good/ example of
            a troll, see Peter Seebach's IAQ list. Attacking local experts is a good
            example of a bad example of a troll.
            >I want to build up
            >this group to be a useful exchange for real-world C programmers.
            >
            It is. I *am* a real-world C programmer as are a number of the others
            here. It has already been pointed out what happened to comp.lang.c++
            when they opened the flood gates.
            Right - it collapsed under its own weight. And that's what Mr Twink wants
            for comp.lang.c.

            My advice would be to shove him in your killfile. From what I recall of his
            posting history, he isn't at home to rationality, so why bother arguing
            with him?

            <snip>

            --
            Richard Heathfield <http://www.cpax.org.uk >
            Email: -http://www. +rjh@
            Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
            "Usenet is a strange place" - dmr 29 July 1999

            Comment

            Working...