OpenSSL v1.0.2.r Release Notes

Release Date: 2019-05-28 // almost 5 years ago
    • Change the default RSA, DSA and DH size to 2048 bit instead of 1024. This changes the size when using the genpkey command when no size is given. It fixes an omission in earlier changes that changed all RSA, DSA and DH generation commands to use 2048 bits by default.

    Kurt Roeckx

    • Add FIPS support for Android Arm 64-bit

    Support for Android Arm 64-bit was added to the OpenSSL FIPS Object Module in Version 2.0.10. For some reason, the corresponding target 'android64-aarch64' was missing OpenSSL 1.0.2, whence it could not be built with FIPS support on Android Arm 64-bit. This omission has been fixed.

    Matthias St. Pierre