- 490c5d4 Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago
- 6f69d4c Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
- 4c71707 Prevent false positive CF Test Failures by Paul Elliott · 4 years, 5 months ago
- 7dac825 Add further more rigorous tests for base64 by Paul Elliott · 4 years, 5 months ago
- e8ee0f1 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
- 6a66737 Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
- 86cb928 Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
- f13a47b Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
- 8d265f7 Add Changelog entry by Paul Elliott · 4 years, 5 months ago
- 69b904b First pass at constant flow tests for base64 by Paul Elliott · 4 years, 5 months ago
- 738d231 Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
- bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
- 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
- 74b7ee4 Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
- c7ea634 Fix whitespace in changelog entry by Chris Jones · 4 years, 8 months ago
- 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
- ce6fa8f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
- 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
- a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
- 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
- 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
- 25038ab Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
- 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
- ad59a2a Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
- 4c19397 Merge pull request #779 from paul-elliott-arm/discrepancy_cert_2_16 by Gilles Peskine · 4 years, 8 months ago
- 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 9 months ago
- 7bd481c Merge pull request #769 from gilles-peskine-arm/mpi_fill_random-rng_failure-2.16 by Gilles Peskine · 4 years, 8 months ago
- 0525114 Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
- 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
- 401ba5e Merge pull request #755 from gabor-mezei-arm/692_bp216_missing_zeroizations_of_sensitive_data by Gilles Peskine · 4 years, 11 months ago
- 70f7f67 Put local variables and buffers in a struct by gabor-mezei-arm · 5 years ago
- f21639f Zeroize internal buffers and variables in MD hashes by gabor-mezei-arm · 5 years ago
- 5feba8d Force cleanup before return by gabor-mezei-arm · 5 years ago
- d5253bb Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
- fa3b3e0 Merge pull request #745 from mpg/changelog-for-local-lucky13-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
- f0a3cdd Clarify that the Lucky 13 fix is quite general by Manuel Pégourié-Gonnard · 5 years ago
- c9ebbd5 Add a ChangeLog entry for local Lucky13 variant by Manuel Pégourié-Gonnard · 5 years ago
- 5b2e60d Merge pull request #741 from mpg/cf-varpos-copy-2.16-restricted by Janos Follath · 5 years ago
- ab9ec32 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
- 46f49a8 Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
- f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
- 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
- ce45d1a Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
- f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
- 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
- 8c3fa63 A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
- d69edda Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16 by Gilles Peskine · 5 years ago
- 650ce76 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
- 03b4ef6 Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
- 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
- 0ac8a78 Merge pull request #3593 from mpg/fix-compat.sh-with-ubuntu-16.04-gnutls-2.16 by Gilles Peskine · 5 years ago
- 300e1b3 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
- 91615cf compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
- 0e7bdd1 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
- 2dcd067 Merge pull request #3582 from bensze01/license-2.16 by Gilles Peskine · 5 years ago
- 2645bcc Fix license header in pre-commit hook by Bence Szépkúti · 5 years ago
- 2823efa Merge pull request #3580 from bensze01/copyright-2.16 by danh-arm · 5 years ago
- a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- daba4f6 Merge pull request #3555 from mpg/x509-verify-non-dns-san-2.16 by Manuel Pégourié-Gonnard · 5 years ago
- b9c64e4 Merge pull request #3558 from gufe44/net-sockets-fixes-2.16 by Manuel Pégourié-Gonnard · 5 years ago
- 5bfa623 Merge pull request #3565 from mpg/improve-ssl-opt-logs-2.16 by Manuel Pégourié-Gonnard · 5 years ago
- 19735b6 Fix building on NetBSD 9.0 by gufe44 · 5 years ago
- 4ca6050 Merge pull request #734 from gilles-peskine-arm/x509parse_crl-empty_entry-2.16 by Gilles Peskine · 5 years ago
- 62870c9 Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
- a1919ad Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
- 7442f84 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
- 581af9f Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
- bedcb3e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
- cbd5c03 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
- e63fc6d ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
- fcf6c16 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
- 9acf943 Merge pull request #3560 from gufe44/netbsd-rand-arc4random_buf-2.16 by Gilles Peskine · 5 years ago
- 1505e42 Merge pull request #3548 from mpg/check-generated-files-2.16 by Gilles Peskine · 5 years ago
- ba5cba8 Log change as bugfix by gufe44 · 5 years ago
- d5f8c26 Add changelog entry by gufe44 · 5 years ago
- 3fa7c64 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
- 0ca801a Merge pull request #732 from gabor-mezei-arm/689_bp216_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
- de7e036 Merge pull request #3489 from CodeMonkeyLeet/mbedtls-2.16_backport_3464 by Gilles Peskine · 5 years ago
- 4ddfdbf Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
- 6579235 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
- d8dc8e2 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
- 58c8da2 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
- dfd5172 Merge pull request #3488 from CodeMonkeyLeet/mbedtls-2.16_backport_2632 by Manuel Pégourié-Gonnard · 5 years ago
- c703cf1 Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
- 9ad5128 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
- f1ef895 Merge pull request #728 from mpg/ct-varlen-hmac-2.16 by Manuel Pégourié-Gonnard · 5 years ago
- b394b43 Add missing newline by gabor-mezei-arm · 5 years ago
- 3eaa103 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
- 7433fa4 Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
- f82cb79 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
- 681615a Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
- e1b1fff Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
- cf03a61 Merge pull request #725 from mpg/protect-base-blinding-2.16-restricted by Gilles Peskine · 5 years ago
- 253b0de Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
- 09ac297 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
- 94fd8dc Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
- 2b2f956 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
- 2b80249 Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
- 5bb6f3c Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
- a6c1317 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago