- 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
- 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
- 0624e46 Add a guard for IP parsing in cert_req app by Andrzej Kurek · 2 years, 2 months ago
- cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
- 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
- f994bc5 Refactor code in cert_write.c by Andrzej Kurek · 2 years, 2 months ago
- 7f97675 Merge pull request #5237 from davidhorstmann-arm/demo-out-of-tree by Dave Rodgman · 2 years, 3 months ago
- 5eebfb8 Enable escaping ';' in cert_write.c SANs by Andrzej Kurek · 2 years, 3 months ago
- 446e53d Fix a code style issue by Andrzej Kurek · 2 years, 3 months ago
- f70f460 Fix temporary IP parsing error by Andrzej Kurek · 2 years, 3 months ago
- ed55793 Update ip_string_to_bytes to cert_req version by Andrzej Kurek · 2 years, 4 months ago
- 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
- 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
- ccdd975 Add a certificate exercising all supported SAN types by Andrzej Kurek · 2 years, 4 months ago
- aba165b Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root by Paul Elliott · 2 years, 3 months ago
- 8075f76 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
- 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
- 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
- d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
- 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
- 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
- 94cf710 Revert increase of MEMORY_HEAP_SIZE in ssl_client2 by Przemek Stekiel · 2 years, 3 months ago
- 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
- 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
- 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
- 2c1ef09 Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
- a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
- e296868 Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
- a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
- 6260ee9 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
- 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
- d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 7c1c7ce Merge pull request #7401 from AndrzejKurek/md-guards-missing by Gilles Peskine · 2 years, 4 months ago
- c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
- 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
- 0e03f4c Remove unnecessary include by Andrzej Kurek · 2 years, 4 months ago
- 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
- da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
- eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 5 months ago
- 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9f02a41 Merge pull request #7009 from mprse/csr_write_san by Paul Elliott · 2 years, 5 months ago
- b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 5 months ago
- 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
- f30488f Move the usage string of cache_remove to USAGE_CACHE by Pengyu Lv · 2 years, 5 months ago
- f86fe73 Fix error on Windows builds (conversion from 'unsigned long' to 'uint8_t') by Przemek Stekiel · 2 years, 5 months ago
- 753d02f ssl_server2: Add options to support cache removal by Pengyu Lv · 2 years, 5 months ago
- 55ceff6 Code optimization and style fixes by Przemek Stekiel · 2 years, 5 months ago
- 68ca81c Change separator for SAN names to ';' by Przemek Stekiel · 2 years, 5 months ago
- 5e5aa4a Merge pull request #7218 from tom-cosgrove-arm/fix-typos-230307 by Dave Rodgman · 2 years, 5 months ago
- 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
- 6cb59c5 ip_string_to_bytes: remove status, add info about supported ip version by Przemek Stekiel · 2 years, 5 months ago
- f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
- 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
- 3a92593 Adapt cert_req app to support SAN IP by Przemek Stekiel · 2 years, 6 months ago
- df6e84a Test the PSA alternative header configuration macros by Gilles Peskine · 2 years, 5 months ago
- 5ba1d5e programs: use proper macro for ECDSA capabilities in ssl_sever2 by Valerio Setti · 2 years, 5 months ago
- 6b10860 Added ability to include the SubjectAltName extension to a CSR by Hannes Tschofenig · 2 years, 7 months ago
- 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
- b3b220c Correct style. by Pol Henarejos · 2 years, 6 months ago
- a677928 Style. by Pol Henarejos · 2 years, 6 months ago
- 4e74733 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 6 months ago
- f31c9e4 Merge pull request #7019 from tom-cosgrove-arm/dont-use-cast-assignment-in-ssl_server2.c by Dave Rodgman · 2 years, 6 months ago
- 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
- de85725 Don't use cast-assignment in ssl_server.c by Tom Cosgrove · 2 years, 6 months ago
- 9b45f6b Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
- 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
- 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
- aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
- e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
- 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
- 48fdbb3 programs: cert_write: fixed bug in parsing dec serial by Valerio Setti · 2 years, 7 months ago
- 791bbe6 programs: improved cert_write serial management by Valerio Setti · 2 years, 7 months ago
- acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
- 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
- da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
- e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
- 2038da9 Merge pull request #6826 from daverodgman/fix_gettimeofday by Dave Rodgman · 2 years, 8 months ago
- 7796cc4 Fix overflow in mbedtls_timing_hardclock by Dave Rodgman · 2 years, 8 months ago
- e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
- 6b21820 Merge pull request #6687 from gilles-peskine-arm/fuzz-cflags by Gilles Peskine · 2 years, 8 months ago
- c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
- 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
- ebf322d Merge pull request #6629 from concatime/cmake-config-dir by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
- 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
- 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago