GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Condition::IsWrappedRequest(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Condition::IsWrappedRequest(3)

OpenXPKI::Server::Workflow::Condition::IsWrappedRequest

This condition checks whether a given PEM formatted certificate PKCS10 inside a PKCS7 container or a "plain" PKCS10 structure.

The condition neither checks the signature on the PKCS10 container nor the signature of the outer PKCS7 structure and also does not check any relation between the PKCS7 and the PKCS10.

The condition is true, if the given PEM data is a PKCS7 SignedData with a payload that can be parsed as PKCS10 container. It is false if the data can be parsed as PKCS10 request directly.

The conditions throws a configuration error if it is not able to find a parsable PKCS10 container.

The request to parse must be given in the context key data.

2025-07-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.