Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
8b2641d36fa7f3ff5347196933715d23b668d762
/
library
/
CMakeLists.txt
6f42417
Fix typo in that broke installation in cmake
by Manuel Pégourié-Gonnard
· 10 years ago
4cb87f4
Prepare for 2.0.0 release
by Paul Bakker
· 10 years ago
upstream/archive/mbedtls-2.0
e1d34d1
cmake: add shortcut 'lib' for all libraries
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
c7781ad
Split library in CMake
by Manuel Pégourié-Gonnard
· 10 years ago
ba2c876
cmake: adjust libraries linking
by Manuel Pégourié-Gonnard
· 10 years ago
216a183
Fix whitespace in CMakeLists.txt
by Manuel Pégourié-Gonnard
· 10 years ago
21dcc1e
fixup
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
b6b16bd
Drop pbkdf2 module (superseded by pkcs5)
by Manuel Pégourié-Gonnard
· 10 years ago
129db08
Rm polarssl compat targets from Makefiles
by Manuel Pégourié-Gonnard
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
2a9c8b6
Add cmake compatibility targets
by Manuel Pégourié-Gonnard
· 10 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 10 years ago
cfa9a45
Rename in cmake help strings
by Manuel Pégourié-Gonnard
· 10 years ago
edb7ed3
Merge commit 'd7e2483' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
98aa191
Adjust warnings in different modes
by Manuel Pégourié-Gonnard
· 10 years ago
f2a459d
Preparation for PolarSSL 1.4.0
by Paul Bakker
· 10 years ago
232edd4
Move cookie callbacks implementation to own module
by Manuel Pégourié-Gonnard
· 10 years ago
9eac4f7
Prepare for release 1.3.9
by Paul Bakker
· 10 years ago
ec3a617
Make ready for release of 1.3.8 and soversion 7
by Paul Bakker
· 11 years ago
3185545
Fix clang's check mode again
by Manuel Pégourié-Gonnard
· 11 years ago
d6917f0
Add LINK_WITH_PTHREAD to CMakeList for explicitly adding pthread linking
by Paul Bakker
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
da13016
Prepped for 1.3.7 release
by Paul Bakker
· 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
96d5265
Made ready for release 1.3.5
by Paul Bakker
· 11 years ago
6c1f69b
MinGW32 static build should link to windows libs and libz
by Paul Bakker
· 11 years ago
3c6409b
CMake: allow to build both shared and static at once
by hasufell
· 11 years ago
defc0ca
Migrated the Memory layer to the Platform layer
by Paul Bakker
· 11 years ago
747a83a
Platform abstraction layer for memory, printf and fprintf
by Paul Bakker
· 11 years ago
490bdf3
Add minimalistic HMAC_DRBG implementation
by Manuel Pégourié-Gonnard
· 11 years ago
2aca241
Ready for release 1.3.4
by Paul Bakker
· 11 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 11 years ago
cab4a88
Add RIPEMD-160 (core functions)
by Manuel Pégourié-Gonnard
· 11 years ago
5bc07a3
Prepped for 1.3.3
by Paul Bakker
· 11 years ago
92ac76f
Add files for (upcoming) AES-NI support
by Manuel Pégourié-Gonnard
· 11 years ago
32b04c1
Split ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
76f0311
Only compile with -Wmissing-declarations and -Wmissing-prototypes in
by Paul Bakker
· 11 years ago
c245834
Link against ZLIB when zlib is used
by Steffan Karger
· 11 years ago
f4dc186
Prep for PolarSSL 1.3.2
by Paul Bakker
· 11 years ago
5c17ccd
Bumped version to 1.3.1
by Paul Bakker
· 11 years ago
2466d93
Threading abstraction layer added
by Paul Bakker
· 11 years ago
f18084a
Ready for 1.3.0 release
by Paul Bakker
· 12 years ago
5ad403f
Prepared for 1.3.0 RC0
by Paul Bakker
· 12 years ago
9556d3d
Renamed x509_crt_write.c and x509_csr_write.c
by Paul Bakker
· 12 years ago
7c6b2c3
Split up X509 files into smaller modules
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
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 12 years ago
90f042d
Prepared for PolarSSL 1.2.6 release
by Paul Bakker
· 12 years ago
c7a2da4
Updated for PolarSSL 1.2.5
by Paul Bakker
· 12 years ago
2aea141
Add skeleton ecdsa.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
0bad5c2
Add skeleton ecdh.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
14c56a3
Updated for PolarSSL 1.2.4
by Paul Bakker
· 12 years ago
39d2adb
Added (skeleton) ecp.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
fb1ba78
Updated for release 1.2.3
by Paul Bakker
· 12 years ago
df5069c
Updated for 1.2.2 release
by Paul Bakker
· 12 years ago
9a73632
- Merged changesets 1399 up to and including 1415 into 1.2 branch
by Paul Bakker
· 12 years ago
36fec23
- Updated to 1.2.0
by Paul Bakker
· 12 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
2a5c7a8
- Add Windows required library
by Paul Bakker
· 13 years ago
89e80c9
- Added base Galois/Counter mode (GCM) for AES
by Paul Bakker
· 13 years ago
b6ad62d
- Added missing x509write.c
by Paul Bakker
· 13 years ago
bdb912d
- Added preliminary ASN.1 buffer writing support
by Paul Bakker
· 13 years ago
3c18a83
- Made changes for 1.1.1 release
by Paul Bakker
· 13 years ago
b1dee1c
- Changed commands to lowercase where it was not the case
by Paul Bakker
· 13 years ago
c50132d
- Updated version of PolarSSL to 1.1.0
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
· 13 years ago
0e04d0e
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
by Paul Bakker
· 13 years ago
efc3029
- Extracted ASN.1 parsing code from the X.509 parsing code. Added new module.
by Paul Bakker
· 13 years ago
968bc98
- Preparations for v1.0.0 release of PolarSSL
by Paul Bakker
· 14 years ago
c43e326
- Generalized CMakefile
by Paul Bakker
· 14 years ago
828acb2
- Updated for release 0.99-pre5
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
3efa575
- Ready for release 0.99-pre4
by Paul Bakker
· 14 years ago
345a6fe
- Replaced function that fixes man-in-the-middle attack
by Paul Bakker
· 14 years ago
5a1494f
- Added pem to library
by Paul Bakker
· 14 years ago
1946e42
- Made ready for 0.99-pre2 release
by Paul Bakker
· 14 years ago
9fc4659
- Preparing for Release of 0.99 prerelease 1
by Paul Bakker
· 14 years ago
b06819b
- Adapted CMake files for the PKCS#11 support
by Paul Bakker
· 14 years ago
8123e9d
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 14 years ago
1737385
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 14 years ago
9d3a7e4
- Added CMake option USE_SHARED_POLARSSL_LIBRARY to allow for building of shared PolarSSL library
by Paul Bakker
· 14 years ago
547f73d
- Added install targets to the CMake files
by Paul Bakker
· 14 years ago
3ac1b2d
- Added runtime and compiletime version information
by Paul Bakker
· 15 years ago
396c52f
- Updated and cleaned CMakeList
by Paul Bakker
· 16 years ago
Next »