57 Commits (8591d539b5d7d3605e78750ffbe256de00f47f46)

Author SHA1 Message Date
David Benjamin 8591d539b5 Document the X509V3_get_d2i family of functions. 4 years ago
David Benjamin 6dcce80037 Add functions for manipulating X.509 TBS structures. 4 years ago
Adam Langley 7c4a3f7d3e Add ECDSA verify KAT to FIPS self-tests. 4 years ago
Adam Langley 83a3f462cf Add AES-GCM AEADs with internal nonce generation. 4 years ago
Adam Langley d5b2b17728 Define a constant for the standard GCM nonce length. 4 years ago
Adam Langley 1a751eefc1 Add test for X25519-containing certificate. 4 years ago
Steven Valdez 07827156c9 Add raw redeem API. 4 years ago
Tamas Petz b67732a163 aarch64: Remove some flavour conditionals 4 years ago
Adam Langley c583dbea70 Have fewer opaque booleans in aead_test.cc 4 years ago
Adam Langley 80e3f957e4 Support 4096-bit keys in FIPS mode. 4 years ago
David Benjamin 40f49428d1 Reland "Check AlgorithmIdentifier parameters for RSA and ECDSA signatures."" 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
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin 3989c99706 Fix crash when flushing an SSL BIO. 4 years ago
Steven Valdez f2b2ef8407 Update TrustTokenV2 to use VOPRFs and assemble RR. 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
David Benjamin 9bf1634b93 Move Trusty workaround to the OPENSSL_LINUX define. 5 years ago
Pete Bentley 6b6b66bacd Disable fork detection on Trusty. 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 cefbf9ceaa Const-correct X509_get0_extensions. 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 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
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
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
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 db129f3f3f Add X509_SIG_get0 and X509_SIG_getm. 5 years ago
Daniel McArdle 8b601c88fb Implement HPKE. 5 years ago
Nick Harper cac93924ab Disallow TLS 1.3 compatibility mode in QUIC. 5 years ago