crypto/openssl: update build artifacts for the 3.5.3 release
This change updates the build artifacts to match the 3.5.3 release. Much
of the change involves updating version numbers and release dates to
match the release version's metadata.
MFC after: 1 week
MFC with: 88b8b7f0c4
This commit is contained in:
@@ -30,6 +30,7 @@ our %config = (
|
||||
"FIPSKEY" => "f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813",
|
||||
"FIPS_VENDOR" => "OpenSSL non-compliant FIPS Provider",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "ld",
|
||||
"LDFLAGS" => [],
|
||||
"LDLIBS" => [],
|
||||
"OBJCOPY" => "objcopy",
|
||||
@@ -167,7 +168,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "1",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.3",
|
||||
"includes" => [],
|
||||
"ktls" => "",
|
||||
"lflags" => [],
|
||||
@@ -231,10 +232,10 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "etc",
|
||||
"options" => "enable-ec_nistp_64_gcc_128 enable-ktls enable-sctp --openssldir=etc --prefix=/usr no-acvp-tests no-afalgeng no-aria no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-egd no-external-tests no-fips no-fips-jitter no-fips-post no-fips-securitychecks no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-idea no-jitter no-md2 no-mdc2 no-msan no-pie no-rc5 no-sm2 no-sm3 no-sm4 no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "3",
|
||||
"perl_archname" => "amd64-freebsd-thread-multi",
|
||||
"perl_cmd" => "/usr/local/bin/perl",
|
||||
"perl_version" => "5.40.2",
|
||||
"perl_version" => "5.40.3",
|
||||
"perlargv" => [
|
||||
"disable-aria",
|
||||
"disable-egd",
|
||||
@@ -255,7 +256,7 @@ our %config = (
|
||||
"AS" => undef,
|
||||
"ASFLAGS" => undef,
|
||||
"BUILDFILE" => undef,
|
||||
"CC" => undef,
|
||||
"CC" => "cc",
|
||||
"CFLAGS" => undef,
|
||||
"CPP" => undef,
|
||||
"CPPDEFINES" => undef,
|
||||
@@ -265,7 +266,7 @@ our %config = (
|
||||
"CXX" => undef,
|
||||
"CXXFLAGS" => undef,
|
||||
"HASHBANGPERL" => undef,
|
||||
"LD" => undef,
|
||||
"LD" => "ld",
|
||||
"LDFLAGS" => undef,
|
||||
"LDLIBS" => undef,
|
||||
"MT" => undef,
|
||||
@@ -290,11 +291,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "16 Sep 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.3"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
||||
@@ -7,7 +7,7 @@ modulesdir=${libdir}/ossl-modules
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -pthread
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -5,7 +5,7 @@ includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libssl
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Requires.private: libcrypto
|
||||
Libs: -L${libdir} -lssl
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -5,5 +5,5 @@ includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Requires: libssl libcrypto
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* WARNING: do not edit!
|
||||
* Generated by Makefile from include/openssl/crypto.h.in
|
||||
*
|
||||
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
|
||||
OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
|
||||
void **freeptr, const char *file,
|
||||
int line);
|
||||
OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
|
||||
OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
|
||||
OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
|
||||
void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
|
||||
char *CRYPTO_strdup(const char *str, const char *file, int line);
|
||||
char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
|
||||
void CRYPTO_free(void *ptr, const char *file, int line);
|
||||
void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
|
||||
void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* WARNING: do not edit!
|
||||
* Generated by Makefile from include/openssl/opensslv.h.in
|
||||
*
|
||||
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 3
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@@ -74,33 +74,28 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.3"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.3"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
# define _OPENSSL_VERSION_PRE_RELEASE 0x0L
|
||||
# else
|
||||
# define _OPENSSL_VERSION_PRE_RELEASE 0xfL
|
||||
# endif
|
||||
# define OPENSSL_VERSION_NUMBER \
|
||||
( (OPENSSL_VERSION_MAJOR<<28) \
|
||||
|(OPENSSL_VERSION_MINOR<<20) \
|
||||
|(OPENSSL_VERSION_PATCH<<4) \
|
||||
|_OPENSSL_VERSION_PRE_RELEASE )
|
||||
|0xfL )
|
||||
|
||||
# ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ modulesdir=${libdir}/providers
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -pthread
|
||||
Cflags: -I${prefix}/include -I${prefix}/./include
|
||||
|
||||
@@ -5,7 +5,7 @@ includedir=${prefix}/include ${prefix}/./include
|
||||
|
||||
Name: OpenSSL-libssl
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Requires.private: libcrypto
|
||||
Libs: -L${libdir} -lssl
|
||||
Cflags: -I${prefix}/include -I${prefix}/./include
|
||||
|
||||
@@ -5,5 +5,5 @@ includedir=${prefix}/include ${prefix}/./include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 3.5.1
|
||||
Version: 3.5.3
|
||||
Requires: libssl libcrypto
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
OPENSSL_VER= 3.5.1
|
||||
OPENSSL_DATE= 2025-07-01
|
||||
OPENSSL_VER= 3.5.3
|
||||
OPENSSL_DATE= 2025-09-16
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ADMISSIONS 3ossl"
|
||||
.TH ADMISSIONS 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ADMISSIONS 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_EXTERN_FUNCS 3ossl"
|
||||
.TH ASN1_EXTERN_FUNCS 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_EXTERN_FUNCS 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_INTEGER_GET_INT64 3ossl"
|
||||
.TH ASN1_INTEGER_GET_INT64 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_INTEGER_GET_INT64 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_INTEGER_NEW 3ossl"
|
||||
.TH ASN1_INTEGER_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_INTEGER_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_ITEM_LOOKUP 3ossl"
|
||||
.TH ASN1_ITEM_LOOKUP 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_ITEM_LOOKUP 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_OBJECT_NEW 3ossl"
|
||||
.TH ASN1_OBJECT_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_OBJECT_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_TABLE_ADD 3ossl"
|
||||
.TH ASN1_STRING_TABLE_ADD 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_STRING_TABLE_ADD 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_LENGTH 3ossl"
|
||||
.TH ASN1_STRING_LENGTH 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_STRING_LENGTH 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_NEW 3ossl"
|
||||
.TH ASN1_STRING_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_STRING_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_PRINT_EX 3ossl"
|
||||
.TH ASN1_STRING_PRINT_EX 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_STRING_PRINT_EX 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_TIME_SET 3ossl"
|
||||
.TH ASN1_TIME_SET 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_TIME_SET 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_TYPE_GET 3ossl"
|
||||
.TH ASN1_TYPE_GET 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_TYPE_GET 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_AUX_CB 3ossl"
|
||||
.TH ASN1_AUX_CB 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_AUX_CB 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_GENERATE_NCONF 3ossl"
|
||||
.TH ASN1_GENERATE_NCONF 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_GENERATE_NCONF 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_ITEM_D2I_BIO 3ossl"
|
||||
.TH ASN1_ITEM_D2I_BIO 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_ITEM_D2I_BIO 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_ITEM_NEW 3ossl"
|
||||
.TH ASN1_ITEM_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_ITEM_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_ITEM_SIGN 3ossl"
|
||||
.TH ASN1_ITEM_SIGN 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASN1_ITEM_SIGN 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASYNC_WAIT_CTX_NEW 3ossl"
|
||||
.TH ASYNC_WAIT_CTX_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASYNC_WAIT_CTX_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASYNC_START_JOB 3ossl"
|
||||
.TH ASYNC_START_JOB 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH ASYNC_START_JOB 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BF_ENCRYPT 3ossl"
|
||||
.TH BF_ENCRYPT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BF_ENCRYPT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_ADDR 3ossl"
|
||||
.TH BIO_ADDR 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_ADDR 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_ADDRINFO 3ossl"
|
||||
.TH BIO_ADDRINFO 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_ADDRINFO 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_CONNECT 3ossl"
|
||||
.TH BIO_CONNECT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_CONNECT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_CTRL 3ossl"
|
||||
.TH BIO_CTRL 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_CTRL 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_BASE64 3ossl"
|
||||
.TH BIO_F_BASE64 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_BASE64 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_BUFFER 3ossl"
|
||||
.TH BIO_F_BUFFER 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_BUFFER 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_CIPHER 3ossl"
|
||||
.TH BIO_F_CIPHER 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_CIPHER 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_MD 3ossl"
|
||||
.TH BIO_F_MD 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_MD 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_NULL 3ossl"
|
||||
.TH BIO_F_NULL 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_NULL 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_PREFIX 3ossl"
|
||||
.TH BIO_F_PREFIX 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_PREFIX 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_READBUFFER 3ossl"
|
||||
.TH BIO_F_READBUFFER 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_READBUFFER 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_F_SSL 3ossl"
|
||||
.TH BIO_F_SSL 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_F_SSL 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_FIND_TYPE 3ossl"
|
||||
.TH BIO_FIND_TYPE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_FIND_TYPE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_GET_DATA 3ossl"
|
||||
.TH BIO_GET_DATA 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_GET_DATA 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_GET_EX_NEW_INDEX 3ossl"
|
||||
.TH BIO_GET_EX_NEW_INDEX 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_GET_EX_NEW_INDEX 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_GET_RPOLL_DESCRIPTOR 3ossl"
|
||||
.TH BIO_GET_RPOLL_DESCRIPTOR 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_GET_RPOLL_DESCRIPTOR 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_METH_NEW 3ossl"
|
||||
.TH BIO_METH_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_METH_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_NEW 3ossl"
|
||||
.TH BIO_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_NEW_CMS 3ossl"
|
||||
.TH BIO_NEW_CMS 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_NEW_CMS 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_PARSE_HOSTSERV 3ossl"
|
||||
.TH BIO_PARSE_HOSTSERV 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_PARSE_HOSTSERV 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_PRINTF 3ossl"
|
||||
.TH BIO_PRINTF 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_PRINTF 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_PUSH 3ossl"
|
||||
.TH BIO_PUSH 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_PUSH 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_READ 3ossl"
|
||||
.TH BIO_READ 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_READ 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_ACCEPT 3ossl"
|
||||
.TH BIO_S_ACCEPT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_ACCEPT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_BIO 3ossl"
|
||||
.TH BIO_S_BIO 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_BIO 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_CONNECT 3ossl"
|
||||
.TH BIO_S_CONNECT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_CONNECT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_CORE 3ossl"
|
||||
.TH BIO_S_CORE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_CORE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_DATAGRAM 3ossl"
|
||||
.TH BIO_S_DATAGRAM 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_DATAGRAM 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_DGRAM_PAIR 3ossl"
|
||||
.TH BIO_S_DGRAM_PAIR 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_DGRAM_PAIR 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_FD 3ossl"
|
||||
.TH BIO_S_FD 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_FD 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_FILE 3ossl"
|
||||
.TH BIO_S_FILE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_FILE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_MEM 3ossl"
|
||||
.TH BIO_S_MEM 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_MEM 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_NULL 3ossl"
|
||||
.TH BIO_S_NULL 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_NULL 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_S_SOCKET 3ossl"
|
||||
.TH BIO_S_SOCKET 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_S_SOCKET 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_SENDMMSG 3ossl"
|
||||
.TH BIO_SENDMMSG 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_SENDMMSG 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_SET_CALLBACK 3ossl"
|
||||
.TH BIO_SET_CALLBACK 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_SET_CALLBACK 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_SHOULD_RETRY 3ossl"
|
||||
.TH BIO_SHOULD_RETRY 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_SHOULD_RETRY 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_SOCKET_WAIT 3ossl"
|
||||
.TH BIO_SOCKET_WAIT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BIO_SOCKET_WAIT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_BLINDING_NEW 3ossl"
|
||||
.TH BN_BLINDING_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_BLINDING_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_CTX_NEW 3ossl"
|
||||
.TH BN_CTX_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_CTX_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_CTX_START 3ossl"
|
||||
.TH BN_CTX_START 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_CTX_START 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_ADD 3ossl"
|
||||
.TH BN_ADD 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_ADD 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_ADD_WORD 3ossl"
|
||||
.TH BN_ADD_WORD 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_ADD_WORD 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_BN2BIN 3ossl"
|
||||
.TH BN_BN2BIN 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_BN2BIN 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_CMP 3ossl"
|
||||
.TH BN_CMP 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_CMP 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_COPY 3ossl"
|
||||
.TH BN_COPY 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_COPY 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_GENERATE_PRIME 3ossl"
|
||||
.TH BN_GENERATE_PRIME 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_GENERATE_PRIME 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
@@ -181,7 +181,7 @@ or all the tests passed.
|
||||
If \fBp\fR passes all these tests, it is considered a probable prime.
|
||||
.PP
|
||||
The test performed on \fBp\fR are trial division by a number of small primes
|
||||
and rounds of the of the Miller-Rabin probabilistic primality test.
|
||||
and rounds of the Miller-Rabin probabilistic primality test.
|
||||
.PP
|
||||
The functions do at least 64 rounds of the Miller-Rabin test giving a maximum
|
||||
false positive rate of 2^\-128.
|
||||
@@ -199,7 +199,7 @@ and \fBBN_is_prime_fasttest()\fR are deprecated.
|
||||
.PP
|
||||
\&\fBBN_is_prime_fasttest()\fR and \fBBN_is_prime()\fR behave just like
|
||||
\&\fBBN_is_prime_fasttest_ex()\fR and \fBBN_is_prime_ex()\fR respectively, but with the old
|
||||
style call back.
|
||||
style callback.
|
||||
.PP
|
||||
\&\fBctx\fR is a preallocated \fBBN_CTX\fR (to save the overhead of allocating and
|
||||
freeing the structure in a loop), or \fBNULL\fR.
|
||||
@@ -296,7 +296,7 @@ and \fBBN_GENCB_get_arg()\fR functions were added in OpenSSL 1.1.0.
|
||||
\&\fBBN_check_prime()\fR was added in OpenSSL 3.0.
|
||||
.SH COPYRIGHT
|
||||
.IX Header "COPYRIGHT"
|
||||
Copyright 2000\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
||||
Copyright 2000\-2025 The OpenSSL Project Authors. All Rights Reserved.
|
||||
.PP
|
||||
Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
this file except in compliance with the License. You can obtain a copy
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_MOD_EXP_MONT 3ossl"
|
||||
.TH BN_MOD_EXP_MONT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_MOD_EXP_MONT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_MOD_INVERSE 3ossl"
|
||||
.TH BN_MOD_INVERSE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_MOD_INVERSE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_MOD_MUL_MONTGOMERY 3ossl"
|
||||
.TH BN_MOD_MUL_MONTGOMERY 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_MOD_MUL_MONTGOMERY 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_MOD_MUL_RECIPROCAL 3ossl"
|
||||
.TH BN_MOD_MUL_RECIPROCAL 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_MOD_MUL_RECIPROCAL 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_NEW 3ossl"
|
||||
.TH BN_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_NUM_BYTES 3ossl"
|
||||
.TH BN_NUM_BYTES 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_NUM_BYTES 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_RAND 3ossl"
|
||||
.TH BN_RAND 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_RAND 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_SECURITY_BITS 3ossl"
|
||||
.TH BN_SECURITY_BITS 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_SECURITY_BITS 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_SET_BIT 3ossl"
|
||||
.TH BN_SET_BIT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_SET_BIT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_SWAP 3ossl"
|
||||
.TH BN_SWAP 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_SWAP 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_ZERO 3ossl"
|
||||
.TH BN_ZERO 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BN_ZERO 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BUF_MEM_NEW 3ossl"
|
||||
.TH BUF_MEM_NEW 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH BUF_MEM_NEW 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMAC_CTX 3ossl"
|
||||
.TH CMAC_CTX 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMAC_CTX 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ENCRYPTEDDATA_DECRYPT 3ossl"
|
||||
.TH CMS_ENCRYPTEDDATA_DECRYPT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ENCRYPTEDDATA_DECRYPT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ENCRYPTEDDATA_ENCRYPT 3ossl"
|
||||
.TH CMS_ENCRYPTEDDATA_ENCRYPT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ENCRYPTEDDATA_ENCRYPT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ENVELOPEDDATA_CREATE 3ossl"
|
||||
.TH CMS_ENVELOPEDDATA_CREATE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ENVELOPEDDATA_CREATE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ADD0_CERT 3ossl"
|
||||
.TH CMS_ADD0_CERT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ADD0_CERT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ADD1_RECIPIENT_CERT 3ossl"
|
||||
.TH CMS_ADD1_RECIPIENT_CERT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ADD1_RECIPIENT_CERT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_ADD1_SIGNER 3ossl"
|
||||
.TH CMS_ADD1_SIGNER 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_ADD1_SIGNER 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_COMPRESS 3ossl"
|
||||
.TH CMS_COMPRESS 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_COMPRESS 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_DATA_CREATE 3ossl"
|
||||
.TH CMS_DATA_CREATE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_DATA_CREATE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_DECRYPT 3ossl"
|
||||
.TH CMS_DECRYPT 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_DECRYPT 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CMS_DIGEST_CREATE 3ossl"
|
||||
.TH CMS_DIGEST_CREATE 3ossl 2025-07-01 3.5.1 OpenSSL
|
||||
.TH CMS_DIGEST_CREATE 3ossl 2025-09-16 3.5.3 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user