TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
f29e5de09d38fbf854b658ecb10a9ac54d24db2c
/
include
/
polarssl
/
config.h
6b298e6
Update comment from draft to RFC
by Manuel Pégourié-Gonnard
· 11 years ago
fd6c85c
Set a compile-time limit to X.509 chain length
by Manuel Pégourié-Gonnard
· 11 years ago
d056ce0
Use seq_num as AEAD nonce by default
by Manuel Pégourié-Gonnard
· 11 years ago
da1b4de
Increase MPI_MAX_BYTES to allow RSA 8192
by Manuel Pégourié-Gonnard
· 11 years ago
481fcfd
Make PSK_LEN configurable and adjust PMS size
by Manuel Pégourié-Gonnard
· 11 years ago
dfc7df0
Add SSL_CIPHERSUITES config option
by Manuel Pégourié-Gonnard
· 11 years ago
237a847
Fix typos in comments
by Paul Bakker
· 11 years ago
bf31977
Update BIGNUM_C comments
by Manuel Pégourié-Gonnard
· 11 years ago
dc16aa7
Improve comments on POLARSSL_ERROR_STRERROR_DUMMY
by Manuel Pégourié-Gonnard
· 11 years ago
01edb10
Add POLARSSL_REMOVE_RC4_CIPHERSUITES
by Manuel Pégourié-Gonnard
· 11 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 11 years ago
bf696d0
Make sig_opts non-optional in X509 structures
by Manuel Pégourié-Gonnard
· 11 years ago
59a75d5
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
b5212b4
Merge CCM cipher mode and ciphersuites
by Paul Bakker
· 11 years ago
64a96ea
Fix typo in a6916fa
by Paul Bakker
· 11 years ago
4d8db4a
Fix typo in a config.h #define
by Manuel Pégourié-Gonnard
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
14d5595
Split config checks to separate file
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
eaebbd5
debug_set_log_mode() added to determine raw or full logging
by Paul Bakker
· 11 years ago
088c5c5
POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually
by Paul Bakker
· 11 years ago
03b6a46
Properly comment two defines in config.h
by Paul Bakker
· 11 years ago
7afb8a0
Add x509_crt_check_extended_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
603116c
Add x509_crt_check_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
0763a40
Merged support for the ALPN extension
by Paul Bakker
· 11 years ago
27e36d3
Support for the ALPN SSL extension (re-enabled in config.h)
by Paul Bakker
· 11 years ago
95a0d11
Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined.
by Shuo Chen
· 11 years ago
83d8c73
Disable ALPN by default
by Manuel Pégourié-Gonnard
· 11 years ago
7e250d4
Add ALPN interface
by Manuel Pégourié-Gonnard
· 11 years ago
a27cd4c
Fix ENTROPY_LEN check
by Manuel Pégourié-Gonnard
· 11 years ago
eb82a74
Fix header issue with default malloc()
by Manuel Pégourié-Gonnard
· 11 years ago
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
Next »