Searched refs:shared (Results 1 – 25 of 102) sorted by relevance
12345
/openssl-master/ |
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 …]
|
A D | appveyor.yml | 14 - shared 23 - shared 41 If ($env:Configuration -Match "shared") { 46 $env:CONFIG_OPTS="no-fips no-shared" 78 if ($env:Configuration -Match "shared") {
|
A D | README-ENGINES.md | 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 188 normal. Eg. if ENGINE "foo" is implemented in the shared-library 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 289 4. Link "tmp_atalla.o" into a shared-library using the top-level 295 gcc -shared -o dyn_atalla.so tmp_atalla.o -L../.. -lcrypto [all …]
|
A D | README-FIPS.md | 10 The OpenSSL FIPS provider comes as shared library called `fips.so` (on Unix) 37 the shared library is copied to its installed location, which by default is
|
A D | INSTALL.md | 42 - [Notes on shared libraries](#notes-on-shared-libraries) 515 gcc or clang and should be used in conjunction with the [no-shared](#no-shared) 660 This only has an effect in a shared build. 784 Don't pin the shared libraries. 821 ### no-shared 823 Do not create shared libraries, only static ones. 825 See [Notes on shared libraries](#notes-on-shared-libraries) below. 867 This only has an impact when not built "shared". 1065 LDFLAGS Flags for the shared library, DSO and 1690 Notes on shared libraries [all …]
|
/openssl-master/Configurations/ |
A D | 50-cppbuilder.conf | 15 shared("-tR")), 19 lib_cflags => shared("-tWD -D_WINDLL -D_DLL"), 40 ($disabled{shared}
|
A D | README.md | 85 shared libraries or DSOs [4]. 97 shared libraries. 119 shared_extension => File name extension used for shared 299 - shared libraries; that would be libcrypto and libssl. 308 shared libraries: 312 shared objects: 399 `no-shared`. 402 shared form of a library only: 459 IF[{- $disabled{shared} -}] 564 expected to build the shared library from the [all …]
|
A D | common0.tmpl | 15 $disabled{shared}
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_set1_curves.pod | 47 determine the set of shared groups. Currently supported groups for 71 SSL_get_shared_group() returns the NID of the shared group B<n> for a 72 server-side SSL B<ssl>. If B<n> is -1 then the total number of shared groups is 74 most applications will only be interested in the first shared group 76 NID_undef is returned. If the NID for the shared group is unknown then the value 87 server. If the NID for the shared group is unknown then the value is set to the 111 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there 112 is no shared group B<n>; or the total number of shared groups if B<n>
|
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):
|
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
|
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
|
A D | RAND_get0_primary.pod | 21 shared DRBG instances which are accessed via the RAND API: 28 These functions here provide access to the shared DRBG instances.
|
/openssl-master/demos/bio/ |
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-master/doc/man7/ |
A D | EVP_KDF-X963.pod | 11 derive a key using input such as a shared secret key and shared info. 32 The shared secret used for key derivation. 37 This parameter specifies an optional value for shared info.
|
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.
|
A D | provider-keyexch.pod | 119 I<provkey> parameter) to be used when deriving the shared secret. 126 OSSL_FUNC_keyexch_derive() performs the actual key exchange itself by deriving a shared 132 The length of the shared secret should be written to I<*secretlen>. 133 If I<secret> is NULL then the maximum length of the shared secret should be 178 If padding is off then the derived shared secret may be smaller than the largest 180 If padding is on then the derived shared secret will have its first bytes filled 181 with 0s where necessary to make the shared secret the same size as the largest
|
A D | EVP_KEYEXCH-DH.pod | 59 To derive a shared secret on the host using the host's key and the peer's public 89 Very similar code can be used by the peer to derive the same shared secret
|
A D | openssl-threads.pod | 39 updates the attribute's reference count so that the object is shared 46 met and shared objects are not modified. 47 Set methods, or modifying shared objects, are generally not thread-safe
|
A D | EVP_KEYEXCH-X25519.pod | 28 The code to generate a shared secret is identical to
|
/openssl-master/providers/common/ |
A D | build.info | 7 IF[{- !$disabled{module} && !$disabled{shared} -}]
|
/openssl-master/Configurations/platform/ |
A D | Windows.pm | 39 . ($disabled{shared} ? '' : '_static');
|
/openssl-master/util/ |
A D | local_shlib.com.in | 10 $ ! Create a local environment with the shared library logical names
|
/openssl-master/test/ |
A D | README-external.md | 20 $ ./config shared enable-external-tests 80 $ ./config shared enable-external-tests
|
/openssl-master/fuzz/ |
A D | README.md | 27 -DPEDANTIC enable-asan enable-ubsan no-shared \ 65 -DPEDANTIC enable-asan enable-ubsan no-shared \ 81 CC=afl-clang-fast ./config enable-fuzz-afl no-shared no-module \
|
Completed in 29 milliseconds
12345