116 Commits (d83dcf58c0e28f1837aaeb55ddc2c54c9a1a20ac)
 

Author SHA1 Message Date
David Benjamin 9bf1634b93 Move Trusty workaround to the OPENSSL_LINUX define. 5 years ago
Adam Langley fda92cd640 acvp: add AES-GCM support. 5 years ago
Pete Bentley 6b6b66bacd Disable fork detection on Trusty. 5 years ago
Adam Langley 67818bea66 acvp: add AES-CTR support. 5 years ago
David Benjamin 63fa33d7ea Tell clang-format that STACK_OF and LHASH_OF are types. 5 years ago
Adam Langley 8097632475 modulewrapper: fix unknown functions. 5 years ago
David Benjamin 3ff161cc08 Print SSL_get_error in bssl_shim. 5 years ago
Adam Langley 437eabd039 modulewrapper: fix sending empty spans. 5 years ago
David Benjamin bb72a8d649 Allow specifying different initial and resumption expectations. 5 years ago
David Benjamin 0ee5808fed Add a few more OPENSSL_NO_* constants. 5 years ago
David Benjamin b0e98e408c Test SSL_get0_alpn_selected on both client and server. 5 years ago
David Benjamin a6386ea185 runner: Rewrite sessionState parsing with byteReader. 5 years ago
David Benjamin c4ec14c71d Switch ssl_parse_extensions to bool and Span. 5 years ago
Adam Langley 5850a016b2 Disable check that X.509 extensions implies v3. 5 years ago
David Benjamin b13e7b5fdc Silence some clang warnings on macOS and iOS CQ bots. 5 years ago
David Benjamin e0900ac5e1 Mirror dsa.h's deprecation notice in dh.h. 5 years ago
David Benjamin cefbf9ceaa Const-correct X509_get0_extensions. 5 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 5 years ago
Steven Valdez 9adcb0aa7e Add TrustTokenV2. 5 years ago
David Benjamin ee4af9e94e Add X509_get_pathlen and X509_REVOKED_get0_extensions. 5 years ago
Adam Langley 5eeaf3029d Add some accommodations for FreeRDP 5 years ago
David Benjamin ca3f243cf0 Require non-NULL store in X509_STORE_CTX_init. 5 years ago
David Benjamin 6d70353ca8 Const-correct X509V3_CONF_METHOD. 5 years ago
David Benjamin 6247347edd Avoid unions in X509_NAME logic. 5 years ago
David Benjamin 49e9f67d8b Bump OPENSSL_VERSION_NUMBER to 1.1.1. 5 years ago
David Benjamin a82cfdf083 Document more of x509.h. 5 years ago
David Benjamin 662bfad810 Fix potential leak in bssl::Array::Shrink. 5 years ago
David Benjamin 6ad3b46b24 Remove ASN1_STRING_length_set. 5 years ago
Adam Langley 6a263ce483 Revert "Check AlgorithmIdentifier parameters for RSA and ECDSA signatures." 5 years ago
Daniel McArdle bc24805109 Implement PSK variants of HPKE setup functions. 5 years ago
Adam Langley bef6a2f5f5 acvp: support working with files. 5 years ago
David Benjamin 4ef5de02c7 Document a few more functions in x509.h. 5 years ago
David Benjamin 298d8bea03 Add subject key ID and authority key ID accessors. 5 years ago
David Benjamin 1c58648f14 Remove sxnet and pkey_usage_period extensions. 5 years ago
David Benjamin 125a38fad9 Const-correct various X509 functions. 5 years ago
David Benjamin 95d8eaa660 Make X509_set_not{Before,After} functions rather than macros. 5 years ago
David Benjamin 48cb69f8bd Add X509_get0_uids from OpenSSL 1.1.0. 5 years ago
David Benjamin 9372f38cd0 Bound RSA and DSA key sizes better. 5 years ago
David Benjamin c947efabcb Add set1 versions of X509 timestamp setters. 5 years ago
David Benjamin edd4c5f767 Consistently sort generated build files. 5 years ago
Adam Langley 56308910f3 delocate: use 64-bit GOT offsets in the large memory model. 5 years ago
Daniel McArdle 430ccd6163 Update HPKE implementation and test vectors to draft-irtf-cfrg-hpke-05. 5 years ago
Adam Langley d3a5b87aed Handle NULL arguments in some i2d_* functions. 5 years ago
Tamas Petz a0b49d63fd aarch64: support BTI and pointer authentication in assembly 5 years ago
Watson Ladd dcd6e447eb Support delegated credentials verison 06 5 years ago
Adam Langley 0cd846f24f delocation: large memory model support. 5 years ago
Nick Harper 74161f485b Enforce presence of ALPN when QUIC is in use. 5 years ago
David Benjamin 7d3a24d9db Fix the naming of alert error codes. 5 years ago
David Benjamin 70fee17204 Use golang.org/x/crypto in runner. 5 years ago
Nick Harper 281a8f5ea3 Disable ClientHello padding for QUIC. 5 years ago