TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/iotssl-784-array-entry_name-too-small-2.1
/
library
/
Makefile
2256840
Merge remote-tracking branch 'upstream-public/pr/1501' into mbedtls-2.1-proposed
by Gilles Peskine
· 7 years ago
b3ac0ff
Allow overriding ar param prefix in library/Makefile
by Andres Amaya Garcia
· 7 years ago
23e5201
Make DLEXT var configurable in library/Makefile
by Andres Amaya Garcia
· 7 years ago
e00964d
Fix dylib linking
by Mitsuhiro Nakamura
· 7 years ago
bb81b4a
Make ar invocation more portable
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
232edd4
Move cookie callbacks implementation to own module
by Manuel Pégourié-Gonnard
· 11 years ago
ec3a617
Make ready for release of 1.3.8 and soversion 7
by Paul Bakker
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
0f90d7d
version_check_feature() added to check for compile-time options at run-time
by Paul Bakker
· 11 years ago
784b04f
Prepared for version 1.3.6
by Paul Bakker
· 11 years ago
polarssl-1.3.6
defc0ca
Migrated the Memory layer to the Platform layer
by Paul Bakker
· 12 years ago
747a83a
Platform abstraction layer for memory, printf and fprintf
by Paul Bakker
· 12 years ago
490bdf3
Add minimalistic HMAC_DRBG implementation
by Manuel Pégourié-Gonnard
· 12 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 12 years ago
cab4a88
Add RIPEMD-160 (core functions)
by Manuel Pégourié-Gonnard
· 12 years ago
92ac76f
Add files for (upcoming) AES-NI support
by Manuel Pégourié-Gonnard
· 12 years ago
32b04c1
Split ecp.c
by Manuel Pégourié-Gonnard
· 12 years ago
b076314
Makefile now produces a .so.X with SOVERSION in it
by Paul Bakker
· 12 years ago
2466d93
Threading abstraction layer added
by Paul Bakker
· 12 years ago
9556d3d
Renamed x509_crt_write.c and x509_csr_write.c
by Paul Bakker
· 12 years ago
c7bb02b
Moved PK key writing from X509 module to PK module
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
d73b3c1
PK: use wrappers and function pointers for verify
by Manuel Pégourié-Gonnard
· 12 years ago
12e0ed9
Add pk_context and associated functions
by Manuel Pégourié-Gonnard
· 12 years ago
6e339b5
Memory-allocation abstraction layer and buffer-based allocator added
by Paul Bakker
· 12 years ago
d2681d8
Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h}
by Paul Bakker
· 12 years ago
b0c19a4
PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated
by Paul Bakker
· 12 years ago
f1f21fe
Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis
by Paul Bakker
· 12 years ago
c70b982
OID functionality moved to a separate module.
by Paul Bakker
· 12 years ago
00c1f43
Merge branch 'ecc-devel-mpg' into development
by Paul Bakker
· 12 years ago
d589a0d
Modified Makefiles to include new files and and config.h to PolarSSL standard
by Paul Bakker
· 12 years ago
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 13 years ago
a95919b
Added ECP files to Makefiles as well
by Paul Bakker
· 13 years ago
9a73632
- Merged changesets 1399 up to and including 1415 into 1.2 branch
by Paul Bakker
· 13 years ago
f1ab0ec
- Changed default compiler flags to include -O2
by Paul Bakker
· 13 years ago
0a59707
- Added simple SSL session cache implementation
by Paul Bakker
· 13 years ago
f518b16
- Added PKCS#5 PBKDF2 key derivation function
by Paul Bakker
· 13 years ago
a9379c0
- Added base blowfish algorithm
by Paul Bakker
· 13 years ago
62f88dc
Makefile more compatible with WINDOWS environment
by Paul Bakker
· 13 years ago
cd5b529
- Added automatic WINDOWS define in Makefile
by Paul Bakker
· 13 years ago
96d42da
- Removed debug value
by Paul Bakker
· 13 years ago
c7ffd36
- Added automatic debug flags to CFLAGS if DEBUG is set in shell
by Paul Bakker
· 13 years ago
89e80c9
- Added base Galois/Counter mode (GCM) for AES
by Paul Bakker
· 13 years ago
bdb912d
- Added preliminary ASN.1 buffer writing support
by Paul Bakker
· 13 years ago
6083fd2
- Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources
by Paul Bakker
· 14 years ago
0e04d0e
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
by Paul Bakker
· 14 years ago
efc3029
- Extracted ASN.1 parsing code from the X.509 parsing code. Added new module.
by Paul Bakker
· 14 years ago
33aac37
- Added correct SONAME to Makefile builds as well
by Paul Bakker
· 14 years ago
3783d6d
- Do not build shared version by default
by Paul Bakker
· 14 years ago
a585beb
- Introduced windows DLL build and SYS_LDFLAGS
by Paul Bakker
· 14 years ago
9d78140
- A error_strerror function() has been added to translate between error codes and their description.
by Paul Bakker
· 14 years ago
31cacd7
- Re-organized object files
by Paul Bakker
· 14 years ago
5a1494f
- Added pem to library
by Paul Bakker
· 14 years ago
46eb138
- Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2
by Paul Bakker
· 15 years ago
e942694
- Added extra compiler warnings by default
by Paul Bakker
· 15 years ago
43b7e35
- Support for PKCS#11 through the use of the pkcs11-helper library
by Paul Bakker
· 15 years ago
8123e9d
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago
1737385
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago
3ac1b2d
- Added runtime and compiletime version information
by Paul Bakker
· 15 years ago
ad7eca2
- Reverted Makefile (Unmerged CMake fault)
by Paul Bakker
· 15 years ago
ff60ee6
- Added const-correctness to main codebase
by Paul Bakker
· 15 years ago
026c03b
- Made changes for better compatibility with old-style C compilers
by Paul Bakker
· 16 years ago
38119b1
- Added first version of Camellia
by Paul Bakker
· 17 years ago
7a7c78f
- Added XTEA Algorithm (Not used in SSL)
by Paul Bakker
· 17 years ago
40e4694
- First replacement of xyssl by polarssl where needed
by Paul Bakker
· 17 years ago
5121ce5
- Renamed include directory to polarssl
by Paul Bakker
· 17 years ago