File: ChangeLog

package info (click to toggle)
openssl-ibmca 1.4.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 3,525; makefile: 21; sh: 14
file content (29 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* openssl-ibmca 1.4.0
- Re-license to Apache License v2.0
- Fix aes_gcm initialization.
- Update man page.
- Add macros for OpenSSL 0.9.8 compat.
- Remove AC_FUNC_MALLOC from configure.ac
- Add compat macro for OpenSSL 1.0.1e-fips.
- Setting 'foreign' strictness for automake.
- Add AES-GCM support.
- Rework EVP_aes macros.
- Remove dependency of old local OpenSSL headers.
- Fix engine initialization to set function pointers only once.
- Update .gitignore file.
- Remove blank COPYING and NEWS files.
- Remove INSTALL and move its content to README.md
- Update README.md file to make use of markdown.
- Rename README file to README.md to use markdown
- Add CONTRIBUTING guidelines.
- Adding coding style documentation.
- Enable EVP_MD_FLAG_FIPS flag for SHA-*.
- Initialize rsa_keygen in RSA_METHOD for openssl < 1.1.0
- Fix SHA512 EVP digest struct to use EVP_MD_FLAG_PKEY_METHOD_SIGNATURE when
  using OpenSSL 1.0
- Fix wrong parenthesis
- convert libica loading to dlopen() and friends
- Add support to DSO on new API of OpenSSL-1.1.0

* openssl-ibmca 1.3.1
- Support OpenSSL-1.1 and older versions