Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PK11RSAPrivateKey.getModulus() #7

Merged
merged 1 commit into from
Jun 13, 2018
Merged

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Jun 12, 2018

The PK11RSAPrivateKey.getModulus() has been modified to get the
modulus from the public key, which was converted from the private
key using SECKEY_ConvertToPublicKey().

A new PK11Exception has been added as a generic exception for all
PKCS #11-related errors.

https://pagure.io/jss/issue/9

@edewata edewata requested review from ladycfu and jmagne June 12, 2018 23:15
}

// get slot from private key
slot = PK11_GetSlotFromPrivateKey(privateKey);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PK11RSAPrivateKey.getModulus() has been modified to get the
modulus from the public key, which was converted from the private
key using SECKEY_ConvertToPublicKey().

A new PK11Exception has been added as a generic exception for all
PKCS dogtagpki#11-related errors.

https://pagure.io/jss/issue/9
Copy link
Contributor

@jmagne jmagne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve of this message,and this patch...

@edewata edewata merged commit bf5d3e4 into dogtagpki:master Jun 13, 2018
@edewata edewata deleted the ticket-9 branch June 13, 2018 00:26
edewata added a commit to edewata/jss that referenced this pull request Feb 15, 2021
The CertificateChain class has been modified to support
importing/exporting certificates from/to a series of PEM
certificates and PKCS dogtagpki#7 data.
edewata added a commit to edewata/jss that referenced this pull request Feb 15, 2021
The CertificateChain class has been modified to support
importing/exporting certificates from/to a series of PEM
certificates or PKCS dogtagpki#7 data.
edewata added a commit to edewata/jss that referenced this pull request Feb 17, 2021
The CertificateChain class has been modified to support
importing/exporting certificates from/to a series of PEM
certificates or PKCS dogtagpki#7 data.
edewata added a commit to edewata/jss that referenced this pull request Feb 17, 2021
The CertificateChain class has been modified to support
importing/exporting certificates from/to a series of PEM
certificates or PKCS dogtagpki#7 data.
edewata added a commit that referenced this pull request Feb 17, 2021
The CertificateChain class has been modified to support
importing/exporting certificates from/to a series of PEM
certificates or PKCS #7 data.
@fmarco76 fmarco76 mentioned this pull request Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants