Migration Guide : Migrating from Version 8.6.2 : Cryptography methods modified to support OpenSSL 1.1
Cryptography methods modified to support OpenSSL 1.1
Reason for change
OpenSSL 1.1 was a major revamp of the codebase that introduced a lot of breakage in their APIs. We have been able to hide most of this, but there were a few methods that exposed internal representation from OpenSSL which was no longer valid and had to change.
Change
The following methods have been removed:
OSSslCipherCtx>>contextFlags
OSSslCipherCtx>>padding
The following method now answers an <Integer> instead of an <OSSslASN1Integer>
OSSslX509>>version
Action required
After loading the cryptography feature (ST: Cryptographic Support), make the appropriate adjustments to your methods that reference any that are described in the section above.
Last modified date: 07/01/2019