396 Commits (9f55d972854d0b34dae39c7cd3679d6ada3dfd5b)
 

Author SHA1 Message Date
Adam Langley e796cc6502 acvp: add 3DES-ECB support 4 years ago
David Benjamin 043fba2411 Clear some reported gcc -Wshadow warnings. 4 years ago
David Benjamin e9fce74f2e Const-correct X509V3_extensions_print. 4 years ago
David Benjamin 1e8e5635bd clang-format and convert comments in x509v3.h. 4 years ago
Tamas Petz c46b1736a1 aarch64: Improve conditional compilation 4 years ago
David Benjamin fd83592b42 Silence some linter checks. 4 years ago
Adam Langley 9d1bca3dd2 acvp: update subprocess_test.go 4 years ago
David Benjamin 8c32f941ad Update clang. 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin e580e9ded3 Simplify 0-RTT tests. 4 years ago
David Benjamin 3989c99706 Fix crash when flushing an SSL BIO. 4 years ago
David Benjamin 6d904d5b8a Document low-level PEM read/write functions. 4 years ago
David Benjamin 5e549fb640 clang-format pem.h and convert comments. 4 years ago
Daniel McArdle a673d02458 Add PSK variants of HPKE setup functions to BoGo. 4 years ago
Adam Langley 6d2c799920 acvp: abstract out MCT iteration functions. 4 years ago
Daniel McArdle f42d5df924 Add Go implementation of HPKE draft 05 to runner. 4 years ago
David Benjamin 974ac218e7 runner: Implement a more complete ClientHello consistency check. 4 years ago
Steven Valdez f2b2ef8407 Update TrustTokenV2 to use VOPRFs and assemble RR. 4 years ago
Adam Langley f94e6d7f9d acvp: add AES-CCM support. 4 years ago
Adam Langley 56b28d8446 acvp: highlight that the TOTP secret goes in the config file. 4 years ago
Adam Langley 048f354b2a acvp: handle more private key formats. 4 years ago
Dan McArdle 6222fe767d runner: Refactor BoGo clientHelloMsg extension marshalling. 4 years ago
Adam Langley 51b428153d Include rodata subsections in FIPS-shared build. 4 years ago
David Benjamin 991835dfa9 Switch x509_test.cc to use C++ raw string literals. 4 years ago
David Benjamin 723faad51d Fix some malloc error handling. 4 years ago
Adam Langley b117a3a0b7 acvp: add AES-KWP support. 4 years ago
Adam Langley 81658a95c9 acvp: add AES-KW support. 4 years ago
Adam Langley 35ee5ab8cf acvp: support saving vectors. 4 years ago
Nick Harper 5e086956f2 Fix handling of quic_early_data_context. 4 years ago
David Benjamin 38bcb5368c Add a warning to des.h. 4 years ago
David Benjamin 9bf1634b93 Move Trusty workaround to the OPENSSL_LINUX define. 4 years ago
Adam Langley fda92cd640 acvp: add AES-GCM support. 4 years ago
Pete Bentley 6b6b66bacd Disable fork detection on Trusty. 4 years ago
Adam Langley 67818bea66 acvp: add AES-CTR support. 4 years ago
David Benjamin 63fa33d7ea Tell clang-format that STACK_OF and LHASH_OF are types. 4 years ago
Adam Langley 8097632475 modulewrapper: fix unknown functions. 4 years ago
David Benjamin 3ff161cc08 Print SSL_get_error in bssl_shim. 4 years ago
Adam Langley 437eabd039 modulewrapper: fix sending empty spans. 4 years ago
David Benjamin bb72a8d649 Allow specifying different initial and resumption expectations. 4 years ago
David Benjamin 0ee5808fed Add a few more OPENSSL_NO_* constants. 4 years ago
David Benjamin b0e98e408c Test SSL_get0_alpn_selected on both client and server. 4 years ago
David Benjamin a6386ea185 runner: Rewrite sessionState parsing with byteReader. 4 years ago
David Benjamin c4ec14c71d Switch ssl_parse_extensions to bool and Span. 4 years ago
Adam Langley 5850a016b2 Disable check that X.509 extensions implies v3. 4 years ago
David Benjamin b13e7b5fdc Silence some clang warnings on macOS and iOS CQ bots. 4 years ago
David Benjamin e0900ac5e1 Mirror dsa.h's deprecation notice in dh.h. 4 years ago
David Benjamin cefbf9ceaa Const-correct X509_get0_extensions. 4 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 4 years ago
Steven Valdez 9adcb0aa7e Add TrustTokenV2. 4 years ago
David Benjamin ee4af9e94e Add X509_get_pathlen and X509_REVOKED_get0_extensions. 4 years ago