861 Commits (167f1760ddfeaea1ee1a671ca88aafcccfe30ee0)
 

Author SHA1 Message Date
David Benjamin 61a21e7ec5 Fix sign bit in BN_div if numerator and quotient alias. 4 years ago
David Benjamin ad5db96584 Handle the server case in SSL_get0_ech_name_override. 4 years ago
David Benjamin 62d6ed60dc Remove -2 return value from X509*_get_*_by_NID. 4 years ago
David Benjamin 2cf7a2cdea Remove X509at_get0_data_by_OBJ. 4 years ago
David Benjamin 957f23d2c4 Document a batch of extension-related functions in x509.h. 4 years ago
Adam Langley 7ada846692 conf: fix getting keys from the default section. 4 years ago
Adam Langley 919a973930 conf: don't crash when parsing. 4 years ago
David Benjamin ae7c178689 Add some OpenSSL compatibility aliases. 4 years ago
David Benjamin 170045f490 Make ASN1_OBJECT opaque. 4 years ago
David Benjamin e3a7bd0a81 Rename asn1_locl.h to internal.h. 4 years ago
Adam Langley 5514476c40 Update hpke_test.go. 4 years ago
Giorgio Marinelli c220b5fa69 Decorate x509v3_a2i_ipadd declaration as its definition. 4 years ago
Adam Langley 25d501c775 SHA-256 is used on AArch64, even if NO_ASM. 4 years ago
Adam Langley b90cdddcdc swtb is another AArch64 magic tweak. 4 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 4 years ago
David Benjamin ca7ef8c855 runner: Add a convenience function for base64 flags. 4 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 4 years ago
David Benjamin 10a76acb0f Only clear not_resumable after the handshake. 4 years ago
David Benjamin afa867be8f runner: Test that clients actually use renewed tickets. 4 years ago
David Benjamin 5d224a559c runner: Clean up test logic. 4 years ago
David Benjamin c41a3a9373 runner: Fix process exit timeout. 4 years ago
David Benjamin 479adf98d5 Remove old ASN.1 SET macros. 4 years ago
David Benjamin b147c99ddc Document some ASN1_INTEGER and ASN1_ENUMERATED functions. 4 years ago
David Benjamin 87be659225 Document ASN1_STRING_to_UTF8. 4 years ago
David Benjamin 5f8c681d78 Const-correct ASN1_item_verify a bit more. 4 years ago
David Benjamin 5206782846 Compute ASN.1 BIT STRING sizes more consistently. 4 years ago
David Benjamin cafb992114 Remove lh_FOO_doall. 4 years ago
David Benjamin ec8c67dfbc Prefix internal LHASH functions. 4 years ago
David Benjamin 7f85116bed Unexport almost all of LHASH. 4 years ago
David Benjamin ec552cab81 Rename t1_lib.cc to extensions.cc. 4 years ago
David Benjamin f25ada3a79 Prefix and unexport a2i_ipadd. 4 years ago
Peter Kasting f315a86df3 Fix a -Wdeprecated-copy warning. 4 years ago
David Benjamin 9cbe737ec4 Validate ECH public names. 4 years ago
David Benjamin 869bf9f3af Fold X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM. 4 years ago
David Benjamin 58abd2e6fa Make X509_VERIFY_PARAM opaque. 4 years ago
David Benjamin 36ea4d1134 Move crypto/x509/vpm_int.h into internal.h. 4 years ago
David Benjamin 6d3d0690f5 Reformat x509_vfy.h and convert comments. 4 years ago
Dan McArdle 995574c225 Reland "Add util/fetch_ech_config_list.go" 4 years ago
David Benjamin 9a5abe05cc Revert "Add util/fetch_ech_config_list.go" 4 years ago
Dan McArdle 160a8891ae Add util/fetch_ech_config_list.go 4 years ago
David Benjamin 9734e4453b More reliably report handshake errors through SSL_write. 4 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 4 years ago
David Benjamin 5358cb5044 runner: Check the test name against the protocol being tested. 4 years ago
David Benjamin 878795cac3 Remove outdated comment in primality testing. 4 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 4 years ago
David Benjamin 24545c541c Add a basic API to make ECHConfigs. 4 years ago
David Benjamin c890ae5195 Make ECH server APIs take EVP_HPKE_KEY. 4 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 4 years ago
David Benjamin 0724e3d552 runner: Self-check tests more accurately and earlier. 4 years ago
David Benjamin cd89004847 Don't pad the second ClientHello. 4 years ago