5013 Commits (e745b25dcb2ca8f576389a83b0deb7f0754cb678)
 

Author SHA1 Message Date
  Steven Valdez 64cc121f41 Remove deprecated TLS 1.3 variants. 6 years ago
  David Benjamin ea52ec98a5 Perform the RSA CRT reductions with Montgomery reduction. 6 years ago
  David Benjamin f88242d1c1 SSL_export_keying_material should work in half-RTT. 6 years ago
  David Benjamin ebd87230ac Bring ERR_ERROR_STRING_BUF_LEN down to 120. 6 years ago
  David Benjamin 875095aa7c Silence ARMv8 deprecated IT instruction warnings. 6 years ago
  David Benjamin 9894ee9de2 Scope CMAKE_ASM_FLAGS workaround to the old NDK toolchain. 6 years ago
  David Benjamin 528877962b Document the NDK's built-in toolchain file. 6 years ago
  David Benjamin 4358f104cf Remove clang assembler .arch workaround. 6 years ago
  David Benjamin a9c5b7b3fb Roll back CMake update on Windows bots. 6 years ago
  David Benjamin d870cbdd97 Update CMake to 3.10.0 on the bots. 6 years ago
  David Benjamin 0c9c1aad35 Fix generate_build_files.py. 6 years ago
  Steven Valdez f98b582ded Fix tls13_variant check to check max_version. 6 years ago
  David Benjamin 6fe960d174 Enable __asm__ and uint128_t code in clang-cl. 6 years ago
  David Benjamin 650d8c393e Implement TLS 1.3 early exporters. 6 years ago
  David Benjamin 8f53fc0a94 Fix fuzzer mode suppressions. 6 years ago
  Andres Erbsen 46304abf7d ec/p256.c: fiat-crypto field arithmetic (64, 32) 7 years ago
  David Benjamin 21baf6421a Fix CustomExtensions-Server-EarlyDataAccepted test. 6 years ago
  David Benjamin eb9232f06f Fully reduce scalars in EC_POINT_mul. 6 years ago
  David Benjamin 2b63addf6a Use uint32_t for unicode code points. 6 years ago
  David Benjamin 296a61d600 bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2. 6 years ago
  David Benjamin 2bc937068d Add X509_NAME_get0_der from OpenSSL 1.1.0. 6 years ago
  David Benjamin d8dbde79f9 Don't allow negative EC_KEY private keys. 6 years ago
  David Benjamin 6979c7e8eb Disable Clang -Wtautological-constant-compare. 6 years ago
  David Benjamin 56d5d7085d Update tools. 6 years ago
  David Benjamin 494e4d0e89 Add an option for False Start without ALPN. 6 years ago
  David Benjamin a5462d3050 Actually deprecate ERR_remove_thread_state. 6 years ago
  Michał Janiszewski d3ec6f1adb Add missing errno.h include to bio_test.cc 6 years ago
  Adam Langley bc37ad91fe Fix alignment-violating cast. 6 years ago
  Steven Valdez 9986f6b045 Fix renegotiation with TLS 1.3 draft 22. 6 years ago
  David Benjamin 48eaa28a12 Make EC_POINT_mul work with arbitrary BIGNUMs again. 6 years ago
  David Benjamin 2fc4f362cd Revert "Support high tag numbers in CBS/CBB." 6 years ago
  David Benjamin 095b6c9baa Also add a decoupled OBJ_obj2txt. 6 years ago
  Steven Valdez 1530ef3ec5 Add early data input from file. 6 years ago
  David Benjamin fb535892e5 runner: Rewrite some more parsers. 6 years ago
  Steven Valdez c5c31abe2b Enforce compression_method in TLS 1.3 draft 22. 7 years ago
  Steven Valdez e6cefe41bb Update PR 1091 CL to use draft22 version. 7 years ago
  David Benjamin fc9c67599d Bound the input to the bn_mod_exp fuzzer. 7 years ago
  David Benjamin a7673facf8 runner: Parse CertificateRequest with byteReader. 7 years ago
  David Benjamin 28b267b357 runner: Parse Certificate with byteReader. 7 years ago
  David Benjamin bd911af514 runner: Parse SH/HRR/EE with byteReader. 7 years ago
  David Benjamin 7ce2378750 runner: Send the right alert for handshake message parsing failures. 7 years ago
  David Benjamin 47b8f00fdc Reimplement OBJ_txt2obj and add a lower-level function. 7 years ago
  David Benjamin be8c8b4b1d runner: Add a byteReader type and convert ClientHello parsing. 7 years ago
  Steven Valdez 8c9ceadc58 Add switch to enable draft 22. 7 years ago
  David Benjamin 56aaf164ac Pretty-print large INTEGERs and ENUMERATEDs in hex. 7 years ago
  David Benjamin 27bc0f26c8 Fix CBS tag class docs. 7 years ago
  Daniel Wagner-Hall 2fce1beda0 Remove spurious ; 7 years ago
  David Benjamin e3b2a5d30d Const-correct X509_ALGOR_get0. 7 years ago
  David Benjamin 61e9245543 Use some of the word-based functions for ECDSA verification. 7 years ago
  David Benjamin 86c2b854b0 Don't use BN_nnmod to convert from field element to scalar. 7 years ago