- c10e602 Merge pull request #3597 from gilles-peskine-arm/cert-gen-cleanup-202008-2.7 by Ronald Cron · 4 years, 10 months ago
- 85e05d8 Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
- b8d0c2a Fix "make -C tests/data_files" by Gilles Peskine · 5 years ago
- 7399b8a Commit the intermediate files cert_md*.csr by Gilles Peskine · 5 years ago
- 8a1face Remove duplicate rule to generate cert_md5.crt by Gilles Peskine · 5 years ago
- b72d131 cert_req: discover hash algorithms automatically by Gilles Peskine · 5 years ago
- 7e7c815 Merge pull request #3733 from gilles-peskine-arm/changelog-user-visible-only-2.7 by Janos Follath · 4 years, 10 months ago
- 8c79c3f When to write a changelog: minor improvements by Gilles Peskine · 4 years, 10 months ago
- 1ffd967 Explain when to write a changelog entry by Gilles Peskine · 4 years, 10 months ago
- 57205b2 We no longer credit contributors in the changelog by Gilles Peskine · 4 years, 10 months ago
- a89b650 Remove changelog entries without a user-visible impact by Gilles Peskine · 4 years, 10 months ago
- b016d8d Merge pull request #3729 from pkolbus/issue-3647-2.7 by Janos Follath · 4 years, 10 months ago
- e634564 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 11 months ago
- 2983b27 Merge pull request #3707 from ronald-cron-arm/feature/fix_return_code_1-2.7 by Gilles Peskine · 4 years, 11 months ago
- 45a5958 fix return code by Jens Reimann · 4 years, 11 months ago
- dc5fd03 Merge pull request #3661 from bensze01/typo-2.7 by Gilles Peskine · 5 years ago
- bfb2d13 Update ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt by Christopher · 5 years ago
- 7ad671b Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
- 5796dfe Merge pull request #3652 from d-otte/mbedtls-2.7 by Manuel Pégourié-Gonnard · 5 years ago
- 72a410d adding entry file to ChangeLog.d for backport of PR3592 by Daniel Otte · 5 years ago
- d985468 adjusting comment on sliding window memory usage. by Daniel Otte · 5 years ago
- e6f2fb4 fixing spelling mistakes (window <-- windows) by Daniel Otte · 5 years ago
- 1939460 adjusting size of sliding window array to correct size. by Daniel Otte · 5 years ago
- 75ffb27 Merge pull request #3627 from gilles-peskine-arm/test-fail-report-first-2.7 by Gilles Peskine · 5 years ago
- cb0ec05 Initialize ret from test code by Gilles Peskine · 5 years ago
- d4c9fd1 Report the first failure, not the last one by Gilles Peskine · 5 years ago
- 7cd4d2d Merge pull request #750 from ARMmbed/mbedtls-2.7.17r0-pr by Janos Follath · 5 years ago mbedtls-2.7.17 v2.7.17
- 6badb01 Update ChangeLog header by Janos Follath · 5 years ago
- 0db765a Bump version to Mbed TLS 2.7.17 by Janos Follath · 5 years ago
- 681a74d Assemble ChangeLog by Janos Follath · 5 years ago
- 93c784b Merge branch 'mbedtls-2.7-restricted' by Janos Follath · 5 years ago
- 934fe1e Merge pull request #3561 from raoulstrackx/raoul/verify_crl_without_time_bp2.7 by Gilles Peskine · 5 years ago
- d4c464f Merge pull request #746 from mpg/changelog-for-local-lucky13-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
- 2a8e958 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
- f530c80 Clarify that the Lucky 13 fix is quite general by Manuel Pégourié-Gonnard · 5 years ago
- c3f6837 Add a ChangeLog entry for local Lucky13 variant by Manuel Pégourié-Gonnard · 5 years ago
- 117587d Merge pull request #742 from mpg/cf-varpos-copy-2.7-restricted by Janos Follath · 5 years ago
- 520e78b Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
- f4435c4 Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
- 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
- 3b490a0 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
- bf7a49e Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
- d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
- 84be024 Merge pull request #3594 from gilles-peskine-arm/fix-compat.sh-with-ubuntu-16.04-gnutls-2.7 by Gilles Peskine · 5 years ago
- 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
- 329fe7e A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
- 1323fba Update the copy of tests/data_files/server2-sha256.crt in certs.c by Gilles Peskine · 5 years ago
- 24e2217 Merge pull request #3600 from gufe44/helpers-redirect-restore-output-2.7 by Gilles Peskine · 5 years ago
- b0ab8c2 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
- 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
- 00ebcbf Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
- 74243ee Regenerate server2-sha256.crt with a PrintableString issuer by Gilles Peskine · 5 years ago
- da118e1 Regenerate test client certificates with a PrintableString issuer by Gilles Peskine · 5 years ago
- a3511b9 cert_write: support all hash algorithms by Gilles Peskine · 5 years ago
- 741c4e2 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
- 351dd59 compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
- a6e6402 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
- 690eec0 Merge pull request #3583 from bensze01/license-2.7 by Gilles Peskine · 5 years ago
- 9df64ad Fix license header in pre-commit hook by Bence Szépkúti · 5 years ago
- 47ad15d Merge pull request #3581 from bensze01/copyright-2.7 by danh-arm · 5 years ago
- 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 918b5f1 Merge pull request #3556 from mpg/x509-verify-non-dns-san-2.7 by Manuel Pégourié-Gonnard · 5 years ago
- 30c1df3 Merge pull request #3570 from gufe44/net-sockets-fixes-2.7 by Manuel Pégourié-Gonnard · 5 years ago
- 52df1cc Merge pull request #3566 from mpg/improve-ssl-opt-logs-2.7 by Manuel Pégourié-Gonnard · 5 years ago
- 3ca3b9e Fix building on NetBSD 9.0 by gufe44 · 5 years ago
- 126b69a Merge pull request #735 from gilles-peskine-arm/x509parse_crl-empty_entry-2.7 by Gilles Peskine · 5 years ago
- 793c436 Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
- 3365970 Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
- ed0aaf4 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
- c5ae9c8 Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
- 57e328e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
- e5201e4 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
- bc079e2 ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
- 1fcb1a1 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
- 99d6782 Merge pull request #3559 from gufe44/netbsd-rand-arc4random_buf-2.7 by Gilles Peskine · 5 years ago
- 7cf6ff7 Merge pull request #3549 from mpg/check-generated-files-2.7 by Gilles Peskine · 5 years ago
- da0ea9e Log change as bugfix by gufe44 · 5 years ago
- 6f83733 Add changelog entry by gufe44 · 5 years ago
- 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
- 691bed7 Merge pull request #733 from gabor-mezei-arm/689_bp27_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
- e447f47 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
- 78e54b9 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
- 4ac28b8 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
- 894c05d Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
- 845e408 Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
- 961fb13 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
- cd542a5 Merge pull request #729 from mpg/ct-varlen-hmac-2.7 by Manuel Pégourié-Gonnard · 5 years ago
- 0e6f3b7 Add missing newline by gabor-mezei-arm · 5 years ago
- ef73875 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
- 4c575fb Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
- 757c2d5 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
- 21b1983 Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
- 7cf5ebc Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
- 388de18 Merge pull request #726 from mpg/protect-base-blinding-2.7-restricted by Gilles Peskine · 5 years ago
- e05e576 Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
- 2f484bd Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
- 2da9a54 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
- 2810110 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
- 2b223fd Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
- 0cd0c73 Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago