Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3331

JacORB SSL config parameters should use enumeration instead of values encoded in integers

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.CR1b
    • IIOP, Server
    • None

    Description

      The JacORB SSL settings use a fairly cryptic way to express something that would be better represented as a string with 4 allowed values.

      From the description:

      client-supports:	Value that indicates the client SSL supported parameters
        (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
      client-requires:	Value that indicates the client SSL required parameters
        (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
      server-supports:	Value that indicates the server SSL supported parameters
        (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
      server-requires:	Value that indicates the server SSL required parameters
        (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).

      Attachments

        Issue Links

          Activity

            People

              sguilhen Stefan Guilhen
              dhildenb@redhat.com David Hildenbrand
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: