TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
8bf5613336f159c70560d3d93cd6c8362e102472
/
include
8f7921e
HMAC_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
e5e9081
Merge pull request #287 from gilles-peskine-arm/ctr_drbg-doc-nist-crypto
by Gilles Peskine
· 6 years ago
cb5fa8b
Merge pull request #279 from athoelke/at-fix262
by Jaeden Amero
· 6 years ago
3602938
Merge pull request #285 from gilles-peskine-arm/psa-se_driver-validate_save_persistent
by Gilles Peskine
· 6 years ago
1bbe284
Merge pull request #272 from adrianlshaw/document_old_algs
by Gilles Peskine
· 6 years ago
43326f0
Change PSA_DH_GROUP_CUSTOM to not be in the vendor-defined range
by Gilles Peskine
· 6 years ago
6e59505
Recommend use of GREASE values for vendor defined DH groups
by Andrew Thoelke
· 6 years ago
691ec52
Remove over-specific RFC references
by Andrew Thoelke
· 6 years ago
77d4457
mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
dddda81
mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
9ab7c07
Merge pull request #75 from gilles-peskine-arm/asn1-tests-without-x509
by Jaeden Amero
· 6 years ago
dc2db48
Fix typos in documentation
by Gilles Peskine
· 6 years ago
7e27936
Add a note about CTR_DRBG security strength to config.h
by Gilles Peskine
· 6 years ago
1540e5b
Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section
by Gilles Peskine
· 6 years ago
d0c64c8
CTR_DRBG: more consistent formatting and wording
by Gilles Peskine
· 6 years ago
2884ba3
CTR_DRBG: Improve the explanation of security strength
by Gilles Peskine
· 6 years ago
017778e
CTR_DRBG: make it easier to understand the security strength
by Gilles Peskine
· 6 years ago
5d9fd07
HMAC_DRBG: note that the initial seeding grabs entropy for the nonce
by Gilles Peskine
· 6 years ago
217b815
Use standard terminology to describe the personalization string
by Gilles Peskine
· 6 years ago
2d8f069
Do note that xxx_drbg_random functions reseed with PR enabled
by Gilles Peskine
· 6 years ago
10f16ac
Consistently use \c NULL and \c 0
by Gilles Peskine
· 6 years ago
3457b5e
HMAC_DRBG: improve the documentation of the entropy length
by Gilles Peskine
· 6 years ago
74efcd2
HMAC_DRBG documentation improvements clarifications
by Gilles Peskine
· 6 years ago
ec51dd1
More CTR_DRBG documentation improvements and clarifications
by Gilles Peskine
· 6 years ago
6fdf0b3
CTR_DRBG: improve the discussion of entropy length vs strength
by Gilles Peskine
· 6 years ago
223deea
CTR_DRBG: Document the security strength and SP 800-90A compliance
by Gilles Peskine
· 6 years ago
944bc58
CTR_DRBG: Document the maximum size of some parameters
by Gilles Peskine
· 6 years ago
08875d4
CTR_DRBG documentation clarifications
by Gilles Peskine
· 6 years ago
02b372b
Fix defgroup syntax for API version section
by Andrew Thoelke
· 6 years ago
5ec3a30
SE driver: validate_slot_number: support changing persistent data
by Gilles Peskine
· 6 years ago
3efcebb
SE support: Use a transaction when registering a key
by Gilles Peskine
· 6 years ago
a990c49
Merge pull request #269 from adrianlshaw/version
by Gilles Peskine
· 6 years ago
214064e
Xref documentation for ECC curves and DH groups.
by Andrew Thoelke
· 6 years ago
fd368e5
Support for vendor-defined ECC curves and DH groups
by Andrew Thoelke
· 6 years ago
c625045
Tighten up language regarding direct use of the IANA registry values
by Andrew Thoelke
· 6 years ago
178c9aa
Key derivation: forbid output_key without input_key
by Gilles Peskine
· 6 years ago
7ebd4dc
Key derivation: allow both keys and direct inputs (function doc)
by Gilles Peskine
· 6 years ago
224b0d6
Key derivation: allow both keys and direct inputs
by Gilles Peskine
· 6 years ago
c6f03ef
Include IANA reference in the definition of ECC curves and DH groups
by Andrew Thoelke
· 6 years ago
dd49cf9
Include vendor-defined algorithm macros
by Andrew Thoelke
· 6 years ago
38b7c5e
Merge pull request #260 from athoelke/at-operations
by Gilles Peskine
· 6 years ago
21e7145
Insert doxygen comments on old algorithms so they appear in PSA documentation
by Adrian L. Shaw
· 6 years ago
c893235
Merge pull request #115 from gilles-peskine-arm/psa-error-compatibility_aliases
by Gilles Peskine
· 6 years ago
429fff4
Remove whitespace
by Adrian L. Shaw
· 6 years ago
d89338a
Add API versioning
by Adrian L. Shaw
· 6 years ago
a291413
Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys
by Gilles Peskine
· 6 years ago
51514f5
Resolve inconsistent descipriton of operation state after exhausting a key derivation operation
by Andrew Thoelke
· 6 years ago
4104afb
Clarify valid state descriptions
by Andrew Thoelke
· 6 years ago
beb97ba
Update documentation for multipart key derivation operations
by Andrew Thoelke
· 6 years ago
414415a
Update documentation for multipart aead operations
by Andrew Thoelke
· 6 years ago
db6f44f
Update documentation for multipart cipher operations
by Andrew Thoelke
· 6 years ago
9f208cc
Update documentation for multipart mac operations
by Andrew Thoelke
· 6 years ago
272ba1d
Update documentation for multipart hash operations
by Andrew Thoelke
· 6 years ago
340984b
Fix PSA_ERROR_BAD_STATE messages
by Andrew Thoelke
· 6 years ago
05c900b
Forbid keys of size 0
by Gilles Peskine
· 6 years ago
a170d92
Clarify how key creation functions use attributes and what 0 means
by Gilles Peskine
· 6 years ago
5ae24ec
Add missing error case to psa_aead_verify
by Andrew Thoelke
· 6 years ago
aac3853
Fix long-standing bug in error code description
by Gilles Peskine
· 6 years ago
09c0a23
mbedtls_asn1_store_named_data: clarify val allocation behavior
by Gilles Peskine
· 6 years ago
105031b
asn1_write documentation: say that integers must be non-negative
by Gilles Peskine
· 6 years ago
bcbe1df
Improve the documentation of ASN.1 parsing functions
by Gilles Peskine
· 6 years ago
4c61c1a
Move psa_destroy_key and psa_copy_key to Key Management section
by Adrian L. Shaw
· 6 years ago
9298dca
Merge pull request #185 from gilles-peskine-arm/harvard-md
by Jaeden Amero
· 6 years ago
4badc92
Merge pull request #117 from gilles-peskine-arm/psa_error_code_coverage
by Jaeden Amero
· 6 years ago
4864eb5
Merge pull request #247 from athoelke/at-key-handles
by Jaeden Amero
· 6 years ago
970629f
Fix grammar.
by Andrew Thoelke
· 6 years ago
be06133
Document more error codes
by Gilles Peskine
· 6 years ago
1983512
Add backward compatibility alias for PSA_ERROR_CORRUPTION_DETECTED
by Gilles Peskine
· 6 years ago
92348d1
Merge remote-tracking branch 'crypto/development' into development-restricted
by Jaeden Amero
· 6 years ago
7c2cc47
Merge pull request #213 from adrianlshaw/psa-api-1.0-beta
by Jaeden Amero
· 6 years ago
75f2c20
ECDSA: Explain limitations of constant blinding
by Janos Follath
· 7 years ago
1231d21
Add warning for alternative ECDSA implementations
by Janos Follath
· 7 years ago
e65e059
Deprecate the old deterministic ECDSA function
by Janos Follath
· 7 years ago
dca667a
Add a safer deterministic ECDSA function
by Janos Follath
· 7 years ago
8619f8c
Remove storage errors from psa_generate_random
by Adrian L. Shaw
· 6 years ago
de18341
Update the behavior of key handles
by Andrew Thoelke
· 6 years ago
3b59756
Fix return code warnings
by Adrian L. Shaw
· 6 years ago
8096969
Merge pull request #139 from Patater/des-faster-and-typo-fix
by Jaeden Amero
· 6 years ago
fa2cefa
Fix warnings
by Adrian L. Shaw
· 6 years ago
f483973
Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv
by Adrian L. Shaw
· 6 years ago
599c712
Remove errorneous insert
by Adrian L. Shaw
· 6 years ago
1505b21
Add STORAGE_FAILURE everywhere + add missing codes
by Adrian L. Shaw
· 6 years ago
1f1e1a5
Add storage failure to psa_mac_verify_finish
by Adrian L. Shaw
· 6 years ago
56b32b1
Add storage failure to psa_mac_sign_finish
by Adrian L. Shaw
· 6 years ago
22bc8ff
Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions
by Adrian L. Shaw
· 6 years ago
8f7cd1e
Added PSA_ERROR_BAD_STATE to functions with operations
by Adrian L. Shaw
· 6 years ago
97d3bc3
Added extra bad state case to psa_hash_setup
by Adrian L. Shaw
· 6 years ago
2364924
Add missing return codes to psa_generate_key
by Adrian L. Shaw
· 6 years ago
1f42a84
Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
650229b
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
2a88978
Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
11638b9
Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
7f1863c
Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key
by Adrian L. Shaw
· 6 years ago
15731c1
Added PSA_ERROR_STORAGE_FAILURE to psa_export_key
by Adrian L. Shaw
· 6 years ago
23c006f
Added missing return codes to get_key_attributes
by Adrian L. Shaw
· 6 years ago
39797aa
Fix erroneous cut and paste
by Adrian L. Shaw
· 6 years ago
fbf7f12
Separate return codes for unsupported and invalid algorithms
by Adrian L. Shaw
· 6 years ago
66200c4
Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv
by Adrian L. Shaw
· 6 years ago
f97c852
Add CORRUPTION_DETECTED to psa_close_key
by Adrian L. Shaw
· 6 years ago
6725757
Remove errorneous insert
by Adrian L. Shaw
· 6 years ago
Next »