Issue Details (XML | Word | Printable)

Key: AXISCPP-327
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Fred Preston
Reporter: Fred Preston
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

To update the SecureChannel interface for SSL DLLs

Created: 16/Dec/04 04:44 PM   Updated: 07/Jan/05 01:12 AM
Return to search
Component/s: Basic Architecture
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: n/a

Resolution Date: 07/Jan/05 01:12 AM


 Description  « Hide
To update the SecureChannel interface for SSL DLLs
--------------------------------------------------
1.4 was released with the 'alpha' implementation of SecureChannel. This is now ready to be upgraded to the 'full' specification where the SSL layer has been extracted out to a DLL allowing different SSL transports to be plugged in without having to recompile. The implications of this code change will be as follows:-
1. There will be a new line in the axiscpp.conf file to allow the user to
   select the SSL implementation (Channel_ssl:...).
2. An OpenSSL DLL will need to be built (As Axis2Transport and Axis???Parser).


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Fred Preston added a comment - 07/Jan/05 01:12 AM
This has now been superceeded by AXIS3