Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 162) sorted by relevance

1234567

/openssl/
H A DNOTES-UNIX.md7 OpenSSL uses the compiler to link programs and shared libraries
11 link programs, shared libraries and dynamically loadable shared
22 Every Unix system has its own set of default locations for shared
26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
34 Runtime shared library search paths are specified with different
40 Possible options to set the runtime shared library search path include
54 Please do not use verbatim directories in your runtime shared library
58 used with the runtime shared library search path options, as shown in
71 4. Using system shared object caches and default directories.
[all …]
H A DREADME-ENGINES.md145 shared-libraries. It should be possible for hardware vendors to provide
146 their own shared-libraries to support arbitrary hardware to work with
166 implementation from a shared-library. To see these control commands,
175 "ID" is probably only needed if a shared-library implements
186 that has been loaded from the shared-library. As such, any control
258 a shared-library that can be loaded by "dynamic" isn't automated in
260 Such a shared-library can either be built with any OpenSSL code it
262 if OpenSSL itself is built as a shared library. The instructions are
290 4. Link "tmp_atalla.o" into a shared-library using the top-level
296 gcc -shared -o dyn_atalla.so tmp_atalla.o -L../.. -lcrypto
[all …]
/openssl/Configurations/
H A D50-cppbuilder.conf15 shared("-tR")),
19 lib_cflags => shared("-tWD -D_WINDLL -D_DLL"),
40 ($disabled{shared}
H A DREADME.md85 shared libraries or DSOs [4].
97 shared libraries.
119 shared_extension => File name extension used for shared
312 - shared libraries; that would be libcrypto and libssl.
321 shared libraries:
325 shared objects:
412 `no-shared`.
415 shared form of a library only:
472 IF[{- $disabled{shared} -}]
577 expected to build the shared library from the
[all …]
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in16 $x{shared} = $lib_shared if $lib_shared;
25 our $no_static = !$disabled{shared} && !$lib_info{libcrypto}->{static};
26 our $no_shared = $disabled{shared};
106 {- output_off() unless $disabled{shared}; "" -}
108 {- output_on() unless $disabled{shared}; "" -}
114 # OPENSSL_USE_STATIC_LIBS is explicitly false, indicating that shared libraries are
115 # required. However, _ossl_use_static_libs indicates that no shared libraries are
183 set(OPENSSL_LIBCRYPTO_SHARED "${OPENSSL_RUNTIME_DIR}/{- $lib_info{libcrypto}->{shared} -}")
193 set(OPENSSL_LIBSSL_SHARED "${OPENSSL_RUNTIME_DIR}/{- $lib_info{libssl}->{shared} -}")
211 # Dependencies are assumed to be implied in the shared libraries
[all …]
/openssl/VMS/
H A Dopenssl_shutdown.com.in42 ${- output_off() if $disabled{shared}; "" -}
45 ${- output_on() if $disabled{shared}; "" -}
51 ${- output_off() if $disabled{shared}; "" -}
54 ${- output_on() if $disabled{shared}; "" -}
H A Dopenssl_startup.com.in106 ${- output_off() if $disabled{shared}; "" -}
109 ${- output_on() if $disabled{shared}; "" -}
115 ${- output_off() if $disabled{shared}; "" -}
118 ${- output_on() if $disabled{shared}; "" -}
H A Dopenssl_ivp.com.in24 .OR. F$SEARCH("OSSL$LIBSSL''pz'") .EQS. "" {- output_off() if $disabled{shared}; "" -}-
26 … .OR. F$SEARCH("OSSL$LIBSSL_SHR''pz'") .EQS. "" {- output_on() if $disabled{shared}; "" -}-
/openssl/demos/bio/
H A Ddescrip.mms4 # For linking with shared libraries: OSSL$LIBCRYPTO_SHR and OSSL$LIBSSL_SHR
9 # By default, we link with the shared libraries
16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt
/openssl/doc/man3/
H A DEVP_PKEY_derive.pod7 - derive public key algorithm shared secret
23 shared secret derivation using the algorithm given when the context was created
38 EVP_PKEY_derive() derives a shared secret using I<ctx>.
42 successful the shared secret is written to I<key> and the amount of data
63 Derive shared secret (for example DH or EC keys):
H A DDH_generate_key.pod31 the other party's public value to compute the shared key.
33 DH_generate_key() expects B<dh> to contain the shared parameters
39 DH_compute_key() computes the shared secret from the private DH value
55 DH_compute_key() returns the size of the shared secret on success, -1
H A DSSL_get_shared_sigalgs.pod21 SSL_get_shared_sigalgs() returns information about the shared signature
23 of the shared signature algorithm to return starting from zero. The signature
44 If an application is only interested in the highest preference shared
61 The shared signature algorithms returned by SSL_get_shared_sigalgs() are
H A DSSL_CTX_set1_curves.pod109 SSL_get_shared_group() returns the NID of the shared group B<n> for a
110 server-side SSL B<ssl>. If B<n> is -1 then the total number of shared groups is
112 most applications will only be interested in the first shared group
114 NID_undef is returned. If the NID for the shared group is unknown then the value
125 server. If the NID for the shared group is unknown then the value is set to the
151 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there
152 is no shared group B<n>; or the total number of shared groups if B<n>
/openssl/ssl/record/methods/
H A Dbuild.info10 # For shared builds we need to include the sources needed in providers
18 # For shared builds we need to include the sources needed in providers
/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod26 If padding is off then the derived shared secret may be smaller than the
28 If padding is on then the derived shared secret will have its first bytes
29 filled with zeros where necessary to make the shared secret the same size as
82 To derive a shared secret on the host using the host's key and the peer's public
113 Very similar code can be used by the peer to derive the same shared secret
H A DEVP_KDF-X942-CONCAT.pod10 used for key agreement to derive a key using input such as a shared secret key
11 and shared info.
H A DEVP_KEM-EC.pod29 then produces a shared secret. The shared secret and the ephemeral public key
33 produce the same shared secret.
H A DEVP_KEM-X25519.pod30 context then produces a shared secret. The shared secret and the ephemeral
34 produce the same shared secret.
H A DEVP_KDF-X963.pod11 derive a key using input such as a shared secret key and shared info.
34 The shared secret used for key derivation.
39 This parameter specifies an optional value for shared info.
/openssl/doc/internal/man3/
H A Dossl_rcu_lock_new.pod177 * 1) create a new shared object
199 * 4) Update the shared pointer to the new value
226 * 1) Acquire a read side hold on the shared data
231 * 2) Access the shared data pointer
241 * 4) Indicate our hold on the shared data is complete
/openssl/crypto/md5/
H A Dbuild.info22 # A no-deprecated no-shared build ends up with double function definitions
28 IF[{- !$disabled{module} && !$disabled{shared} -}]
/openssl/.github/workflows/
H A Drun-checker-merge.yml21 enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
26 no-engine no-shared,
/openssl/demos/encrypt/
H A Dbuild.info2 # To run the demos when linked with a shared library (default) ensure
/openssl/demos/keyexch/
H A Dbuild.info2 # To run the demos when linked with a shared library (default) ensure
/openssl/demos/sslecho/
H A Dbuild.info2 # To run the demos when linked with a shared library (default) ensure that

Completed in 20 milliseconds

1234567