1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  3. 07ae208 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 5 months ago
  4. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. ed36d20 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  6. 08b2ebd Improve readability with less negation. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  7. a4a4aab Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  8. 853f067 Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  9. a397443 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  10. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  11. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  12. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  13. 9db14fa Update the documentation of mbedtls_pk_sign_restartable() by Gilles Peskine · 6 years ago
  14. 5460565 Fix errors in the definition of MBEDTLS_PK_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  15. b22a24b Fix MBEDTLS_PK_SIGNATURE_MAX_SIZE to account for ECDSA by Gilles Peskine · 6 years ago
  16. da252be Define a constant for the maximum signature size from pk_sign() by Gilles Peskine · 6 years ago
  17. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  18. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  19. 1139249 Don't refer to PSA keys as slots anymore by Gilles Peskine · 6 years ago
  20. b274f27 Documentation fixes by Andrzej Kurek · 6 years ago
  21. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  22. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  23. 347a00e Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  24. 392dc04 Improve documentation of mbedtls_pk_setup_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  25. 69baf70 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  26. 920c063 Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  27. 01a12c4 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  28. eaeb7b2 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  29. 20678b2 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  30. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  31. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  32. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  33. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  34. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  35. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  36. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  37. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  38. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  39. aaa9814 Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  40. 0bbc66c Dynamically allocate/free restart subcontext in PK by Manuel Pégourié-Gonnard · 8 years ago
  41. 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
  42. 82cb27b PK: declare restartable sign/verify functions by Manuel Pégourié-Gonnard · 8 years ago
  43. 295639b Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 9 years ago
  44. fb84d38 Try to prevent some misuse of RSA functions by Manuel Pégourié-Gonnard · 10 years ago
  45. 2ac9c60 Add 'inline' workaround where needed by Manuel Pégourié-Gonnard · 10 years ago
  46. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  47. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  48. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  49. 81abefd Fix typos/style in doxygen documentation by Manuel Pégourié-Gonnard · 10 years ago
  50. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  51. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  52. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  53. eed55a4 Changed values of PK and PKCS5 error codes by Manuel Pégourié-Gonnard · 10 years ago
  54. a79efde Move a pair of macros to inline functions by Manuel Pégourié-Gonnard · 10 years ago
  55. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  56. c89d6cf Make pk_info_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  57. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  58. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  59. 0db107e Fix pk_can_do() constness issue by Manuel Pégourié-Gonnard · 10 years ago
  60. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/pk.h]
  61. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  62. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  63. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  64. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  65. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  66. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  67. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  68. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  69. 70bdadf Add pk_check_pair() by Manuel Pégourié-Gonnard · 11 years ago
  70. d543a58 Clarify padding questions in the PK documentation by Manuel Pégourié-Gonnard · 11 years ago
  71. 20422e9 Add pk_verify_ext() by Manuel Pégourié-Gonnard · 11 years ago
  72. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  73. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  74. 2abed84 Specific return code for PK sig length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  75. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  76. e3b3d19 Improve doc of pk_parse_* functions by Manuel Pégourié-Gonnard · 11 years ago
  77. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  78. ab50d8d Merged RSA-PSS support in Certificate, CSR and CRL by Paul Bakker · 11 years ago
  79. 42099c3 Revert "Add pk_rsa_set_padding() and rsa_set_padding()" by Paul Bakker · 12 years ago
  80. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  81. b4fae57 Add pk_rsa_set_padding() and rsa_set_padding() by Manuel Pégourié-Gonnard · 12 years ago
  82. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  83. 28d81a0 Fix pkcs11.c to conform to PolarSSL 1.3 API. by Steffan Karger · 12 years ago
  84. fcc1721 Fixed const-correctness issues by Paul Bakker · 12 years ago
  85. 4fc090a Minor typos in pk.h by Paul Bakker · 12 years ago
  86. da77115 Changed pk_parse_get_pubkey() to pk_parse_subpubkey() by Paul Bakker · 12 years ago
  87. ff3a518 Changed doxygen comments in pk.h from x509_module to pk_module by Paul Bakker · 12 years ago
  88. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  89. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  90. 4606c73 Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C by Paul Bakker · 12 years ago
  91. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  92. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  93. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  94. 8053da4 x509write_csr() now fully using PK internally by Manuel Pégourié-Gonnard · 12 years ago
  95. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  96. c6b6803 Add forgotten "inline" keyword by Manuel Pégourié-Gonnard · 12 years ago
  97. bfe32ef pk_{sign,verify}() now accept hash_len = 0 by Manuel Pégourié-Gonnard · 12 years ago
  98. 0d42049 Merge code for RSA and ECDSA in SSL by Manuel Pégourié-Gonnard · 12 years ago
  99. 12c1ff0 Add RSA-alt to the PK layer by Manuel Pégourié-Gonnard · 12 years ago
  100. a2d3f22 Add and use pk_encrypt(), pk_decrypt() by Manuel Pégourié-Gonnard · 12 years ago