Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
2ed81733a647880f147f6887fd9a1863ddd3ee1b
/
include
a1e3241
Fix macro name from wrong branch
by Manuel Pégourié-Gonnard
· 10 years ago
6152b02
Fixed typos
by Paul Bakker
· 10 years ago
23ce09b
Deprecate HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
a98af5e
Deprecate using NET_C without HAVE_IPV6
by Manuel Pégourié-Gonnard
· 10 years ago
8c3f0f4
Official deprecate compat-1.2.h and openssl.h
by Manuel Pégourié-Gonnard
· 10 years ago
a82135c
Document POLARSSL_CAMELLIA_SMALL_MEMORY
by Manuel Pégourié-Gonnard
· 10 years ago
2a73a90
Fix ifdef issue
by Manuel Pégourié-Gonnard
· 10 years ago
9409e0c
Add support for X.520 uniqueIdentifier
by Manuel Pégourié-Gonnard
· 10 years ago
757ca00
Fix gcc detection in check_config.h
by Manuel Pégourié-Gonnard
· 10 years ago
c70581c
Add POLARSSL_DEPRECATED_{WARNING,REMOVED}
by Manuel Pégourié-Gonnard
· 10 years ago
e658176
Mark a few additional deprecations
by Manuel Pégourié-Gonnard
· 10 years ago
7143284
Use proper doxygen markup to mark deprecations
by Manuel Pégourié-Gonnard
· 10 years ago
1a90147
Add missing extern "C" guard in aesni.h
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
1dd1674
Move private macro from header to C file
by Manuel Pégourié-Gonnard
· 10 years ago
fb57e64
Fix whitespace issues
by Manuel Pégourié-Gonnard
· 10 years ago
50da048
Add heap usage for PK in benchmark
by Manuel Pégourié-Gonnard
· 10 years ago
b8ca723
Only define mode_func if mode is enabled (CBC etc)
by Manuel Pégourié-Gonnard
· 10 years ago
ac1f76c
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6c5abfa
Style: fix trailing spaces
by Manuel Pégourié-Gonnard
· 10 years ago
013bffe
Style: add spaces before line continuation
by Manuel Pégourié-Gonnard
· 10 years ago
401bb90
rebase from development
by Rich Evans
· 10 years ago
16f8cd8
implemented macro overriding for polarssl_* library functions
by Rich Evans
· 10 years ago
4cc8a22
add initial symbols to config and checks to check_config to allow use of macros to define standard functions
by Rich Evans
· 10 years ago
98081c5
reformat and arrange additions to config alphabetically
by Rich Evans
· 10 years ago
c0b6da3
add missing checks to check_config
by Rich Evans
· 10 years ago
c39cb49
add POLARSSL_PLATFORM_EXIT_ALT
by Rich Evans
· 10 years ago
46b0a8d
add platform_set_snprintf
by Rich Evans
· 10 years ago
dda5213
Fix harmless warnings with mingw in timing.c
by Manuel Pégourié-Gonnard
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
e83ac1d
modify include .gitignore to ignore check_config generated when build fails due to incorrect config
by Rich Evans
· 10 years ago
daae3b7
Prepare for mbed TLS 1.3.10 release
by Paul Bakker
· 10 years ago
555fbf8
Support composite RDNs in X.509 certs parsing
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
bbbb3cf
Fix depend that was checked but not documented
by Manuel Pégourié-Gonnard
· 10 years ago
94de331
Fix dependency that was not checked
by Manuel Pégourié-Gonnard
· 10 years ago
3f738ca
Move some ignore patterns to subdirectories
by Manuel Pégourié-Gonnard
· 10 years ago
607d663
Add debug info for cert/suite selection
by Manuel Pégourié-Gonnard
· 10 years ago
e89163c
Fix bug in ssl_get_verify_result()
by Manuel Pégourié-Gonnard
· 10 years ago
d1e7e8b
Fix mips64 bignum implementation
by James Cowgill
· 10 years ago
e94e6e5
Fix stdio (non-)inclusion issues.
by Manuel Pégourié-Gonnard
· 10 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 10 years ago
0a155b8
Fix bug with compatibility memory define/header
by Manuel Pégourié-Gonnard
· 10 years ago
2be147a
Improve documentation of CBC functions
by Manuel Pégourié-Gonnard
· 10 years ago
cfa9a45
Rename in cmake help strings
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
b4fe3cb
Rename to mbed TLS in the documentation/comments
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
11c9192
Fix error code description.
by Manuel Pégourié-Gonnard
· 10 years ago
5b8f7ea
Merge new security defaults for programs (RC4 disabled, SSL3 disabled)
by Paul Bakker
· 10 years ago
c82b7e2
Merge option to disable truncated hmac on the server-side
by Paul Bakker
· 10 years ago
e522d0f
Merge smarter certificate selection for pre-TLS-1.2 clients
by Paul Bakker
· 10 years ago
78803c0
Fix char signedness issue
by Manuel Pégourié-Gonnard
· 10 years ago
f356115
Merge support for 1/n-1 record splitting
by Paul Bakker
· 10 years ago
f6080b8
Merge support for enabling / disabling renegotiation support at compile-time
by Paul Bakker
· 10 years ago
d7e2483
Merge miscellaneous fixes into development
by Paul Bakker
· 10 years ago
5ba1d52
Add memory_buffer_alloc_self_test()
by Manuel Pégourié-Gonnard
· 10 years ago
5cb4b31
Fix missing bound check
by Manuel Pégourié-Gonnard
· 10 years ago
bd47a58
Add ssl_set_arc4_support()
by Manuel Pégourié-Gonnard
· 10 years ago
448ea50
Set min version to TLS 1.0 in programs
by Manuel Pégourié-Gonnard
· 10 years ago
e117a8f
Make truncated hmac a runtime option server-side
by Manuel Pégourié-Gonnard
· 10 years ago
f01768c
Specific error for suites in common but none good
by Manuel Pégourié-Gonnard
· 10 years ago
cfa477e
Allow disabling record splitting at runtime
by Manuel Pégourié-Gonnard
· 10 years ago
d76314c
Add 1/n-1 record splitting
by Manuel Pégourié-Gonnard
· 10 years ago
edd371a
Enhance doc on ssl_write()
by Manuel Pégourié-Gonnard
· 10 years ago
d942323
Skip signature_algorithms ext if PSK only
by Manuel Pégourié-Gonnard
· 10 years ago
837f0fe
Make renego period configurable
by Manuel Pégourié-Gonnard
· 10 years ago
0371704
Switch from an enable to a disable flag
by Manuel Pégourié-Gonnard
· 10 years ago
6186019
Save 48 bytes if SSLv3 is not defined
by Manuel Pégourié-Gonnard
· 10 years ago
615e677
Make renegotiation a compile-time option
by Manuel Pégourié-Gonnard
· 10 years ago
9439f93
Use pk_load_file() in X509
by Manuel Pégourié-Gonnard
· 10 years ago
cb7da35
Fix typo in #ifdef
by Manuel Pégourié-Gonnard
· 10 years ago
150c4f6
Clarify documentation a bit
by Manuel Pégourié-Gonnard
· 10 years ago
3e94493
Fix comment on resumption
by Manuel Pégourié-Gonnard
· 10 years ago
6b298e6
Update comment from draft to RFC
by Manuel Pégourié-Gonnard
· 10 years ago
d16d1cb
Use more #ifdef's on CLI_C and SRV_C in ssl_tls.c
by Manuel Pégourié-Gonnard
· 10 years ago
fd6c85c
Set a compile-time limit to X.509 chain length
by Manuel Pégourié-Gonnard
· 10 years ago
426d4ae
Split x509_crl_parse_der() out of x509_crl_parse()
by Manuel Pégourié-Gonnard
· 10 years ago
70bdadf
Add pk_check_pair()
by Manuel Pégourié-Gonnard
· 10 years ago
30668d6
Add ecp_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
2f8d1f9
Add rsa_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
e10e06d
Blind RSA operations even without CRT
by Manuel Pégourié-Gonnard
· 10 years ago
d056ce0
Use seq_num as AEAD nonce by default
by Manuel Pégourié-Gonnard
· 10 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 10 years ago
769c6b6
Make session-hash depend on TLS versions
by Manuel Pégourié-Gonnard
· 10 years ago
367381f
Add negotiation of Extended Master Secret
by Manuel Pégourié-Gonnard
· 10 years ago
01b2699
Implement FALLBACK_SCSV server-side
by Manuel Pégourié-Gonnard
· 10 years ago
1cbd39d
Implement FALLBACK_SCSV client-side
by Manuel Pégourié-Gonnard
· 10 years ago
9eac4f7
Prepare for release 1.3.9
by Paul Bakker
· 10 years ago
da1b4de
Increase MPI_MAX_BYTES to allow RSA 8192
by Manuel Pégourié-Gonnard
· 10 years ago
9e4ff95
Clarified len parameter of ssl_read()
by Paul Bakker
· 10 years ago
ef5087d
Added explicit casts to prevent compiler warnings when trying to build for iOS
by Sander Niemeijer
· 10 years ago
44ade65
Implement (partial) renego delay on client
by Manuel Pégourié-Gonnard
· 10 years ago
6591962
Allow delay on renego on client
by Manuel Pégourié-Gonnard
· 10 years ago
55e4ff2
Tune comments
by Manuel Pégourié-Gonnard
· 10 years ago
8d4ad07
SHA-2 ciphersuites now require TLS 1.x
by Manuel Pégourié-Gonnard
· 10 years ago
8dcb2d7
Support escaping of commas in x509_string_to_names()
by Paul Bakker
· 10 years ago
Next »