Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
4b1140725871024afe20a1f932bffce2b5cf21f8
4b11407
Cosmetic changes
by Andrzej Kurek
· 7 years ago
5f7bad3
Add CSR write testing using opaque keys
by Andrzej Kurek
· 7 years ago
5fec086
pkwrite: add opaque key handling for public key exporting
by Andrzej Kurek
· 7 years ago
23a1ccd
Fix test that wasn't actually effective
by Manuel Pégourié-Gonnard
· 7 years ago
fa9a1ca
Improve description of a test
by Manuel Pégourié-Gonnard
· 7 years ago
347a00e
Add test utility function: wrap_as_opaque()
by Manuel Pégourié-Gonnard
· 7 years ago
59eecb0
Guard against PSA generating invalid signature
by Manuel Pégourié-Gonnard
· 7 years ago
9a5a77b
Use shared function for error translation
by Manuel Pégourié-Gonnard
· 7 years ago
45013a1
Fix a compliance issue in signature encoding
by Manuel Pégourié-Gonnard
· 7 years ago
509aff1
Improve documentation of an internal function
by Manuel Pégourié-Gonnard
· 7 years ago
d8454bc
Get rid of large stack buffers in PSA sign wrapper
by Manuel Pégourié-Gonnard
· 7 years ago
2f2b396
Add new macro to detemine ECDSA signature length
by Manuel Pégourié-Gonnard
· 7 years ago
392dc04
Improve documentation of mbedtls_pk_setup_opaque()
by Manuel Pégourié-Gonnard
· 7 years ago
69baf70
Align names to use "opaque" only everywhere
by Manuel Pégourié-Gonnard
· 7 years ago
3686771
Implement pk_sign() for opaque ECDSA keys
by Manuel Pégourié-Gonnard
· 7 years ago
d97390e
Add tests for unsupported operations/functions
by Manuel Pégourié-Gonnard
· 7 years ago
920c063
Implement can_do for opaque ECC keypairs
by Manuel Pégourié-Gonnard
· 7 years ago
0184b3c
Add support for get_(bit)len on opaque keys
by Manuel Pégourié-Gonnard
· 7 years ago
01a12c4
Add key generation to opaque test function
by Manuel Pégourié-Gonnard
· 7 years ago
7b5fe04
Implement alloc/free wrappers for pk_opaque_psa
by Manuel Pégourié-Gonnard
· 7 years ago
eaeb7b2
Clarify return value of pk_check_pair()
by Manuel Pégourié-Gonnard
· 7 years ago
20678b2
Skeleton for PK_OPAQUE_PSA
by Manuel Pégourié-Gonnard
· 7 years ago
6e02197
Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh
by Hanno Becker
· 7 years ago
4d30776
Remove double white space
by Hanno Becker
· 7 years ago
186b65a
Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h
by Hanno Becker
· 7 years ago
51560b6
State explicitly that any API depending on PSA is unstable
by Hanno Becker
· 7 years ago
f0cd619
Update VisualC files
by Hanno Becker
· 7 years ago
f5f9ea2
Improve documentation of mbedtls_psa_err_translate_pk()
by Hanno Becker
· 7 years ago
010cf7e
Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode()
by Hanno Becker
· 7 years ago
000334f
Add function to translate PSA errors to PK module errors
by Hanno Becker
· 7 years ago
afebf5a
Fix Doxygen annotation in psa_util.h
by Hanno Becker
· 7 years ago
5a9942e
Initialize PSA Crypto implementation in ssl_server2
by Hanno Becker
· 7 years ago
b2b468b
Initialize PSA Crypto implementation in ssl_client2.c
by Hanno Becker
· 7 years ago
1cfc5dd
Initialize PSA Crypto implementation at the start of each test suite
by Hanno Becker
· 7 years ago
b26c193
Make PSA utility functions static inline
by Hanno Becker
· 7 years ago
5525126
Add PSA-to-Mbed TLS translations for cipher module
by Hanno Becker
· 7 years ago
87837b2
Add internal header for PSA utility functions
by Hanno Becker
· 7 years ago
655c0a8
Add build using PSA to all.sh
by Manuel Pégourié-Gonnard
· 7 years ago
aeefa49
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
55517ae
Merge remote-tracking branch 'public/pr/2146' into development-proposed
by Simon Butcher
· 7 years ago
bc554f6
Document Mbed Crypto and the PSA API
by Gilles Peskine
· 7 years ago
3f6470a
psa: Add ChangeLog entry for adding Mbed Crypto
by Jaeden Amero
· 7 years ago
acaabe7
crypto: Test without crypto as a submodule
by Jaeden Amero
· 7 years ago
ed93bdc
crypto: Test with crypto as a submodule
by Jaeden Amero
· 7 years ago
ffeb1b8
abi_check: Update submodules
by Jaeden Amero
· 7 years ago
7acb0cf
abi_check: Allow checking current checkout
by Jaeden Amero
· 7 years ago
484ee33
psa: Add PSA Crypto configuration
by Jaeden Amero
· 7 years ago
30b340a
crypto: Add mbedtls-psa as a submodule
by Jaeden Amero
· 7 years ago
4cb814e
cmake: Use finer grained include directory
by Jaeden Amero
· 7 years ago
2d0e00f
all.sh: Cleanup CMakeFiles
by Jaeden Amero
· 7 years ago
556d7d9
Merge pull request #532 from sbutcher-arm/version-2.14.0
by Simon Butcher
· 7 years ago
mbedtls-2.14.0
c1b9892
Update library version number to 2.14.0
by Simon Butcher
· 7 years ago
b35e59d
Refine the language in the ChangeLog
by Simon Butcher
· 7 years ago
681edee
Fix language and formatting in ChangeLog
by Simon Butcher
· 7 years ago
06d80cf
Fix merge of Changelog 128bit CTR_DRBG entry
by Simon Butcher
· 7 years ago
de13963
Merge remote-tracking branch 'restricted/pr/520' into development-restricted-proposed
by Simon Butcher
· 7 years ago
cdd1a6c
Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed
by Simon Butcher
· 7 years ago
2ab14bb
Clarified new platform errors in the ChangeLog
by Simon Butcher
· 7 years ago
e51d4b3
Merge remote-tracking branch 'public/pr/2054' into development-proposed
by Simon Butcher
· 7 years ago
6aa9fb4
Add ChangeLog entry
by Ron Eldor
· 7 years ago
9924bdc
Deprecate hardware acceleration errors
by Ron Eldor
· 7 years ago
bcca58c
Add common feature unavailable error
by Ron Eldor
· 7 years ago
d83448b
Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed
by Simon Butcher
· 7 years ago
53b45ec
Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed
by Simon Butcher
· 7 years ago
bbc31b4
Merge remote-tracking branch 'public/pr/2085' into development-restricted-proposed
by Simon Butcher
· 7 years ago
93a9b49
Merge remote-tracking branch 'public/pr/2077' into development-restricted-proposed
by Simon Butcher
· 7 years ago
361ce6c
Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed
by Simon Butcher
· 7 years ago
c818131
Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed
by Simon Butcher
· 7 years ago
241823a
Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed
by Simon Butcher
· 7 years ago
42ab4ae
Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed
by Simon Butcher
· 7 years ago
51b6abb
Merge remote-tracking branch 'public/pr/2165' into development-proposed
by Simon Butcher
· 7 years ago
f143a78
Adapt ChangeLog
by Hanno Becker
· 7 years ago
7213744
Fix typo in comment
by Ron Eldor
· 7 years ago
2981d8f
Change to positive flow for all cases
by Ron Eldor
· 7 years ago
93ace01
Revert positive flow check
by Ron Eldor
· 7 years ago
b430d9f
Change to positive checks
by Ron Eldor
· 7 years ago
19779c4
Some style and documentation fixes
by Ron Eldor
· 7 years ago
5ed8c1e
Avoid using restartable and alternative ECP imp.
by Ron Eldor
· 7 years ago
d3445da
Adapt ChangeLog
by Hanno Becker
· 7 years ago
b75ffb5
Don't perform binary comparison of CRL issuer and CA subject
by Hanno Becker
· 7 years ago
1f8527f
Move static x509_name_cmp() in library/x509_crt.c
by Hanno Becker
· 7 years ago
a8b13d7
Add tests for relaxed CRL-CA name comparison
by Hanno Becker
· 7 years ago
06f88e9
Merge remote-tracking branch 'public/pr/2007' into development-proposed
by Simon Butcher
· 7 years ago
76646a4
Merge remote-tracking branch 'public/pr/1777' into development-proposed
by Simon Butcher
· 7 years ago
2705bea
Merge remote-tracking branch 'public/pr/2095' into development-proposed
by Simon Butcher
· 7 years ago
710f203
Merge branch 'iotssl-1770' into development_thomas_dee
by Hanno Becker
· 7 years ago
5517755
Improve wording and formatting of ASN.1 write module documentation
by Hanno Becker
· 7 years ago
cec1c26
Break overly long line in library/x509_create.c
by Hanno Becker
· 7 years ago
ee334a3
Remove Doxygen tags from documentation of private structure
by Hanno Becker
· 7 years ago
beffcd8
Update hardcoded certificates in library/certs.c
by Hanno Becker
· 7 years ago
6e1adee
Regenerate test files
by Hanno Becker
· 7 years ago
381c77c
Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug
by Hanno Becker
· 7 years ago
b12fd31
Adapt ChangeLog
by Hanno Becker
· 7 years ago
cb93813
Don't perform binary comparison of CRL issuer and CA subject
by Hanno Becker
· 7 years ago
0f6903d
Move static x509_name_cmp() in library/x509_crt.c
by Hanno Becker
· 7 years ago
52acdb5
Add tests for relaxed CRL-CA name comparison
by Hanno Becker
· 7 years ago
b963081
Generate tests/data_files/test-ca_cat[12|21].crt from Makefile
by Hanno Becker
· 7 years ago
386f99c
Generate cli-rsa* CSRs and CRTs through Mbed TLS applications
by Hanno Becker
· 7 years ago
0dd1139
Generate server5.req.ku.sha1 through Mbed TLS application
by Hanno Becker
· 7 years ago
ebc1f40
Generate server2* CSRs and CRTs through Mbed TLS applications
by Hanno Becker
· 7 years ago
Next »