Searched refs:shared (Results 1 – 14 of 14) sorted by relevance
/mbedtls-development/library/ |
A D | Makefile | 177 .PHONY: all static shared clean 182 all: shared static 187 shared: libmbedcrypto.$(DLEXT) libmbedx509.$(DLEXT) libmbedtls.$(DLEXT) target 210 …$(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_TLS) -L. -lmbedx509 -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFL… 222 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. … 237 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_X509) -L. -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS) 249 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L.… 264 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_CRYPTO) $(LOCAL_LDFLAGS) $(LDFLAGS) 276 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -…
|
A D | CMakeLists.txt | 2 option(USE_SHARED_MBEDTLS_LIBRARY "Build mbed TLS shared library." OFF) 182 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
/mbedtls-development/ChangeLog.d/ |
A D | fix-needed-shared-libraries-linux.txt | 2 * Fix issue in Makefile on Linux with SHARED=1, that caused shared libraries 3 not to list other shared libraries they need.
|
/mbedtls-development/tests/docker/bionic/ |
A D | Dockerfile | 69 && ./config --openssldir=/usr/local/openssl-1.0.1j no-shared \ 79 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 90 …./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shared \ 110 …=/usr/local/gnutls-3.3.8 --exec_prefix=/usr/local/gnutls-3.3.8 --disable-shared --disable-guile --… 133 --disable-shared --disable-guile --disable-doc \ 156 --disable-shared --disable-guile --disable-doc \
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ecdh.function | 321 /* server computes shared secret */ 339 /* client computes shared secret */
|
A D | test_suite_psa_crypto.function | 5913 // to add the shared secret to the derivation
|
/mbedtls-development/docs/ |
A D | use-psa-crypto.md | 68 ### PSA-held (opaque) keys for TLS pre-shared keys (PSK) 79 the user to make sure that when provisioning an opaque pre-shared key, the
|
A D | 3.0-migration-guide.md | 457 and ECDH that compute the shared secret; the scalar multiplication functions in
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 82 - The TLS 1.3 MVP does not support pre-shared keys, including any form of 94 does not provide in its ClientHello the shared secret associated to the 136 (2) The MVP sends one shared secret corresponding to the configured preferred
|
A D | mbed-crypto-storage-specification.md | 45 There is a shared namespace for all callers.
|
/mbedtls-development/ |
A D | CMakeLists.txt | 253 # The C files in tests/src directory contain test code shared among test suites 254 # and programs. This shared test code is compiled and linked to test suites and
|
A D | README.md | 99 Setting the variable `SHARED` in your environment will build shared libraries in addition to the st… 127 To configure CMake for building shared libraries, use:
|
A D | ChangeLog | 126 in DHM and ECDH that compute the shared secret; the scalar multiplication 360 shared library. Reported by Guillermo Garcia M. in #4411. 1188 predictable shared secret if a hardware accelerator failed and the other 1918 functionality shared by multiple Mbed TLS modules. At this stage 1988 * Fix the Makefile build process for building shared libraries on Mac OS X. 2042 * Allow configuring the shared library extension by setting the DLEXT 2879 * Fix missing -static-libgcc when building shared libraries for Windows 2881 * Fix link error when building shared libraries for Windows with make.
|
/mbedtls-development/programs/ |
A D | README.md | 44 …ecure channel using RSA for authentication and Diffie-Hellman to generate a shared AES session key.
|
Completed in 50 milliseconds