Searched refs:shared (Results 1 – 25 of 162) sorted by relevance
1234567
/openssl/ |
H A D | NOTES-UNIX.md | 7 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 D | README-ENGINES.md | 145 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 D | 50-cppbuilder.conf | 15 shared("-tR")), 19 lib_cflags => shared("-tWD -D_WINDLL -D_DLL"), 40 ($disabled{shared}
|
H A D | README.md | 85 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 D | OpenSSLConfig.cmake.in | 16 $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 D | openssl_shutdown.com.in | 42 ${- 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 D | openssl_startup.com.in | 106 ${- 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 D | openssl_ivp.com.in | 24 .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 D | descrip.mms | 4 # 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 D | EVP_PKEY_derive.pod | 7 - 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 D | DH_generate_key.pod | 31 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 D | SSL_get_shared_sigalgs.pod | 21 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 D | SSL_CTX_set1_curves.pod | 109 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 D | build.info | 10 # 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 D | EVP_KEYEXCH-DH.pod | 26 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 D | EVP_KDF-X942-CONCAT.pod | 10 used for key agreement to derive a key using input such as a shared secret key 11 and shared info.
|
H A D | EVP_KEM-EC.pod | 29 then produces a shared secret. The shared secret and the ephemeral public key 33 produce the same shared secret.
|
H A D | EVP_KEM-X25519.pod | 30 context then produces a shared secret. The shared secret and the ephemeral 34 produce the same shared secret.
|
H A D | EVP_KDF-X963.pod | 11 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 D | ossl_rcu_lock_new.pod | 177 * 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 D | build.info | 22 # A no-deprecated no-shared build ends up with double function definitions 28 IF[{- !$disabled{module} && !$disabled{shared} -}]
|
/openssl/.github/workflows/ |
H A D | run-checker-merge.yml | 21 enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT, 26 no-engine no-shared,
|
/openssl/demos/encrypt/ |
H A D | build.info | 2 # To run the demos when linked with a shared library (default) ensure
|
/openssl/demos/keyexch/ |
H A D | build.info | 2 # To run the demos when linked with a shared library (default) ensure
|
/openssl/demos/sslecho/ |
H A D | build.info | 2 # To run the demos when linked with a shared library (default) ensure that
|
Completed in 30 milliseconds
1234567