Last change
on this file was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
808 bytes
|
Line | |
---|
1 | =pod
|
---|
2 |
|
---|
3 | =head1 NAME
|
---|
4 |
|
---|
5 | PKCS12_SAFEBAG_set0_attrs
|
---|
6 | - Set attributes for a PKCS#12 safeBag
|
---|
7 |
|
---|
8 | =head1 SYNOPSIS
|
---|
9 |
|
---|
10 | #include <openssl/pkcs12.h>
|
---|
11 |
|
---|
12 | void PKCS12_SAFEBAG_set0_attrs(PKCS12_SAFEBAG *bag, STACK_OF(X509_ATTRIBUTE) *attrs);
|
---|
13 |
|
---|
14 | =head1 DESCRIPTION
|
---|
15 |
|
---|
16 | PKCS12_SAFEBAG_set0_attrs() assigns the stack of B<X509_ATTRIBUTE>s to a
|
---|
17 | PKCS#12 safeBag. I<bag> is the B<PKCS12_SAFEBAG> to assign the attributes to.
|
---|
18 |
|
---|
19 | =head1 RETURN VALUES
|
---|
20 |
|
---|
21 | PKCS12_SAFEBAG_set0_attrs() does not return a value.
|
---|
22 |
|
---|
23 | =head1 COPYRIGHT
|
---|
24 |
|
---|
25 | Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
|
---|
26 |
|
---|
27 | Licensed under the Apache License 2.0 (the "License"). You may not use
|
---|
28 | this file except in compliance with the License. You can obtain a copy
|
---|
29 | in the file LICENSE in the source distribution or at
|
---|
30 | L<https://www.openssl.org/source/license.html>.
|
---|
31 |
|
---|
32 | =cut
|
---|
Note:
See
TracBrowser
for help on using the repository browser.