Deleted Added
full compact
CMS_get1_ReceiptRequest.pod (302408) CMS_get1_ReceiptRequest.pod (337982)
1=pod
2
3=head1 NAME
4
5 CMS_ReceiptRequest_create0, CMS_add1_ReceiptRequest, CMS_get1_ReceiptRequest, CMS_ReceiptRequest_get0_values - CMS signed receipt request functions.
6
7=head1 SYNOPSIS
8

--- 34 unchanged lines hidden (view full) ---

43corresponding CMS_ContentInfo structure can be successfully verified using
44CMS_verify().
45
46=head1 RETURN VALUES
47
48CMS_ReceiptRequest_create0() returns a signed receipt request structure or
49NULL if an error occurred.
50
1=pod
2
3=head1 NAME
4
5 CMS_ReceiptRequest_create0, CMS_add1_ReceiptRequest, CMS_get1_ReceiptRequest, CMS_ReceiptRequest_get0_values - CMS signed receipt request functions.
6
7=head1 SYNOPSIS
8

--- 34 unchanged lines hidden (view full) ---

43corresponding CMS_ContentInfo structure can be successfully verified using
44CMS_verify().
45
46=head1 RETURN VALUES
47
48CMS_ReceiptRequest_create0() returns a signed receipt request structure or
49NULL if an error occurred.
50
51CMS_add1_ReceiptRequest() returns 1 for success or 0 is an error occurred.
51CMS_add1_ReceiptRequest() returns 1 for success or 0 if an error occurred.
52
53CMS_get1_ReceiptRequest() returns 1 is a signed receipt request is found and
54decoded. It returns 0 if a signed receipt request is not present and -1 if
55it is present but malformed.
56
57=head1 SEE ALSO
58
59L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_sign(3)|CMS_sign(3)>,
60L<CMS_sign_receipt(3)|CMS_sign_receipt(3)>, L<CMS_verify(3)|CMS_verify(3)>
61L<CMS_verify_receipt(3)|CMS_verify_receipt(3)>
62
63=head1 HISTORY
64
65CMS_ReceiptRequest_create0(), CMS_add1_ReceiptRequest(),
66CMS_get1_ReceiptRequest() and CMS_ReceiptRequest_get0_values() were added to
67OpenSSL 0.9.8
68
69=cut
52
53CMS_get1_ReceiptRequest() returns 1 is a signed receipt request is found and
54decoded. It returns 0 if a signed receipt request is not present and -1 if
55it is present but malformed.
56
57=head1 SEE ALSO
58
59L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_sign(3)|CMS_sign(3)>,
60L<CMS_sign_receipt(3)|CMS_sign_receipt(3)>, L<CMS_verify(3)|CMS_verify(3)>
61L<CMS_verify_receipt(3)|CMS_verify_receipt(3)>
62
63=head1 HISTORY
64
65CMS_ReceiptRequest_create0(), CMS_add1_ReceiptRequest(),
66CMS_get1_ReceiptRequest() and CMS_ReceiptRequest_get0_values() were added to
67OpenSSL 0.9.8
68
69=cut