- e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
- baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
- 814f0c5 Remove check for lack of supported ciphers by Paul Elliott · 3 years, 10 months ago
- 946c920 Add safety for nonce length to internal driver by Paul Elliott · 3 years, 10 months ago
- bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
- dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
- 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- c78833a Add reminder of assumption to documentation by Paul Elliott · 3 years, 10 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
- 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
- f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
- 304689e Merge pull request #4947 from gilles-peskine-arm/muladdc-amd64-memory-development by Gilles Peskine · 3 years, 11 months ago
- 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
- ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
- 8ff7421 Add comment explaining finish output size by Paul Elliott · 3 years, 11 months ago
- 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
- 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
- 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
- eac6c75 Make nonce length check return error where it can by Paul Elliott · 3 years, 11 months ago
- 12acb6b Remove missed references to aead_verify from docs by Paul Elliott · 3 years, 11 months ago
- b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
- 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
- d337fbc x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
- cacec72 Merge pull request #4938 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter by Janos Follath · 3 years, 11 months ago
- d87d873 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
- 1716f32 psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
- 55dffe5 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 4 years ago
- 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 4 years ago
- 449608b Code style improvements by Archana · 4 years ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 6ed4bda pre-existing validation extended by Archana · 4 years ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
- d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
- 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
- 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
- 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
- ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
- fec982e fix coding style issues by Jerry Yu · 4 years ago
- 4e38828 fix usage of iteration by Jerry Yu · 4 years ago
- bbe0952 fix name conversion issues by Jerry Yu · 4 years ago
- 5d7f6b1 Remove rendundat ctx->add_len check. by Mateusz Starzyk · 4 years ago
- dbfb7bd fix various issues by Jerry Yu · 4 years ago
- 8c02bb4 fix various comment issues by Jerry Yu · 4 years ago
- ef387d7 change prototype of write body by Jerry Yu · 4 years ago
- 2c0fbf3 modify proc_chk macros by Jerry Yu · 4 years ago
- 0c63af6 fix comment issues by Jerry Yu · 4 years ago
- 790656a fix name conversion issues by Jerry Yu · 4 years ago
- 1bc2c1f fix various issues by Jerry Yu · 4 years ago
- f171e83 fix lenght mismatch error by Jerry Yu · 4 years ago
- b7ab336 fix format issue by Jerry Yu · 4 years ago
- a2cf7bd fix comment issues by Jerry Yu · 4 years ago
- 6a64310 Cleanup client_hello body. by Jerry Yu · 4 years ago
- 67d4ed5 force change state type by Jerry Yu · 4 years ago
- 159c5a0 fix comments issues by Jerry Yu · 4 years ago
- 08906d0 fix name conversion issues by Jerry Yu · 4 years ago
- e41dec0 Rename write signature algorithms function by Jerry Yu · 4 years ago
- eecfbf0 fix format issues by Jerry Yu · 4 years ago
- 995ecd3 fix wrong iana values and comments by Jerry Yu · 4 years ago
- c4d2244 fix undeclared variable error by Jerry Yu · 4 years ago
- 5cc8f0a Add simple document for tls13 functions by Jerry Yu · 4 years ago
- 2756193 fix name conversion issue for tls13 server entry by Jerry Yu · 4 years ago
- 92c6b40 Remove prototype of static functions by Jerry Yu · 4 years ago
- 9176c3a trim spaces by Jerry Yu · 4 years ago
- 9e42f6e Revert "Move random function check" by Jerry Yu · 4 years ago
- d532fe7 write client hello also in hello reqeust by Jerry Yu · 4 years ago
- f443681 fix function name conversion issues by Jerry Yu · 4 years ago
- 55b9038 fix coding style issue by Jerry Yu · 4 years ago
- 2ac6419 Apply MBEDTLS_PUT_xyz by Jerry Yu · 4 years ago
- e885b76 fix too long lines by Jerry Yu · 4 years ago
- 6f13f64 fix various format issues by Jerry Yu · 4 years ago
- 708202b Move random function check by Jerry Yu · 4 years ago
- c7ddeec Remove `len_without_binders` by Jerry Yu · 4 years ago
- 8e7ca04 fix extensions_present issues by Jerry Yu · 4 years ago
- 32cd5b1 fix unused variable warning by Jerry Yu · 4 years ago
- ef6b36b add supported versions extension by Jerry Yu · 4 years ago
- bc20bdd Implement write_partial with dummy exts by Jerry Yu · 4 years ago
- 93bcd61 Add field into handshake params by Jerry Yu · 4 years ago
- c8a392c Implement stages except write_partial by Jerry Yu · 4 years ago
- 65dd2cc Add dummy stages for `client_hello_process` by Jerry Yu · 4 years ago
- a13c7e7 add dummy client hello process by Jerry Yu · 4 years ago
- beb3f41 Add handshake_set_state helper function by Jerry Yu · 4 years ago
- 64f0b5f Return BAD_INPUT error for CCM context's erroneous state by Mateusz Starzyk · 4 years ago
- 6f015a8 Merge pull request #2327 from kennethsoerensen/pkparse-warning by Gilles Peskine · 4 years ago
- 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
- 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
- 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
- e28d49b Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
- e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
- 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
- 2e45009 Remove variables declared as unused by Paul Elliott · 4 years ago
- efda340 Fix formatting issues by Paul Elliott · 4 years ago
- 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
- b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
- daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
- d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
- d85a52c Add mask for kex_modes by Jerry Yu · 4 years ago
- 69e0ec4 Replace SHA512_C with SHA384_C by Jerry Yu · 4 years ago