1. 4670f88 Reuse Bignum helper functions by Janos Follath · 3 years, 1 month ago
  2. 4614b9a Move Bignum macros to common header by Janos Follath · 3 years, 1 month ago
  3. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years, 1 month ago
  4. ba5c139 Add more validation to modulus life cycle by Janos Follath · 3 years, 1 month ago
  5. 281ccda Clean up mpi_mod_init/free by Janos Follath · 3 years, 1 month ago
  6. 5005edb Fix typos by Janos Follath · 3 years, 1 month ago
  7. c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years, 1 month ago
  8. b903070 Add a set of I/O functions by Gabor Mezei · 3 years, 1 month ago
  9. 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years, 1 month ago
  10. f049dbf Add the new modulus and the residue structures by Gabor Mezei · 3 years, 1 month ago
  11. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  12. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  13. 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
  14. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  15. 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
  16. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  17. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  18. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  19. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  20. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  21. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  22. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  23. a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  24. 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  25. f69cac7 Reintroduce enum validation ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  26. 7857caa Remove NULL pointer validation in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  27. 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  28. 31e03a8 Replace hard-coded zeroes for constant by Thomas Daubney · 3 years ago
  29. 54e38ea Remove remaining references to compression in docs by Thomas Daubney · 3 years, 1 month ago
  30. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  31. de9ffe3 Fix typos in hash_info.[ch] by Manuel Pégourié-Gonnard · 3 years ago
  32. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  33. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  34. 13ab81d Add handshake failure in pre_shared_key withou psk_kex_modes by Jerry Yu · 3 years, 1 month ago
  35. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  36. 438ddd8 Add tls13 session save/load by Jerry Yu · 3 years, 1 month ago
  37. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  38. 6f1db3f fix format and potential non-PSK fail issue by Jerry Yu · 3 years, 1 month ago
  39. ce6ed70 Change the order of key_exchange determine by Jerry Yu · 3 years, 1 month ago
  40. ba9b6e9 fix unkown identity case by Jerry Yu · 3 years, 1 month ago
  41. 568ec25 fix format/name issues by Jerry Yu · 3 years, 1 month ago
  42. 2f0abc9 fix typo/type/format issues by Jerry Yu · 3 years, 1 month ago
  43. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  44. a948f05 Merge pull request #1986 from jacmet/bn_mul-fix-x86-pic-compilation-for-gcc-4 by Dave Rodgman · 3 years, 1 month ago
  45. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  46. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years, 1 month ago
  47. bee7145 Improve the buffer pointer check in write pre_shared key by XiaokangQian · 3 years, 1 month ago
  48. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  49. 7c12d31 Refine comments for psk related code by XiaokangQian · 3 years, 1 month ago
  50. 8698195 Address comments of various issues by XiaokangQian · 3 years, 1 month ago
  51. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago
  52. 008d2bf Address comments in psk client review by XiaokangQian · 3 years, 1 month ago
  53. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  54. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  55. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
  56. 6119715 Change type cast to size_t by Jerry Yu · 3 years, 1 month ago
  57. 1c9247c TLS 1.3: Add pre_share_key last ext check by Jerry Yu · 3 years, 1 month ago
  58. 352cd7d fix various issues by Jerry Yu · 3 years, 1 month ago
  59. daf375a fix issues of check_binder_match by Jerry Yu · 3 years, 1 month ago
  60. bb85202 fix naming issues by Jerry Yu · 3 years, 1 month ago
  61. 6e74a7e Add check return flags by Jerry Yu · 3 years, 1 month ago
  62. 9975493 fix various code format issues by Jerry Yu · 3 years, 1 month ago
  63. 032b15ce Add write selected_identity by Jerry Yu · 3 years, 1 month ago
  64. 1c10556 add offered psks parser by Jerry Yu · 3 years, 1 month ago
  65. 6dcd18d export hdr checksum function by Jerry Yu · 3 years, 1 month ago
  66. bc817ba TLS 1.3: Limit scope of tls13_kex_modes handshake field by Ronald Cron · 3 years, 1 month ago
  67. fca4d57 fix various issues by Jerry Yu · 3 years, 1 month ago
  68. 7990771 TLS 1.3: Use selected key exchange mode field by Ronald Cron · 3 years, 1 month ago
  69. 8538549 TLS 1.3: Add selected key exchange mode field by Ronald Cron · 3 years, 1 month ago
  70. 7f9ccfe TLS 1.3: Remove unnecessary key exchange mode check by Ronald Cron · 3 years, 1 month ago
  71. 2d8b7ac TLS 1.3: Fix selected key exchange mode check by Ronald Cron · 3 years, 1 month ago
  72. fa40b02 Remove use of lstat by Dave Rodgman · 3 years, 1 month ago
  73. 6cb4fcd Remove key exchange mode check. by Jerry Yu · 3 years, 1 month ago
  74. e67bef4 Add tls13 write new session ticket by Jerry Yu · 3 years, 1 month ago
  75. 251a12e Add dummy session save by Jerry Yu · 3 years, 1 month ago
  76. 7085aa4 Merge pull request #5896 from wernerlewis/aes_shallow_copy by Dave Rodgman · 3 years, 1 month ago
  77. 103f8b6 Spelling and grammar improvements by Dave Rodgman · 3 years, 1 month ago
  78. 935154e Don't increase failure count for dangling symlinks by Dave Rodgman · 3 years, 1 month ago
  79. e1bfffc x509_crt: handle properly broken links when looking for certificates by Eduardo Silva · 6 years ago
  80. 3afdf36 Add hash length check by Jerry Yu · 3 years, 1 month ago
  81. 0a430c8 Rename resumption_key and the hardcode len by Jerry Yu · 3 years, 1 month ago
  82. b144138 Remove ticket_flags by Jerry Yu · 3 years, 1 month ago
  83. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years, 1 month ago
  84. a0446a0 Add check_return flag by Jerry Yu · 3 years, 1 month ago
  85. 4e6c42a fix various issues by Jerry Yu · 3 years, 1 month ago
  86. cb3b139 move resume psk ticket computation to end by Jerry Yu · 3 years, 1 month ago
  87. af2c0c8 fix various comment/format issues by Jerry Yu · 3 years, 1 month ago
  88. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  89. f8a4994 Add tls13 new session ticket parser by Jerry Yu · 3 years, 1 month ago
  90. c62ae5f Add new session ticket message check by Jerry Yu · 3 years, 1 month ago
  91. a270f67 Add tls13 session fields by Jerry Yu · 3 years, 1 month ago
  92. d82a9ed Rm now-duplicate helper function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  93. 130fa4d Rm local helper now that a global one is available by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  94. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  95. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  96. c0546e3 bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 by Peter Korsgaard · 7 years ago
  97. 1c402a4 Remove macro that's no longer used by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  98. d5b1eb5 Merge pull request #6078 from yuhaoth/pr/add-tls13-paser-psk-kex-mode-ext by Ronald Cron · 3 years, 1 month ago
  99. f88b1b5 Introduce MBEDTLS_OR_PSA_WANT_xxx helper macros by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  100. 854dd9e fix comment issue by Jerry Yu · 3 years, 1 month ago