diff options
| author | tb <> | 2025-12-20 08:40:47 +0000 |
|---|---|---|
| committer | tb <> | 2025-12-20 08:40:47 +0000 |
| commit | 6c4ae1b16cce99200bfa5d25d54de647709afe21 (patch) | |
| tree | d1604c00da82f086aabfe976cfaf0868bb0ca75c /src | |
| parent | 4e99a5c0b6fa18eb76160d4cb726840aacb45404 (diff) | |
| download | openbsd-6c4ae1b16cce99200bfa5d25d54de647709afe21.tar.gz openbsd-6c4ae1b16cce99200bfa5d25d54de647709afe21.tar.bz2 openbsd-6c4ae1b16cce99200bfa5d25d54de647709afe21.zip | |
This functions -> This function
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/CMS_ContentInfo_new.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/CMS_sign_receipt.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/CMS_verify_receipt.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/CMS_ContentInfo_new.3 b/src/lib/libcrypto/man/CMS_ContentInfo_new.3 index b44f65ee91..8e706d0066 100644 --- a/src/lib/libcrypto/man/CMS_ContentInfo_new.3 +++ b/src/lib/libcrypto/man/CMS_ContentInfo_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: CMS_ContentInfo_new.3,v 1.5 2025/06/08 22:40:29 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_ContentInfo_new.3,v 1.6 2025/12/20 08:40:47 tb Exp $ |
| 2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> | 2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> |
| 3 | .\" | 3 | .\" |
| 4 | .\" Permission to use, copy, modify, and distribute this software for any | 4 | .\" Permission to use, copy, modify, and distribute this software for any |
| @@ -13,7 +13,7 @@ | |||
| 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | .\" | 15 | .\" |
| 16 | .Dd $Mdocdate: June 8 2025 $ | 16 | .Dd $Mdocdate: December 20 2025 $ |
| 17 | .Dt CMS_CONTENTINFO_NEW 3 | 17 | .Dt CMS_CONTENTINFO_NEW 3 |
| 18 | .Os | 18 | .Os |
| 19 | .Sh NAME | 19 | .Sh NAME |
| @@ -132,5 +132,5 @@ and | |||
| 132 | first appeared in OpenSSL 0.9.8h and | 132 | first appeared in OpenSSL 0.9.8h and |
| 133 | .Fn CMS_ContentInfo_print_ctx | 133 | .Fn CMS_ContentInfo_print_ctx |
| 134 | in OpenSSL 1.0.0. | 134 | in OpenSSL 1.0.0. |
| 135 | This functions have been available since | 135 | This function have been available since |
| 136 | .Ox 6.7 . | 136 | .Ox 6.7 . |
diff --git a/src/lib/libcrypto/man/CMS_sign_receipt.3 b/src/lib/libcrypto/man/CMS_sign_receipt.3 index 32807b26e1..7702ab365d 100644 --- a/src/lib/libcrypto/man/CMS_sign_receipt.3 +++ b/src/lib/libcrypto/man/CMS_sign_receipt.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: CMS_sign_receipt.3,v 1.8 2025/06/08 22:40:29 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_sign_receipt.3,v 1.9 2025/12/20 08:40:47 tb Exp $ |
| 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: December 20 2025 $ |
| 52 | .Dt CMS_SIGN_RECEIPT 3 | 52 | .Dt CMS_SIGN_RECEIPT 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -84,7 +84,7 @@ is the corresponding private key. | |||
| 84 | is an optional additional set of certificates to include in the CMS | 84 | is an optional additional set of certificates to include in the CMS |
| 85 | structure (for example any intermediate CAs in the chain). | 85 | structure (for example any intermediate CAs in the chain). |
| 86 | .Pp | 86 | .Pp |
| 87 | This functions behaves in a similar way to | 87 | This function behaves in a similar way to |
| 88 | .Xr CMS_sign 3 | 88 | .Xr CMS_sign 3 |
| 89 | except that the | 89 | except that the |
| 90 | .Fa flags | 90 | .Fa flags |
diff --git a/src/lib/libcrypto/man/CMS_verify_receipt.3 b/src/lib/libcrypto/man/CMS_verify_receipt.3 index 98f5c4ad91..738d976c15 100644 --- a/src/lib/libcrypto/man/CMS_verify_receipt.3 +++ b/src/lib/libcrypto/man/CMS_verify_receipt.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: CMS_verify_receipt.3,v 1.8 2025/06/08 22:40:29 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_verify_receipt.3,v 1.9 2025/12/20 08:40:47 tb Exp $ |
| 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: December 20 2025 $ |
| 52 | .Dt CMS_VERIFY_RECEIPT 3 | 52 | .Dt CMS_VERIFY_RECEIPT 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -79,7 +79,7 @@ is a set of certificates in which to search for the signing certificate. | |||
| 79 | .Fa store | 79 | .Fa store |
| 80 | is a trusted certificate store (used for chain verification). | 80 | is a trusted certificate store (used for chain verification). |
| 81 | .Pp | 81 | .Pp |
| 82 | This functions behaves in a similar way to | 82 | This function behaves in a similar way to |
| 83 | .Xr CMS_verify 3 | 83 | .Xr CMS_verify 3 |
| 84 | except that the | 84 | except that the |
| 85 | .Fa flags | 85 | .Fa flags |
