(README.md): Add pointer to README.DSA
(INSTALL): Minor reformatting, list automake and libtool version
requirements
(docs/Installation.rst) Minor reorganization to make the process to
build from the source repository clearer.
Prompted by S312-064
Allow partition location to be specified as a relative directory
and resolved at run time relative to the location of the starter.
This allows the starter and partition binaries to be moved around.
RA26-001
Some symbols are only present in newer versions of OpenSSL.
Provide them as weak aliases for the case of older versions
where they are missing, to avoid having to specialize code
based on version identifiers or autoconf tests.
Followup on RA30-032
* Remove import SSLv3 and SSLv23
* Change default from SSLv23 to TLS (with compatibility shim
for OpenSSL prior to 1.1.0)
* Add support for TLS_1_1 and TLS_1_2
Fixes RA30-032
Completion of process initiated on QB24-032, R308-002
For a Sync_With_Server request, a reply must be generated (and
the request must be removed from the protocol session's list of
pending requests) in all cases once all location forwarding is
completed, and the servant is identified.
Do not omit this step in the case where the binding phase failed
and no servant could be located (or the request will be destroyed
while still being pointed to by the session's pending request list).
Fixes R706-015