TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
6fac3515d08fa0a3b4d85fd2a309c158f5adb9ee
/
include
/
polarssl
/
config.h
6fac351
Make support for SpecifiedECDomain optional
by Manuel Pégourié-Gonnard
· 11 years ago
5d917ff
Add a 'sni' option to ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
bb4dd37
Add a warning against compression in config.h
by Manuel Pégourié-Gonnard
· 11 years ago
c909308
Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
by Manuel Pégourié-Gonnard
· 11 years ago
2ceda57
Ability to force the Entropy module to use SHA-256 as its basis
by Paul Bakker
· 11 years ago
f2561b3
Ability to provide alternate timing implementation
by Paul Bakker
· 11 years ago
6a28e72
Merged platform compatibility layer
by Paul Bakker
· 11 years ago
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
ab50d8d
Merged RSA-PSS support in Certificate, CSR and CRL
by Paul Bakker
· 11 years ago
7926570
Disable ecp_set_curve() for compatibility
by Manuel Pégourié-Gonnard
· 11 years ago
de05390
Rename ecdh_curve_list to curve_list
by Manuel Pégourié-Gonnard
· 12 years ago
5de2580
Make ssl_set_ecdh_curves() a compile-time option
by Manuel Pégourié-Gonnard
· 12 years ago
5fb8efe
Merged HMAC-DRBG code
by Paul Bakker
· 11 years ago
ffd94cc
Fix curve list in dependency checking
by Manuel Pégourié-Gonnard
· 12 years ago
0520b60
Make options configurable for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 12 years ago
7845fc0
Use new HMAC_DRBG module for deterministic ECDSA
by Manuel Pégourié-Gonnard
· 12 years ago
490bdf3
Add minimalistic HMAC_DRBG implementation
by Manuel Pégourié-Gonnard
· 12 years ago
ce7c6fd
Fix dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
b1d4eb1
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
bf98c3d
Merged deterministic ECDSA
by Paul Bakker
· 12 years ago
5862eee
Merged RIPEMD-160 support
by Paul Bakker
· 12 years ago
9f4c162
Support alternative implementation for RIPEMD-160 (POLARSSL_RIPEMD160_ALT)
by Paul Bakker
· 12 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 12 years ago
ea499a7
Add support for secp192k1
by Manuel Pégourié-Gonnard
· 12 years ago
18e3ec9
Add support for secp224k1
by Manuel Pégourié-Gonnard
· 12 years ago
cab4a88
Add RIPEMD-160 (core functions)
by Manuel Pégourié-Gonnard
· 12 years ago
f51c8fc
Add support for secp256k1 arithmetic
by Manuel Pégourié-Gonnard
· 12 years ago
5b1a573
Document dependency of ECDSA_DETERMINISTIC on MD_C
by Manuel Pégourié-Gonnard
· 12 years ago
461d416
Add minified HMAC_DRBG for deterministic ECDSA
by Manuel Pégourié-Gonnard
· 12 years ago
a8fd3e3
Removed POLARSSL_THREADING_DUMMY option
by Paul Bakker
· 12 years ago
c738791
Merged ECP memory usage optimizations
by Paul Bakker
· 12 years ago
9e4191c
Add another option to reduce EC memory usage
by Manuel Pégourié-Gonnard
· 12 years ago
92ac76f
Add files for (upcoming) AES-NI support
by Manuel Pégourié-Gonnard
· 12 years ago
1321135
Fix MingW version issue
by Manuel Pégourié-Gonnard
· 12 years ago
5a607d2
Merged IPv6 support in the NET module
by Paul Bakker
· 12 years ago
767f02c
Update IPv6 comments in config.h
by Manuel Pégourié-Gonnard
· 12 years ago
10934de
Adapt net_connect() for IPv6
by Manuel Pégourié-Gonnard
· 12 years ago
25781b2
Add ECDH_RSA and ECDH_ECDSA ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
e1b665e
Added POLARSSL_ECP_MAX_SIZE and POLARSSL_ECP_WINDOW_SIZE to config.h
by Paul Bakker
· 12 years ago
6615366
Add Curve25519 to known groups
by Manuel Pégourié-Gonnard
· 12 years ago
9dc53a9
Merged client ciphersuite order preference option
by Paul Bakker
· 12 years ago
1a9f2c7
Add option to respect client ciphersuite order
by Manuel Pégourié-Gonnard
· 12 years ago
964bf9b
Quit using readdir_r()
by Manuel Pégourié-Gonnard
· 12 years ago
1642122
Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
by Paul Bakker
· 12 years ago
3f917e2
Merged optimizations for MODP NIST curves
by Paul Bakker
· 12 years ago
18dc0e2
CERTS_C depends on PEM_PARSE_C
by Manuel Pégourié-Gonnard
· 12 years ago
7c3291e
Check dependencies of protocol versions on hashes
by Manuel Pégourié-Gonnard
· 12 years ago
c59c9c1
Fix typo in b8012fca (ECP needs at least one curve)
by Manuel Pégourié-Gonnard
· 12 years ago
9d70373
Update ciphersuite lists in config.h
by Manuel Pégourié-Gonnard
· 12 years ago
7bd8a99
Fix GCM dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
c04c530
Make NIST curves optimisation an option
by Manuel Pégourié-Gonnard
· 12 years ago
f34673e
Merged RSA-PSK key-exchange and ciphersuites
by Paul Bakker
· 12 years ago
376e815
Merged ECDHE-PSK ciphersuites
by Paul Bakker
· 12 years ago
a7ea6a5
config.h is more script-friendly
by Paul Bakker
· 12 years ago
0fae60b
Implement RSA-PSK key exchange
by Manuel Pégourié-Gonnard
· 12 years ago
be089b0
Introduced POLARSSL_HAVE_READDIR_R for systems without it
by Paul Bakker
· 12 years ago
057e0cf
Fix ciphersuites dependencies on MD5 and SHA1
by Manuel Pégourié-Gonnard
· 12 years ago
225d6aa
Add ECDHE_PSK ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
3ce3bbd
Add support for ECDHE_PSK key exchange
by Manuel Pégourié-Gonnard
· 12 years ago
b8012fc
Adjust dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
8195c1a
Add identifiers for Brainpool curves
by Manuel Pégourié-Gonnard
· 12 years ago
6838bd1
Clarified threading issues
by Paul Bakker
· 12 years ago
2466d93
Threading abstraction layer added
by Paul Bakker
· 12 years ago
cbf3ef3
RSA and ECDSA key exchanges don't depend on CRL
by Manuel Pégourié-Gonnard
· 12 years ago
c27c4e2
Support faulty X509 v1 certificates with extensions
by Paul Bakker
· 12 years ago
fe28646
Fix references to x509parse in config.h
by Manuel Pégourié-Gonnard
· 12 years ago
09fff7e
Cosmetics in config.h
by Manuel Pégourié-Gonnard
· 12 years ago
1a48383
SSL_TLS doesn't depend on PK any more
by Manuel Pégourié-Gonnard
· 12 years ago
1032c1d
Fix some dependencies and warnings in small config
by Manuel Pégourié-Gonnard
· 12 years ago
f20ba4b
Minor typo in config.h
by Paul Bakker
· 12 years ago
7c6b2c3
Split up X509 files into smaller modules
by Paul Bakker
· 12 years ago
cff6842
POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C
by Paul Bakker
· 12 years ago
4606c73
Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C
by Paul Bakker
· 12 years ago
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 12 years ago
f7dc378
Make CBC an option, step 1: ssl ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
9013af7
Merged major refactoring of x509write module into development
by Paul Bakker
· 12 years ago
0237620
Fix some dependencies declaration
by Manuel Pégourié-Gonnard
· 12 years ago
dcbfdcc
Updated doxygen documentation in header files and HTML pages
by Paul Bakker
· 12 years ago
eba3ccf
Typo in config.h
by Paul Bakker
· 12 years ago
48377d9
Configuration option to enable/disable POLARSSL_PKCS1_V15 operations
by Paul Bakker
· 12 years ago
577e006
Merged ECDSA-based key-exchange and ciphersuites into development
by Paul Bakker
· 12 years ago
51be559
Fix PKCS#11 deps: now goes through PK
by Manuel Pégourié-Gonnard
· 12 years ago
c40b4c3
Add configuration item for the PK module
by Manuel Pégourié-Gonnard
· 12 years ago
32ea60a
Declare ECDSA key exchange and ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
0be444a
Ability to disable server_name extension (RFC 6066)
by Paul Bakker
· 12 years ago
d2f068e
Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually
by Paul Bakker
· 12 years ago
fb08fd2
Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available
by Paul Bakker
· 12 years ago
4846f5e
ecdsa now depends on ASN.1 parse & write
by Manuel Pégourié-Gonnard
· 12 years ago
04784f5
Added config check for SSL/TLS module that depends on cipher layer
by Paul Bakker
· 12 years ago
59da0a4
Added config check for POLARSSL_SSL_SESSION_TICKETS
by Paul Bakker
· 12 years ago
1f2bc62
Made support for the truncated_hmac extension configurable
by Paul Bakker
· 12 years ago
05decb2
Made support for the max_fragment_length extension configurable
by Paul Bakker
· 12 years ago
606b4ba
Session ticket expiration checked on server
by Paul Bakker
· 12 years ago
a503a63
Made session tickets support configurable from config.h
by Paul Bakker
· 12 years ago
48e93c8
Made padding modes configurable from config.h
by Paul Bakker
· 12 years ago
fa9b100
Also compiles / runs without time-based functions in OS
by Paul Bakker
· 12 years ago
ecd54fb
Disable POLARSSL_TIMING_C by default (only required for HAVEGE)
by Paul Bakker
· 12 years ago
6e339b5
Memory-allocation abstraction layer and buffer-based allocator added
by Paul Bakker
· 12 years ago
9e36f04
SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
by Paul Bakker
· 12 years ago
Next »