TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
ddf7615d49a98f9bce8008970a55a39f345ffdbf
/
library
/
CMakeLists.txt
f4dc186
Prep for PolarSSL 1.3.2
by Paul Bakker
· 12 years ago
5c17ccd
Bumped version to 1.3.1
by Paul Bakker
· 12 years ago
2466d93
Threading abstraction layer added
by Paul Bakker
· 12 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
polarssl-1.3.0-rc0
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
· 13 years ago
90f042d
Prepared for PolarSSL 1.2.6 release
by Paul Bakker
· 12 years ago
polarssl-1.2.6
c7a2da4
Updated for PolarSSL 1.2.5
by Paul Bakker
· 13 years ago
polarssl-1.2.5
2aea141
Add skeleton ecdsa.[ch]
by Manuel Pégourié-Gonnard
· 13 years ago
0bad5c2
Add skeleton ecdh.[ch]
by Manuel Pégourié-Gonnard
· 13 years ago
14c56a3
Updated for PolarSSL 1.2.4
by Paul Bakker
· 13 years ago
polarssl-1.2.4
39d2adb
Added (skeleton) ecp.[ch]
by Manuel Pégourié-Gonnard
· 13 years ago
fb1ba78
Updated for release 1.2.3
by Paul Bakker
· 13 years ago
polarssl-1.2.3
df5069c
Updated for 1.2.2 release
by Paul Bakker
· 13 years ago
polarssl-1.2.2
9a73632
- Merged changesets 1399 up to and including 1415 into 1.2 branch
by Paul Bakker
· 13 years ago
36fec23
- Updated to 1.2.0
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
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
· 14 years ago
b1dee1c
- Changed commands to lowercase where it was not the case
by Paul Bakker
· 14 years ago
c50132d
- Updated version of PolarSSL to 1.1.0
by Paul Bakker
· 14 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
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
· 15 years ago
b06819b
- Adapted CMake files for the PKCS#11 support
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
9d3a7e4
- Added CMake option USE_SHARED_POLARSSL_LIBRARY to allow for building of shared PolarSSL library
by Paul Bakker
· 15 years ago
547f73d
- Added install targets to the CMake files
by Paul Bakker
· 15 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
367dae4
- Added CMake makefiles as alternative to regular Makefiles.
by Paul Bakker
· 16 years ago