Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a40a101e26ffc1aacf55e471d48a26a9799278f6
/
include
a40a101
Update Doxygen file blocks to remove copyright and license information
by Darryl Green
· 7 years ago
ff81280
Merge branch 'pr_1239' into development-proposed
by Gilles Peskine
· 7 years ago
a79001e
Merge remote-tracking branch 'upstream-public/pr/1167' into development-proposed
by Gilles Peskine
· 7 years ago
d569ecf
Add some corrections based on code review
by nirekh01
· 7 years ago
0bc9e30
Merge remote-tracking branch 'upstream-public/pr/1060' into development
by Jaeden Amero
· 7 years ago
7de0b8a
Merge remote-tracking branch 'upstream-public/pr/1046' into development
by Jaeden Amero
· 7 years ago
35285cc
Merge remote-tracking branch 'upstream-public/pr/1027' into development
by Jaeden Amero
· 7 years ago
efeef6c
Correct typo in bignum.h
by Hanno Becker
· 7 years ago
88683b2
Correct all.sh and config.h after merge commit
by Hanno Becker
· 7 years ago
8bc74d6
Merge branch 'development' into iotssl-1619
by Hanno Becker
· 7 years ago
17196cd
Merge remote-tracking branch 'upstream-public/pr/964' into development
by Gilles Peskine
· 7 years ago
197a6d4
Merge remote-tracking branch 'upstream-public/pr/1097' into development
by Gilles Peskine
· 7 years ago
3fcc045
Merge remote-tracking branch 'upstream-public/pr/866' into development
by Gilles Peskine
· 7 years ago
7c483b6
Merge remote-tracking branch 'upstream-public/pr/865' into development
by Gilles Peskine
· 7 years ago
08ba530
Remove some extra lines
by nirekh01
· 7 years ago
ae3925c
Merge remote-tracking branch 'public/pr/1136' into development
by Manuel Pégourié-Gonnard
· 7 years ago
49762fa
Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h
by nirekh01
· 7 years ago
1f35ca9
Added alternated Diffie-Hellman module.
by Reuven Levin
· 7 years ago
a47023e
Incorporate comments on merge commit
by Hanno Becker
· 7 years ago
32297e8
Merge branch 'development' into iotssl-1619
by Hanno Becker
· 7 years ago
25b96ea
Remove comment on potential future removal of non-CRT fields
by Hanno Becker
· 7 years ago
d92f0aa
mbedtls_timing_get_timer: don't use uninitialized memory
by Gilles Peskine
· 7 years ago
a9edc48
timing interface documentation: minor clarifications
by Gilles Peskine
· 7 years ago
4712119
Merge remote-tracking branch 'restricted/pr/397' into development
by Manuel Pégourié-Gonnard
· 7 years ago
1434a36
Don't split error code description across multiple lines
by Hanno Becker
· 7 years ago
86ffd80
Register new error code in error.h
by Gilles Peskine
· 7 years ago
0884f48
Merge remote-tracking branch 'upstream-public/pr/1141' into development
by Gilles Peskine
· 7 years ago
c538064
Change value of MBEDTLS_ERR_AES_FEATURE_UNAVAILABLE
by Andres Amaya Garcia
· 7 years ago
4b117d9
Merge remote-tracking branch 'upstream-public/pr/1055' into development
by Gilles Peskine
· 7 years ago
5a6da63
Fix indentation for mbedtls_x509_crt_check_key_usage()
by Andres Amaya Garcia
· 7 years ago
c81fcb9
Fix typos in documentation for mbedtls_x509_crt_check_extended_key_usage()
by Andres Amaya Garcia
· 7 years ago
3319555
Improve documentation of mbedtls_rsa_import[_raw]
by Hanno Becker
· 7 years ago
6851b10
Note that disabling SSL_RENEGO doesn't open door for renego attack
by Hanno Becker
· 7 years ago
fc8fbfa
Switch to gender neutral wording in rsa.h
by Hanno Becker
· 7 years ago
554c32d
Mention validate_params does primality tests only if GENPRIME def'd
by Hanno Becker
· 7 years ago
68767a6
Improve documentation in mbedtls_rsa_check_privkey
by Hanno Becker
· 7 years ago
f8c028a
Minor corrections
by Hanno Becker
· 7 years ago
c36aab6
Swap D,E parameters in mbedtls_rsa_deduce_primes
by Hanno Becker
· 7 years ago
9fb0205
Fix typo in asn1.h
by Andres Amaya Garcia
· 7 years ago
3226d36
Fix typo in configuration
by Ron Eldor
· 7 years ago
d22b78b
Switch to old model for alternative implementations
by Hanno Becker
· 7 years ago
08f055e
Don't remove CRT parameters from RSA context for ABI compatibility
by Hanno Becker
· 7 years ago
a565f54
Introduce new files rsa_internal.[ch] for RSA helper functions
by Hanno Becker
· 7 years ago
a84c1cb
Address PR cpomments reviews
by Ron Eldor
· 7 years ago
f9e184b
Remove PRNG argument from `mbedtls_rsa_complete`
by Hanno Becker
· 7 years ago
314adb6
Address PR review comments
by Ron Eldor
· 7 years ago
1e801f5
Clarify guarantees made by `rsa_complete` and `rsa_check_privkey`
by Hanno Becker
· 7 years ago
68b4d58
Remove PRNG argument from `mbedtls_rsa_deduce_moduli`
by Hanno Becker
· 7 years ago
1a9a51c
Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog.
by Hanno Becker
· 8 years ago
0446a39
Enhance documentation of mbedtls_ssl_set_hostname
by Hanno Becker
· 8 years ago
bc389d1
Extend scope of ERR_RSA_UNSUPPORTED_OPERATION error code
by Hanno Becker
· 7 years ago
3cdc711
Deprecate usage of RSA primitives with wrong key type
by Hanno Becker
· 7 years ago
0f65e0c
Rename `rsa_deduce_moduli` to `rsa_deduce_primes`
by Hanno Becker
· 7 years ago
8ba6ce4
Rename `rsa_deduce_private` to `rsa_deduce_private_exponent`
by Hanno Becker
· 7 years ago
5178dca
Clarify parameter ownership in `mbedtls_rsa_import[_raw]`
by Hanno Becker
· 7 years ago
b5beaa8
Check that 1 < D, E < N in `mbedtls_rsa_validate_params`
by Hanno Becker
· 7 years ago
c6fc878
Remove `mbedtls_rsa_check_crt`
by Hanno Becker
· 7 years ago
98838b0
Minor improvements
by Hanno Becker
· 7 years ago
7471631
Make input arguments to `mbedtls_rsa_import_raw` constant
by Hanno Becker
· 7 years ago
43a08d0
Clarify guarantees made by `rsa_check_privkey` and `rsa_complete`
by Hanno Becker
· 7 years ago
1b831fe
Clarify guarantees made by `rsa_deduce_moduli/private/crt`
by Hanno Becker
· 7 years ago
bdefff1
Change signature of `mbedtls_rsa_deduce_private`
by Hanno Becker
· 7 years ago
ba5b755
Change signature and semantics of `mbedtls_rsa_deduce_moduli`
by Hanno Becker
· 7 years ago
2f38a43
Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog.
by Hanno Becker
· 8 years ago
f5f9d11
Enhance documentation of mbedtls_ssl_set_hostname
by Hanno Becker
· 8 years ago
56bae95
Improve style and documentation, fix typo
by Hanno Becker
· 7 years ago
4b2f691
Doxygen: Use typewriter font for variables in rsa.h documentation
by Hanno Becker
· 7 years ago
ed20361
Increase readability of Doxygen output
by Hanno Becker
· 7 years ago
91c194d
Add and document an RSA-specific error code for unsupported exports
by Hanno Becker
· 7 years ago
5063cd2
Deprecate direct manipulation of structure fields in RSA context
by Hanno Becker
· 7 years ago
1526330
Allow alternate implementation of GCM
by Jaeden Amero
· 7 years ago
603b8c6
Clarify guarantees made by successful mbedtls_rsa_complete call
by Hanno Becker
· 7 years ago
d363799
Add mbedtls_rsa_validate_crt
by Hanno Becker
· 7 years ago
750e8b4
Rename rsa_check_params->rsa_validate_params and change error codes
by Hanno Becker
· 7 years ago
b0c5edc
Correct typo in rsa.h
by Hanno Becker
· 7 years ago
ab37731
Add support for alternative RSA implementations
by Hanno Becker
· 7 years ago
1a59e79
Remove CRT fields from RSA context if RSA_NO_CRT is defined
by Hanno Becker
· 7 years ago
8fd5548
Minor formatting changes
by Hanno Becker
· 7 years ago
cbb59bc
Extend RSA interface to allow structure-independent setup
by Hanno Becker
· 7 years ago
a3ebec2
Declare RSA helper functions
by Hanno Becker
· 7 years ago
f231eaa
Add configuration file in md.h
by Ron Eldor
· 7 years ago
72ea31b
Update version number to 2.6.0
by Simon Butcher
· 7 years ago
mbedtls-2.6.0
433f39c
ECDH alternative implementation support
by Ron Eldor
· 7 years ago
b68733b
ECDSA alternative support
by Ron Eldor
· 7 years ago
61937d4
Rename time and index parameter to avoid name conflict.
by Hanno Becker
· 8 years ago
c630ce6
Improve MBEDTLS_NO_UDBL_DIVISION description
by Andres Amaya Garcia
· 7 years ago
df1486a
Remove MBEDTLS_TYPE_UDBL option
by Andres Amaya Garcia
· 7 years ago
b39467d
Fix check_config.h #error directive
by Andres Amaya Garcia
· 7 years ago
93db11a
Fix typo in check_config.h
by Andres Amaya Garcia
· 7 years ago
b1a977f
MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION
by Gilles Peskine
· 7 years ago
d7fce00
Allow forcing 64-bit integer type
by Andres Amaya Garcia
· 7 years ago
aa27dfe
Enable 64-bit compilation with ARM Compiler 6
by Andres Amaya Garcia
· 8 years ago
a95d630
Fix platform setup/teardown feature and comments
by Simon Butcher
· 7 years ago
d3be27a
Add additional comments to platform setup/teardown functions
by Simon Butcher
· 7 years ago
d91f99f
Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT
by Andres Amaya Garcia
· 7 years ago
64b02cd
Improve documentation for mbedtls_platform_context
by Andres Amaya Garcia
· 7 years ago
3c8a39d
Remove internal functions from setup API
by Andres Amaya Garcia
· 7 years ago
2a6f39c
Add library setup and teardown APIs
by Andres Amaya Garcia
· 7 years ago
ca1cdb2
Make minor changes to documentation
by Hanno Becker
· 7 years ago
bedc205
Export mbedtls_aes_(en/de)crypt to retain for API compatibility
by Hanno Becker
· 7 years ago
Next »