TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2e724a18a10c3243b85f9cff15d9b33d7571564c
/
library
/
Makefile
24fbcef
ECDH: Everest: Remove unnecessary file
by Christoph M. Wintersteiger
· 7 years ago
34811a8
ECDH: Use LOCAL_CFLAGS instead of CFLAGS
by Christoph M. Wintersteiger
· 7 years ago
d5fd766
ECDH: Include Everest Curve25519 in build scripts
by Christoph M. Wintersteiger
· 7 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
85aba47
Consistently spell -Wextra
by Gilles Peskine
· 6 years ago
c2d56a4
Allow declarations after statements
by Gilles Peskine
· 6 years ago
a899a72
Implement the secure element driver registration function
by Gilles Peskine
· 6 years ago
346747c
Force the usage of crypto submodule
by Andrzej Kurek
· 6 years ago
d8167e8
Build from submodule by default (make, cmake)
by Manuel Pégourié-Gonnard
· 7 years ago
8d4d4f5
Makefile: Use full paths to refer to parent files
by Jaeden Amero
· 6 years ago
461fd58
Merge pull request #71 from Patater/remove-non-crypto
by Jaeden Amero
· 6 years ago
d29db1f
Makefile: Remove extra debug print
by Jaeden Amero
· 6 years ago
92da0bd
Makefile: Use generated source files from parent
by Jaeden Amero
· 6 years ago
8df5de4
Makefile: Output to explicit target
by Jaeden Amero
· 6 years ago
8298d70
Only build libmbedcrypto
by Jaeden Amero
· 7 years ago
088b77f
Merge psa_crypto_storage_its into psa_crypto_storage
by Gilles Peskine
· 6 years ago
e435f23
Remove psa_crypto_storage_file
by Gilles Peskine
· 6 years ago
6194dc2
Implement PSA ITS over files
by Gilles Peskine
· 7 years ago
67ea2c5
Merge branch 'development-psa-proposed' into development
by Jaeden Amero
· 6 years ago
de5a007
Merge development commit f352f7 into development-psa
by Andrzej Kurek
· 7 years ago
36e89b5
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
961849f
Implement slot allocation
by Gilles Peskine
· 7 years ago
3d5d837
Merge pull request #198 from ARMmbed/psa_crypto_its
by Gilles Peskine
· 7 years ago
30b340a
crypto: Add mbedtls-psa as a submodule
by Jaeden Amero
· 7 years ago
c6e4ab0
Use parent module includes when used as a submodule
by Jaeden Amero
· 7 years ago
a26d764
Add new PSA Crypto Storage backend implementation using ITS APIs
by Moran Peker
· 7 years ago
db2b8db
psa: Add storage implementation for files
by Darryl Green
· 7 years ago
6c0f94c
Add better handling when deleting files on Windows
by Darryl Green
· 7 years ago
e59236f
Add PSA crypto module
by Gilles Peskine
· 8 years ago
4d075cd
Update library version number to 2.13.0
by Simon Butcher
· 7 years ago
cb349ac
Implement the KW and KWP algorithm
by Ron Eldor
· 7 years ago
1d97cab
Merge remote-tracking branch 'public/pr/1645' into development
by Simon Butcher
· 7 years ago
e3402ce
Enable APPLE_BUILD in makefile if using system ar
by Andres Amaya Garcia
· 7 years ago
c51d613
Ensure crosscompiling with make works in Mac OS X
by Andres Amaya Garcia
· 7 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
2fcd3e4
Change the library version to 2.11.0
by Simon Butcher
· 7 years ago
1d93759
Conditionally assign APPLE_BUILD var in makefile
by Andres Amaya Garcia
· 7 years ago
c471cd7
Autodetect if running on OS X in makefile
by Andres Amaya Garcia
· 7 years ago
c06c9ae
Add alias APPLE make var of APPLE_BUILD
by Andres Amaya Garcia
· 7 years ago
e47d6fd
Merge remote-tracking branch 'public/pr/1497' into development
by Simon Butcher
· 7 years ago
656864b
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 9 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
dca3a5d
Rename aead_chacha20_poly1305 to chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
b8025c5
Implement AEAD-ChaCha20-Poly1305.
by Daniel King
· 9 years ago
adc32c0
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago
34b822c
Initial implementation of ChaCha20
by Daniel King
· 9 years ago
0e98e88
Silence no symbols warn on apple & Makefile
by Andres Amaya Garcia
· 7 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 7 years ago
21b376b
Organize output objs in alfabetical order in Makefile
by Andres Amaya Garcia
· 7 years ago
3ea559e
Fix alignment in makefile
by Andres Amaya Garcia
· 7 years ago
904e1ef
Make utils module part of the platform
by Andres Amaya Garcia
· 7 years ago
614d9c0
Add a utils.h file that contains common functions
by Andres Amaya Garcia
· 8 years ago
0ed632f
Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed
by Gilles Peskine
· 7 years ago
ceed91b
Allow overriding ar param prefix in library/Makefile
by Andres Amaya Garcia
· 7 years ago
873f15d
Make DLEXT var configurable in library/Makefile
by Andres Amaya Garcia
· 7 years ago
5ff2ee5
Fix dylib linking
by Mitsuhiro Nakamura
· 7 years ago
3c0b53b
ARIA build integration
by Markku-Juhani O. Saarinen
· 8 years ago
3b438d3
Update version to 2.7.0
by Jaeden Amero
· 8 years ago
a565f54
Introduce new files rsa_internal.[ch] for RSA helper functions
by Hanno Becker
· 8 years ago
8262ac3
Added cmac.o to libary/Makefile
by Brian Murray
· 9 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
3551901
Make ar invocation more portable
by Manuel Pégourié-Gonnard
· 10 years ago
4d8685b
Add skeleton for EC J-PAKE module
by Manuel Pégourié-Gonnard
· 10 years ago
ed46c43
Fix error when loading libmbedtls.so
by Manuel Pégourié-Gonnard
· 10 years ago
111ce9f
Fix build error with shared libraries for windows
by Manuel Pégourié-Gonnard
· 10 years ago
8018c28
Add -static-libgcc for Windows dll builds
by Manuel Pégourié-Gonnard
· 10 years ago
4cb87f4
Prepare for 2.0.0 release
by Paul Bakker
· 10 years ago
archive/mbedtls-2.0
mbedtls-2.0
mbedtls-2.0.0
574ae18
Fix stupid typo that broke make SHARED=1
by Manuel Pégourié-Gonnard
· 10 years ago
147be4f
Rm old variable from (c)make files
by Manuel Pégourié-Gonnard
· 10 years ago
752c501
One soversion per library
by Manuel Pégourié-Gonnard
· 10 years ago
5c59a4f
Split libs with make + general make cleanups
by Manuel Pégourié-Gonnard
· 10 years ago
463e09d
Prepare library split
by Manuel Pégourié-Gonnard
· 10 years ago
fd6d897
Add new submodule ssl_ticket
by Manuel Pégourié-Gonnard
· 10 years ago
cc0d084
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f7a9f30
build: Makefile: cleanup CFLAGS
by Alon Bar-Lev
· 10 years ago
ada4105
build: Makefile: cleanup LDFLAGS
by Alon Bar-Lev
· 10 years ago
b6b16bd
Drop pbkdf2 module (superseded by pkcs5)
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
129db08
Rm polarssl compat targets from Makefiles
by Manuel Pégourié-Gonnard
· 10 years ago
cabf4b8
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
02ba578
Fix -fPIC when cross-compiling to windows
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
aff2976
Merge branch 'build' into development
by Manuel Pégourié-Gonnard
· 10 years ago
09eb14c
Revert "Require unix-utils in path for windows make"
by Manuel Pégourié-Gonnard
· 10 years ago
f812054
Revert "Replace SONAME with SOVERSION in makefile"
by Manuel Pégourié-Gonnard
· 10 years ago
18ba0cc
build: make: support windows cross compile
by Alon Bar-Lev
· 10 years ago
3cfb345
Avoid warning from mingw for shared library
by Manuel Pégourié-Gonnard
· 10 years ago
4180800
Replace SONAME with SOVERSION in makefile
by Manuel Pégourié-Gonnard
· 10 years ago
5d46cca
Require unix-utils in path for windows make
by Manuel Pégourié-Gonnard
· 10 years ago
fba22fd
Avoid warning from ar
by Manuel Pégourié-Gonnard
· 10 years ago
daae3b7
Prepare for mbed TLS 1.3.10 release
by Paul Bakker
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
145422f
Make now creates libmbedtls.so with polarssl link
by Manuel Pégourié-Gonnard
· 11 years ago
04a81d5
Fix issue in previous commit
by Manuel Pégourié-Gonnard
· 11 years ago
c26a092
Rename static lib name with make
by Manuel Pégourié-Gonnard
· 11 years ago
c5d68e5
Fix dependency declaration
by Manuel Pégourié-Gonnard
· 11 years ago
f2a459d
Preparation for PolarSSL 1.4.0
by Paul Bakker
· 11 years ago
Next »