Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
ebd2c024dc90527b9fd019b9f096b2e1283fd5f7
/
include
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
f9e184b
Remove PRNG argument from `mbedtls_rsa_complete`
by Hanno Becker
· 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
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
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
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
fdd11b2
Improve MBEDTLS_NO_UDBL_DIVISION description
by Andres Amaya Garcia
· 7 years ago
de2e704
Remove MBEDTLS_TYPE_UDBL option
by Andres Amaya Garcia
· 7 years ago
713c6fd
Fix check_config.h #error directive
by Andres Amaya Garcia
· 7 years ago
bebc5f6
Fix typo in check_config.h
by Andres Amaya Garcia
· 7 years ago
9a9adcd
MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION
by Gilles Peskine
· 7 years ago
6ee7dad
Allow forcing 64-bit integer type
by Andres Amaya Garcia
· 7 years ago
05d9535
Enable 64-bit compilation with ARM Compiler 6
by Andres Amaya Garcia
· 8 years ago
c0da47d
Fix platform setup/teardown feature and comments
by Simon Butcher
· 7 years ago
be4f75c
Add additional comments to platform setup/teardown functions
by Simon Butcher
· 7 years ago
9da6951
Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT
by Andres Amaya Garcia
· 7 years ago
9d80a36
Improve documentation for mbedtls_platform_context
by Andres Amaya Garcia
· 7 years ago
82d7314
Remove internal functions from setup API
by Andres Amaya Garcia
· 7 years ago
122d899
Add library setup and teardown APIs
by Andres Amaya Garcia
· 7 years ago
1a28b01
Make minor changes to documentation
by Hanno Becker
· 7 years ago
489b985
Export mbedtls_aes_(en/de)crypt to retain for API compatibility
by Hanno Becker
· 7 years ago
649dcab
Clarify documentation for alternative AES implementations
by Hanno Becker
· 7 years ago
544039a
Undo API change
by Hanno Becker
· 7 years ago
a9e775e
Remove mutexes from ECP hardware acceleration
by Janos Follath
· 7 years ago
248ae6d
Improve documentation of PKCS1 decryption functions
by Hanno Becker
· 8 years ago
f2a597f
Update the version number to 2.5.1
by Simon Butcher
· 7 years ago
mbedtls-2.5.1
4a42f3c
Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
db108ac
Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development
by Manuel Pégourié-Gonnard
· 7 years ago
1178ac5
Merge remote-tracking branch 'hanno/sliding_exponentiation' into development
by Manuel Pégourié-Gonnard
· 7 years ago
4a810fb
Fix mbedtls_ssl_read
by Hanno Becker
· 8 years ago
af0665d
Simplify retaining of messages for future processing
by Hanno Becker
· 8 years ago
c44c3c2
Merge remote-tracking branch 'janos/iotssl-1156-ecdsa-sample-and-doc-clarification' into development
by Manuel Pégourié-Gonnard
· 7 years ago
f11d33b
Cleaned up negative test predicate for test case
by Gilles Peskine
· 8 years ago
5d2511c
SHA-1 deprecation: allow it in key exchange
by Gilles Peskine
· 8 years ago
4fa6bed
X.509 tests: obey compile-time SHA-1 support option
by Gilles Peskine
· 8 years ago
5e79cb3
Remove SHA-1 in TLS by default
by Gilles Peskine
· 8 years ago
23b33f8
Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development
by Manuel Pégourié-Gonnard
· 7 years ago
9f77017
Updated version number to 2.5.0
by Simon Butcher
· 8 years ago
mbedtls-2.5.0
f5bf718
Change return type of AES decrypt and encrypt
by Andres AG
· 8 years ago
088ce43
Implement optional CA list suppression in Certificate Request
by Janos Follath
· 8 years ago
75fdf63
Remove obsolete macros from compat-1.3.h
by Andres Amaya Garcia
· 8 years ago
7e5437a
Remember suitable hash function for any signature algorithm.
by Hanno Becker
· 8 years ago
1aa267c
Introduce macros and functions to characterize certain ciphersuites.
by Hanno Becker
· 8 years ago
af610a0
Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h)
by Andres Amaya Garcia
· 8 years ago
5634b86
Apply feedback to ECP internal interface documentation
by Janos Follath
· 8 years ago
aab9efb
Add doxygen documentation to the new ECP interface
by Janos Follath
· 8 years ago
333d163
Remove obsolote ECP abstraction macros
by Janos Follath
· 8 years ago
c44ab97
Apply review feedback on ECP interface
by Janos Follath
· 8 years ago
b8a90fb
Update ECP hardware abstraction interface
by Janos Follath
· 8 years ago
ee782bc
Adjust documentation to new ECP function names.
by Janos Follath
· 8 years ago
552f6b6
Add global mutex for asymmetric crypto accelerator
by Janos Follath
· 8 years ago
16e63ea
Fix alternative ECP function names
by Janos Follath
· 8 years ago
4d9c69d
Fix ECP alternative macro names
by Janos Follath
· 8 years ago
47d28f0
Remove alt_internal directory
by Janos Follath
· 8 years ago
372697b
Clean up ECP abstraction layer code
by Janos Follath
· 8 years ago
b069753
ECP: Add module and function level replacement options.
by Janos Follath
· 8 years ago
b2034b7
Fix potential stack underflow in mpi_read_file.
by Hanno Becker
· 8 years ago
4bcb491
Abort modular inversion when modulus is one.
by Hanno Becker
· 8 years ago
0a5154b
Clarify the use of ECDSA API
by Janos Follath
· 8 years ago
aca11a0
Fixed typo in ssl.h
by Jaakko Korhonen
· 8 years ago
ee75b9b
Add clarification to the TLS renegotiation period
by Simon Butcher
· 8 years ago
1d4db5b
Merge 'iotssl-1099-incorrect-renego-dtls'
by Simon Butcher
· 8 years ago
a90f6bd
Merge PR #737 - type in ssl.h
by Simon Butcher
· 8 years ago
4d1e104
Merge iotssl-1079-macro-redefinition-warning
by Simon Butcher
· 8 years ago
18c5c59
Fix renegotiation at incorrect times in DTLS
by Andres AG
· 8 years ago
14918fb
Fixed typo in ssl.h
by Jaakko Korhonen
· 8 years ago
f4957a8
Clarify CMAC API
by Simon Butcher
· 8 years ago
1808dc0
Update library version number to 2.4.1
by Janos Follath
· 8 years ago
ee7157e
Fix redefinition of macro ssl_set_bio
by Andres AG
· 8 years ago
b67c897
removed outdated comment
by DSiekmeier
· 8 years ago
2adecba
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 8 years ago
2cb4739
Fix multiple erroneously named source files in comments
by Simon Butcher
· 8 years ago
16c54ee
Update library version number to 2.4.0
by Simon Butcher
· 8 years ago
8e00410
Merge fix for AEAD Random IVs
by Simon Butcher
· 8 years ago
9900014
Merge fix for IE Certificate Compatibility
by Simon Butcher
· 8 years ago
314d8a8
Fix documentation for mbedtls_gcm_finish()
by Andres AG
· 8 years ago
Next »