- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- 06986de Merge pull request #6066 from AndrzejKurek/fix-some-resource-leaks-2-28 by Paul Elliott · 3 years, 1 month ago
- cd5e671 Add a changelog entry for pkparse bugs by Andrzej Kurek · 3 years, 1 month ago
- b39b499 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
- 763ee3c Fix resource leaks by Leonid Rozenboim · 3 years, 3 months ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- c4e950e Backport 2.x: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
- 4d01c5b Remove dead code from pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 3 months ago
- fdb588b Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 3 months ago archive/dev/gilles-peskine-arm/pr_4006-5 dev/gilles-peskine-arm/pr_4006-5
- 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 3 months ago
- 9ad4a33 fix return code by Jens Reimann · 4 years, 10 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- bbb5a0a Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
- c422679 Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
- a04a2c3 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
- 2e9eef4 Final review comments by Jack Lloyd · 5 years ago
- 6023975 Avoid memory leak when RSA-CRT is not enabled in build by Jack Lloyd · 5 years ago
- 8c2631b Address review comments by Jack Lloyd · 6 years ago
- 80cc811 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
- 780f0a4 Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free by Hanno Becker · 7 years ago
- 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 7 years ago
- 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
- e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
- d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
- 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
- a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
- 7b2e85d Use both applicable error codes and a proper coding style by Sanne Wouda · 8 years ago
- b2b29d5 Add end-of-buffer check to prevent heap-buffer-overflow by Sanne Wouda · 8 years ago
- e6844cc Merge branch 'pr_1135' into development-proposed by Gilles Peskine · 7 years ago
- 9566ff7 Fix minor issues raised in PR review by Ron Eldor · 7 years ago
- e9124b9 Ensure that mbedtls_pk_parse_key() does not allocate 0 bytes by Andres Amaya Garcia · 8 years ago
- f342cb7 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
- 895c5ab Preserve old behavior by checking public key in RSA parsing function by Hanno Becker · 8 years ago
- 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
- 6774fa6 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
- 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
- c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
- 3f2da84 Resolve PR review comments by Ron Eldor · 8 years ago
- 5472d43 Fix issues when `MBEDTLS_PEM_PARSE_C` not defined by Ron Eldor · 8 years ago
- 40b14a8 change order of parsing public key by Ron Eldor · 8 years ago
- 84df1ae use internal pk_get_rsapubkey function by Ron Eldor · 8 years ago
- b006518 Resolve PR review comments by Ron Eldor · 8 years ago
- efa14e8 Reduce number of MPI's used in `pk_parse_key_pkcs1_der` by Hanno Becker · 8 years ago
- 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
- d0c56de Add support for public keys encoded with PKCS#1 by Ron Eldor · 8 years ago
- c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
- b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
- f04111f Fix typo by Hanno Becker · 8 years ago
- 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
- 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
- b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
- 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
- 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
- fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
- 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
- d58c5b2 Adapt pkparse.c to new RSA interface by Hanno Becker · 8 years ago
- 1f2666f Zeroize return buf on failure in pkparse.c by Andres Amaya Garcia · 8 years ago
- 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
- e8377d6 Clean up compilation warnings by Robert Cragie · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
- 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
- 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
- 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
- e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
- 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
- e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- a2424a0 PKCS8 encrypted key depend on PKCS5 or PKCS12 by Manuel Pégourié-Gonnard · 11 years ago
- c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
- 7f84905 Fix two warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
- 66e20c6 Fix warning and typo->error. by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
- 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- f4cf80b Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code by Paul Bakker · 11 years ago
- 5b8c409 Fix a warning (theoretical uninitialised variable) by Manuel Pégourié-Gonnard · 11 years ago
- 6fac351 Make support for SpecifiedECDomain optional by Manuel Pégourié-Gonnard · 11 years ago