1. bf95e9a Reword description and change NUL to null by David Horstmann · 2 years, 2 months ago
  2. 0171397 Change behaviour away from NUL-terminated strings by David Horstmann · 2 years, 2 months ago
  3. d1a203a Cosmetic fixes to doxygen comment by David Horstmann · 2 years, 2 months ago
  4. b97b689 Reword function description slightly by David Horstmann · 2 years, 2 months ago
  5. 9643575 Limit OIDs to 128 components by David Horstmann · 2 years, 3 months ago
  6. 099be74 Change free'd to freed for consistency by David Horstmann · 2 years, 5 months ago
  7. 59400ff Improve header docs and rename parameter by David Horstmann · 2 years, 6 months ago
  8. 92337c0 Add function to parse an OID from a string by David Horstmann · 2 years, 7 months ago
  9. 406b917 Merge pull request #7044 from minosgalanakis/bignum/6342_add_named_moduli_setup by Janos Follath · 2 years, 6 months ago
  10. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  11. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  12. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  13. d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
  14. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  15. 5686533 Add warning to mbedtls_ecp_set_max_ops() by Paul Elliott · 2 years, 6 months ago
  16. 21c3951 Add reference to mbedtls_ecp_set_max_ops() to docs by Paul Elliott · 2 years, 6 months ago
  17. 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
  18. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 6 months ago
  19. fe9e77f Better formatting of include guard comments by Paul Elliott · 2 years, 6 months ago
  20. 8432946 Replace allocated hash buffer with array by Paul Elliott · 2 years, 6 months ago
  21. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  22. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  23. 1bc59df Rename curve_bytes to coordinate_bytes by Paul Elliott · 2 years, 6 months ago
  24. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  25. 4ca521f Remove obsolete comments by Paul Elliott · 2 years, 6 months ago
  26. 4684525 Remove unrequired mpis from sign operation struct by Paul Elliott · 2 years, 6 months ago
  27. a3a8aba Fix operation initialisers if no algorithms defined by Paul Elliott · 2 years, 6 months ago
  28. 1b49ef5 Fix abort documentation. by Paul Elliott · 2 years, 6 months ago
  29. 90a91f0 Ensure structs are not empty even if ECDSA not supported by Paul Elliott · 2 years, 6 months ago
  30. 749dec5 Clean up structure include guards by Paul Elliott · 2 years, 7 months ago
  31. 3225f19 Fix ecdsa.h documentation error by Paul Elliott · 2 years, 7 months ago
  32. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 8 months ago
  33. 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
  34. 2ba002c Make ECDSA restartable sign and verify functions public by Paul Elliott · 2 years, 8 months ago
  35. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  36. 1265f00 First draft of PSA interruptible ECC signing design by Paul Elliott · 2 years, 11 months ago
  37. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  38. 50836c4 Fix a comment in x509_crt.h by Andrzej Kurek · 2 years, 6 months ago
  39. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  40. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  41. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  42. 78f79d3 ecp: add documentation for compressed points limitations by Valerio Setti · 2 years, 6 months ago
  43. 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
  44. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  45. 6cfc469 pkcs7: reject signatures with internal data by Demi Marie Obenour · 2 years, 8 months ago
  46. e373a25 pkcs7: do not store content type OIDs by Demi Marie Obenour · 2 years, 8 months ago
  47. aaf3c00 pkcs7: do not store content type OID by Demi Marie Obenour · 2 years, 8 months ago
  48. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  49. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  50. ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
  51. 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
  52. f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
  53. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  54. 5b41007 Remove useless comments about handshake messages for TLS13 by Xiaokang Qian · 2 years, 7 months ago
  55. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  56. 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
  57. 0568dec ecdsa: add comment for ecdsa_context by Valerio Setti · 2 years, 6 months ago
  58. cf084ae pk: add generic defines for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  59. 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
  60. 10ada35 Merge pull request #7022 from daverodgman/3DES-warning by Gilles Peskine · 2 years, 6 months ago
  61. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  62. 34c43a8 Make the fields of mbedtls_pk_rsassa_pss_options public by Gilles Peskine · 2 years, 6 months ago
  63. fdbfaaf Additional warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  64. 23caf02 Update warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  65. c04515b Improve warnings for DES/3DES by Dave Rodgman · 2 years, 6 months ago
  66. 77bc726 pkcs7: Fix typo in comment by Nick Child · 2 years, 6 months ago
  67. ec81709 pkcs7: Ensure all data in asn1 structure is accounted for by Nick Child · 2 years, 8 months ago
  68. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  69. 9b5e1da fixing a typo in comment by Valerio Setti · 2 years, 6 months ago
  70. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  71. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  72. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  73. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  74. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  75. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  76. fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
  77. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago
  78. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  79. ecaa7ca Add missing supported algorithm to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  80. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  81. ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
  82. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
  83. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  84. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
  85. 5b8dcd2 Add debug helper to print ticket_flags status by Pengyu Lv · 2 years, 9 months ago
  86. 746def5 x509: renaming of buffer variables in new serial setting function by Valerio Setti · 2 years, 7 months ago
  87. acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
  88. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  89. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  90. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  91. b4ffe78 Merge pull request #6878 from gilles-peskine-arm/code-style-casts-psa-headers by Gilles Peskine · 2 years, 7 months ago
  92. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  93. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  94. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  95. 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
  96. 8841d6b add missing dependency documentation for SSL_ASYNC_PRIVATE by Valerio Setti · 2 years, 7 months ago
  97. a651607 Skip restyling of PSA macros also defined in psa-arch-tests by Gilles Peskine · 2 years, 7 months ago
  98. 45873ce Skip restyling of PSA error code definitions by Gilles Peskine · 2 years, 7 months ago
  99. a4bb0fa check_config: add missing dependencies for the build without BIGNUM by Valerio Setti · 2 years, 7 months ago
  100. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago