1. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  2. cc93908 Bignum: Declare loop variable in loop head by Janos Follath · 3 years ago
  3. 620c58c Bignum: make const placement consistent by Janos Follath · 3 years ago
  4. ed5c8d3 Bignum: make modulus value const by Janos Follath · 3 years ago
  5. 138f51c Fix alphabetic order in makefiles by Janos Follath · 3 years ago
  6. fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
  7. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  8. 5a5c0c5 Move the declaration of variables to their scope of usage by Gabor Mezei · 3 years ago
  9. 7f93264 Change struct element order by Gabor Mezei · 3 years ago
  10. 89e3146 Typo by Gabor Mezei · 3 years ago
  11. 5f56df4 Remove redundant check by Gabor Mezei · 3 years ago
  12. bf9da1d Do not read if output pointer is NULL by Gabor Mezei · 3 years ago
  13. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  14. a30b4e5 Bignum: remove duplicate documentation from source by Janos Follath · 3 years ago
  15. 2ab2d3e Inline mpi_core_clear() by Janos Follath · 3 years ago
  16. 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
  17. 296ea66 Bignum: clean up use of enums by Janos Follath · 3 years ago
  18. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  19. c47c056 Remove VALIDATE macros from bignum_core.c by Janos Follath · 3 years ago
  20. d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago
  21. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  22. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
  23. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  24. 8ff0729 Fix typos in Bignum documentation by Janos Follath · 3 years ago
  25. 6666914 Revert "Move Bignum macros to common header" by Gabor Mezei · 3 years ago
  26. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
  27. c0b9304 Use value as numerical value instead of bitfield value by Gabor Mezei · 3 years ago
  28. d8f5bc2 Free the correct struct element by Gabor Mezei · 3 years ago
  29. 535f36d Unify parameter naming by Gabor Mezei · 3 years ago
  30. e66b1d4 Typo by Gabor Mezei · 3 years ago
  31. 8b718b5 Add bounds check to residue input by Janos Follath · 3 years ago
  32. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  33. 5f01665 Reuse Bignum core I/O functions by Janos Follath · 3 years ago
  34. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years, 1 month ago
  35. 4670f88 Reuse Bignum helper functions by Janos Follath · 3 years, 1 month ago
  36. 4614b9a Move Bignum macros to common header by Janos Follath · 3 years, 1 month ago
  37. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years, 1 month ago
  38. ba5c139 Add more validation to modulus life cycle by Janos Follath · 3 years, 1 month ago
  39. 281ccda Clean up mpi_mod_init/free by Janos Follath · 3 years, 1 month ago
  40. 5005edb Fix typos by Janos Follath · 3 years, 1 month ago
  41. c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years, 1 month ago
  42. b903070 Add a set of I/O functions by Gabor Mezei · 3 years, 1 month ago
  43. 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years, 1 month ago
  44. f049dbf Add the new modulus and the residue structures by Gabor Mezei · 3 years, 1 month ago
  45. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  46. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  47. 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
  48. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  49. 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
  50. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  51. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  52. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  53. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  54. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  55. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  56. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  57. a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  58. 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  59. f69cac7 Reintroduce enum validation ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  60. 7857caa Remove NULL pointer validation in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  61. 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  62. 31e03a8 Replace hard-coded zeroes for constant by Thomas Daubney · 3 years ago
  63. 54e38ea Remove remaining references to compression in docs by Thomas Daubney · 3 years, 1 month ago
  64. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  65. de9ffe3 Fix typos in hash_info.[ch] by Manuel Pégourié-Gonnard · 3 years ago
  66. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  67. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  68. 13ab81d Add handshake failure in pre_shared_key withou psk_kex_modes by Jerry Yu · 3 years ago
  69. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  70. 438ddd8 Add tls13 session save/load by Jerry Yu · 3 years, 1 month ago
  71. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  72. 6f1db3f fix format and potential non-PSK fail issue by Jerry Yu · 3 years ago
  73. ce6ed70 Change the order of key_exchange determine by Jerry Yu · 3 years, 1 month ago
  74. ba9b6e9 fix unkown identity case by Jerry Yu · 3 years, 1 month ago
  75. 568ec25 fix format/name issues by Jerry Yu · 3 years, 1 month ago
  76. 2f0abc9 fix typo/type/format issues by Jerry Yu · 3 years, 1 month ago
  77. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  78. a948f05 Merge pull request #1986 from jacmet/bn_mul-fix-x86-pic-compilation-for-gcc-4 by Dave Rodgman · 3 years, 1 month ago
  79. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  80. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years, 1 month ago
  81. bee7145 Improve the buffer pointer check in write pre_shared key by XiaokangQian · 3 years, 1 month ago
  82. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  83. 7c12d31 Refine comments for psk related code by XiaokangQian · 3 years, 1 month ago
  84. 8698195 Address comments of various issues by XiaokangQian · 3 years, 1 month ago
  85. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago
  86. 008d2bf Address comments in psk client review by XiaokangQian · 3 years, 1 month ago
  87. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  88. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  89. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
  90. 6119715 Change type cast to size_t by Jerry Yu · 3 years, 1 month ago
  91. 1c9247c TLS 1.3: Add pre_share_key last ext check by Jerry Yu · 3 years, 1 month ago
  92. 352cd7d fix various issues by Jerry Yu · 3 years, 1 month ago
  93. daf375a fix issues of check_binder_match by Jerry Yu · 3 years, 1 month ago
  94. bb85202 fix naming issues by Jerry Yu · 3 years, 1 month ago
  95. 6e74a7e Add check return flags by Jerry Yu · 3 years, 1 month ago
  96. 9975493 fix various code format issues by Jerry Yu · 3 years, 1 month ago
  97. 032b15ce Add write selected_identity by Jerry Yu · 3 years, 1 month ago
  98. 1c10556 add offered psks parser by Jerry Yu · 3 years, 1 month ago
  99. 6dcd18d export hdr checksum function by Jerry Yu · 3 years, 1 month ago
  100. bc817ba TLS 1.3: Limit scope of tls13_kex_modes handshake field by Ronald Cron · 3 years, 1 month ago