Home
last modified time | relevance | path

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

/mbedtls-development/library/
A DMakefile177 .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 DCMakeLists.txt2 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 Dfix-needed-shared-libraries-linux.txt2 * 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 DDockerfile69 && ./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 Dtest_suite_ecdh.function321 /* server computes shared secret */
339 /* client computes shared secret */
A Dtest_suite_psa_crypto.function5913 // to add the shared secret to the derivation
/mbedtls-development/docs/
A Duse-psa-crypto.md68 ### 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 D3.0-migration-guide.md457 and ECDH that compute the shared secret; the scalar multiplication functions in
/mbedtls-development/docs/architecture/
A Dtls13-experimental.md82 - 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 Dmbed-crypto-storage-specification.md45 There is a shared namespace for all callers.
/mbedtls-development/
A DCMakeLists.txt253 # 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 DREADME.md99 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 DChangeLog126 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 DREADME.md44 …ecure channel using RSA for authentication and Diffie-Hellman to generate a shared AES session key.

Completed in 50 milliseconds