Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1191209 - Missing structure declaration CK_RSA_PKCS_OAEP_PARAMS
Missing structure declaration CK_RSA_PKCS_OAEP_PARAMS
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: p11-kit (Show other bugs)
7.2
Unspecified Unspecified
unspecified Severity unspecified
: rc
: ---
Assigned To: Daiki Ueno
Hubert Kario
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-10 12:11 EST by Martin Bašti
Modified: 2017-08-01 12:52 EDT (History)
5 users (show)

See Also:
Fixed In Version: p11-kit-0.23.5-3.el7
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-08-01 12:52:09 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2017:1981 normal SHIPPED_LIVE p11-kit bug fix update 2017-08-01 13:58:17 EDT

  None (edit)
Description Martin Bašti 2015-02-10 12:11:25 EST
Description of problem:
Structure CK_RSA_PKCS_OAEP_PARAMS is missing in pkcs11.h

Actual results:
Missing structure

Expected results:

Expected structure CK_RSA_PKCS_OAEP_PARAMS in pkcs11.h

Additional info:
Example from softhsm package

struct ck_rsa_pkcs_oaep_params {
  ck_mechanism_type_t hash_alg;
  unsigned long mgf;
  unsigned long source;
  void *source_data;
  unsigned long source_data_len;
};

typedef struct ck_rsa_pkcs_oaep_params CK_RSA_PKCS_OAEP_PARAMS;
typedef struct ck_rsa_pkcs_oaep_params *CK_RSA_PKCS_OAEP_PARAMS_PTR;
Comment 2 Martin Bašti 2015-02-10 12:29:47 EST
And following constants required for CK_RSA_PKCS_OAEP_PARAMS are missing too:

#define CKG_MGF1_SHA1         (0x00000001)
#define CKG_MGF1_SHA256       (0x00000002)
#define CKG_MGF1_SHA384       (0x00000003)
#define CKG_MGF1_SHA512       (0x00000004)
#define CKG_MGF1_SHA224       (0x00000005)

#define CKZ_DATA_SPECIFIED    (0x00000001)
Comment 10 errata-xmlrpc 2017-08-01 12:52:09 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2017:1981

Note You need to log in before you can comment on or make changes to this bug.