1. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  2. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  3. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  4. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  5. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  6. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  7. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  8. bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
  9. bf01c64 oid.c: unify dependencies (VIA_MD_OR_PSA->VIA_LOWLEVEL_OR_PSA) by Przemek Stekiel · 3 years ago
  10. 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
  11. 0cd6f08 pem.c: fix style issues (redundant spaces) by Przemek Stekiel · 3 years ago
  12. d23a4ef pem.c: remove redundant compilation guard by Przemek Stekiel · 3 years ago
  13. c410ccc Include psa/crypto.h in legacy_or_psa.h by Przemek Stekiel · 3 years ago
  14. 4092ff9 pem.c: add internal macro to increase code readability by Przemek Stekiel · 3 years ago
  15. 829e97d Fix include order by Przemek Stekiel · 3 years ago
  16. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  17. 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  18. be92bee pem.c: Fix conditional compilation flags by Przemek Stekiel · 3 years ago
  19. a68d08f pem.c: adjust for bulid without md by Przemek Stekiel · 3 years ago
  20. de81028 Adjust dependencies in library/oid.c by Przemek Stekiel · 3 years ago
  21. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  22. f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  23. 70dfd4c ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
  24. 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  25. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  26. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  27. 3419107 Add checks for ticket and resumption_key fields by Jerry Yu · 3 years ago
  28. e36fdd6 Change signature of tls13_session_save by Jerry Yu · 3 years ago
  29. a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
  30. 7b1be55 Merge pull request #5993 from eliteraspberries/android-soname by Dave Rodgman · 3 years ago
  31. 6a86730 Allow non-versioned library soname. by Mansour Moufid · 3 years, 1 month ago
  32. 71bf28b Fix include file path by Przemek Stekiel · 3 years ago
  33. f98b57f Initialize status/ret to error value by Przemek Stekiel · 3 years ago
  34. 2aae040 make ret_from_status() global function and move it to has_info.[ch] by Przemek Stekiel · 3 years ago
  35. 712bb9c Use more suitable function for checking if hash is supported by Przemek Stekiel · 3 years ago
  36. 79b99f4 Fix definition of MD_OR_PSA macros by Manuel Pégourié-Gonnard · 3 years ago
  37. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  38. faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  39. 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  40. f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  41. f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  42. 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  43. 8a9f888 Merge pull request #6186 from leorosen/ssl_tls_null_on_invalid_code by Dave Rodgman · 3 years ago
  44. e9d8dcd ssl_tls: avoid the appearance of a potential NULL dereferencing by Leonid Rozenboim · 3 years ago
  45. f421d45 Merge pull request #6139 from AdityaHPatwardhan/fix/build_error_due_to_missing_prototype by Dave Rodgman · 3 years ago
  46. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  47. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  48. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  49. 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
  50. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  51. 3096f33 Fix missing prototype warning when `MBEDTLS_DEPRECATED_REMOVED` is enabled by Aditya Patwardhan · 3 years ago
  52. 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
  53. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  54. c3bf748 fix vertical alignment by Jerry Yu · 3 years ago
  55. 09a99fc Add rsa_pss_rsae_* sig algos for tls12 default by Jerry Yu · 3 years ago
  56. 379b1ff remove useless comment by Jerry Yu · 3 years ago
  57. 95b743c Rename get_pk_type_and_md_alg by Jerry Yu · 3 years ago
  58. 693a47a add rsa_pss_rsae_* support in tls12 by Jerry Yu · 3 years, 1 month ago
  59. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  60. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  61. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  62. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  63. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  64. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  65. a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  66. 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  67. f69cac7 Reintroduce enum validation ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  68. 7857caa Remove NULL pointer validation in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  69. 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  70. 31e03a8 Replace hard-coded zeroes for constant by Thomas Daubney · 3 years ago
  71. 54e38ea Remove remaining references to compression in docs by Thomas Daubney · 3 years, 1 month ago
  72. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  73. de9ffe3 Fix typos in hash_info.[ch] by Manuel Pégourié-Gonnard · 3 years ago
  74. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  75. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  76. 13ab81d Add handshake failure in pre_shared_key withou psk_kex_modes by Jerry Yu · 3 years, 1 month ago
  77. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  78. 438ddd8 Add tls13 session save/load by Jerry Yu · 3 years, 1 month ago
  79. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  80. 6f1db3f fix format and potential non-PSK fail issue by Jerry Yu · 3 years, 1 month ago
  81. ce6ed70 Change the order of key_exchange determine by Jerry Yu · 3 years, 1 month ago
  82. ba9b6e9 fix unkown identity case by Jerry Yu · 3 years, 1 month ago
  83. 568ec25 fix format/name issues by Jerry Yu · 3 years, 1 month ago
  84. 2f0abc9 fix typo/type/format issues by Jerry Yu · 3 years, 1 month ago
  85. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  86. a948f05 Merge pull request #1986 from jacmet/bn_mul-fix-x86-pic-compilation-for-gcc-4 by Dave Rodgman · 3 years, 1 month ago
  87. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  88. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years, 1 month ago
  89. bee7145 Improve the buffer pointer check in write pre_shared key by XiaokangQian · 3 years, 1 month ago
  90. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  91. 7c12d31 Refine comments for psk related code by XiaokangQian · 3 years, 1 month ago
  92. 8698195 Address comments of various issues by XiaokangQian · 3 years, 1 month ago
  93. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago
  94. 008d2bf Address comments in psk client review by XiaokangQian · 3 years, 1 month ago
  95. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  96. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  97. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
  98. 6119715 Change type cast to size_t by Jerry Yu · 3 years, 1 month ago
  99. 1c9247c TLS 1.3: Add pre_share_key last ext check by Jerry Yu · 3 years, 1 month ago
  100. 352cd7d fix various issues by Jerry Yu · 3 years, 1 month ago