blob: 1a78f633513ceedf91f81fcf3fef20129d316bd2 [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14 *
15 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
21 *
22 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
40 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 */
57/* ====================================================================
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
59 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 *
64 * 1. Redistributions of source code must retain the above copyright
65 * notice, this list of conditions and the following disclaimer.
66 *
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in
69 * the documentation and/or other materials provided with the
70 * distribution.
71 *
72 * 3. All advertising materials mentioning features or use of this
73 * software must display the following acknowledgment:
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76 *
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78 * endorse or promote products derived from this software without
79 * prior written permission. For written permission, please contact
80 * openssl-core@openssl.org.
81 *
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior written
84 * permission of the OpenSSL Project.
85 *
86 * 6. Redistributions of any form whatsoever must retain the following
87 * acknowledgment:
88 * "This product includes software developed by the OpenSSL Project
89 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90 *
91 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
95 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 * OF THE POSSIBILITY OF SUCH DAMAGE.
103 * ====================================================================
104 *
105 * This product includes cryptographic software written by Eric Young
106 * (eay@cryptsoft.com). This product includes software written by Tim
107 * Hudson (tjh@cryptsoft.com).
108 *
109 */
110/* ====================================================================
111 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
112 * ECC cipher suite support in OpenSSL originally developed by
113 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
114 */
115/* ====================================================================
116 * Copyright 2005 Nokia. All rights reserved.
117 *
118 * The portions of the attached software ("Contribution") is developed by
119 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
120 * license.
121 *
122 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
123 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
124 * support (see RFC 4279) to OpenSSL.
125 *
126 * No patent licenses or other rights except those expressly stated in
127 * the OpenSSL open source license shall be deemed granted or received
128 * expressly, by implication, estoppel, or otherwise.
129 *
130 * No assurances are provided by Nokia that the Contribution does not
131 * infringe the patent or other intellectual property rights of any third
132 * party or that the license provides you with all the necessary rights
133 * to make use of the Contribution.
134 *
135 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
136 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
137 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
138 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
139 * OTHERWISE.
140 */
141
David Benjamin2ee94aa2015-04-07 22:38:30 -0400142#ifndef OPENSSL_HEADER_SSL_INTERNAL_H
143#define OPENSSL_HEADER_SSL_INTERNAL_H
Adam Langley95c29f32014-06-20 12:00:00 -0700144
145#include <openssl/base.h>
146
David Benjaminc9376992017-07-24 15:31:13 -0400147#include <stdlib.h>
148
David Benjamina75027b2021-07-20 15:07:22 -0400149#include <initializer_list>
David Benjamin499742c2017-07-22 12:45:38 -0400150#include <limits>
David Benjamind272dea2017-07-29 11:44:22 -0400151#include <new>
David Benjamincfc11c22017-07-18 22:45:18 -0400152#include <type_traits>
153#include <utility>
154
Adam Langleyc9fb3752014-06-20 12:00:00 -0700155#include <openssl/aead.h>
Daniel McArdle00e434d2021-02-18 11:47:18 -0500156#include <openssl/curve25519.h>
David Benjamincfc11c22017-07-18 22:45:18 -0400157#include <openssl/err.h>
David Benjamin070a6c32021-05-05 15:39:27 -0400158#include <openssl/hpke.h>
David Benjamin4e840352017-10-11 18:41:11 -0400159#include <openssl/lhash.h>
David Benjamincfc11c22017-07-18 22:45:18 -0400160#include <openssl/mem.h>
David Benjamin499742c2017-07-22 12:45:38 -0400161#include <openssl/span.h>
Jesse Selover6b0d8222018-08-14 12:47:29 -0400162#include <openssl/ssl.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700163#include <openssl/stack.h>
164
David Benjamine52f4c42017-10-01 22:35:10 -0400165#include "../crypto/err/internal.h"
David Benjamin08f5c762017-09-21 02:43:05 -0400166#include "../crypto/internal.h"
David Benjamin7f851162021-06-21 17:01:55 -0400167#include "../crypto/lhash/internal.h"
David Benjamin08f5c762017-09-21 02:43:05 -0400168
Steven Valdezcb966542016-08-17 16:56:14 -0400169
David Benjamin4d2e7ce2015-05-08 13:29:45 -0400170#if defined(OPENSSL_WINDOWS)
David Benjaminc11ea9422017-08-29 16:33:21 -0400171// Windows defines struct timeval in winsock2.h.
David Benjamina353cdb2016-06-09 16:48:33 -0400172OPENSSL_MSVC_PRAGMA(warning(push, 3))
David Benjamin4d2e7ce2015-05-08 13:29:45 -0400173#include <winsock2.h>
David Benjamina353cdb2016-06-09 16:48:33 -0400174OPENSSL_MSVC_PRAGMA(warning(pop))
David Benjamin4d2e7ce2015-05-08 13:29:45 -0400175#else
David Benjamin0abd6f22015-12-04 21:49:53 -0500176#include <sys/time.h>
David Benjamin4d2e7ce2015-05-08 13:29:45 -0400177#endif
178
Steven Valdez87eab492016-06-27 16:34:59 -0400179
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -0700180BSSL_NAMESPACE_BEGIN
Adam Langleyfcf25832014-12-18 17:42:32 -0800181
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -0700182struct SSL_CONFIG;
David Benjamin86e95b82017-07-18 16:34:25 -0400183struct SSL_HANDSHAKE;
David Benjamin664e99a2017-10-10 19:23:21 -0400184struct SSL_PROTOCOL_METHOD;
David Benjamin0363de92018-06-29 13:57:38 -0400185struct SSL_X509_METHOD;
Steven Valdez8f36c512017-06-20 10:55:02 -0400186
David Benjaminc11ea9422017-08-29 16:33:21 -0400187// C++ utilities.
David Benjamincfc11c22017-07-18 22:45:18 -0400188
David Benjaminc11ea9422017-08-29 16:33:21 -0400189// New behaves like |new| but uses |OPENSSL_malloc| for memory allocation. It
190// returns nullptr on allocation error. It only implements single-object
191// allocation and not new T[n].
192//
193// Note: unlike |new|, this does not support non-public constructors.
David Benjamincfc11c22017-07-18 22:45:18 -0400194template <typename T, typename... Args>
195T *New(Args &&... args) {
David Benjamina4cb62f2017-07-31 13:52:31 -0400196 void *t = OPENSSL_malloc(sizeof(T));
David Benjamincfc11c22017-07-18 22:45:18 -0400197 if (t == nullptr) {
198 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
199 return nullptr;
200 }
David Benjamina4cb62f2017-07-31 13:52:31 -0400201 return new (t) T(std::forward<Args>(args)...);
David Benjamincfc11c22017-07-18 22:45:18 -0400202}
203
David Benjaminc11ea9422017-08-29 16:33:21 -0400204// Delete behaves like |delete| but uses |OPENSSL_free| to release memory.
205//
206// Note: unlike |delete| this does not support non-public destructors.
David Benjamincfc11c22017-07-18 22:45:18 -0400207template <typename T>
208void Delete(T *t) {
209 if (t != nullptr) {
210 t->~T();
211 OPENSSL_free(t);
212 }
213}
214
David Benjaminc11ea9422017-08-29 16:33:21 -0400215// All types with kAllowUniquePtr set may be used with UniquePtr. Other types
216// may be C structs which require a |BORINGSSL_MAKE_DELETER| registration.
David Benjamincfc11c22017-07-18 22:45:18 -0400217namespace internal {
218template <typename T>
David Benjamin493d5cb2022-04-18 17:20:27 -0400219struct DeleterImpl<T, std::enable_if_t<T::kAllowUniquePtr>> {
David Benjamincfc11c22017-07-18 22:45:18 -0400220 static void Free(T *t) { Delete(t); }
221};
Jesse Selover6b0d8222018-08-14 12:47:29 -0400222} // namespace internal
David Benjamincfc11c22017-07-18 22:45:18 -0400223
David Benjaminc11ea9422017-08-29 16:33:21 -0400224// MakeUnique behaves like |std::make_unique| but returns nullptr on allocation
225// error.
David Benjamincfc11c22017-07-18 22:45:18 -0400226template <typename T, typename... Args>
227UniquePtr<T> MakeUnique(Args &&... args) {
228 return UniquePtr<T>(New<T>(std::forward<Args>(args)...));
229}
230
David Benjamin506be382017-07-25 15:18:18 -0400231#if defined(BORINGSSL_ALLOW_CXX_RUNTIME)
232#define HAS_VIRTUAL_DESTRUCTOR
233#define PURE_VIRTUAL = 0
234#else
David Benjamin35368092017-08-29 16:55:10 -0400235// HAS_VIRTUAL_DESTRUCTOR should be declared in any base class which defines a
David Benjaminc11ea9422017-08-29 16:33:21 -0400236// virtual destructor. This avoids a dependency on |_ZdlPv| and prevents the
237// class from being used with |delete|.
David Benjaminc9376992017-07-24 15:31:13 -0400238#define HAS_VIRTUAL_DESTRUCTOR \
239 void operator delete(void *) { abort(); }
240
David Benjaminc11ea9422017-08-29 16:33:21 -0400241// PURE_VIRTUAL should be used instead of = 0 when defining pure-virtual
242// functions. This avoids a dependency on |__cxa_pure_virtual| but loses
243// compile-time checking.
Jesse Selover6b0d8222018-08-14 12:47:29 -0400244#define PURE_VIRTUAL \
245 { abort(); }
David Benjamin506be382017-07-25 15:18:18 -0400246#endif
David Benjaminc9376992017-07-24 15:31:13 -0400247
David Benjamin499742c2017-07-22 12:45:38 -0400248// Array<T> is an owning array of elements of |T|.
249template <typename T>
250class Array {
251 public:
252 // Array's default constructor creates an empty array.
253 Array() {}
254 Array(const Array &) = delete;
255 Array(Array &&other) { *this = std::move(other); }
256
257 ~Array() { Reset(); }
258
259 Array &operator=(const Array &) = delete;
260 Array &operator=(Array &&other) {
261 Reset();
262 other.Release(&data_, &size_);
263 return *this;
264 }
265
266 const T *data() const { return data_; }
267 T *data() { return data_; }
268 size_t size() const { return size_; }
David Benjaminb9493552017-09-27 19:02:51 -0400269 bool empty() const { return size_ == 0; }
David Benjamin499742c2017-07-22 12:45:38 -0400270
271 const T &operator[](size_t i) const { return data_[i]; }
272 T &operator[](size_t i) { return data_[i]; }
273
274 T *begin() { return data_; }
David Benjamin24545c52021-06-07 16:05:07 -0400275 const T *begin() const { return data_; }
David Benjamin499742c2017-07-22 12:45:38 -0400276 T *end() { return data_ + size_; }
David Benjamin24545c52021-06-07 16:05:07 -0400277 const T *end() const { return data_ + size_; }
David Benjamin499742c2017-07-22 12:45:38 -0400278
279 void Reset() { Reset(nullptr, 0); }
280
281 // Reset releases the current contents of the array and takes ownership of the
282 // raw pointer supplied by the caller.
283 void Reset(T *new_data, size_t new_size) {
284 for (size_t i = 0; i < size_; i++) {
285 data_[i].~T();
286 }
287 OPENSSL_free(data_);
288 data_ = new_data;
289 size_ = new_size;
290 }
291
292 // Release releases ownership of the array to a raw pointer supplied by the
293 // caller.
294 void Release(T **out, size_t *out_size) {
295 *out = data_;
296 *out_size = size_;
297 data_ = nullptr;
298 size_ = 0;
299 }
300
301 // Init replaces the array with a newly-allocated array of |new_size|
302 // default-constructed copies of |T|. It returns true on success and false on
303 // error.
304 //
305 // Note that if |T| is a primitive type like |uint8_t|, it is uninitialized.
306 bool Init(size_t new_size) {
307 Reset();
308 if (new_size == 0) {
309 return true;
310 }
311
312 if (new_size > std::numeric_limits<size_t>::max() / sizeof(T)) {
313 OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
314 return false;
315 }
Jesse Selover6b0d8222018-08-14 12:47:29 -0400316 data_ = reinterpret_cast<T *>(OPENSSL_malloc(new_size * sizeof(T)));
David Benjamin499742c2017-07-22 12:45:38 -0400317 if (data_ == nullptr) {
318 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
319 return false;
320 }
321 size_ = new_size;
322 for (size_t i = 0; i < size_; i++) {
323 new (&data_[i]) T;
324 }
325 return true;
326 }
327
David Benjamin08f5c762017-09-21 02:43:05 -0400328 // CopyFrom replaces the array with a newly-allocated copy of |in|. It returns
329 // true on success and false on error.
David Benjamine325c3f2018-04-12 16:11:15 -0400330 bool CopyFrom(Span<const T> in) {
David Benjamin08f5c762017-09-21 02:43:05 -0400331 if (!Init(in.size())) {
332 return false;
333 }
David Benjamine325c3f2018-04-12 16:11:15 -0400334 OPENSSL_memcpy(data_, in.data(), sizeof(T) * in.size());
David Benjamin08f5c762017-09-21 02:43:05 -0400335 return true;
336 }
337
David Benjamin28655672018-07-18 23:23:25 -0400338 // Shrink shrinks the stored size of the array to |new_size|. It crashes if
339 // the new size is larger. Note this does not shrink the allocation itself.
340 void Shrink(size_t new_size) {
341 if (new_size > size_) {
342 abort();
343 }
David Benjamin662bfad2020-09-15 15:22:01 -0400344 for (size_t i = new_size; i < size_; i++) {
345 data_[i].~T();
346 }
David Benjamin28655672018-07-18 23:23:25 -0400347 size_ = new_size;
348 }
349
David Benjamin499742c2017-07-22 12:45:38 -0400350 private:
351 T *data_ = nullptr;
352 size_t size_ = 0;
353};
354
Daniel McArdleff746c12019-09-16 12:35:05 -0400355// GrowableArray<T> is an array that owns elements of |T|, backed by an
356// Array<T>. When necessary, pushing will automatically trigger a resize.
357//
358// Note, for simplicity, this class currently differs from |std::vector| in that
359// |T| must be efficiently default-constructible. Allocated elements beyond the
360// end of the array are constructed and destructed.
361template <typename T>
362class GrowableArray {
363 public:
364 GrowableArray() = default;
365 GrowableArray(const GrowableArray &) = delete;
366 GrowableArray(GrowableArray &&other) { *this = std::move(other); }
367 ~GrowableArray() {}
368
369 GrowableArray &operator=(const GrowableArray &) = delete;
370 GrowableArray &operator=(GrowableArray &&other) {
371 size_ = other.size_;
372 other.size_ = 0;
373 array_ = std::move(other.array_);
374 return *this;
375 }
376
Daniel McArdle00e434d2021-02-18 11:47:18 -0500377 const T *data() const { return array_.data(); }
378 T *data() { return array_.data(); }
Daniel McArdleff746c12019-09-16 12:35:05 -0400379 size_t size() const { return size_; }
380 bool empty() const { return size_ == 0; }
381
382 const T &operator[](size_t i) const { return array_[i]; }
383 T &operator[](size_t i) { return array_[i]; }
384
385 T *begin() { return array_.data(); }
David Benjamin24545c52021-06-07 16:05:07 -0400386 const T *begin() const { return array_.data(); }
Daniel McArdleff746c12019-09-16 12:35:05 -0400387 T *end() { return array_.data() + size_; }
David Benjamin24545c52021-06-07 16:05:07 -0400388 const T *end() const { return array_.data() + size_; }
Daniel McArdleff746c12019-09-16 12:35:05 -0400389
Steven Valdez51607f12020-08-05 10:46:05 -0400390 void clear() {
391 size_ = 0;
392 array_.Reset();
393 }
394
Daniel McArdleff746c12019-09-16 12:35:05 -0400395 // Push adds |elem| at the end of the internal array, growing if necessary. It
396 // returns false when allocation fails.
397 bool Push(T elem) {
398 if (!MaybeGrow()) {
399 return false;
400 }
401 array_[size_] = std::move(elem);
402 size_++;
403 return true;
404 }
405
406 // CopyFrom replaces the contents of the array with a copy of |in|. It returns
407 // true on success and false on allocation error.
408 bool CopyFrom(Span<const T> in) {
409 if (!array_.CopyFrom(in)) {
410 return false;
411 }
412 size_ = in.size();
413 return true;
414 }
415
416 private:
417 // If there is no room for one more element, creates a new backing array with
418 // double the size of the old one and copies elements over.
419 bool MaybeGrow() {
420 if (array_.size() == 0) {
421 return array_.Init(kDefaultSize);
422 }
423 // No need to grow if we have room for one more T.
424 if (size_ < array_.size()) {
425 return true;
426 }
427 // Double the array's size if it's safe to do so.
428 if (array_.size() > std::numeric_limits<size_t>::max() / 2) {
429 OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
430 return false;
431 }
432 Array<T> new_array;
433 if (!new_array.Init(array_.size() * 2)) {
434 return false;
435 }
436 for (size_t i = 0; i < array_.size(); i++) {
437 new_array[i] = std::move(array_[i]);
438 }
439 array_ = std::move(new_array);
440
441 return true;
442 }
443
444 // |size_| is the number of elements stored in this GrowableArray.
445 size_t size_ = 0;
446 // |array_| is the backing array. Note that |array_.size()| is this
447 // GrowableArray's current capacity and that |size_ <= array_.size()|.
448 Array<T> array_;
449 // |kDefaultSize| is the default initial size of the backing array.
450 static constexpr size_t kDefaultSize = 16;
451};
452
David Benjamin879efc32017-09-21 11:20:53 -0400453// CBBFinishArray behaves like |CBB_finish| but stores the result in an Array.
Adam Langleyddb57cf2018-01-26 09:17:53 -0800454OPENSSL_EXPORT bool CBBFinishArray(CBB *cbb, Array<uint8_t> *out);
David Benjamin879efc32017-09-21 11:20:53 -0400455
David Benjamincfc11c22017-07-18 22:45:18 -0400456
David Benjaminc11ea9422017-08-29 16:33:21 -0400457// Protocol versions.
458//
Steven Valdezb84674b2018-08-28 10:14:07 -0400459// Due to DTLS's historical wire version differences, we maintain two notions of
David Benjaminc11ea9422017-08-29 16:33:21 -0400460// version.
461//
462// The "version" or "wire version" is the actual 16-bit value that appears on
463// the wire. It uniquely identifies a version and is also used at API
464// boundaries. The set of supported versions differs between TLS and DTLS. Wire
465// versions are opaque values and may not be compared numerically.
466//
467// The "protocol version" identifies the high-level handshake variant being
Steven Valdezb84674b2018-08-28 10:14:07 -0400468// used. DTLS versions map to the corresponding TLS versions. Protocol versions
469// are sequential and may be compared numerically.
Steven Valdez8f36c512017-06-20 10:55:02 -0400470
David Benjaminc11ea9422017-08-29 16:33:21 -0400471// ssl_protocol_version_from_wire sets |*out| to the protocol version
David Benjamined9aed12017-09-27 19:24:09 -0400472// corresponding to wire version |version| and returns true. If |version| is not
473// a valid TLS or DTLS version, it returns false.
David Benjaminc11ea9422017-08-29 16:33:21 -0400474//
475// Note this simultaneously handles both DTLS and TLS. Use one of the
476// higher-level functions below for most operations.
David Benjamined9aed12017-09-27 19:24:09 -0400477bool ssl_protocol_version_from_wire(uint16_t *out, uint16_t version);
Steven Valdez8f36c512017-06-20 10:55:02 -0400478
David Benjaminc11ea9422017-08-29 16:33:21 -0400479// ssl_get_version_range sets |*out_min_version| and |*out_max_version| to the
480// minimum and maximum enabled protocol versions, respectively.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -0700481bool ssl_get_version_range(const SSL_HANDSHAKE *hs, uint16_t *out_min_version,
David Benjamined9aed12017-09-27 19:24:09 -0400482 uint16_t *out_max_version);
Steven Valdez8f36c512017-06-20 10:55:02 -0400483
David Benjamined9aed12017-09-27 19:24:09 -0400484// ssl_supports_version returns whether |hs| supports |version|.
David Benjamin14e51ad2021-05-19 15:24:34 -0400485bool ssl_supports_version(const SSL_HANDSHAKE *hs, uint16_t version);
Steven Valdez8f36c512017-06-20 10:55:02 -0400486
Matthew Braithwaite0e9e0ba2018-04-10 15:40:12 -0700487// ssl_method_supports_version returns whether |method| supports |version|.
488bool ssl_method_supports_version(const SSL_PROTOCOL_METHOD *method,
489 uint16_t version);
490
David Benjaminc11ea9422017-08-29 16:33:21 -0400491// ssl_add_supported_versions writes the supported versions of |hs| to |cbb|, in
David Benjamin83a49932021-05-20 15:57:09 -0400492// decreasing preference order. The version list is filtered to those whose
493// protocol version is at least |extra_min_version|.
494bool ssl_add_supported_versions(const SSL_HANDSHAKE *hs, CBB *cbb,
495 uint16_t extra_min_version);
Steven Valdez8f36c512017-06-20 10:55:02 -0400496
David Benjaminc11ea9422017-08-29 16:33:21 -0400497// ssl_negotiate_version negotiates a common version based on |hs|'s preferences
David Benjamined9aed12017-09-27 19:24:09 -0400498// and the peer preference list in |peer_versions|. On success, it returns true
499// and sets |*out_version| to the selected version. Otherwise, it returns false
David Benjaminc11ea9422017-08-29 16:33:21 -0400500// and sets |*out_alert| to an alert to send.
David Benjamined9aed12017-09-27 19:24:09 -0400501bool ssl_negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert,
502 uint16_t *out_version, const CBS *peer_versions);
Steven Valdez8f36c512017-06-20 10:55:02 -0400503
David Benjamind1e3ce12017-10-06 18:31:15 -0400504// ssl_protocol_version returns |ssl|'s protocol version. It is an error to
David Benjaminc11ea9422017-08-29 16:33:21 -0400505// call this function before the version is determined.
David Benjamind1e3ce12017-10-06 18:31:15 -0400506uint16_t ssl_protocol_version(const SSL *ssl);
Steven Valdez8f36c512017-06-20 10:55:02 -0400507
David Benjaminc11ea9422017-08-29 16:33:21 -0400508// Cipher suites.
David Benjamin71f07942015-04-08 02:36:59 -0400509
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -0700510BSSL_NAMESPACE_END
David Benjamin33fc2ba2017-09-13 16:22:58 -0400511
512struct ssl_cipher_st {
513 // name is the OpenSSL name for the cipher.
514 const char *name;
515 // standard_name is the IETF name for the cipher.
516 const char *standard_name;
517 // id is the cipher suite value bitwise OR-d with 0x03000000.
518 uint32_t id;
519
520 // algorithm_* determine the cipher suite. See constants below for the values.
521 uint32_t algorithm_mkey;
522 uint32_t algorithm_auth;
523 uint32_t algorithm_enc;
524 uint32_t algorithm_mac;
525 uint32_t algorithm_prf;
526};
527
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -0700528BSSL_NAMESPACE_BEGIN
David Benjamin33fc2ba2017-09-13 16:22:58 -0400529
David Benjaminc11ea9422017-08-29 16:33:21 -0400530// Bits for |algorithm_mkey| (key exchange algorithm).
David Benjamine64d2c72017-07-12 16:31:08 -0400531#define SSL_kRSA 0x00000001u
532#define SSL_kECDHE 0x00000002u
David Benjaminc11ea9422017-08-29 16:33:21 -0400533// SSL_kPSK is only set for plain PSK, not ECDHE_PSK.
David Benjamine64d2c72017-07-12 16:31:08 -0400534#define SSL_kPSK 0x00000004u
535#define SSL_kGENERIC 0x00000008u
David Benjamin71f07942015-04-08 02:36:59 -0400536
David Benjaminc11ea9422017-08-29 16:33:21 -0400537// Bits for |algorithm_auth| (server authentication).
David Benjamine64d2c72017-07-12 16:31:08 -0400538#define SSL_aRSA 0x00000001u
539#define SSL_aECDSA 0x00000002u
David Benjaminc11ea9422017-08-29 16:33:21 -0400540// SSL_aPSK is set for both PSK and ECDHE_PSK.
David Benjamine64d2c72017-07-12 16:31:08 -0400541#define SSL_aPSK 0x00000004u
542#define SSL_aGENERIC 0x00000008u
David Benjamin71f07942015-04-08 02:36:59 -0400543
David Benjaminc032dfa2016-05-12 14:54:57 -0400544#define SSL_aCERT (SSL_aRSA | SSL_aECDSA)
545
David Benjaminc11ea9422017-08-29 16:33:21 -0400546// Bits for |algorithm_enc| (symmetric encryption).
Jesse Selover6b0d8222018-08-14 12:47:29 -0400547#define SSL_3DES 0x00000001u
548#define SSL_AES128 0x00000002u
549#define SSL_AES256 0x00000004u
550#define SSL_AES128GCM 0x00000008u
551#define SSL_AES256GCM 0x00000010u
552#define SSL_eNULL 0x00000020u
553#define SSL_CHACHA20POLY1305 0x00000040u
David Benjamin71f07942015-04-08 02:36:59 -0400554
555#define SSL_AES (SSL_AES128 | SSL_AES256 | SSL_AES128GCM | SSL_AES256GCM)
556
David Benjaminc11ea9422017-08-29 16:33:21 -0400557// Bits for |algorithm_mac| (symmetric authentication).
David Benjamine64d2c72017-07-12 16:31:08 -0400558#define SSL_SHA1 0x00000001u
David Benjaminc11ea9422017-08-29 16:33:21 -0400559// SSL_AEAD is set for all AEADs.
David Benjamin6e678ee2018-04-16 19:54:42 -0400560#define SSL_AEAD 0x00000002u
David Benjamin71f07942015-04-08 02:36:59 -0400561
David Benjaminc11ea9422017-08-29 16:33:21 -0400562// Bits for |algorithm_prf| (handshake digest).
David Benjaminb0883312015-08-06 09:54:13 -0400563#define SSL_HANDSHAKE_MAC_DEFAULT 0x1
564#define SSL_HANDSHAKE_MAC_SHA256 0x2
565#define SSL_HANDSHAKE_MAC_SHA384 0x4
David Benjamin71f07942015-04-08 02:36:59 -0400566
David Benjaminbc424022019-07-21 12:05:20 -0400567// SSL_MAX_MD_SIZE is size of the largest hash function used in TLS, SHA-384.
568#define SSL_MAX_MD_SIZE 48
569
David Benjamin48b276d2018-04-12 17:37:32 -0400570// An SSLCipherPreferenceList contains a list of SSL_CIPHERs with equal-
571// preference groups. For TLS clients, the groups are moot because the server
572// picks the cipher and groups cannot be expressed on the wire. However, for
573// servers, the equal-preference groups allow the client's preferences to be
574// partially respected. (This only has an effect with
575// SSL_OP_CIPHER_SERVER_PREFERENCE).
576//
577// The equal-preference groups are expressed by grouping SSL_CIPHERs together.
578// All elements of a group have the same priority: no ordering is expressed
579// within a group.
580//
581// The values in |ciphers| are in one-to-one correspondence with
582// |in_group_flags|. (That is, sk_SSL_CIPHER_num(ciphers) is the number of
583// bytes in |in_group_flags|.) The bytes in |in_group_flags| are either 1, to
584// indicate that the corresponding SSL_CIPHER is not the last element of a
585// group, or 0 to indicate that it is.
586//
587// For example, if |in_group_flags| contains all zeros then that indicates a
588// traditional, fully-ordered preference. Every SSL_CIPHER is the last element
589// of the group (i.e. they are all in a one-element group).
590//
591// For a more complex example, consider:
592// ciphers: A B C D E F
593// in_group_flags: 1 1 0 0 1 0
594//
595// That would express the following, order:
596//
597// A E
598// B -> D -> F
599// C
600struct SSLCipherPreferenceList {
601 static constexpr bool kAllowUniquePtr = true;
602
603 SSLCipherPreferenceList() = default;
604 ~SSLCipherPreferenceList();
605
606 bool Init(UniquePtr<STACK_OF(SSL_CIPHER)> ciphers,
607 Span<const bool> in_group_flags);
Matthew Braithwaited2ed3822018-07-10 16:27:22 -0700608 bool Init(const SSLCipherPreferenceList &);
609
610 void Remove(const SSL_CIPHER *cipher);
David Benjamin48b276d2018-04-12 17:37:32 -0400611
612 UniquePtr<STACK_OF(SSL_CIPHER)> ciphers;
613 bool *in_group_flags = nullptr;
614};
David Benjamin71f07942015-04-08 02:36:59 -0400615
Matthew Braithwaited2ed3822018-07-10 16:27:22 -0700616// AllCiphers returns an array of all supported ciphers, sorted by id.
617Span<const SSL_CIPHER> AllCiphers();
618
David Benjaminc11ea9422017-08-29 16:33:21 -0400619// ssl_cipher_get_evp_aead sets |*out_aead| to point to the correct EVP_AEAD
620// object for |cipher| protocol version |version|. It sets |*out_mac_secret_len|
621// and |*out_fixed_iv_len| to the MAC key length and fixed IV length,
622// respectively. The MAC key length is zero except for legacy block and stream
David Benjaminf4962492017-09-27 19:34:32 -0400623// ciphers. It returns true on success and false on error.
624bool ssl_cipher_get_evp_aead(const EVP_AEAD **out_aead,
625 size_t *out_mac_secret_len,
626 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher,
David Benjamin8525ff32018-09-05 18:44:15 -0500627 uint16_t version, bool is_dtls);
David Benjamin71f07942015-04-08 02:36:59 -0400628
David Benjaminc11ea9422017-08-29 16:33:21 -0400629// ssl_get_handshake_digest returns the |EVP_MD| corresponding to |version| and
630// |cipher|.
David Benjaminca9e8f52017-08-09 15:02:34 -0400631const EVP_MD *ssl_get_handshake_digest(uint16_t version,
632 const SSL_CIPHER *cipher);
David Benjamin71f07942015-04-08 02:36:59 -0400633
David Benjamin5be3a742017-10-28 16:08:58 -0400634// ssl_create_cipher_list evaluates |rule_str|. It sets |*out_cipher_list| to a
David Benjamin48b276d2018-04-12 17:37:32 -0400635// newly-allocated |SSLCipherPreferenceList| containing the result. It returns
636// true on success and false on failure. If |strict| is true, nonsense will be
637// rejected. If false, nonsense will be silently ignored. An empty result is
638// considered an error regardless of |strict|.
David Benjamin0ce090a2018-07-02 20:24:40 -0400639bool ssl_create_cipher_list(UniquePtr<SSLCipherPreferenceList> *out_cipher_list,
David Benjamin48b276d2018-04-12 17:37:32 -0400640 const char *rule_str, bool strict);
David Benjamin71f07942015-04-08 02:36:59 -0400641
David Benjaminc11ea9422017-08-29 16:33:21 -0400642// ssl_cipher_auth_mask_for_key returns the mask of cipher |algorithm_auth|
643// values suitable for use with |key| in TLS 1.2 and below.
David Benjamin69522112017-03-28 15:38:29 -0500644uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key);
David Benjamin71f07942015-04-08 02:36:59 -0400645
David Benjaminf4962492017-09-27 19:34:32 -0400646// ssl_cipher_uses_certificate_auth returns whether |cipher| authenticates the
647// server and, optionally, the client with a certificate.
648bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher);
David Benjamin71f07942015-04-08 02:36:59 -0400649
David Benjaminf4962492017-09-27 19:34:32 -0400650// ssl_cipher_requires_server_key_exchange returns whether |cipher| requires a
651// ServerKeyExchange message.
David Benjaminc11ea9422017-08-29 16:33:21 -0400652//
David Benjaminf4962492017-09-27 19:34:32 -0400653// This function may return false while still allowing |cipher| an optional
David Benjaminc11ea9422017-08-29 16:33:21 -0400654// ServerKeyExchange. This is the case for plain PSK ciphers.
David Benjaminf4962492017-09-27 19:34:32 -0400655bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher);
David Benjamin71f07942015-04-08 02:36:59 -0400656
David Benjaminc11ea9422017-08-29 16:33:21 -0400657// ssl_cipher_get_record_split_len, for TLS 1.0 CBC mode ciphers, returns the
658// length of an encrypted 1-byte record, for use in record-splitting. Otherwise
659// it returns zero.
David Benjaminb8d28cf2015-07-28 21:34:45 -0400660size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher);
661
Steven Valdezd6f9c352019-06-25 10:13:18 -0400662// ssl_choose_tls13_cipher returns an |SSL_CIPHER| corresponding with the best
Adam Langley451ea3c2022-05-18 16:15:49 -0700663// available from |cipher_suites| compatible with |version|, |group_id|, and
664// |only_fips|. It returns NULL if there isn't a compatible cipher.
Steven Valdezd6f9c352019-06-25 10:13:18 -0400665const SSL_CIPHER *ssl_choose_tls13_cipher(CBS cipher_suites, uint16_t version,
Adam Langley451ea3c2022-05-18 16:15:49 -0700666 uint16_t group_id, bool only_fips);
667
668// ssl_tls13_cipher_meets_policy returns true if |cipher_id| is acceptable given
669// |only_fips|. (For now there's only a single policy and so the policy argument
670// is just a bool.)
671bool ssl_tls13_cipher_meets_policy(uint16_t cipher_id, bool only_fips);
Steven Valdezd6f9c352019-06-25 10:13:18 -0400672
David Benjamin71f07942015-04-08 02:36:59 -0400673
David Benjaminc11ea9422017-08-29 16:33:21 -0400674// Transcript layer.
Steven Valdez908ac192017-01-12 13:17:07 -0500675
David Benjaminc11ea9422017-08-29 16:33:21 -0400676// SSLTranscript maintains the handshake transcript as a combination of a
677// buffer and running hash.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400678class SSLTranscript {
679 public:
680 SSLTranscript();
681 ~SSLTranscript();
682
David Benjamin83a49932021-05-20 15:57:09 -0400683 SSLTranscript(SSLTranscript &&other) = default;
684 SSLTranscript &operator=(SSLTranscript &&other) = default;
685
David Benjaminc11ea9422017-08-29 16:33:21 -0400686 // Init initializes the handshake transcript. If called on an existing
687 // transcript, it resets the transcript and hash. It returns true on success
688 // and false on failure.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400689 bool Init();
690
David Benjaminc11ea9422017-08-29 16:33:21 -0400691 // InitHash initializes the handshake hash based on the PRF and contents of
692 // the handshake transcript. Subsequent calls to |Update| will update the
693 // rolling hash. It returns one on success and zero on failure. It is an error
David Benjamind55f4502021-08-11 13:19:19 -0400694 // to call this function after the handshake buffer is released. This may be
695 // called multiple times to change the hash function.
David Benjaminca9e8f52017-08-09 15:02:34 -0400696 bool InitHash(uint16_t version, const SSL_CIPHER *cipher);
David Benjamin6dc8bf62017-07-19 16:38:21 -0400697
Steven Valdezcd8470f2017-10-11 12:29:36 -0400698 // UpdateForHelloRetryRequest resets the rolling hash with the
699 // HelloRetryRequest construction. It returns true on success and false on
700 // failure. It is an error to call this function before the handshake buffer
701 // is released.
702 bool UpdateForHelloRetryRequest();
703
David Benjamin9806ae02019-08-16 15:32:03 -0400704 // CopyToHashContext initializes |ctx| with |digest| and the data thus far in
705 // the transcript. It returns true on success and false on failure. If the
706 // handshake buffer is still present, |digest| may be any supported digest.
707 // Otherwise, |digest| must match the transcript hash.
David Benjaminb32aa052021-06-02 17:05:00 -0400708 bool CopyToHashContext(EVP_MD_CTX *ctx, const EVP_MD *digest) const;
Steven Valdezcd8470f2017-10-11 12:29:36 -0400709
David Benjaminb32aa052021-06-02 17:05:00 -0400710 Span<const uint8_t> buffer() const {
David Benjamin75a1f232017-10-11 17:19:19 -0400711 return MakeConstSpan(reinterpret_cast<const uint8_t *>(buffer_->data),
712 buffer_->length);
David Benjamin6dc8bf62017-07-19 16:38:21 -0400713 }
David Benjamin6dc8bf62017-07-19 16:38:21 -0400714
David Benjaminc11ea9422017-08-29 16:33:21 -0400715 // FreeBuffer releases the handshake buffer. Subsequent calls to
716 // |Update| will not update the handshake buffer.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400717 void FreeBuffer();
718
David Benjaminc11ea9422017-08-29 16:33:21 -0400719 // DigestLen returns the length of the PRF hash.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400720 size_t DigestLen() const;
721
David Benjaminc11ea9422017-08-29 16:33:21 -0400722 // Digest returns the PRF hash. For TLS 1.1 and below, this is
723 // |EVP_md5_sha1|.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400724 const EVP_MD *Digest() const;
725
David Benjaminc11ea9422017-08-29 16:33:21 -0400726 // Update adds |in| to the handshake buffer and handshake hash, whichever is
727 // enabled. It returns true on success and false on failure.
David Benjamin75a1f232017-10-11 17:19:19 -0400728 bool Update(Span<const uint8_t> in);
David Benjamin6dc8bf62017-07-19 16:38:21 -0400729
David Benjaminc11ea9422017-08-29 16:33:21 -0400730 // GetHash writes the handshake hash to |out| which must have room for at
731 // least |DigestLen| bytes. On success, it returns true and sets |*out_len| to
732 // the number of bytes written. Otherwise, it returns false.
David Benjaminb32aa052021-06-02 17:05:00 -0400733 bool GetHash(uint8_t *out, size_t *out_len) const;
David Benjamin6dc8bf62017-07-19 16:38:21 -0400734
David Benjaminc11ea9422017-08-29 16:33:21 -0400735 // GetFinishedMAC computes the MAC for the Finished message into the bytes
736 // pointed by |out| and writes the number of bytes to |*out_len|. |out| must
737 // have room for |EVP_MAX_MD_SIZE| bytes. It returns true on success and false
738 // on failure.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400739 bool GetFinishedMAC(uint8_t *out, size_t *out_len, const SSL_SESSION *session,
David Benjaminb32aa052021-06-02 17:05:00 -0400740 bool from_server) const;
David Benjamin6dc8bf62017-07-19 16:38:21 -0400741
742 private:
David Benjaminc11ea9422017-08-29 16:33:21 -0400743 // buffer_, if non-null, contains the handshake transcript.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400744 UniquePtr<BUF_MEM> buffer_;
David Benjamina4e9f8d2018-06-26 00:12:52 -0400745 // hash, if initialized with an |EVP_MD|, maintains the handshake hash.
David Benjamin6dc8bf62017-07-19 16:38:21 -0400746 ScopedEVP_MD_CTX hash_;
David Benjamin86e95b82017-07-18 16:34:25 -0400747};
Steven Valdez908ac192017-01-12 13:17:07 -0500748
David Benjamin2637f3c2017-10-27 00:56:55 -0400749// tls1_prf computes the PRF function for |ssl|. It fills |out|, using |secret|
750// as the secret and |label| as the label. |seed1| and |seed2| are concatenated
751// to form the seed parameter. It returns true on success and false on failure.
752bool tls1_prf(const EVP_MD *digest, Span<uint8_t> out,
753 Span<const uint8_t> secret, Span<const char> label,
754 Span<const uint8_t> seed1, Span<const uint8_t> seed2);
Steven Valdez908ac192017-01-12 13:17:07 -0500755
756
David Benjaminc11ea9422017-08-29 16:33:21 -0400757// Encryption layer.
David Benjamin31a07792015-03-03 14:20:26 -0500758
David Benjaminc11ea9422017-08-29 16:33:21 -0400759// SSLAEADContext contains information about an AEAD that is being used to
760// encrypt an SSL connection.
David Benjamincfc11c22017-07-18 22:45:18 -0400761class SSLAEADContext {
762 public:
Steven Valdezc7d4d212017-09-11 13:53:08 -0400763 SSLAEADContext(uint16_t version, bool is_dtls, const SSL_CIPHER *cipher);
David Benjamincfc11c22017-07-18 22:45:18 -0400764 ~SSLAEADContext();
David Benjamin9a892502017-07-25 22:26:44 -0400765 static constexpr bool kAllowUniquePtr = true;
766
David Benjamincfc11c22017-07-18 22:45:18 -0400767 SSLAEADContext(const SSLAEADContext &&) = delete;
768 SSLAEADContext &operator=(const SSLAEADContext &&) = delete;
769
David Benjaminc11ea9422017-08-29 16:33:21 -0400770 // CreateNullCipher creates an |SSLAEADContext| for the null cipher.
Steven Valdezc7d4d212017-09-11 13:53:08 -0400771 static UniquePtr<SSLAEADContext> CreateNullCipher(bool is_dtls);
David Benjamincfc11c22017-07-18 22:45:18 -0400772
David Benjaminc11ea9422017-08-29 16:33:21 -0400773 // Create creates an |SSLAEADContext| using the supplied key material. It
774 // returns nullptr on error. Only one of |Open| or |Seal| may be used with the
775 // resulting object, depending on |direction|. |version| is the normalized
776 // protocol version, so DTLS 1.0 is represented as 0x0301, not 0xffef.
David Benjaminb9493552017-09-27 19:02:51 -0400777 static UniquePtr<SSLAEADContext> Create(enum evp_aead_direction_t direction,
David Benjamin8525ff32018-09-05 18:44:15 -0500778 uint16_t version, bool is_dtls,
David Benjaminb9493552017-09-27 19:02:51 -0400779 const SSL_CIPHER *cipher,
780 Span<const uint8_t> enc_key,
781 Span<const uint8_t> mac_key,
782 Span<const uint8_t> fixed_iv);
David Benjamincfc11c22017-07-18 22:45:18 -0400783
Steven Valdezc8e0f902018-07-14 11:23:01 -0400784 // CreatePlaceholderForQUIC creates a placeholder |SSLAEADContext| for the
785 // given cipher and version. The resulting object can be queried for various
786 // properties but cannot encrypt or decrypt data.
787 static UniquePtr<SSLAEADContext> CreatePlaceholderForQUIC(
788 uint16_t version, const SSL_CIPHER *cipher);
789
Steven Valdezc7d4d212017-09-11 13:53:08 -0400790 // SetVersionIfNullCipher sets the version the SSLAEADContext for the null
791 // cipher, to make version-specific determinations in the record layer prior
792 // to a cipher being selected.
793 void SetVersionIfNullCipher(uint16_t version);
794
795 // ProtocolVersion returns the protocol version associated with this
796 // SSLAEADContext. It can only be called once |version_| has been set to a
797 // valid value.
798 uint16_t ProtocolVersion() const;
799
800 // RecordVersion returns the record version that should be used with this
801 // SSLAEADContext for record construction and crypto.
802 uint16_t RecordVersion() const;
803
David Benjamincfc11c22017-07-18 22:45:18 -0400804 const SSL_CIPHER *cipher() const { return cipher_; }
805
David Benjaminc11ea9422017-08-29 16:33:21 -0400806 // is_null_cipher returns true if this is the null cipher.
David Benjamincfc11c22017-07-18 22:45:18 -0400807 bool is_null_cipher() const { return !cipher_; }
808
David Benjaminc11ea9422017-08-29 16:33:21 -0400809 // ExplicitNonceLen returns the length of the explicit nonce.
David Benjamincfc11c22017-07-18 22:45:18 -0400810 size_t ExplicitNonceLen() const;
811
David Benjaminc11ea9422017-08-29 16:33:21 -0400812 // MaxOverhead returns the maximum overhead of calling |Seal|.
David Benjamincfc11c22017-07-18 22:45:18 -0400813 size_t MaxOverhead() const;
814
David Benjaminc11ea9422017-08-29 16:33:21 -0400815 // SuffixLen calculates the suffix length written by |SealScatter| and writes
816 // it to |*out_suffix_len|. It returns true on success and false on error.
817 // |in_len| and |extra_in_len| should equal the argument of the same names
818 // passed to |SealScatter|.
Martin Kreichgauerabbf3652017-07-21 16:27:54 -0700819 bool SuffixLen(size_t *out_suffix_len, size_t in_len,
820 size_t extra_in_len) const;
David Benjamincfc11c22017-07-18 22:45:18 -0400821
David Benjamine2ab21d2018-04-04 23:55:06 -0400822 // CiphertextLen calculates the total ciphertext length written by
823 // |SealScatter| and writes it to |*out_len|. It returns true on success and
824 // false on error. |in_len| and |extra_in_len| should equal the argument of
825 // the same names passed to |SealScatter|.
826 bool CiphertextLen(size_t *out_len, size_t in_len, size_t extra_in_len) const;
827
David Benjaminc64d1232017-10-04 18:14:28 -0400828 // Open authenticates and decrypts |in| in-place. On success, it sets |*out|
829 // to the plaintext in |in| and returns true. Otherwise, it returns
830 // false. The output will always be |ExplicitNonceLen| bytes ahead of |in|.
831 bool Open(Span<uint8_t> *out, uint8_t type, uint16_t record_version,
David Benjamine2ab21d2018-04-04 23:55:06 -0400832 const uint8_t seqnum[8], Span<const uint8_t> header,
833 Span<uint8_t> in);
David Benjamincfc11c22017-07-18 22:45:18 -0400834
David Benjaminc11ea9422017-08-29 16:33:21 -0400835 // Seal encrypts and authenticates |in_len| bytes from |in| and writes the
836 // result to |out|. It returns true on success and false on error.
837 //
838 // If |in| and |out| alias then |out| + |ExplicitNonceLen| must be == |in|.
David Benjamincfc11c22017-07-18 22:45:18 -0400839 bool Seal(uint8_t *out, size_t *out_len, size_t max_out, uint8_t type,
David Benjamine2ab21d2018-04-04 23:55:06 -0400840 uint16_t record_version, const uint8_t seqnum[8],
841 Span<const uint8_t> header, const uint8_t *in, size_t in_len);
David Benjamincfc11c22017-07-18 22:45:18 -0400842
David Benjaminc11ea9422017-08-29 16:33:21 -0400843 // SealScatter encrypts and authenticates |in_len| bytes from |in| and splits
844 // the result between |out_prefix|, |out| and |out_suffix|. It returns one on
845 // success and zero on error.
846 //
847 // On successful return, exactly |ExplicitNonceLen| bytes are written to
848 // |out_prefix|, |in_len| bytes to |out|, and |SuffixLen| bytes to
849 // |out_suffix|.
850 //
851 // |extra_in| may point to an additional plaintext buffer. If present,
852 // |extra_in_len| additional bytes are encrypted and authenticated, and the
853 // ciphertext is written to the beginning of |out_suffix|. |SuffixLen| should
854 // be used to size |out_suffix| accordingly.
855 //
856 // If |in| and |out| alias then |out| must be == |in|. Other arguments may not
857 // alias anything.
David Benjamincfc11c22017-07-18 22:45:18 -0400858 bool SealScatter(uint8_t *out_prefix, uint8_t *out, uint8_t *out_suffix,
Steven Valdezc7d4d212017-09-11 13:53:08 -0400859 uint8_t type, uint16_t record_version,
David Benjamine2ab21d2018-04-04 23:55:06 -0400860 const uint8_t seqnum[8], Span<const uint8_t> header,
861 const uint8_t *in, size_t in_len, const uint8_t *extra_in,
862 size_t extra_in_len);
David Benjamincfc11c22017-07-18 22:45:18 -0400863
864 bool GetIV(const uint8_t **out_iv, size_t *out_iv_len) const;
865
866 private:
David Benjamine2ab21d2018-04-04 23:55:06 -0400867 // GetAdditionalData returns the additional data, writing into |storage| if
868 // necessary.
869 Span<const uint8_t> GetAdditionalData(uint8_t storage[13], uint8_t type,
870 uint16_t record_version,
871 const uint8_t seqnum[8],
872 size_t plaintext_len,
873 Span<const uint8_t> header);
David Benjamincfc11c22017-07-18 22:45:18 -0400874
875 const SSL_CIPHER *cipher_;
876 ScopedEVP_AEAD_CTX ctx_;
David Benjaminc11ea9422017-08-29 16:33:21 -0400877 // fixed_nonce_ contains any bytes of the nonce that are fixed for all
878 // records.
David Benjamincfc11c22017-07-18 22:45:18 -0400879 uint8_t fixed_nonce_[12];
880 uint8_t fixed_nonce_len_ = 0, variable_nonce_len_ = 0;
Steven Valdezc7d4d212017-09-11 13:53:08 -0400881 // version_ is the wire version that should be used with this AEAD.
David Benjamincfc11c22017-07-18 22:45:18 -0400882 uint16_t version_;
Steven Valdezc7d4d212017-09-11 13:53:08 -0400883 // is_dtls_ is whether DTLS is being used with this AEAD.
884 bool is_dtls_;
David Benjaminc11ea9422017-08-29 16:33:21 -0400885 // variable_nonce_included_in_record_ is true if the variable nonce
886 // for a record is included as a prefix before the ciphertext.
David Benjamincfc11c22017-07-18 22:45:18 -0400887 bool variable_nonce_included_in_record_ : 1;
David Benjaminc11ea9422017-08-29 16:33:21 -0400888 // random_variable_nonce_ is true if the variable nonce is
889 // randomly generated, rather than derived from the sequence
890 // number.
David Benjamincfc11c22017-07-18 22:45:18 -0400891 bool random_variable_nonce_ : 1;
David Benjamine2ab21d2018-04-04 23:55:06 -0400892 // xor_fixed_nonce_ is true if the fixed nonce should be XOR'd into the
893 // variable nonce rather than prepended.
894 bool xor_fixed_nonce_ : 1;
David Benjaminc11ea9422017-08-29 16:33:21 -0400895 // omit_length_in_ad_ is true if the length should be omitted in the
896 // AEAD's ad parameter.
David Benjamincfc11c22017-07-18 22:45:18 -0400897 bool omit_length_in_ad_ : 1;
David Benjamine2ab21d2018-04-04 23:55:06 -0400898 // ad_is_header_ is true if the AEAD's ad parameter is the record header.
899 bool ad_is_header_ : 1;
David Benjamin86e95b82017-07-18 16:34:25 -0400900};
David Benjamin31a07792015-03-03 14:20:26 -0500901
David Benjamin31a07792015-03-03 14:20:26 -0500902
David Benjaminc11ea9422017-08-29 16:33:21 -0400903// DTLS replay bitmap.
David Benjamin7446a3b2015-07-25 17:53:57 -0400904
David Benjaminc11ea9422017-08-29 16:33:21 -0400905// DTLS1_BITMAP maintains a sliding window of 64 sequence numbers to detect
906// replayed packets. It should be initialized by zeroing every field.
David Benjamin86e95b82017-07-18 16:34:25 -0400907struct DTLS1_BITMAP {
David Benjaminc11ea9422017-08-29 16:33:21 -0400908 // map is a bit mask of the last 64 sequence numbers. Bit
909 // |1<<i| corresponds to |max_seq_num - i|.
David Benjamin800046f2017-10-17 01:37:51 -0400910 uint64_t map = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -0400911 // max_seq_num is the largest sequence number seen so far as a 64-bit
912 // integer.
David Benjamin800046f2017-10-17 01:37:51 -0400913 uint64_t max_seq_num = 0;
David Benjamin86e95b82017-07-18 16:34:25 -0400914};
David Benjamin7446a3b2015-07-25 17:53:57 -0400915
916
David Benjaminc11ea9422017-08-29 16:33:21 -0400917// Record layer.
David Benjaminb8d28cf2015-07-28 21:34:45 -0400918
David Benjaminc11ea9422017-08-29 16:33:21 -0400919// ssl_record_sequence_update increments the sequence number in |seq|. It
David Benjamin8525ff32018-09-05 18:44:15 -0500920// returns true on success and false on wraparound.
921bool ssl_record_sequence_update(uint8_t *seq, size_t seq_len);
David Benjamin1db21562015-12-25 15:11:39 -0500922
David Benjaminc11ea9422017-08-29 16:33:21 -0400923// ssl_record_prefix_len returns the length of the prefix before the ciphertext
924// of a record for |ssl|.
925//
926// TODO(davidben): Expose this as part of public API once the high-level
927// buffer-free APIs are available.
David Benjaminb8d28cf2015-07-28 21:34:45 -0400928size_t ssl_record_prefix_len(const SSL *ssl);
929
930enum ssl_open_record_t {
931 ssl_open_record_success,
932 ssl_open_record_discard,
933 ssl_open_record_partial,
David Benjamin728f3542016-06-02 15:42:01 -0400934 ssl_open_record_close_notify,
David Benjaminb8d28cf2015-07-28 21:34:45 -0400935 ssl_open_record_error,
936};
937
David Benjaminc11ea9422017-08-29 16:33:21 -0400938// tls_open_record decrypts a record from |in| in-place.
939//
940// If the input did not contain a complete record, it returns
941// |ssl_open_record_partial|. It sets |*out_consumed| to the total number of
942// bytes necessary. It is guaranteed that a successful call to |tls_open_record|
943// will consume at least that many bytes.
944//
945// Otherwise, it sets |*out_consumed| to the number of bytes of input
946// consumed. Note that input may be consumed on all return codes if a record was
947// decrypted.
948//
949// On success, it returns |ssl_open_record_success|. It sets |*out_type| to the
950// record type and |*out| to the record body in |in|. Note that |*out| may be
951// empty.
952//
953// If a record was successfully processed but should be discarded, it returns
954// |ssl_open_record_discard|.
955//
David Benjamin751d1a12017-09-25 13:37:30 -0400956// If a record was successfully processed but is a close_notify, it returns
957// |ssl_open_record_close_notify|.
David Benjaminc11ea9422017-08-29 16:33:21 -0400958//
David Benjamin751d1a12017-09-25 13:37:30 -0400959// On failure or fatal alert, it returns |ssl_open_record_error| and sets
960// |*out_alert| to an alert to emit, or zero if no alert should be emitted.
David Benjaminc64d1232017-10-04 18:14:28 -0400961enum ssl_open_record_t tls_open_record(SSL *ssl, uint8_t *out_type,
962 Span<uint8_t> *out, size_t *out_consumed,
963 uint8_t *out_alert, Span<uint8_t> in);
David Benjaminb8d28cf2015-07-28 21:34:45 -0400964
David Benjamina05d4272017-10-06 19:34:55 -0400965// dtls_open_record implements |tls_open_record| for DTLS. It only returns
966// |ssl_open_record_partial| if |in| was empty and sets |*out_consumed| to
967// zero. The caller should read one packet and try again.
David Benjaminc64d1232017-10-04 18:14:28 -0400968enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type,
969 Span<uint8_t> *out,
David Benjamina7810c12016-06-06 18:54:51 -0400970 size_t *out_consumed,
David Benjaminc64d1232017-10-04 18:14:28 -0400971 uint8_t *out_alert, Span<uint8_t> in);
David Benjaminb8d28cf2015-07-28 21:34:45 -0400972
David Benjaminc11ea9422017-08-29 16:33:21 -0400973// ssl_seal_align_prefix_len returns the length of the prefix before the start
974// of the bulk of the ciphertext when sealing a record with |ssl|. Callers may
975// use this to align buffers.
976//
977// Note when TLS 1.0 CBC record-splitting is enabled, this includes the one byte
978// record and is the offset into second record's ciphertext. Thus sealing a
979// small record may result in a smaller output than this value.
980//
981// TODO(davidben): Is this alignment valuable? Record-splitting makes this a
982// mess.
David Benjamin1a01e1f2016-06-08 18:31:24 -0400983size_t ssl_seal_align_prefix_len(const SSL *ssl);
David Benjaminb8d28cf2015-07-28 21:34:45 -0400984
David Benjaminc11ea9422017-08-29 16:33:21 -0400985// tls_seal_record seals a new record of type |type| and body |in| and writes it
David Benjamin8525ff32018-09-05 18:44:15 -0500986// to |out|. At most |max_out| bytes will be written. It returns true on success
987// and false on error. If enabled, |tls_seal_record| implements TLS 1.0 CBC
988// 1/n-1 record splitting and may write two records concatenated.
David Benjaminc11ea9422017-08-29 16:33:21 -0400989//
990// For a large record, the bulk of the ciphertext will begin
991// |ssl_seal_align_prefix_len| bytes into out. Aligning |out| appropriately may
992// improve performance. It writes at most |in_len| + |SSL_max_seal_overhead|
993// bytes to |out|.
994//
995// |in| and |out| may not alias.
David Benjamin8525ff32018-09-05 18:44:15 -0500996bool tls_seal_record(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out,
997 uint8_t type, const uint8_t *in, size_t in_len);
David Benjaminb8d28cf2015-07-28 21:34:45 -0400998
999enum dtls1_use_epoch_t {
1000 dtls1_use_previous_epoch,
1001 dtls1_use_current_epoch,
1002};
1003
David Benjaminc11ea9422017-08-29 16:33:21 -04001004// dtls_max_seal_overhead returns the maximum overhead, in bytes, of sealing a
1005// record.
David Benjamin1a999cf2017-01-03 10:30:35 -05001006size_t dtls_max_seal_overhead(const SSL *ssl, enum dtls1_use_epoch_t use_epoch);
1007
David Benjaminc11ea9422017-08-29 16:33:21 -04001008// dtls_seal_prefix_len returns the number of bytes of prefix to reserve in
1009// front of the plaintext when sealing a record in-place.
David Benjamina772b162017-01-24 17:51:33 -05001010size_t dtls_seal_prefix_len(const SSL *ssl, enum dtls1_use_epoch_t use_epoch);
1011
David Benjaminc11ea9422017-08-29 16:33:21 -04001012// dtls_seal_record implements |tls_seal_record| for DTLS. |use_epoch| selects
1013// which epoch's cipher state to use. Unlike |tls_seal_record|, |in| and |out|
1014// may alias but, if they do, |in| must be exactly |dtls_seal_prefix_len| bytes
1015// ahead of |out|.
David Benjamin8525ff32018-09-05 18:44:15 -05001016bool dtls_seal_record(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out,
1017 uint8_t type, const uint8_t *in, size_t in_len,
1018 enum dtls1_use_epoch_t use_epoch);
David Benjaminb8d28cf2015-07-28 21:34:45 -04001019
David Benjaminc11ea9422017-08-29 16:33:21 -04001020// ssl_process_alert processes |in| as an alert and updates |ssl|'s shutdown
1021// state. It returns one of |ssl_open_record_discard|, |ssl_open_record_error|,
1022// |ssl_open_record_close_notify|, or |ssl_open_record_fatal_alert| as
1023// appropriate.
David Benjamin728f3542016-06-02 15:42:01 -04001024enum ssl_open_record_t ssl_process_alert(SSL *ssl, uint8_t *out_alert,
David Benjaminc64d1232017-10-04 18:14:28 -04001025 Span<const uint8_t> in);
David Benjamin728f3542016-06-02 15:42:01 -04001026
David Benjaminb8d28cf2015-07-28 21:34:45 -04001027
David Benjaminc11ea9422017-08-29 16:33:21 -04001028// Private key operations.
David Benjaminb4d65fd2015-05-29 17:11:21 -04001029
Christopher Patton9cde8482018-07-17 11:36:36 -07001030// ssl_has_private_key returns whether |hs| has a private key configured.
1031bool ssl_has_private_key(const SSL_HANDSHAKE *hs);
nagendra modadugu601448a2015-07-24 09:31:31 -07001032
David Benjaminc11ea9422017-08-29 16:33:21 -04001033// ssl_private_key_* perform the corresponding operation on
1034// |SSL_PRIVATE_KEY_METHOD|. If there is a custom private key configured, they
1035// call the corresponding function or |complete| depending on whether there is a
1036// pending operation. Otherwise, they implement the operation with
1037// |EVP_PKEY|.
David Benjaminb4d65fd2015-05-29 17:11:21 -04001038
David Benjaminb4d65fd2015-05-29 17:11:21 -04001039enum ssl_private_key_result_t ssl_private_key_sign(
David Benjamin44148742017-06-17 13:20:59 -04001040 SSL_HANDSHAKE *hs, uint8_t *out, size_t *out_len, size_t max_out,
David Benjamin75a1f232017-10-11 17:19:19 -04001041 uint16_t sigalg, Span<const uint8_t> in);
David Benjaminb4d65fd2015-05-29 17:11:21 -04001042
David Benjamin75a1f232017-10-11 17:19:19 -04001043enum ssl_private_key_result_t ssl_private_key_decrypt(SSL_HANDSHAKE *hs,
1044 uint8_t *out,
1045 size_t *out_len,
1046 size_t max_out,
1047 Span<const uint8_t> in);
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001048
David Benjamin75a1f232017-10-11 17:19:19 -04001049// ssl_private_key_supports_signature_algorithm returns whether |hs|'s private
1050// key supports |sigalg|.
1051bool ssl_private_key_supports_signature_algorithm(SSL_HANDSHAKE *hs,
Jesse Selover6b0d8222018-08-14 12:47:29 -04001052 uint16_t sigalg);
David Benjamin1fb125c2016-07-08 18:52:12 -07001053
David Benjaminc11ea9422017-08-29 16:33:21 -04001054// ssl_public_key_verify verifies that the |signature| is valid for the public
1055// key |pkey| and input |in|, using the signature algorithm |sigalg|.
David Benjamin75a1f232017-10-11 17:19:19 -04001056bool ssl_public_key_verify(SSL *ssl, Span<const uint8_t> signature,
1057 uint16_t sigalg, EVP_PKEY *pkey,
1058 Span<const uint8_t> in);
David Benjaminb4d65fd2015-05-29 17:11:21 -04001059
David Benjamin1fb125c2016-07-08 18:52:12 -07001060
David Benjaminc11ea9422017-08-29 16:33:21 -04001061// Key shares.
David Benjamin4298d772015-12-19 00:18:25 -05001062
David Benjaminc11ea9422017-08-29 16:33:21 -04001063// SSLKeyShare abstracts over Diffie-Hellman-like key exchanges.
David Benjaminc642aca2017-07-19 23:28:43 -04001064class SSLKeyShare {
1065 public:
1066 virtual ~SSLKeyShare() {}
David Benjamin9a892502017-07-25 22:26:44 -04001067 static constexpr bool kAllowUniquePtr = true;
David Benjaminc9376992017-07-24 15:31:13 -04001068 HAS_VIRTUAL_DESTRUCTOR
David Benjaminb9179092016-10-26 13:47:33 -04001069
David Benjaminc11ea9422017-08-29 16:33:21 -04001070 // Create returns a SSLKeyShare instance for use with group |group_id| or
1071 // nullptr on error.
David Benjaminc642aca2017-07-19 23:28:43 -04001072 static UniquePtr<SSLKeyShare> Create(uint16_t group_id);
David Benjamin4298d772015-12-19 00:18:25 -05001073
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001074 // Create deserializes an SSLKeyShare instance previously serialized by
1075 // |Serialize|.
1076 static UniquePtr<SSLKeyShare> Create(CBS *in);
1077
David Benjamin0a6c3fc2021-03-29 16:11:12 -04001078 // Serializes writes the group ID and private key, in a format that can be
1079 // read by |Create|.
1080 bool Serialize(CBB *out);
1081
David Benjaminc11ea9422017-08-29 16:33:21 -04001082 // GroupID returns the group ID.
David Benjaminc9376992017-07-24 15:31:13 -04001083 virtual uint16_t GroupID() const PURE_VIRTUAL;
David Benjamin4298d772015-12-19 00:18:25 -05001084
David Benjaminc11ea9422017-08-29 16:33:21 -04001085 // Offer generates a keypair and writes the public value to
1086 // |out_public_key|. It returns true on success and false on error.
David Benjaminc9376992017-07-24 15:31:13 -04001087 virtual bool Offer(CBB *out_public_key) PURE_VIRTUAL;
David Benjamin4298d772015-12-19 00:18:25 -05001088
Adam Langley7b935932018-11-12 13:53:42 -08001089 // Accept performs a key exchange against the |peer_key| generated by |Offer|.
David Benjaminc11ea9422017-08-29 16:33:21 -04001090 // On success, it returns true, writes the public value to |out_public_key|,
Adam Langley7b935932018-11-12 13:53:42 -08001091 // and sets |*out_secret| to the shared secret. On failure, it returns false
1092 // and sets |*out_alert| to an alert to send to the peer.
David Benjaminc11ea9422017-08-29 16:33:21 -04001093 //
1094 // The default implementation calls |Offer| and then |Finish|, assuming a key
1095 // exchange protocol where the peers are symmetric.
David Benjamin499742c2017-07-22 12:45:38 -04001096 virtual bool Accept(CBB *out_public_key, Array<uint8_t> *out_secret,
1097 uint8_t *out_alert, Span<const uint8_t> peer_key);
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001098
David Benjaminc11ea9422017-08-29 16:33:21 -04001099 // Finish performs a key exchange against the |peer_key| generated by
David Benjamin499742c2017-07-22 12:45:38 -04001100 // |Accept|. On success, it returns true and sets |*out_secret| to the shared
Adam Langley7b935932018-11-12 13:53:42 -08001101 // secret. On failure, it returns false and sets |*out_alert| to an alert to
David Benjamin499742c2017-07-22 12:45:38 -04001102 // send to the peer.
1103 virtual bool Finish(Array<uint8_t> *out_secret, uint8_t *out_alert,
1104 Span<const uint8_t> peer_key) PURE_VIRTUAL;
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001105
David Benjamin0a6c3fc2021-03-29 16:11:12 -04001106 // SerializePrivateKey writes the private key to |out|, returning true if
1107 // successful and false otherwise. It should be called after |Offer|.
1108 virtual bool SerializePrivateKey(CBB *out) { return false; }
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001109
David Benjamin0a6c3fc2021-03-29 16:11:12 -04001110 // DeserializePrivateKey initializes the state of the key exchange from |in|,
1111 // returning true if successful and false otherwise.
1112 virtual bool DeserializePrivateKey(CBS *in) { return false; }
David Benjaminb9179092016-10-26 13:47:33 -04001113};
David Benjamin4298d772015-12-19 00:18:25 -05001114
Matthew Braithwaitec65eb2c2018-11-02 17:29:35 -07001115struct NamedGroup {
1116 int nid;
1117 uint16_t group_id;
1118 const char name[8], alias[11];
1119};
1120
1121// NamedGroups returns all supported groups.
1122Span<const NamedGroup> NamedGroups();
1123
David Benjaminc11ea9422017-08-29 16:33:21 -04001124// ssl_nid_to_group_id looks up the group corresponding to |nid|. On success, it
David Benjamin8525ff32018-09-05 18:44:15 -05001125// sets |*out_group_id| to the group ID and returns true. Otherwise, it returns
1126// false.
1127bool ssl_nid_to_group_id(uint16_t *out_group_id, int nid);
David Benjamin4298d772015-12-19 00:18:25 -05001128
David Benjamin8525ff32018-09-05 18:44:15 -05001129// ssl_name_to_group_id looks up the group corresponding to the |name| string of
1130// length |len|. On success, it sets |*out_group_id| to the group ID and returns
1131// true. Otherwise, it returns false.
1132bool ssl_name_to_group_id(uint16_t *out_group_id, const char *name, size_t len);
Alessandro Ghedini5fd18072016-09-28 21:04:25 +01001133
David Benjamin4298d772015-12-19 00:18:25 -05001134
David Benjaminc11ea9422017-08-29 16:33:21 -04001135// Handshake messages.
David Benjamin060cfb02016-05-12 00:43:05 -04001136
David Benjamin7934f082017-08-01 16:32:25 -04001137struct SSLMessage {
1138 bool is_v2_hello;
1139 uint8_t type;
1140 CBS body;
David Benjaminc11ea9422017-08-29 16:33:21 -04001141 // raw is the entire serialized handshake message, including the TLS or DTLS
1142 // message header.
David Benjamin7934f082017-08-01 16:32:25 -04001143 CBS raw;
1144};
1145
David Benjaminc11ea9422017-08-29 16:33:21 -04001146// SSL_MAX_HANDSHAKE_FLIGHT is the number of messages, including
1147// ChangeCipherSpec, in the longest handshake flight. Currently this is the
1148// client's second leg in a full handshake when client certificates, NPN, and
1149// Channel ID, are all enabled.
David Benjamin29a83c52016-06-17 19:12:54 -04001150#define SSL_MAX_HANDSHAKE_FLIGHT 7
1151
Steven Valdez964b2372017-11-07 17:09:52 -05001152extern const uint8_t kHelloRetryRequest[SSL3_RANDOM_SIZE];
Steven Valdezf1af1292018-08-13 10:54:48 -04001153extern const uint8_t kTLS12DowngradeRandom[8];
1154extern const uint8_t kTLS13DowngradeRandom[8];
David Benjamin6965d252018-11-19 15:49:56 -06001155extern const uint8_t kJDK11DowngradeRandom[8];
Steven Valdez964b2372017-11-07 17:09:52 -05001156
David Benjaminc11ea9422017-08-29 16:33:21 -04001157// ssl_max_handshake_message_len returns the maximum number of bytes permitted
1158// in a handshake message for |ssl|.
David Benjamin060cfb02016-05-12 00:43:05 -04001159size_t ssl_max_handshake_message_len(const SSL *ssl);
1160
David Benjamin33febf62017-10-07 16:52:50 -04001161// tls_can_accept_handshake_data returns whether |ssl| is able to accept more
1162// data into handshake buffer.
1163bool tls_can_accept_handshake_data(const SSL *ssl, uint8_t *out_alert);
1164
David Benjamin40e94702017-10-06 18:26:36 -04001165// tls_has_unprocessed_handshake_data returns whether there is buffered
1166// handshake data that has not been consumed by |get_message|.
1167bool tls_has_unprocessed_handshake_data(const SSL *ssl);
1168
David Benjamin7d10ab52018-11-02 18:31:17 -05001169// tls_append_handshake_data appends |data| to the handshake buffer. It returns
1170// true on success and false on allocation failure.
1171bool tls_append_handshake_data(SSL *ssl, Span<const uint8_t> data);
1172
David Benjamin40e94702017-10-06 18:26:36 -04001173// dtls_has_unprocessed_handshake_data behaves like
1174// |tls_has_unprocessed_handshake_data| for DTLS.
1175bool dtls_has_unprocessed_handshake_data(const SSL *ssl);
David Benjamin61672812016-07-14 23:10:43 -04001176
David Benjamin700631b2018-05-24 17:17:34 -04001177// tls_flush_pending_hs_data flushes any handshake plaintext data.
1178bool tls_flush_pending_hs_data(SSL *ssl);
1179
David Benjamin86e95b82017-07-18 16:34:25 -04001180struct DTLS_OUTGOING_MESSAGE {
David Benjamin049fdfc2017-10-17 01:12:53 -04001181 DTLS_OUTGOING_MESSAGE() {}
1182 DTLS_OUTGOING_MESSAGE(const DTLS_OUTGOING_MESSAGE &) = delete;
1183 DTLS_OUTGOING_MESSAGE &operator=(const DTLS_OUTGOING_MESSAGE &) = delete;
1184 ~DTLS_OUTGOING_MESSAGE() { Clear(); }
1185
1186 void Clear();
1187
1188 uint8_t *data = nullptr;
1189 uint32_t len = 0;
1190 uint16_t epoch = 0;
1191 bool is_ccs = false;
David Benjamin86e95b82017-07-18 16:34:25 -04001192};
David Benjamin29a83c52016-06-17 19:12:54 -04001193
David Benjaminc11ea9422017-08-29 16:33:21 -04001194// dtls_clear_outgoing_messages releases all buffered outgoing messages.
David Benjamin29a83c52016-06-17 19:12:54 -04001195void dtls_clear_outgoing_messages(SSL *ssl);
1196
David Benjamin060cfb02016-05-12 00:43:05 -04001197
David Benjaminc11ea9422017-08-29 16:33:21 -04001198// Callbacks.
David Benjamin4e9cc712016-06-01 20:16:03 -04001199
David Benjaminc11ea9422017-08-29 16:33:21 -04001200// ssl_do_info_callback calls |ssl|'s info callback, if set.
David Benjamin4e9cc712016-06-01 20:16:03 -04001201void ssl_do_info_callback(const SSL *ssl, int type, int value);
1202
David Benjaminc11ea9422017-08-29 16:33:21 -04001203// ssl_do_msg_callback calls |ssl|'s message callback, if set.
Adam Langleyc9827e02019-04-12 14:46:50 -07001204void ssl_do_msg_callback(const SSL *ssl, int is_write, int content_type,
David Benjaminc64d1232017-10-04 18:14:28 -04001205 Span<const uint8_t> in);
David Benjamin4e9cc712016-06-01 20:16:03 -04001206
1207
David Benjaminc11ea9422017-08-29 16:33:21 -04001208// Transport buffers.
David Benjaminb8d28cf2015-07-28 21:34:45 -04001209
David Benjaminea712e32017-10-13 16:50:39 -04001210class SSLBuffer {
1211 public:
1212 SSLBuffer() {}
1213 ~SSLBuffer() { Clear(); }
1214
1215 SSLBuffer(const SSLBuffer &) = delete;
1216 SSLBuffer &operator=(const SSLBuffer &) = delete;
1217
1218 uint8_t *data() { return buf_ + offset_; }
1219 size_t size() const { return size_; }
1220 bool empty() const { return size_ == 0; }
1221 size_t cap() const { return cap_; }
1222
1223 Span<uint8_t> span() { return MakeSpan(data(), size()); }
1224
1225 Span<uint8_t> remaining() {
1226 return MakeSpan(data() + size(), cap() - size());
1227 }
1228
1229 // Clear releases the buffer.
1230 void Clear();
1231
1232 // EnsureCap ensures the buffer has capacity at least |new_cap|, aligned such
1233 // that data written after |header_len| is aligned to a
1234 // |SSL3_ALIGN_PAYLOAD|-byte boundary. It returns true on success and false
1235 // on error.
1236 bool EnsureCap(size_t header_len, size_t new_cap);
1237
1238 // DidWrite extends the buffer by |len|. The caller must have filled in to
1239 // this point.
1240 void DidWrite(size_t len);
1241
1242 // Consume consumes |len| bytes from the front of the buffer. The memory
1243 // consumed will remain valid until the next call to |DiscardConsumed| or
1244 // |Clear|.
1245 void Consume(size_t len);
1246
1247 // DiscardConsumed discards the consumed bytes from the buffer. If the buffer
1248 // is now empty, it releases memory used by it.
1249 void DiscardConsumed();
1250
1251 private:
1252 // buf_ is the memory allocated for this buffer.
1253 uint8_t *buf_ = nullptr;
1254 // offset_ is the offset into |buf_| which the buffer contents start at.
1255 uint16_t offset_ = 0;
1256 // size_ is the size of the buffer contents from |buf_| + |offset_|.
1257 uint16_t size_ = 0;
1258 // cap_ is how much memory beyond |buf_| + |offset_| is available.
1259 uint16_t cap_ = 0;
David Benjaminc7337542019-11-28 08:32:16 -05001260 // inline_buf_ is a static buffer for short reads.
1261 uint8_t inline_buf_[SSL3_RT_HEADER_LENGTH];
1262 // buf_allocated_ is true if |buf_| points to allocated data and must be freed
1263 // or false if it points into |inline_buf_|.
1264 bool buf_allocated_ = false;
David Benjaminea712e32017-10-13 16:50:39 -04001265};
David Benjaminb8d28cf2015-07-28 21:34:45 -04001266
David Benjaminc11ea9422017-08-29 16:33:21 -04001267// ssl_read_buffer_extend_to extends the read buffer to the desired length. For
1268// TLS, it reads to the end of the buffer until the buffer is |len| bytes
1269// long. For DTLS, it reads a new packet and ignores |len|. It returns one on
1270// success, zero on EOF, and a negative number on error.
1271//
1272// It is an error to call |ssl_read_buffer_extend_to| in DTLS when the buffer is
1273// non-empty.
David Benjaminb8d28cf2015-07-28 21:34:45 -04001274int ssl_read_buffer_extend_to(SSL *ssl, size_t len);
1275
David Benjaminea712e32017-10-13 16:50:39 -04001276// ssl_handle_open_record handles the result of passing |ssl->s3->read_buffer|
1277// to a record-processing function. If |ret| is a success or if the caller
1278// should retry, it returns one and sets |*out_retry|. Otherwise, it returns <=
1279// 0.
David Benjamind9229f92017-10-06 17:36:20 -04001280int ssl_handle_open_record(SSL *ssl, bool *out_retry, ssl_open_record_t ret,
1281 size_t consumed, uint8_t alert);
1282
David Benjaminc11ea9422017-08-29 16:33:21 -04001283// ssl_write_buffer_flush flushes the write buffer to the transport. It returns
1284// one on success and <= 0 on error. For DTLS, whether or not the write
1285// succeeds, the write buffer will be cleared.
David Benjaminb8d28cf2015-07-28 21:34:45 -04001286int ssl_write_buffer_flush(SSL *ssl);
1287
David Benjaminb8d28cf2015-07-28 21:34:45 -04001288
David Benjaminc11ea9422017-08-29 16:33:21 -04001289// Certificate functions.
David Benjamin75836432016-06-17 18:48:29 -04001290
David Benjamin8525ff32018-09-05 18:44:15 -05001291// ssl_has_certificate returns whether a certificate and private key are
1292// configured.
Christopher Patton9cde8482018-07-17 11:36:36 -07001293bool ssl_has_certificate(const SSL_HANDSHAKE *hs);
David Benjamin32a66d52016-07-13 22:03:11 -04001294
David Benjaminc11ea9422017-08-29 16:33:21 -04001295// ssl_parse_cert_chain parses a certificate list from |cbs| in the format used
1296// by a TLS Certificate message. On success, it advances |cbs| and returns
1297// true. Otherwise, it returns false and sets |*out_alert| to an alert to send
1298// to the peer.
1299//
1300// If the list is non-empty then |*out_chain| and |*out_pubkey| will be set to
1301// the certificate chain and the leaf certificate's public key
1302// respectively. Otherwise, both will be set to nullptr.
1303//
1304// If the list is non-empty and |out_leaf_sha256| is non-NULL, it writes the
1305// SHA-256 hash of the leaf to |out_leaf_sha256|.
David Benjamine664a532017-07-20 20:19:36 -04001306bool ssl_parse_cert_chain(uint8_t *out_alert,
1307 UniquePtr<STACK_OF(CRYPTO_BUFFER)> *out_chain,
1308 UniquePtr<EVP_PKEY> *out_pubkey,
1309 uint8_t *out_leaf_sha256, CBS *cbs,
1310 CRYPTO_BUFFER_POOL *pool);
David Benjamin5c900c82016-07-13 23:03:26 -04001311
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07001312// ssl_add_cert_chain adds |hs->ssl|'s certificate chain to |cbb| in the format
1313// used by a TLS Certificate message. If there is no certificate chain, it emits
David Benjamin8525ff32018-09-05 18:44:15 -05001314// an empty certificate list. It returns true on success and false on error.
1315bool ssl_add_cert_chain(SSL_HANDSHAKE *hs, CBB *cbb);
David Benjamin32a66d52016-07-13 22:03:11 -04001316
Jesse Seloverd7266ec2019-01-30 16:06:10 -05001317enum ssl_key_usage_t {
1318 key_usage_digital_signature = 0,
1319 key_usage_encipherment = 2,
1320};
1321
1322// ssl_cert_check_key_usage parses the DER-encoded, X.509 certificate in |in|
1323// and returns true if doesn't specify a key usage or, if it does, if it
1324// includes |bit|. Otherwise it pushes to the error queue and returns false.
1325bool ssl_cert_check_key_usage(const CBS *in, enum ssl_key_usage_t bit);
Adam Langley05672202016-12-13 12:05:49 -08001326
David Benjaminc11ea9422017-08-29 16:33:21 -04001327// ssl_cert_parse_pubkey extracts the public key from the DER-encoded, X.509
1328// certificate in |in|. It returns an allocated |EVP_PKEY| or else returns
1329// nullptr and pushes to the error queue.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001330UniquePtr<EVP_PKEY> ssl_cert_parse_pubkey(const CBS *in);
Adam Langleyd5157222016-12-12 11:37:43 -08001331
David Benjaminc11ea9422017-08-29 16:33:21 -04001332// ssl_parse_client_CA_list parses a CA list from |cbs| in the format used by a
1333// TLS CertificateRequest message. On success, it returns a newly-allocated
1334// |CRYPTO_BUFFER| list and advances |cbs|. Otherwise, it returns nullptr and
1335// sets |*out_alert| to an alert to send to the peer.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001336UniquePtr<STACK_OF(CRYPTO_BUFFER)> ssl_parse_client_CA_list(SSL *ssl,
1337 uint8_t *out_alert,
1338 CBS *cbs);
David Benjamine0332e82016-07-13 22:40:36 -04001339
Steven Valdezcd8470f2017-10-11 12:29:36 -04001340// ssl_has_client_CAs returns there are configured CAs.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07001341bool ssl_has_client_CAs(const SSL_CONFIG *cfg);
Steven Valdezcd8470f2017-10-11 12:29:36 -04001342
David Benjaminc11ea9422017-08-29 16:33:21 -04001343// ssl_add_client_CA_list adds the configured CA list to |cbb| in the format
David Benjamin8525ff32018-09-05 18:44:15 -05001344// used by a TLS CertificateRequest message. It returns true on success and
1345// false on error.
1346bool ssl_add_client_CA_list(SSL_HANDSHAKE *hs, CBB *cbb);
David Benjamin32a66d52016-07-13 22:03:11 -04001347
David Benjaminc11ea9422017-08-29 16:33:21 -04001348// ssl_check_leaf_certificate returns one if |pkey| and |leaf| are suitable as
1349// a server's leaf certificate for |hs|. Otherwise, it returns zero and pushes
1350// an error on the error queue.
David Benjamin8525ff32018-09-05 18:44:15 -05001351bool ssl_check_leaf_certificate(SSL_HANDSHAKE *hs, EVP_PKEY *pkey,
Adam Langley05672202016-12-13 12:05:49 -08001352 const CRYPTO_BUFFER *leaf);
Steven Valdezbf5aa842016-07-15 07:07:40 -04001353
David Benjaminc11ea9422017-08-29 16:33:21 -04001354// ssl_on_certificate_selected is called once the certificate has been selected.
1355// It finalizes the certificate and initializes |hs->local_pubkey|. It returns
David Benjamin8525ff32018-09-05 18:44:15 -05001356// true on success and false on error.
1357bool ssl_on_certificate_selected(SSL_HANDSHAKE *hs);
David Benjamina232a712017-03-30 15:51:53 -05001358
David Benjamin75836432016-06-17 18:48:29 -04001359
David Benjaminc11ea9422017-08-29 16:33:21 -04001360// TLS 1.3 key derivation.
Steven Valdez143e8b32016-07-11 13:19:03 -04001361
David Benjaminc11ea9422017-08-29 16:33:21 -04001362// tls13_init_key_schedule initializes the handshake hash and key derivation
Steven Valdezcd8470f2017-10-11 12:29:36 -04001363// state, and incorporates the PSK. The cipher suite and PRF hash must have been
David Benjamin8525ff32018-09-05 18:44:15 -05001364// selected at this point. It returns true on success and false on error.
David Benjamin79b8b3a2019-08-16 18:58:13 -04001365bool tls13_init_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk);
Steven Valdez143e8b32016-07-11 13:19:03 -04001366
David Benjaminc11ea9422017-08-29 16:33:21 -04001367// tls13_init_early_key_schedule initializes the handshake hash and key
David Benjamin83a49932021-05-20 15:57:09 -04001368// derivation state from |session| for use with 0-RTT. It returns one on success
1369// and zero on error.
1370bool tls13_init_early_key_schedule(SSL_HANDSHAKE *hs,
1371 const SSL_SESSION *session);
Steven Valdez2d850622017-01-11 11:34:52 -05001372
David Benjaminc11ea9422017-08-29 16:33:21 -04001373// tls13_advance_key_schedule incorporates |in| into the key schedule with
David Benjamin8525ff32018-09-05 18:44:15 -05001374// HKDF-Extract. It returns true on success and false on error.
David Benjamin79b8b3a2019-08-16 18:58:13 -04001375bool tls13_advance_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> in);
Steven Valdez143e8b32016-07-11 13:19:03 -04001376
David Benjaminc11ea9422017-08-29 16:33:21 -04001377// tls13_set_traffic_key sets the read or write traffic keys to
David Benjamin754d4c92020-02-11 16:27:21 -05001378// |traffic_secret|. The version and cipher suite are determined from |session|.
1379// It returns true on success and false on error.
Steven Valdezc8e0f902018-07-14 11:23:01 -04001380bool tls13_set_traffic_key(SSL *ssl, enum ssl_encryption_level_t level,
1381 enum evp_aead_direction_t direction,
David Benjamin754d4c92020-02-11 16:27:21 -05001382 const SSL_SESSION *session,
David Benjamin79b8b3a2019-08-16 18:58:13 -04001383 Span<const uint8_t> traffic_secret);
Steven Valdez143e8b32016-07-11 13:19:03 -04001384
David Benjamind6343572019-08-15 17:29:02 -04001385// tls13_derive_early_secret derives the early traffic secret. It returns true
David Benjamin1e859052020-02-09 16:04:58 -05001386// on success and false on error.
David Benjamind6343572019-08-15 17:29:02 -04001387bool tls13_derive_early_secret(SSL_HANDSHAKE *hs);
1388
David Benjaminc11ea9422017-08-29 16:33:21 -04001389// tls13_derive_handshake_secrets derives the handshake traffic secret. It
David Benjamin8525ff32018-09-05 18:44:15 -05001390// returns true on success and false on error.
1391bool tls13_derive_handshake_secrets(SSL_HANDSHAKE *hs);
Steven Valdez143e8b32016-07-11 13:19:03 -04001392
David Benjaminc11ea9422017-08-29 16:33:21 -04001393// tls13_rotate_traffic_key derives the next read or write traffic secret. It
David Benjamin8525ff32018-09-05 18:44:15 -05001394// returns true on success and false on error.
1395bool tls13_rotate_traffic_key(SSL *ssl, enum evp_aead_direction_t direction);
Steven Valdez1dc53d22016-07-26 12:27:38 -04001396
David Benjaminc11ea9422017-08-29 16:33:21 -04001397// tls13_derive_application_secrets derives the initial application data traffic
1398// and exporter secrets based on the handshake transcripts and |master_secret|.
David Benjamin8525ff32018-09-05 18:44:15 -05001399// It returns true on success and false on error.
1400bool tls13_derive_application_secrets(SSL_HANDSHAKE *hs);
Steven Valdez143e8b32016-07-11 13:19:03 -04001401
David Benjaminc11ea9422017-08-29 16:33:21 -04001402// tls13_derive_resumption_secret derives the |resumption_secret|.
David Benjamin8525ff32018-09-05 18:44:15 -05001403bool tls13_derive_resumption_secret(SSL_HANDSHAKE *hs);
Steven Valdez143e8b32016-07-11 13:19:03 -04001404
David Benjaminc11ea9422017-08-29 16:33:21 -04001405// tls13_export_keying_material provides an exporter interface to use the
1406// |exporter_secret|.
David Benjamin8525ff32018-09-05 18:44:15 -05001407bool tls13_export_keying_material(SSL *ssl, Span<uint8_t> out,
1408 Span<const uint8_t> secret,
1409 Span<const char> label,
1410 Span<const uint8_t> context);
Steven Valdez143e8b32016-07-11 13:19:03 -04001411
David Benjaminc11ea9422017-08-29 16:33:21 -04001412// tls13_finished_mac calculates the MAC of the handshake transcript to verify
1413// the integrity of the Finished message, and stores the result in |out| and
David Benjamin8525ff32018-09-05 18:44:15 -05001414// length in |out_len|. |is_server| is true if this is for the Server Finished
1415// and false for the Client Finished.
1416bool tls13_finished_mac(SSL_HANDSHAKE *hs, uint8_t *out, size_t *out_len,
1417 bool is_server);
Steven Valdez143e8b32016-07-11 13:19:03 -04001418
Steven Valdezcd8470f2017-10-11 12:29:36 -04001419// tls13_derive_session_psk calculates the PSK for this session based on the
1420// resumption master secret and |nonce|. It returns true on success, and false
1421// on failure.
Alessandro Ghedini2cc6f442018-12-11 11:35:17 +00001422bool tls13_derive_session_psk(SSL_SESSION *session, Span<const uint8_t> nonce);
Steven Valdezcd8470f2017-10-11 12:29:36 -04001423
David Benjamin83a49932021-05-20 15:57:09 -04001424// tls13_write_psk_binder calculates the PSK binder value over |transcript| and
1425// |msg|, and replaces the last bytes of |msg| with the resulting value. It
1426// returns true on success, and false on failure. If |out_binder_len| is
1427// non-NULL, it sets |*out_binder_len| to the length of the value computed.
1428bool tls13_write_psk_binder(const SSL_HANDSHAKE *hs,
1429 const SSLTranscript &transcript, Span<uint8_t> msg,
1430 size_t *out_binder_len);
Steven Valdez4aa154e2016-07-29 14:32:55 -04001431
David Benjamin8525ff32018-09-05 18:44:15 -05001432// tls13_verify_psk_binder verifies that the handshake transcript, truncated up
1433// to the binders has a valid signature using the value of |session|'s
1434// resumption secret. It returns true on success, and false on failure.
David Benjaminb32aa052021-06-02 17:05:00 -04001435bool tls13_verify_psk_binder(const SSL_HANDSHAKE *hs,
1436 const SSL_SESSION *session, const SSLMessage &msg,
1437 CBS *binders);
Steven Valdez4aa154e2016-07-29 14:32:55 -04001438
Steven Valdez143e8b32016-07-11 13:19:03 -04001439
Daniel McArdle00e434d2021-02-18 11:47:18 -05001440// Encrypted ClientHello.
1441
David Benjamin83a49932021-05-20 15:57:09 -04001442struct ECHConfig {
1443 static constexpr bool kAllowUniquePtr = true;
1444 // raw contains the serialized ECHConfig.
1445 Array<uint8_t> raw;
1446 // The following fields alias into |raw|.
1447 Span<const uint8_t> public_key;
1448 Span<const uint8_t> public_name;
1449 Span<const uint8_t> cipher_suites;
1450 uint16_t kem_id = 0;
David Benjamin18b68362021-06-18 23:13:46 -04001451 uint8_t maximum_name_length = 0;
David Benjamin83a49932021-05-20 15:57:09 -04001452 uint8_t config_id = 0;
1453};
1454
Daniel McArdle00e434d2021-02-18 11:47:18 -05001455class ECHServerConfig {
1456 public:
David Benjamin1d58cd12021-05-04 15:24:24 -04001457 static constexpr bool kAllowUniquePtr = true;
David Benjamin83a49932021-05-20 15:57:09 -04001458 ECHServerConfig() = default;
David Benjamin1d58cd12021-05-04 15:24:24 -04001459 ECHServerConfig(const ECHServerConfig &other) = delete;
David Benjamin1d58cd12021-05-04 15:24:24 -04001460 ECHServerConfig &operator=(ECHServerConfig &&) = delete;
Daniel McArdle00e434d2021-02-18 11:47:18 -05001461
David Benjaminc890ae52021-06-06 13:32:29 -04001462 // Init parses |ech_config| as an ECHConfig and saves a copy of |key|.
1463 // It returns true on success and false on error.
1464 bool Init(Span<const uint8_t> ech_config, const EVP_HPKE_KEY *key,
Daniel McArdle00e434d2021-02-18 11:47:18 -05001465 bool is_retry_config);
1466
David Benjaminf39c81d2021-05-03 18:39:46 -04001467 // SetupContext sets up |ctx| for a new connection, given the specified
1468 // HPKE ciphersuite and encapsulated KEM key. It returns true on success and
1469 // false on error. This function may only be called on an initialized object.
1470 bool SetupContext(EVP_HPKE_CTX *ctx, uint16_t kdf_id, uint16_t aead_id,
1471 Span<const uint8_t> enc) const;
Daniel McArdle00e434d2021-02-18 11:47:18 -05001472
David Benjamin83a49932021-05-20 15:57:09 -04001473 const ECHConfig &ech_config() const { return ech_config_; }
1474 bool is_retry_config() const { return is_retry_config_; }
Daniel McArdle00e434d2021-02-18 11:47:18 -05001475
1476 private:
David Benjamin83a49932021-05-20 15:57:09 -04001477 ECHConfig ech_config_;
David Benjamin1d58cd12021-05-04 15:24:24 -04001478 ScopedEVP_HPKE_KEY key_;
David Benjamin83a49932021-05-20 15:57:09 -04001479 bool is_retry_config_ = false;
1480};
Daniel McArdle00e434d2021-02-18 11:47:18 -05001481
David Benjamin83a49932021-05-20 15:57:09 -04001482enum ssl_client_hello_type_t {
1483 ssl_client_hello_unencrypted,
1484 ssl_client_hello_inner,
1485 ssl_client_hello_outer,
Daniel McArdle00e434d2021-02-18 11:47:18 -05001486};
1487
David Benjamin18b68362021-06-18 23:13:46 -04001488// ECH_CLIENT_* are types for the ClientHello encrypted_client_hello extension.
1489#define ECH_CLIENT_OUTER 0
1490#define ECH_CLIENT_INNER 1
1491
Daniel McArdle00e434d2021-02-18 11:47:18 -05001492// ssl_decode_client_hello_inner recovers the full ClientHelloInner from the
1493// EncodedClientHelloInner |encoded_client_hello_inner| by replacing its
1494// outer_extensions extension with the referenced extensions from the
1495// ClientHelloOuter |client_hello_outer|. If successful, it writes the recovered
1496// ClientHelloInner to |out_client_hello_inner|. It returns true on success and
1497// false on failure.
David Benjamin44425dd2022-01-27 12:22:42 -05001498//
1499// This function is exported for fuzzing.
Daniel McArdle00e434d2021-02-18 11:47:18 -05001500OPENSSL_EXPORT bool ssl_decode_client_hello_inner(
1501 SSL *ssl, uint8_t *out_alert, Array<uint8_t> *out_client_hello_inner,
1502 Span<const uint8_t> encoded_client_hello_inner,
1503 const SSL_CLIENT_HELLO *client_hello_outer);
1504
David Benjamin44425dd2022-01-27 12:22:42 -05001505// ssl_client_hello_decrypt attempts to decrypt and decode the |payload|. It
1506// writes the result to |*out|. |payload| must point into |client_hello_outer|.
1507// It returns true on success and false on error. On error, it sets
1508// |*out_is_decrypt_error| to whether the failure was due to a bad ciphertext.
1509bool ssl_client_hello_decrypt(SSL_HANDSHAKE *hs, uint8_t *out_alert,
1510 bool *out_is_decrypt_error, Array<uint8_t> *out,
Steven Valdez94a63a52021-04-29 10:52:42 -04001511 const SSL_CLIENT_HELLO *client_hello_outer,
Steven Valdez94a63a52021-04-29 10:52:42 -04001512 Span<const uint8_t> payload);
Dan McArdlec2959352020-10-29 14:31:31 -04001513
David Benjamin83a49932021-05-20 15:57:09 -04001514#define ECH_CONFIRMATION_SIGNAL_LEN 8
Dan McArdlec2959352020-10-29 14:31:31 -04001515
David Benjamin83a49932021-05-20 15:57:09 -04001516// ssl_ech_confirmation_signal_hello_offset returns the offset of the ECH
1517// confirmation signal in a ServerHello message, including the handshake header.
1518size_t ssl_ech_confirmation_signal_hello_offset(const SSL *ssl);
1519
1520// ssl_ech_accept_confirmation computes the server's ECH acceptance signal,
David Benjamin18b68362021-06-18 23:13:46 -04001521// writing it to |out|. The transcript portion is the concatenation of
1522// |transcript| with |msg|. The |ECH_CONFIRMATION_SIGNAL_LEN| bytes from
1523// |offset| in |msg| are replaced with zeros before hashing. This function
1524// returns true on success, and false on failure.
David Benjamin83a49932021-05-20 15:57:09 -04001525bool ssl_ech_accept_confirmation(const SSL_HANDSHAKE *hs, Span<uint8_t> out,
David Benjamin18b68362021-06-18 23:13:46 -04001526 Span<const uint8_t> client_random,
1527 const SSLTranscript &transcript, bool is_hrr,
1528 Span<const uint8_t> msg, size_t offset);
David Benjamin83a49932021-05-20 15:57:09 -04001529
David Benjamin9cbe7372021-06-15 18:09:10 -04001530// ssl_is_valid_ech_public_name returns true if |public_name| is a valid ECH
1531// public name and false otherwise. It is exported for testing.
1532OPENSSL_EXPORT bool ssl_is_valid_ech_public_name(
1533 Span<const uint8_t> public_name);
1534
David Benjamin83a49932021-05-20 15:57:09 -04001535// ssl_is_valid_ech_config_list returns true if |ech_config_list| is a valid
1536// ECHConfigList structure and false otherwise.
1537bool ssl_is_valid_ech_config_list(Span<const uint8_t> ech_config_list);
1538
1539// ssl_select_ech_config selects an ECHConfig and associated parameters to offer
1540// on the client and updates |hs|. It returns true on success, whether an
1541// ECHConfig was found or not, and false on internal error. On success, the
1542// encapsulated key is written to |out_enc| and |*out_enc_len| is set to the
1543// number of bytes written. If the function did not select an ECHConfig, the
1544// encapsulated key is the empty string.
1545bool ssl_select_ech_config(SSL_HANDSHAKE *hs, Span<uint8_t> out_enc,
1546 size_t *out_enc_len);
1547
1548// ssl_ech_extension_body_length returns the length of the body of a ClientHello
1549// ECH extension that encrypts |in_len| bytes with |aead| and an 'enc' value of
1550// length |enc_len|. The result does not include the four-byte extension header.
1551size_t ssl_ech_extension_body_length(const EVP_HPKE_AEAD *aead, size_t enc_len,
1552 size_t in_len);
1553
1554// ssl_encrypt_client_hello constructs a new ClientHelloInner, adds it to the
1555// inner transcript, and encrypts for inclusion in the ClientHelloOuter. |enc|
1556// is the encapsulated key to include in the extension. It returns true on
1557// success and false on error. If not offering ECH, |enc| is ignored and the
1558// function will compute a GREASE ECH extension if necessary, and otherwise
1559// return success while doing nothing.
1560//
1561// Encrypting the ClientHelloInner incorporates all extensions in the
1562// ClientHelloOuter, so all other state necessary for |ssl_add_client_hello|
1563// must already be computed.
1564bool ssl_encrypt_client_hello(SSL_HANDSHAKE *hs, Span<const uint8_t> enc);
David Benjamin246c5562021-05-20 13:42:25 -04001565
Dan McArdlec2959352020-10-29 14:31:31 -04001566
David Benjamin08b17292021-03-29 15:35:56 -04001567// Delegated credentials.
1568
1569// This structure stores a delegated credential (DC) as defined by
1570// draft-ietf-tls-subcerts-03.
1571struct DC {
1572 static constexpr bool kAllowUniquePtr = true;
1573 ~DC();
1574
1575 // Dup returns a copy of this DC and takes references to |raw| and |pkey|.
1576 UniquePtr<DC> Dup();
1577
1578 // Parse parses the delegated credential stored in |in|. If successful it
1579 // returns the parsed structure, otherwise it returns |nullptr| and sets
1580 // |*out_alert|.
1581 static UniquePtr<DC> Parse(CRYPTO_BUFFER *in, uint8_t *out_alert);
1582
1583 // raw is the delegated credential encoded as specified in draft-ietf-tls-
1584 // subcerts-03.
1585 UniquePtr<CRYPTO_BUFFER> raw;
1586
1587 // expected_cert_verify_algorithm is the signature scheme of the DC public
1588 // key.
1589 uint16_t expected_cert_verify_algorithm = 0;
1590
1591 // pkey is the public key parsed from |public_key|.
1592 UniquePtr<EVP_PKEY> pkey;
1593
1594 private:
1595 friend DC* New<DC>();
1596 DC();
1597};
1598
1599// ssl_signing_with_dc returns true if the peer has indicated support for
1600// delegated credentials and this host has sent a delegated credential in
1601// response. If this is true then we've committed to using the DC in the
1602// handshake.
1603bool ssl_signing_with_dc(const SSL_HANDSHAKE *hs);
1604
1605
David Benjaminc11ea9422017-08-29 16:33:21 -04001606// Handshake functions.
Steven Valdez143e8b32016-07-11 13:19:03 -04001607
1608enum ssl_hs_wait_t {
1609 ssl_hs_error,
1610 ssl_hs_ok,
Steven Valdez4d71a9a2017-08-14 15:08:34 -04001611 ssl_hs_read_server_hello,
Steven Valdez143e8b32016-07-11 13:19:03 -04001612 ssl_hs_read_message,
Steven Valdez143e8b32016-07-11 13:19:03 -04001613 ssl_hs_flush,
Steven Valdez4d71a9a2017-08-14 15:08:34 -04001614 ssl_hs_certificate_selection_pending,
Adam Langley3fe8fa72018-01-26 09:14:30 -08001615 ssl_hs_handoff,
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001616 ssl_hs_handback,
Steven Valdez143e8b32016-07-11 13:19:03 -04001617 ssl_hs_x509_lookup,
1618 ssl_hs_private_key_operation,
Steven Valdez4d71a9a2017-08-14 15:08:34 -04001619 ssl_hs_pending_session,
David Benjamin707af292017-03-10 17:47:18 -05001620 ssl_hs_pending_ticket,
Steven Valdez4d71a9a2017-08-14 15:08:34 -04001621 ssl_hs_early_return,
Steven Valdeze831a812017-03-09 14:56:07 -05001622 ssl_hs_early_data_rejected,
Steven Valdez2d850622017-01-11 11:34:52 -05001623 ssl_hs_read_end_of_early_data,
Steven Valdez520e1222017-06-13 12:45:25 -04001624 ssl_hs_read_change_cipher_spec,
David Benjamin3a1dd462017-07-11 16:13:10 -04001625 ssl_hs_certificate_verify,
David Benjaminb571e772021-03-25 19:42:16 -04001626 ssl_hs_hints_ready,
Steven Valdez143e8b32016-07-11 13:19:03 -04001627};
1628
David Benjamina7bc9442018-01-18 10:08:53 -05001629enum ssl_grease_index_t {
1630 ssl_grease_cipher = 0,
1631 ssl_grease_group,
1632 ssl_grease_extension1,
1633 ssl_grease_extension2,
1634 ssl_grease_version,
1635 ssl_grease_ticket_extension,
David Benjamin43ab56c2021-05-20 10:25:01 -04001636 ssl_grease_ech_config_id,
1637 ssl_grease_last_index = ssl_grease_ech_config_id,
David Benjamina7bc9442018-01-18 10:08:53 -05001638};
1639
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001640enum tls12_server_hs_state_t {
1641 state12_start_accept = 0,
1642 state12_read_client_hello,
Daniel McArdle00e434d2021-02-18 11:47:18 -05001643 state12_read_client_hello_after_ech,
Matthew Braithwaite56986f92018-03-22 11:48:33 -07001644 state12_select_certificate,
1645 state12_tls13,
1646 state12_select_parameters,
1647 state12_send_server_hello,
1648 state12_send_server_certificate,
1649 state12_send_server_key_exchange,
1650 state12_send_server_hello_done,
1651 state12_read_client_certificate,
1652 state12_verify_client_certificate,
1653 state12_read_client_key_exchange,
1654 state12_read_client_certificate_verify,
1655 state12_read_change_cipher_spec,
1656 state12_process_change_cipher_spec,
1657 state12_read_next_proto,
1658 state12_read_channel_id,
1659 state12_read_client_finished,
1660 state12_send_server_finished,
1661 state12_finish_server_handshake,
1662 state12_done,
1663};
1664
Matthew Braithwaite08e1fe02019-11-26 17:49:04 -08001665enum tls13_server_hs_state_t {
1666 state13_select_parameters = 0,
1667 state13_select_session,
1668 state13_send_hello_retry_request,
1669 state13_read_second_client_hello,
1670 state13_send_server_hello,
1671 state13_send_server_certificate_verify,
1672 state13_send_server_finished,
Matthew Braithwaite093a8232020-01-28 14:06:55 -08001673 state13_send_half_rtt_ticket,
Matthew Braithwaite08e1fe02019-11-26 17:49:04 -08001674 state13_read_second_client_flight,
1675 state13_process_end_of_early_data,
Steven Valdez51607f12020-08-05 10:46:05 -04001676 state13_read_client_encrypted_extensions,
Matthew Braithwaite08e1fe02019-11-26 17:49:04 -08001677 state13_read_client_certificate,
1678 state13_read_client_certificate_verify,
1679 state13_read_channel_id,
1680 state13_read_client_finished,
1681 state13_send_new_session_ticket,
1682 state13_done,
1683};
1684
Matthew Braithwaite3e2b3ee2018-05-10 15:46:42 -07001685// handback_t lists the points in the state machine where a handback can occur.
1686// These are the different points at which key material is no longer needed.
1687enum handback_t {
David Benjamin0c306492020-02-09 16:28:52 -05001688 handback_after_session_resumption = 0,
1689 handback_after_ecdhe = 1,
1690 handback_after_handshake = 2,
1691 handback_tls13 = 3,
1692 handback_max_value = handback_tls13,
Matthew Braithwaite3e2b3ee2018-05-10 15:46:42 -07001693};
1694
David Benjaminb571e772021-03-25 19:42:16 -04001695// SSL_HANDSHAKE_HINTS contains handshake hints for a connection. See
1696// |SSL_request_handshake_hints| and related functions.
1697struct SSL_HANDSHAKE_HINTS {
1698 static constexpr bool kAllowUniquePtr = true;
1699
David Benjamin4a6c8fd2022-07-21 14:05:41 -07001700 Array<uint8_t> server_random_tls12;
1701 Array<uint8_t> server_random_tls13;
David Benjaminb571e772021-03-25 19:42:16 -04001702
1703 uint16_t key_share_group_id = 0;
1704 Array<uint8_t> key_share_public_key;
1705 Array<uint8_t> key_share_secret;
1706
1707 uint16_t signature_algorithm = 0;
1708 Array<uint8_t> signature_input;
1709 Array<uint8_t> signature_spki;
1710 Array<uint8_t> signature;
1711
1712 Array<uint8_t> decrypted_psk;
1713 bool ignore_psk = false;
David Benjamin26f186b2021-06-08 19:17:58 -04001714
1715 uint16_t cert_compression_alg_id = 0;
1716 Array<uint8_t> cert_compression_input;
1717 Array<uint8_t> cert_compression_output;
David Benjamin4a6c8fd2022-07-21 14:05:41 -07001718
1719 uint16_t ecdhe_group_id = 0;
1720 Array<uint8_t> ecdhe_public_key;
1721 Array<uint8_t> ecdhe_private_key;
David Benjaminb571e772021-03-25 19:42:16 -04001722};
1723
David Benjamin86e95b82017-07-18 16:34:25 -04001724struct SSL_HANDSHAKE {
David Benjamin8f288862017-07-20 14:01:44 -04001725 explicit SSL_HANDSHAKE(SSL *ssl);
1726 ~SSL_HANDSHAKE();
David Benjamin9a892502017-07-25 22:26:44 -04001727 static constexpr bool kAllowUniquePtr = true;
David Benjamin8f288862017-07-20 14:01:44 -04001728
David Benjaminc11ea9422017-08-29 16:33:21 -04001729 // ssl is a non-owning pointer to the parent |SSL| object.
David Benjamince8c9d22016-11-14 10:45:16 +09001730 SSL *ssl;
1731
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07001732 // config is a non-owning pointer to the handshake configuration.
1733 SSL_CONFIG *config;
1734
David Benjaminc11ea9422017-08-29 16:33:21 -04001735 // wait contains the operation the handshake is currently blocking on or
1736 // |ssl_hs_ok| if none.
David Benjamin8f288862017-07-20 14:01:44 -04001737 enum ssl_hs_wait_t wait = ssl_hs_ok;
Adam Langley4ba6e192016-12-07 15:54:54 -08001738
David Benjaminc11ea9422017-08-29 16:33:21 -04001739 // state is the internal state for the TLS 1.2 and below handshake. Its
1740 // values depend on |do_handshake| but the starting state is always zero.
Steven Valdez4d71a9a2017-08-14 15:08:34 -04001741 int state = 0;
David Benjamincb0c29f2016-12-12 17:00:50 -05001742
David Benjaminc11ea9422017-08-29 16:33:21 -04001743 // tls13_state is the internal state for the TLS 1.3 handshake. Its values
1744 // depend on |do_handshake| but the starting state is always zero.
David Benjamin8f288862017-07-20 14:01:44 -04001745 int tls13_state = 0;
Steven Valdez143e8b32016-07-11 13:19:03 -04001746
David Benjaminc11ea9422017-08-29 16:33:21 -04001747 // min_version is the minimum accepted protocol version, taking account both
1748 // |SSL_OP_NO_*| and |SSL_CTX_set_min_proto_version| APIs.
David Benjamin8f288862017-07-20 14:01:44 -04001749 uint16_t min_version = 0;
David Benjamin68161cb2017-06-20 14:49:43 -04001750
David Benjaminc11ea9422017-08-29 16:33:21 -04001751 // max_version is the maximum accepted protocol version, taking account both
1752 // |SSL_OP_NO_*| and |SSL_CTX_set_max_proto_version| APIs.
David Benjamin8f288862017-07-20 14:01:44 -04001753 uint16_t max_version = 0;
David Benjamin68161cb2017-06-20 14:49:43 -04001754
David Benjamine530ea32019-08-16 19:28:00 -04001755 private:
1756 size_t hash_len_ = 0;
1757 uint8_t secret_[SSL_MAX_MD_SIZE] = {0};
1758 uint8_t early_traffic_secret_[SSL_MAX_MD_SIZE] = {0};
1759 uint8_t client_handshake_secret_[SSL_MAX_MD_SIZE] = {0};
1760 uint8_t server_handshake_secret_[SSL_MAX_MD_SIZE] = {0};
1761 uint8_t client_traffic_secret_0_[SSL_MAX_MD_SIZE] = {0};
1762 uint8_t server_traffic_secret_0_[SSL_MAX_MD_SIZE] = {0};
1763 uint8_t expected_client_finished_[SSL_MAX_MD_SIZE] = {0};
1764
1765 public:
1766 void ResizeSecrets(size_t hash_len);
1767
Daniel McArdle00e434d2021-02-18 11:47:18 -05001768 // GetClientHello, on the server, returns either the normal ClientHello
1769 // message or the ClientHelloInner if it has been serialized to
1770 // |ech_client_hello_buf|. This function should only be called when the
1771 // current message is a ClientHello. It returns true on success and false on
1772 // error.
1773 //
1774 // Note that fields of the returned |out_msg| and |out_client_hello| point
1775 // into a handshake-owned buffer, so their lifetimes should not exceed this
1776 // SSL_HANDSHAKE.
1777 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
1778
David Benjamine530ea32019-08-16 19:28:00 -04001779 Span<uint8_t> secret() { return MakeSpan(secret_, hash_len_); }
David Benjamin83a49932021-05-20 15:57:09 -04001780 Span<const uint8_t> secret() const {
1781 return MakeConstSpan(secret_, hash_len_);
1782 }
David Benjamine530ea32019-08-16 19:28:00 -04001783 Span<uint8_t> early_traffic_secret() {
1784 return MakeSpan(early_traffic_secret_, hash_len_);
1785 }
1786 Span<uint8_t> client_handshake_secret() {
1787 return MakeSpan(client_handshake_secret_, hash_len_);
1788 }
1789 Span<uint8_t> server_handshake_secret() {
1790 return MakeSpan(server_handshake_secret_, hash_len_);
1791 }
1792 Span<uint8_t> client_traffic_secret_0() {
1793 return MakeSpan(client_traffic_secret_0_, hash_len_);
1794 }
1795 Span<uint8_t> server_traffic_secret_0() {
1796 return MakeSpan(server_traffic_secret_0_, hash_len_);
1797 }
1798 Span<uint8_t> expected_client_finished() {
1799 return MakeSpan(expected_client_finished_, hash_len_);
1800 }
Steven Valdez143e8b32016-07-11 13:19:03 -04001801
David Benjaminf5d2cd02016-10-06 19:39:20 -04001802 union {
David Benjaminc11ea9422017-08-29 16:33:21 -04001803 // sent is a bitset where the bits correspond to elements of kExtensions
David Benjaminec552ca2021-06-16 10:47:36 -04001804 // in extensions.cc. Each bit is set if that extension was sent in a
David Benjaminc11ea9422017-08-29 16:33:21 -04001805 // ClientHello. It's not used by servers.
David Benjamin8f288862017-07-20 14:01:44 -04001806 uint32_t sent = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -04001807 // received is a bitset, like |sent|, but is used by servers to record
1808 // which extensions were received from a client.
David Benjaminf5d2cd02016-10-06 19:39:20 -04001809 uint32_t received;
1810 } extensions;
1811
David Benjamin83a49932021-05-20 15:57:09 -04001812 // inner_extensions_sent, on clients that offer ECH, is |extensions.sent| for
1813 // the ClientHelloInner.
1814 uint32_t inner_extensions_sent = 0;
1815
David Benjamine52f4c42017-10-01 22:35:10 -04001816 // error, if |wait| is |ssl_hs_error|, is the error the handshake failed on.
1817 UniquePtr<ERR_SAVE_STATE> error;
1818
Adam Langley7b935932018-11-12 13:53:42 -08001819 // key_shares are the current key exchange instances. The second is only used
1820 // as a client if we believe that we should offer two key shares in a
1821 // ClientHello.
1822 UniquePtr<SSLKeyShare> key_shares[2];
Adam Langley4ba6e192016-12-07 15:54:54 -08001823
David Benjaminc11ea9422017-08-29 16:33:21 -04001824 // transcript is the current handshake transcript.
David Benjamin6dc8bf62017-07-19 16:38:21 -04001825 SSLTranscript transcript;
Steven Valdez908ac192017-01-12 13:17:07 -05001826
David Benjamin83a49932021-05-20 15:57:09 -04001827 // inner_transcript, on the client, is the handshake transcript for the
1828 // ClientHelloInner handshake. It is moved to |transcript| if the server
1829 // accepts ECH.
1830 SSLTranscript inner_transcript;
1831
1832 // inner_client_random is the ClientHello random value used with
1833 // ClientHelloInner.
1834 uint8_t inner_client_random[SSL3_RANDOM_SIZE] = {0};
1835
David Benjaminc11ea9422017-08-29 16:33:21 -04001836 // cookie is the value of the cookie received from the server, if any.
David Benjamin08f5c762017-09-21 02:43:05 -04001837 Array<uint8_t> cookie;
David Benjamin3baa6e12016-10-07 21:10:38 -04001838
David Benjamin18b68362021-06-18 23:13:46 -04001839 // ech_client_outer contains the outer ECH extension to send in the
1840 // ClientHello, excluding the header and type byte.
1841 Array<uint8_t> ech_client_outer;
Dan McArdle1920c6f2020-03-11 17:29:40 -04001842
David Benjaminba423c92021-06-15 16:26:58 -04001843 // ech_retry_configs, on the client, contains the retry configs from the
1844 // server as a serialized ECHConfigList.
1845 Array<uint8_t> ech_retry_configs;
1846
Daniel McArdle00e434d2021-02-18 11:47:18 -05001847 // ech_client_hello_buf, on the server, contains the bytes of the
1848 // reconstructed ClientHelloInner message.
1849 Array<uint8_t> ech_client_hello_buf;
1850
David Benjamin97ede402021-05-18 14:17:52 -04001851 // key_share_bytes is the key_share extension that the client should send.
David Benjamin08f5c762017-09-21 02:43:05 -04001852 Array<uint8_t> key_share_bytes;
David Benjamin4fe3c902016-08-16 02:17:03 -04001853
David Benjaminc11ea9422017-08-29 16:33:21 -04001854 // ecdh_public_key, for servers, is the key share to be sent to the client in
1855 // TLS 1.3.
David Benjamin879efc32017-09-21 11:20:53 -04001856 Array<uint8_t> ecdh_public_key;
Steven Valdez143e8b32016-07-11 13:19:03 -04001857
David Benjaminc11ea9422017-08-29 16:33:21 -04001858 // peer_sigalgs are the signature algorithms that the peer supports. These are
1859 // taken from the contents of the signature algorithms extension for a server
1860 // or from the CertificateRequest for a client.
David Benjaminb1cf48e2017-09-21 11:37:46 -04001861 Array<uint16_t> peer_sigalgs;
David Benjamin0fc37ef2016-08-17 15:29:46 -04001862
David Benjaminc11ea9422017-08-29 16:33:21 -04001863 // peer_supported_group_list contains the supported group IDs advertised by
1864 // the peer. This is only set on the server's end. The server does not
1865 // advertise this extension to the client.
David Benjamincf0ce672017-09-21 02:25:59 -04001866 Array<uint16_t> peer_supported_group_list;
David Benjamin43612b62016-10-07 00:41:50 -04001867
Watson Ladddcd6e442020-08-10 15:12:45 -04001868 // peer_delegated_credential_sigalgs are the signature algorithms the peer
1869 // supports with delegated credentials.
1870 Array<uint16_t> peer_delegated_credential_sigalgs;
1871
David Benjaminc11ea9422017-08-29 16:33:21 -04001872 // peer_key is the peer's ECDH key for a TLS 1.2 client.
David Benjamin499742c2017-07-22 12:45:38 -04001873 Array<uint8_t> peer_key;
David Benjamina4c8ff02016-10-08 02:49:01 -04001874
David Benjamine9c5d722021-06-09 17:43:16 -04001875 // extension_permutation is the permutation to apply to ClientHello
1876 // extensions. It maps indices into the |kExtensions| table into other
1877 // indices.
1878 Array<uint8_t> extension_permutation;
1879
Adam Langleya307cb72018-05-02 09:06:48 -07001880 // cert_compression_alg_id, for a server, contains the negotiated certificate
1881 // compression algorithm for this client. It is only valid if
1882 // |cert_compression_negotiated| is true.
1883 uint16_t cert_compression_alg_id;
1884
David Benjamin83a49932021-05-20 15:57:09 -04001885 // ech_hpke_ctx is the HPKE context used in ECH. On the server, it is
David Benjaminba423c92021-06-15 16:26:58 -04001886 // initialized if |ech_status| is |ssl_ech_accepted|. On the client, it is
1887 // initialized if |selected_ech_config| is not nullptr.
Daniel McArdle00e434d2021-02-18 11:47:18 -05001888 ScopedEVP_HPKE_CTX ech_hpke_ctx;
1889
David Benjaminc11ea9422017-08-29 16:33:21 -04001890 // server_params, in a TLS 1.2 server, stores the ServerKeyExchange
1891 // parameters. It has client and server randoms prepended for signing
1892 // convenience.
David Benjamin879efc32017-09-21 11:20:53 -04001893 Array<uint8_t> server_params;
David Benjamina4c8ff02016-10-08 02:49:01 -04001894
David Benjaminc11ea9422017-08-29 16:33:21 -04001895 // peer_psk_identity_hint, on the client, is the psk_identity_hint sent by the
1896 // server when using a TLS 1.2 PSK key exchange.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001897 UniquePtr<char> peer_psk_identity_hint;
Adam Langley4ba6e192016-12-07 15:54:54 -08001898
David Benjaminc11ea9422017-08-29 16:33:21 -04001899 // ca_names, on the client, contains the list of CAs received in a
1900 // CertificateRequest message.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001901 UniquePtr<STACK_OF(CRYPTO_BUFFER)> ca_names;
Adam Langley34b4c822017-02-02 10:57:17 -08001902
David Benjaminb9493552017-09-27 19:02:51 -04001903 // cached_x509_ca_names contains a cache of parsed versions of the elements of
1904 // |ca_names|. This pointer is left non-owning so only
1905 // |ssl_crypto_x509_method| needs to link against crypto/x509.
David Benjamin8f288862017-07-20 14:01:44 -04001906 STACK_OF(X509_NAME) *cached_x509_ca_names = nullptr;
Adam Langley4ba6e192016-12-07 15:54:54 -08001907
David Benjaminc11ea9422017-08-29 16:33:21 -04001908 // certificate_types, on the client, contains the set of certificate types
1909 // received in a CertificateRequest message.
David Benjamin08f5c762017-09-21 02:43:05 -04001910 Array<uint8_t> certificate_types;
Adam Langley4ba6e192016-12-07 15:54:54 -08001911
David Benjaminc11ea9422017-08-29 16:33:21 -04001912 // local_pubkey is the public key we are authenticating as.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001913 UniquePtr<EVP_PKEY> local_pubkey;
David Benjamina232a712017-03-30 15:51:53 -05001914
David Benjaminc11ea9422017-08-29 16:33:21 -04001915 // peer_pubkey is the public key parsed from the peer's leaf certificate.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001916 UniquePtr<EVP_PKEY> peer_pubkey;
Adam Langleyd5157222016-12-12 11:37:43 -08001917
David Benjaminc11ea9422017-08-29 16:33:21 -04001918 // new_session is the new mutable session being established by the current
1919 // handshake. It should not be cached.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001920 UniquePtr<SSL_SESSION> new_session;
David Benjamin45738dd2017-02-09 20:01:26 -05001921
David Benjaminc11ea9422017-08-29 16:33:21 -04001922 // early_session is the session corresponding to the current 0-RTT state on
1923 // the client if |in_early_data| is true.
David Benjamin31b0c9b2017-07-20 14:49:15 -04001924 UniquePtr<SSL_SESSION> early_session;
Steven Valdeze831a812017-03-09 14:56:07 -05001925
David Benjaminc3b373b2021-06-06 13:04:26 -04001926 // ssl_ech_keys, for servers, is the set of ECH keys to use with this
1927 // handshake. This is copied from |SSL_CTX| to ensure consistent behavior as
1928 // |SSL_CTX| rotates keys.
1929 UniquePtr<SSL_ECH_KEYS> ech_keys;
Daniel McArdle00e434d2021-02-18 11:47:18 -05001930
David Benjamin83a49932021-05-20 15:57:09 -04001931 // selected_ech_config, for clients, is the ECHConfig the client uses to offer
1932 // ECH, or nullptr if ECH is not being offered. If non-NULL, |ech_hpke_ctx|
1933 // will be initialized.
1934 UniquePtr<ECHConfig> selected_ech_config;
1935
David Benjaminc11ea9422017-08-29 16:33:21 -04001936 // new_cipher is the cipher being negotiated in this handshake.
David Benjamin8f288862017-07-20 14:01:44 -04001937 const SSL_CIPHER *new_cipher = nullptr;
David Benjamin45738dd2017-02-09 20:01:26 -05001938
David Benjaminc11ea9422017-08-29 16:33:21 -04001939 // key_block is the record-layer key block for TLS 1.2 and earlier.
David Benjaminb9493552017-09-27 19:02:51 -04001940 Array<uint8_t> key_block;
Adam Langley4ba6e192016-12-07 15:54:54 -08001941
David Benjaminb571e772021-03-25 19:42:16 -04001942 // hints contains the handshake hints for this connection. If
1943 // |hints_requested| is true, this field is non-null and contains the pending
1944 // hints to filled as the predicted handshake progresses. Otherwise, this
1945 // field, if non-null, contains hints configured by the caller and will
1946 // influence the handshake on match.
1947 UniquePtr<SSL_HANDSHAKE_HINTS> hints;
1948
David Benjamin18b68362021-06-18 23:13:46 -04001949 // ech_is_inner, on the server, indicates whether the ClientHello contained an
1950 // inner ECH extension.
1951 bool ech_is_inner : 1;
Dan McArdlec2959352020-10-29 14:31:31 -04001952
David Benjaminba423c92021-06-15 16:26:58 -04001953 // ech_authenticated_reject, on the client, indicates whether an ECH rejection
1954 // handshake has been authenticated.
1955 bool ech_authenticated_reject : 1;
1956
David Benjaminfd45ee72017-08-31 14:49:09 -04001957 // scts_requested is true if the SCT extension is in the ClientHello.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001958 bool scts_requested : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08001959
Steven Valdezd8168742017-08-31 10:15:48 -04001960 // handshake_finalized is true once the handshake has completed, at which
1961 // point accessors should use the established state.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001962 bool handshake_finalized : 1;
Steven Valdezd8168742017-08-31 10:15:48 -04001963
David Benjaminc11ea9422017-08-29 16:33:21 -04001964 // accept_psk_mode stores whether the client's PSK mode is compatible with our
1965 // preferences.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001966 bool accept_psk_mode : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08001967
David Benjaminfd45ee72017-08-31 14:49:09 -04001968 // cert_request is true if a client certificate was requested.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001969 bool cert_request : 1;
David Benjamina0486782016-10-06 19:11:32 -04001970
David Benjaminfd45ee72017-08-31 14:49:09 -04001971 // certificate_status_expected is true if OCSP stapling was negotiated and the
David Benjaminc11ea9422017-08-29 16:33:21 -04001972 // server is expected to send a CertificateStatus message. (This is used on
1973 // both the client and server sides.)
Jesse Selover6b0d8222018-08-14 12:47:29 -04001974 bool certificate_status_expected : 1;
David Benjamina0486782016-10-06 19:11:32 -04001975
David Benjaminfd45ee72017-08-31 14:49:09 -04001976 // ocsp_stapling_requested is true if a client requested OCSP stapling.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001977 bool ocsp_stapling_requested : 1;
David Benjamina0486782016-10-06 19:11:32 -04001978
Christopher Patton6c1b3762018-07-17 12:49:41 -07001979 // delegated_credential_requested is true if the peer indicated support for
1980 // the delegated credential extension.
1981 bool delegated_credential_requested : 1;
1982
David Benjaminc11ea9422017-08-29 16:33:21 -04001983 // should_ack_sni is used by a server and indicates that the SNI extension
1984 // should be echoed in the ServerHello.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001985 bool should_ack_sni : 1;
David Benjamina0486782016-10-06 19:11:32 -04001986
David Benjaminfd45ee72017-08-31 14:49:09 -04001987 // in_false_start is true if there is a pending client handshake in False
David Benjaminc11ea9422017-08-29 16:33:21 -04001988 // Start. The client may write data at this point.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001989 bool in_false_start : 1;
David Benjamina0486782016-10-06 19:11:32 -04001990
David Benjaminfd45ee72017-08-31 14:49:09 -04001991 // in_early_data is true if there is a pending handshake that has progressed
David Benjaminc11ea9422017-08-29 16:33:21 -04001992 // enough to send and receive early data.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001993 bool in_early_data : 1;
Steven Valdeze831a812017-03-09 14:56:07 -05001994
David Benjaminfd45ee72017-08-31 14:49:09 -04001995 // early_data_offered is true if the client sent the early_data extension.
Jesse Selover6b0d8222018-08-14 12:47:29 -04001996 bool early_data_offered : 1;
Steven Valdez2d850622017-01-11 11:34:52 -05001997
David Benjaminfd45ee72017-08-31 14:49:09 -04001998 // can_early_read is true if application data may be read at this point in the
David Benjaminc11ea9422017-08-29 16:33:21 -04001999 // handshake.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002000 bool can_early_read : 1;
Steven Valdez681eb6a2016-12-19 13:19:29 -05002001
David Benjaminfd45ee72017-08-31 14:49:09 -04002002 // can_early_write is true if application data may be written at this point in
David Benjaminc11ea9422017-08-29 16:33:21 -04002003 // the handshake.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002004 bool can_early_write : 1;
Steven Valdez681eb6a2016-12-19 13:19:29 -05002005
David Benjaminc11ea9422017-08-29 16:33:21 -04002006 // next_proto_neg_seen is one of NPN was negotiated.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002007 bool next_proto_neg_seen : 1;
David Benjaminb74b0812016-10-06 19:43:48 -04002008
David Benjaminfd45ee72017-08-31 14:49:09 -04002009 // ticket_expected is true if a TLS 1.2 NewSessionTicket message is to be sent
David Benjaminc11ea9422017-08-29 16:33:21 -04002010 // or received.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002011 bool ticket_expected : 1;
David Benjaminf04c2e92016-12-06 13:35:25 -05002012
David Benjaminfd45ee72017-08-31 14:49:09 -04002013 // extended_master_secret is true if the extended master secret extension is
David Benjaminc11ea9422017-08-29 16:33:21 -04002014 // negotiated in this handshake.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002015 bool extended_master_secret : 1;
David Benjaminfc02b592017-02-17 16:26:01 -05002016
David Benjaminfd45ee72017-08-31 14:49:09 -04002017 // pending_private_key_op is true if there is a pending private key operation
David Benjaminc11ea9422017-08-29 16:33:21 -04002018 // in progress.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002019 bool pending_private_key_op : 1;
David Benjamin44148742017-06-17 13:20:59 -04002020
Adam Langleya307cb72018-05-02 09:06:48 -07002021 // handback indicates that a server should pause the handshake after
2022 // finishing operations that require private key material, in such a way that
David Benjaminf4928302019-08-21 16:04:53 -04002023 // |SSL_get_error| returns |SSL_ERROR_HANDBACK|. It is set by
2024 // |SSL_apply_handoff|.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002025 bool handback : 1;
Adam Langleya307cb72018-05-02 09:06:48 -07002026
David Benjaminb571e772021-03-25 19:42:16 -04002027 // hints_requested indicates the caller has requested handshake hints. Only
2028 // the first round-trip of the handshake will complete, after which the
2029 // |hints| structure can be serialized.
2030 bool hints_requested : 1;
2031
Adam Langleya307cb72018-05-02 09:06:48 -07002032 // cert_compression_negotiated is true iff |cert_compression_alg_id| is valid.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002033 bool cert_compression_negotiated : 1;
Adam Langleya307cb72018-05-02 09:06:48 -07002034
David Benjamin6965d252018-11-19 15:49:56 -06002035 // apply_jdk11_workaround is true if the peer is probably a JDK 11 client
2036 // which implemented TLS 1.3 incorrectly.
2037 bool apply_jdk11_workaround : 1;
2038
David Benjamin9b2cdb72021-04-01 23:21:53 -04002039 // can_release_private_key is true if the private key will no longer be used
2040 // in this handshake.
2041 bool can_release_private_key : 1;
2042
David Benjamin8acec002021-05-19 13:03:34 -04002043 // channel_id_negotiated is true if Channel ID should be used in this
2044 // handshake.
2045 bool channel_id_negotiated : 1;
2046
David Benjaminc11ea9422017-08-29 16:33:21 -04002047 // client_version is the value sent or received in the ClientHello version.
David Benjamin8f288862017-07-20 14:01:44 -04002048 uint16_t client_version = 0;
Alessandro Ghedinide254b42017-04-17 19:12:33 +01002049
David Benjaminc11ea9422017-08-29 16:33:21 -04002050 // early_data_read is the amount of early data that has been read by the
2051 // record layer.
David Benjamin8f288862017-07-20 14:01:44 -04002052 uint16_t early_data_read = 0;
Steven Valdeze831a812017-03-09 14:56:07 -05002053
David Benjaminc11ea9422017-08-29 16:33:21 -04002054 // early_data_written is the amount of early data that has been written by the
2055 // record layer.
David Benjamin8f288862017-07-20 14:01:44 -04002056 uint16_t early_data_written = 0;
Adam Langley2f9b47f2017-12-29 14:15:55 -08002057
Steven Valdez94a63a52021-04-29 10:52:42 -04002058 // ech_config_id is the ECH config sent by the client.
2059 uint8_t ech_config_id = 0;
2060
Steven Valdezb84674b2018-08-28 10:14:07 -04002061 // session_id is the session ID in the ClientHello.
Adam Langley2f9b47f2017-12-29 14:15:55 -08002062 uint8_t session_id[SSL_MAX_SSL_SESSION_ID_LENGTH] = {0};
2063 uint8_t session_id_len = 0;
David Benjamina7bc9442018-01-18 10:08:53 -05002064
David Benjamin33e8c782021-05-19 17:07:18 -04002065 // grease_seed is the entropy for GREASE values.
David Benjamina7bc9442018-01-18 10:08:53 -05002066 uint8_t grease_seed[ssl_grease_last_index + 1] = {0};
David Benjamin86e95b82017-07-18 16:34:25 -04002067};
Steven Valdez143e8b32016-07-11 13:19:03 -04002068
David Benjamin3f180b82022-05-09 17:45:18 -04002069// kMaxTickets is the maximum number of tickets to send immediately after the
2070// handshake. We use a one-byte ticket nonce, and there is no point in sending
2071// so many tickets.
2072constexpr size_t kMaxTickets = 16;
2073
David Benjamin8e7bbba2017-10-13 17:18:35 -04002074UniquePtr<SSL_HANDSHAKE> ssl_handshake_new(SSL *ssl);
Steven Valdez143e8b32016-07-11 13:19:03 -04002075
David Benjaminc11ea9422017-08-29 16:33:21 -04002076// ssl_check_message_type checks if |msg| has type |type|. If so it returns
2077// one. Otherwise, it sends an alert and returns zero.
David Benjamin97250f42017-10-07 04:12:35 -04002078bool ssl_check_message_type(SSL *ssl, const SSLMessage &msg, int type);
David Benjamin276b7e82017-01-21 14:13:39 -05002079
David Benjaminc11ea9422017-08-29 16:33:21 -04002080// ssl_run_handshake runs the TLS handshake. It returns one on success and <= 0
2081// on error. It sets |out_early_return| to one if we've completed the handshake
2082// early.
David Benjamin74795b32017-08-31 15:13:12 -04002083int ssl_run_handshake(SSL_HANDSHAKE *hs, bool *out_early_return);
Steven Valdez143e8b32016-07-11 13:19:03 -04002084
David Benjaminc11ea9422017-08-29 16:33:21 -04002085// The following are implementations of |do_handshake| for the client and
2086// server.
Steven Valdez4d71a9a2017-08-14 15:08:34 -04002087enum ssl_hs_wait_t ssl_client_handshake(SSL_HANDSHAKE *hs);
2088enum ssl_hs_wait_t ssl_server_handshake(SSL_HANDSHAKE *hs);
David Benjaminc3c88822016-11-14 10:32:04 +09002089enum ssl_hs_wait_t tls13_client_handshake(SSL_HANDSHAKE *hs);
2090enum ssl_hs_wait_t tls13_server_handshake(SSL_HANDSHAKE *hs);
Steven Valdez143e8b32016-07-11 13:19:03 -04002091
David Benjaminc11ea9422017-08-29 16:33:21 -04002092// The following functions return human-readable representations of the TLS
2093// handshake states for debugging.
Steven Valdez4d71a9a2017-08-14 15:08:34 -04002094const char *ssl_client_handshake_state(SSL_HANDSHAKE *hs);
2095const char *ssl_server_handshake_state(SSL_HANDSHAKE *hs);
David Benjaminf60bcfb2017-08-18 15:23:44 -04002096const char *tls13_client_handshake_state(SSL_HANDSHAKE *hs);
2097const char *tls13_server_handshake_state(SSL_HANDSHAKE *hs);
2098
Adam Langleyba9ad662018-12-17 13:59:38 -08002099// tls13_add_key_update queues a KeyUpdate message on |ssl|. The
2100// |update_requested| argument must be one of |SSL_KEY_UPDATE_REQUESTED| or
2101// |SSL_KEY_UPDATE_NOT_REQUESTED|.
2102bool tls13_add_key_update(SSL *ssl, int update_requested);
2103
David Benjamin12f58782018-08-28 17:06:31 -05002104// tls13_post_handshake processes a post-handshake message. It returns true on
2105// success and false on failure.
2106bool tls13_post_handshake(SSL *ssl, const SSLMessage &msg);
Steven Valdez8e1c7be2016-07-26 12:39:22 -04002107
David Benjamin12f58782018-08-28 17:06:31 -05002108bool tls13_process_certificate(SSL_HANDSHAKE *hs, const SSLMessage &msg,
2109 bool allow_anonymous);
2110bool tls13_process_certificate_verify(SSL_HANDSHAKE *hs, const SSLMessage &msg);
David Benjamin794cc592017-03-25 22:24:23 -05002111
David Benjaminc11ea9422017-08-29 16:33:21 -04002112// tls13_process_finished processes |msg| as a Finished message from the
David Benjamin12f58782018-08-28 17:06:31 -05002113// peer. If |use_saved_value| is true, the verify_data is compared against
David Benjaminc11ea9422017-08-29 16:33:21 -04002114// |hs->expected_client_finished| rather than computed fresh.
David Benjamin12f58782018-08-28 17:06:31 -05002115bool tls13_process_finished(SSL_HANDSHAKE *hs, const SSLMessage &msg,
2116 bool use_saved_value);
Steven Valdez143e8b32016-07-11 13:19:03 -04002117
David Benjamin12f58782018-08-28 17:06:31 -05002118bool tls13_add_certificate(SSL_HANDSHAKE *hs);
David Benjamin44148742017-06-17 13:20:59 -04002119
David Benjaminc11ea9422017-08-29 16:33:21 -04002120// tls13_add_certificate_verify adds a TLS 1.3 CertificateVerify message to the
2121// handshake. If it returns |ssl_private_key_retry|, it should be called again
2122// to retry when the signing operation is completed.
David Benjamin44148742017-06-17 13:20:59 -04002123enum ssl_private_key_result_t tls13_add_certificate_verify(SSL_HANDSHAKE *hs);
2124
David Benjamin12f58782018-08-28 17:06:31 -05002125bool tls13_add_finished(SSL_HANDSHAKE *hs);
2126bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
Adam Langley53a17f52020-05-26 14:44:07 -07002127bssl::UniquePtr<SSL_SESSION> tls13_create_session_with_ticket(SSL *ssl,
2128 CBS *body);
Steven Valdez143e8b32016-07-11 13:19:03 -04002129
David Benjamine9c5d722021-06-09 17:43:16 -04002130// ssl_setup_extension_permutation computes a ClientHello extension permutation
2131// for |hs|, if applicable. It returns true on success and false on error.
2132bool ssl_setup_extension_permutation(SSL_HANDSHAKE *hs);
2133
David Benjamin97ede402021-05-18 14:17:52 -04002134// ssl_setup_key_shares computes client key shares and saves them in |hs|. It
2135// returns true on success and false on failure. If |override_group_id| is zero,
2136// it offers the default groups, including GREASE. If it is non-zero, it offers
2137// a single key share of the specified group.
2138bool ssl_setup_key_shares(SSL_HANDSHAKE *hs, uint16_t override_group_id);
2139
David Benjamin31640932017-10-11 13:22:39 -04002140bool ssl_ext_key_share_parse_serverhello(SSL_HANDSHAKE *hs,
2141 Array<uint8_t> *out_secret,
2142 uint8_t *out_alert, CBS *contents);
2143bool ssl_ext_key_share_parse_clienthello(SSL_HANDSHAKE *hs, bool *out_found,
David Benjamin3b8c5ec2021-04-12 17:43:23 -04002144 Span<const uint8_t> *out_peer_key,
2145 uint8_t *out_alert,
2146 const SSL_CLIENT_HELLO *client_hello);
2147bool ssl_ext_key_share_add_serverhello(SSL_HANDSHAKE *hs, CBB *out);
Steven Valdez143e8b32016-07-11 13:19:03 -04002148
David Benjamin31640932017-10-11 13:22:39 -04002149bool ssl_ext_pre_shared_key_parse_serverhello(SSL_HANDSHAKE *hs,
2150 uint8_t *out_alert,
2151 CBS *contents);
2152bool ssl_ext_pre_shared_key_parse_clienthello(
David Benjamin707af292017-03-10 17:47:18 -05002153 SSL_HANDSHAKE *hs, CBS *out_ticket, CBS *out_binders,
David Benjamin9806ae02019-08-16 15:32:03 -04002154 uint32_t *out_obfuscated_ticket_age, uint8_t *out_alert,
2155 const SSL_CLIENT_HELLO *client_hello, CBS *contents);
David Benjamin31640932017-10-11 13:22:39 -04002156bool ssl_ext_pre_shared_key_add_serverhello(SSL_HANDSHAKE *hs, CBB *out);
Steven Valdez4aa154e2016-07-29 14:32:55 -04002157
David Benjaminc11ea9422017-08-29 16:33:21 -04002158// ssl_is_sct_list_valid does a shallow parse of the SCT list in |contents| and
David Benjamin861abcc2018-07-14 17:40:26 -04002159// returns whether it's valid.
2160bool ssl_is_sct_list_valid(const CBS *contents);
Adam Langleycfa08c32016-11-17 13:21:27 -08002161
David Benjamin83a49932021-05-20 15:57:09 -04002162// ssl_write_client_hello_without_extensions writes a ClientHello to |out|,
2163// up to the extensions field. |type| determines the type of ClientHello to
2164// write. If |omit_session_id| is true, the session ID is empty.
2165bool ssl_write_client_hello_without_extensions(const SSL_HANDSHAKE *hs,
2166 CBB *cbb,
2167 ssl_client_hello_type_t type,
2168 bool empty_session_id);
2169
2170// ssl_add_client_hello constructs a ClientHello and adds it to the outgoing
2171// flight. It returns true on success and false on error.
2172bool ssl_add_client_hello(SSL_HANDSHAKE *hs);
Steven Valdez5440fe02016-07-18 12:40:30 -04002173
David Benjamine2cb4232021-06-23 18:14:22 -04002174struct ParsedServerHello {
David Benjamin18b68362021-06-18 23:13:46 -04002175 CBS raw;
David Benjamine2cb4232021-06-23 18:14:22 -04002176 uint16_t legacy_version = 0;
2177 CBS random;
2178 CBS session_id;
2179 uint16_t cipher_suite = 0;
2180 uint8_t compression_method = 0;
2181 CBS extensions;
2182};
2183
2184// ssl_parse_server_hello parses |msg| as a ServerHello. On success, it writes
2185// the result to |*out| and returns true. Otherwise, it returns false and sets
2186// |*out_alert| to an alert to send to the peer.
2187bool ssl_parse_server_hello(ParsedServerHello *out, uint8_t *out_alert,
2188 const SSLMessage &msg);
2189
Nick Harper60a85cb2016-09-23 16:25:11 -07002190enum ssl_cert_verify_context_t {
2191 ssl_cert_verify_server,
2192 ssl_cert_verify_client,
2193 ssl_cert_verify_channel_id,
2194};
2195
David Benjaminc11ea9422017-08-29 16:33:21 -04002196// tls13_get_cert_verify_signature_input generates the message to be signed for
2197// TLS 1.3's CertificateVerify message. |cert_verify_context| determines the
David Benjamin75a1f232017-10-11 17:19:19 -04002198// type of signature. It sets |*out| to a newly allocated buffer containing the
2199// result. This function returns true on success and false on failure.
2200bool tls13_get_cert_verify_signature_input(
2201 SSL_HANDSHAKE *hs, Array<uint8_t> *out,
Nick Harper60a85cb2016-09-23 16:25:11 -07002202 enum ssl_cert_verify_context_t cert_verify_context);
2203
David Benjamin12a3e7e2021-04-13 11:47:36 -04002204// ssl_is_valid_alpn_list returns whether |in| is a valid ALPN protocol list.
2205bool ssl_is_valid_alpn_list(Span<const uint8_t> in);
2206
David Benjamindd6c2e82017-10-17 15:48:46 -04002207// ssl_is_alpn_protocol_allowed returns whether |protocol| is a valid server
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002208// selection for |hs->ssl|'s client preferences.
2209bool ssl_is_alpn_protocol_allowed(const SSL_HANDSHAKE *hs,
2210 Span<const uint8_t> protocol);
David Benjamindd6c2e82017-10-17 15:48:46 -04002211
David Benjaminc11ea9422017-08-29 16:33:21 -04002212// ssl_negotiate_alpn negotiates the ALPN extension, if applicable. It returns
David Benjamin31640932017-10-11 13:22:39 -04002213// true on successful negotiation or if nothing was negotiated. It returns false
David Benjaminc11ea9422017-08-29 16:33:21 -04002214// and sets |*out_alert| to an alert on error.
David Benjamin31640932017-10-11 13:22:39 -04002215bool ssl_negotiate_alpn(SSL_HANDSHAKE *hs, uint8_t *out_alert,
2216 const SSL_CLIENT_HELLO *client_hello);
David Benjamin9ef31f02016-10-31 18:01:13 -04002217
David Benjamin4e93cd42021-05-18 13:38:25 -04002218// ssl_get_local_application_settings looks up the configured ALPS value for
2219// |protocol|. If found, it sets |*out_settings| to the value and returns true.
2220// Otherwise, it returns false.
2221bool ssl_get_local_application_settings(const SSL_HANDSHAKE *hs,
2222 Span<const uint8_t> *out_settings,
2223 Span<const uint8_t> protocol);
2224
Steven Valdez51607f12020-08-05 10:46:05 -04002225// ssl_negotiate_alps negotiates the ALPS extension, if applicable. It returns
2226// true on successful negotiation or if nothing was negotiated. It returns false
2227// and sets |*out_alert| to an alert on error.
2228bool ssl_negotiate_alps(SSL_HANDSHAKE *hs, uint8_t *out_alert,
2229 const SSL_CLIENT_HELLO *client_hello);
2230
David Benjamina75027b2021-07-20 15:07:22 -04002231struct SSLExtension {
2232 SSLExtension(uint16_t type_arg, bool allowed_arg = true)
2233 : type(type_arg), allowed(allowed_arg), present(false) {
2234 CBS_init(&data, nullptr, 0);
2235 }
2236
David Benjaminffb11072016-11-13 10:32:10 +09002237 uint16_t type;
David Benjamina75027b2021-07-20 15:07:22 -04002238 bool allowed;
2239 bool present;
2240 CBS data;
David Benjamin86e95b82017-07-18 16:34:25 -04002241};
David Benjaminffb11072016-11-13 10:32:10 +09002242
David Benjaminc11ea9422017-08-29 16:33:21 -04002243// ssl_parse_extensions parses a TLS extensions block out of |cbs| and advances
David Benjamina75027b2021-07-20 15:07:22 -04002244// it. It writes the parsed extensions to pointers in |extensions|. On success,
2245// it fills in the |present| and |data| fields and returns true. Otherwise, it
2246// sets |*out_alert| to an alert to send and returns false. Unknown extensions
2247// are rejected unless |ignore_unknown| is true.
David Benjaminc4ec14c2020-09-21 18:42:52 -04002248bool ssl_parse_extensions(const CBS *cbs, uint8_t *out_alert,
David Benjamina75027b2021-07-20 15:07:22 -04002249 std::initializer_list<SSLExtension *> extensions,
David Benjaminc4ec14c2020-09-21 18:42:52 -04002250 bool ignore_unknown);
David Benjaminffb11072016-11-13 10:32:10 +09002251
David Benjaminc11ea9422017-08-29 16:33:21 -04002252// ssl_verify_peer_cert verifies the peer certificate for |hs|.
David Benjamin3a1dd462017-07-11 16:13:10 -04002253enum ssl_verify_result_t ssl_verify_peer_cert(SSL_HANDSHAKE *hs);
Jesse Selover1c337e52018-08-10 13:28:47 -04002254// ssl_reverify_peer_cert verifies the peer certificate for |hs| when resuming a
2255// session.
David Benjaminee0716f2019-11-19 14:16:28 +08002256enum ssl_verify_result_t ssl_reverify_peer_cert(SSL_HANDSHAKE *hs,
2257 bool send_alert);
David Benjamin3a1dd462017-07-11 16:13:10 -04002258
David Benjamin00f48c82017-10-06 18:43:53 -04002259enum ssl_hs_wait_t ssl_get_finished(SSL_HANDSHAKE *hs);
2260bool ssl_send_finished(SSL_HANDSHAKE *hs);
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002261bool ssl_output_cert_chain(SSL_HANDSHAKE *hs);
Steven Valdez143e8b32016-07-11 13:19:03 -04002262
David Benjamin5fa22ed2020-06-22 17:08:11 -04002263// ssl_handshake_session returns the |SSL_SESSION| corresponding to the current
2264// handshake. Note, in TLS 1.2 resumptions, this session is immutable.
2265const SSL_SESSION *ssl_handshake_session(const SSL_HANDSHAKE *hs);
2266
David Benjamin6c9758f2021-05-18 13:50:50 -04002267// ssl_done_writing_client_hello is called after the last ClientHello is written
2268// by |hs|. It releases some memory that is no longer needed.
2269void ssl_done_writing_client_hello(SSL_HANDSHAKE *hs);
2270
David Benjamin5fa22ed2020-06-22 17:08:11 -04002271
David Benjaminc11ea9422017-08-29 16:33:21 -04002272// SSLKEYLOGFILE functions.
David Benjamine776cc22016-07-19 07:26:49 +02002273
David Benjaminc11ea9422017-08-29 16:33:21 -04002274// ssl_log_secret logs |secret| with label |label|, if logging is enabled for
David Benjaminb244e3a2019-08-16 19:33:15 -04002275// |ssl|. It returns true on success and false on failure.
2276bool ssl_log_secret(const SSL *ssl, const char *label,
2277 Span<const uint8_t> secret);
David Benjamine776cc22016-07-19 07:26:49 +02002278
2279
David Benjaminc11ea9422017-08-29 16:33:21 -04002280// ClientHello functions.
David Benjamine14ff062016-08-09 16:21:24 -04002281
David Benjamin15961372021-04-14 21:46:25 -04002282// ssl_client_hello_init parses |body| as a ClientHello message, excluding the
2283// message header, and writes the result to |*out|. It returns true on success
2284// and false on error. This function is exported for testing.
2285OPENSSL_EXPORT bool ssl_client_hello_init(const SSL *ssl, SSL_CLIENT_HELLO *out,
2286 Span<const uint8_t> body);
David Benjamine14ff062016-08-09 16:21:24 -04002287
David Benjamin18b68362021-06-18 23:13:46 -04002288bool ssl_parse_client_hello_with_trailing_data(const SSL *ssl, CBS *cbs,
2289 SSL_CLIENT_HELLO *out);
2290
David Benjamin861abcc2018-07-14 17:40:26 -04002291bool ssl_client_hello_get_extension(const SSL_CLIENT_HELLO *client_hello,
2292 CBS *out, uint16_t extension_type);
David Benjamine14ff062016-08-09 16:21:24 -04002293
David Benjamin861abcc2018-07-14 17:40:26 -04002294bool ssl_client_cipher_list_contains_cipher(
2295 const SSL_CLIENT_HELLO *client_hello, uint16_t id);
David Benjamine14ff062016-08-09 16:21:24 -04002296
2297
David Benjaminc11ea9422017-08-29 16:33:21 -04002298// GREASE.
David Benjamin65ac9972016-09-02 21:35:25 -04002299
David Benjamina7bc9442018-01-18 10:08:53 -05002300// ssl_get_grease_value returns a GREASE value for |hs|. For a given
David Benjaminc11ea9422017-08-29 16:33:21 -04002301// connection, the values for each index will be deterministic. This allows the
2302// same ClientHello be sent twice for a HelloRetryRequest or the same group be
2303// advertised in both supported_groups and key_shares.
David Benjamin33e8c782021-05-19 17:07:18 -04002304uint16_t ssl_get_grease_value(const SSL_HANDSHAKE *hs,
2305 enum ssl_grease_index_t index);
David Benjamin65ac9972016-09-02 21:35:25 -04002306
2307
David Benjaminc11ea9422017-08-29 16:33:21 -04002308// Signature algorithms.
David Benjamin3ef76972016-10-17 17:59:54 -04002309
David Benjaminc11ea9422017-08-29 16:33:21 -04002310// tls1_parse_peer_sigalgs parses |sigalgs| as the list of peer signature
David Benjamin610cdbb2018-01-22 19:08:38 -05002311// algorithms and saves them on |hs|. It returns true on success and false on
David Benjaminc11ea9422017-08-29 16:33:21 -04002312// error.
David Benjamin610cdbb2018-01-22 19:08:38 -05002313bool tls1_parse_peer_sigalgs(SSL_HANDSHAKE *hs, const CBS *sigalgs);
David Benjamin3ef76972016-10-17 17:59:54 -04002314
David Benjaminc11ea9422017-08-29 16:33:21 -04002315// tls1_get_legacy_signature_algorithm sets |*out| to the signature algorithm
David Benjamin610cdbb2018-01-22 19:08:38 -05002316// that should be used with |pkey| in TLS 1.1 and earlier. It returns true on
2317// success and false if |pkey| may not be used at those versions.
2318bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
David Benjamina3651382017-04-20 17:49:36 -04002319
David Benjaminc11ea9422017-08-29 16:33:21 -04002320// tls1_choose_signature_algorithm sets |*out| to a signature algorithm for use
2321// with |hs|'s private key based on the peer's preferences and the algorithms
David Benjamin610cdbb2018-01-22 19:08:38 -05002322// supported. It returns true on success and false on error.
2323bool tls1_choose_signature_algorithm(SSL_HANDSHAKE *hs, uint16_t *out);
David Benjamin3ef76972016-10-17 17:59:54 -04002324
Christopher Patton6c1b3762018-07-17 12:49:41 -07002325// tls1_get_peer_verify_algorithms returns the signature schemes for which the
2326// peer indicated support.
2327//
2328// NOTE: The related function |SSL_get0_peer_verify_algorithms| only has
2329// well-defined behavior during the callbacks set by |SSL_CTX_set_cert_cb| and
2330// |SSL_CTX_set_client_cert_cb|, or when the handshake is paused because of
2331// them.
2332Span<const uint16_t> tls1_get_peer_verify_algorithms(const SSL_HANDSHAKE *hs);
2333
David Benjaminc11ea9422017-08-29 16:33:21 -04002334// tls12_add_verify_sigalgs adds the signature algorithms acceptable for the
David Benjaminf2498402020-01-15 20:15:36 -05002335// peer signature to |out|. It returns true on success and false on error.
David Benjaminebad5082020-02-03 19:32:19 -05002336bool tls12_add_verify_sigalgs(const SSL_HANDSHAKE *hs, CBB *out);
David Benjamin3ef76972016-10-17 17:59:54 -04002337
David Benjaminc11ea9422017-08-29 16:33:21 -04002338// tls12_check_peer_sigalg checks if |sigalg| is acceptable for the peer
David Benjamin610cdbb2018-01-22 19:08:38 -05002339// signature. It returns true on success and false on error, setting
2340// |*out_alert| to an alert to send.
David Benjaminebad5082020-02-03 19:32:19 -05002341bool tls12_check_peer_sigalg(const SSL_HANDSHAKE *hs, uint8_t *out_alert,
David Benjamin610cdbb2018-01-22 19:08:38 -05002342 uint16_t sigalg);
David Benjamin3ef76972016-10-17 17:59:54 -04002343
2344
David Benjaminc11ea9422017-08-29 16:33:21 -04002345// Underdocumented functions.
2346//
2347// Functions below here haven't been touched up and may be underdocumented.
David Benjamin71f07942015-04-08 02:36:59 -04002348
Adam Langley1258b6a2014-06-20 12:00:00 -07002349#define TLSEXT_CHANNEL_ID_SIZE 128
Adam Langley95c29f32014-06-20 12:00:00 -07002350
David Benjamin8648c532021-08-19 18:02:37 -04002351// From RFC 4492, used in encoding the curve type in ECParameters
Adam Langleyfcf25832014-12-18 17:42:32 -08002352#define NAMED_CURVE_TYPE 3
Adam Langley95c29f32014-06-20 12:00:00 -07002353
David Benjamin664e99a2017-10-10 19:23:21 -04002354struct CERT {
David Benjamine325c3f2018-04-12 16:11:15 -04002355 static constexpr bool kAllowUniquePtr = true;
2356
2357 explicit CERT(const SSL_X509_METHOD *x509_method);
2358 ~CERT();
2359
2360 UniquePtr<EVP_PKEY> privatekey;
Adam Langley3a2b47a2017-01-24 13:59:42 -08002361
David Benjaminc11ea9422017-08-29 16:33:21 -04002362 // chain contains the certificate chain, with the leaf at the beginning. The
2363 // first element of |chain| may be NULL to indicate that the leaf certificate
2364 // has not yet been set.
2365 // If |chain| != NULL -> len(chain) >= 1
2366 // If |chain[0]| == NULL -> len(chain) >= 2.
2367 // |chain[1..]| != NULL
David Benjamine325c3f2018-04-12 16:11:15 -04002368 UniquePtr<STACK_OF(CRYPTO_BUFFER)> chain;
Adam Langley3a2b47a2017-01-24 13:59:42 -08002369
David Benjaminc11ea9422017-08-29 16:33:21 -04002370 // x509_chain may contain a parsed copy of |chain[1..]|. This is only used as
2371 // a cache in order to implement “get0” functions that return a non-owning
2372 // pointer to the certificate chain.
David Benjamine325c3f2018-04-12 16:11:15 -04002373 STACK_OF(X509) *x509_chain = nullptr;
David Benjaminf31e6812014-11-13 18:05:55 -05002374
David Benjaminc11ea9422017-08-29 16:33:21 -04002375 // x509_leaf may contain a parsed copy of the first element of |chain|. This
2376 // is only used as a cache in order to implement “get0” functions that return
2377 // a non-owning pointer to the certificate chain.
David Benjamine325c3f2018-04-12 16:11:15 -04002378 X509 *x509_leaf = nullptr;
Adam Langley3a2b47a2017-01-24 13:59:42 -08002379
David Benjaminc11ea9422017-08-29 16:33:21 -04002380 // x509_stash contains the last |X509| object append to the chain. This is a
2381 // workaround for some third-party code that continue to use an |X509| object
2382 // even after passing ownership with an “add0” function.
David Benjamine325c3f2018-04-12 16:11:15 -04002383 X509 *x509_stash = nullptr;
Adam Langleye1e78132017-01-31 15:24:31 -08002384
David Benjaminc11ea9422017-08-29 16:33:21 -04002385 // key_method, if non-NULL, is a set of callbacks to call for private key
2386 // operations.
David Benjamine325c3f2018-04-12 16:11:15 -04002387 const SSL_PRIVATE_KEY_METHOD *key_method = nullptr;
David Benjaminb4d65fd2015-05-29 17:11:21 -04002388
David Benjaminc11ea9422017-08-29 16:33:21 -04002389 // x509_method contains pointers to functions that might deal with |X509|
2390 // compatibility, or might be a no-op, depending on the application.
David Benjamine325c3f2018-04-12 16:11:15 -04002391 const SSL_X509_METHOD *x509_method = nullptr;
Adam Langley3509dac2017-02-01 11:59:18 -08002392
David Benjamine325c3f2018-04-12 16:11:15 -04002393 // sigalgs, if non-empty, is the set of signature algorithms supported by
David Benjaminc11ea9422017-08-29 16:33:21 -04002394 // |privatekey| in decreasing order of preference.
David Benjamine325c3f2018-04-12 16:11:15 -04002395 Array<uint16_t> sigalgs;
Adam Langley95c29f32014-06-20 12:00:00 -07002396
David Benjaminc11ea9422017-08-29 16:33:21 -04002397 // Certificate setup callback: if set is called whenever a
2398 // certificate may be required (client or server). the callback
2399 // can then examine any appropriate parameters and setup any
2400 // certificates required. This allows advanced applications
2401 // to select certificates on the fly: for example based on
2402 // supported signature algorithms or curves.
David Benjamine325c3f2018-04-12 16:11:15 -04002403 int (*cert_cb)(SSL *ssl, void *arg) = nullptr;
2404 void *cert_cb_arg = nullptr;
Adam Langleyd323f4b2016-03-01 15:58:14 -08002405
David Benjaminc11ea9422017-08-29 16:33:21 -04002406 // Optional X509_STORE for certificate validation. If NULL the parent SSL_CTX
2407 // store is used instead.
David Benjamine325c3f2018-04-12 16:11:15 -04002408 X509_STORE *verify_store = nullptr;
David Benjamin83a32122017-02-14 18:34:54 -05002409
David Benjaminc11ea9422017-08-29 16:33:21 -04002410 // Signed certificate timestamp list to be sent to the client, if requested
David Benjamine325c3f2018-04-12 16:11:15 -04002411 UniquePtr<CRYPTO_BUFFER> signed_cert_timestamp_list;
David Benjamin83a32122017-02-14 18:34:54 -05002412
David Benjaminc11ea9422017-08-29 16:33:21 -04002413 // OCSP response to be sent to the client, if requested.
David Benjamine325c3f2018-04-12 16:11:15 -04002414 UniquePtr<CRYPTO_BUFFER> ocsp_response;
David Benjamin5960a902017-02-14 20:07:11 -05002415
David Benjaminc11ea9422017-08-29 16:33:21 -04002416 // sid_ctx partitions the session space within a shared session cache or
2417 // ticket key. Only sessions with a matching value will be accepted.
David Benjamine325c3f2018-04-12 16:11:15 -04002418 uint8_t sid_ctx_length = 0;
2419 uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH] = {0};
Christopher Patton6c1b3762018-07-17 12:49:41 -07002420
2421 // Delegated credentials.
2422
2423 // dc is the delegated credential to send to the peer (if requested).
2424 UniquePtr<DC> dc = nullptr;
2425
2426 // dc_privatekey is used instead of |privatekey| or |key_method| to
2427 // authenticate the host if a delegated credential is used in the handshake.
2428 UniquePtr<EVP_PKEY> dc_privatekey = nullptr;
2429
2430 // dc_key_method, if not NULL, is used instead of |dc_privatekey| to
2431 // authenticate the host.
2432 const SSL_PRIVATE_KEY_METHOD *dc_key_method = nullptr;
David Benjamin86e95b82017-07-18 16:34:25 -04002433};
Adam Langley95c29f32014-06-20 12:00:00 -07002434
David Benjamin664e99a2017-10-10 19:23:21 -04002435// |SSL_PROTOCOL_METHOD| abstracts between TLS and DTLS.
2436struct SSL_PROTOCOL_METHOD {
David Benjamin97250f42017-10-07 04:12:35 -04002437 bool is_dtls;
2438 bool (*ssl_new)(SSL *ssl);
David Benjamin664e99a2017-10-10 19:23:21 -04002439 void (*ssl_free)(SSL *ssl);
2440 // get_message sets |*out| to the current handshake message and returns true
2441 // if one has been received. It returns false if more input is needed.
Adam Langleyc9827e02019-04-12 14:46:50 -07002442 bool (*get_message)(const SSL *ssl, SSLMessage *out);
David Benjamin664e99a2017-10-10 19:23:21 -04002443 // next_message is called to release the current handshake message.
2444 void (*next_message)(SSL *ssl);
David Benjaminf9cc26f2020-02-09 16:49:31 -05002445 // has_unprocessed_handshake_data returns whether there is buffered
2446 // handshake data that has not been consumed by |get_message|.
2447 bool (*has_unprocessed_handshake_data)(const SSL *ssl);
David Benjaminf6632da2017-10-12 19:11:47 -04002448 // Use the |ssl_open_handshake| wrapper.
David Benjamind9229f92017-10-06 17:36:20 -04002449 ssl_open_record_t (*open_handshake)(SSL *ssl, size_t *out_consumed,
2450 uint8_t *out_alert, Span<uint8_t> in);
David Benjaminf6632da2017-10-12 19:11:47 -04002451 // Use the |ssl_open_change_cipher_spec| wrapper.
David Benjamind9229f92017-10-06 17:36:20 -04002452 ssl_open_record_t (*open_change_cipher_spec)(SSL *ssl, size_t *out_consumed,
2453 uint8_t *out_alert,
2454 Span<uint8_t> in);
David Benjaminf6632da2017-10-12 19:11:47 -04002455 // Use the |ssl_open_app_data| wrapper.
David Benjamind9229f92017-10-06 17:36:20 -04002456 ssl_open_record_t (*open_app_data)(SSL *ssl, Span<uint8_t> *out,
2457 size_t *out_consumed, uint8_t *out_alert,
2458 Span<uint8_t> in);
David Benjamin664e99a2017-10-10 19:23:21 -04002459 int (*write_app_data)(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
2460 int len);
2461 int (*dispatch_alert)(SSL *ssl);
David Benjamin664e99a2017-10-10 19:23:21 -04002462 // init_message begins a new handshake message of type |type|. |cbb| is the
2463 // root CBB to be passed into |finish_message|. |*body| is set to a child CBB
David Benjamin97250f42017-10-07 04:12:35 -04002464 // the caller should write to. It returns true on success and false on error.
David Benjaminbcef5142021-06-02 11:24:26 -04002465 bool (*init_message)(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
David Benjamin664e99a2017-10-10 19:23:21 -04002466 // finish_message finishes a handshake message. It sets |*out_msg| to the
David Benjamin97250f42017-10-07 04:12:35 -04002467 // serialized message. It returns true on success and false on error.
David Benjaminbcef5142021-06-02 11:24:26 -04002468 bool (*finish_message)(const SSL *ssl, CBB *cbb,
2469 bssl::Array<uint8_t> *out_msg);
David Benjamin97250f42017-10-07 04:12:35 -04002470 // add_message adds a handshake message to the pending flight. It returns
2471 // true on success and false on error.
2472 bool (*add_message)(SSL *ssl, bssl::Array<uint8_t> msg);
David Benjamin664e99a2017-10-10 19:23:21 -04002473 // add_change_cipher_spec adds a ChangeCipherSpec record to the pending
David Benjamin97250f42017-10-07 04:12:35 -04002474 // flight. It returns true on success and false on error.
2475 bool (*add_change_cipher_spec)(SSL *ssl);
David Benjamin664e99a2017-10-10 19:23:21 -04002476 // flush_flight flushes the pending flight to the transport. It returns one on
2477 // success and <= 0 on error.
2478 int (*flush_flight)(SSL *ssl);
2479 // on_handshake_complete is called when the handshake is complete.
2480 void (*on_handshake_complete)(SSL *ssl);
David Benjaminb0921922020-02-20 12:33:28 -05002481 // set_read_state sets |ssl|'s read cipher state and level to |aead_ctx| and
David Benjamin5298ef92020-03-13 12:17:30 -04002482 // |level|. In QUIC, |aead_ctx| is a placeholder object and |secret_for_quic|
2483 // is the original secret. This function returns true on success and false on
2484 // error.
David Benjaminb0921922020-02-20 12:33:28 -05002485 bool (*set_read_state)(SSL *ssl, ssl_encryption_level_t level,
David Benjamin5298ef92020-03-13 12:17:30 -04002486 UniquePtr<SSLAEADContext> aead_ctx,
2487 Span<const uint8_t> secret_for_quic);
David Benjaminb0921922020-02-20 12:33:28 -05002488 // set_write_state sets |ssl|'s write cipher state and level to |aead_ctx| and
David Benjamin5298ef92020-03-13 12:17:30 -04002489 // |level|. In QUIC, |aead_ctx| is a placeholder object and |secret_for_quic|
2490 // is the original secret. This function returns true on success and false on
2491 // error.
David Benjaminb0921922020-02-20 12:33:28 -05002492 bool (*set_write_state)(SSL *ssl, ssl_encryption_level_t level,
David Benjamin5298ef92020-03-13 12:17:30 -04002493 UniquePtr<SSLAEADContext> aead_ctx,
2494 Span<const uint8_t> secret_for_quic);
David Benjamin664e99a2017-10-10 19:23:21 -04002495};
2496
David Benjaminf6632da2017-10-12 19:11:47 -04002497// The following wrappers call |open_*| but handle |read_shutdown| correctly.
2498
2499// ssl_open_handshake processes a record from |in| for reading a handshake
2500// message.
2501ssl_open_record_t ssl_open_handshake(SSL *ssl, size_t *out_consumed,
2502 uint8_t *out_alert, Span<uint8_t> in);
2503
2504// ssl_open_change_cipher_spec processes a record from |in| for reading a
2505// ChangeCipherSpec.
2506ssl_open_record_t ssl_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
2507 uint8_t *out_alert,
2508 Span<uint8_t> in);
2509
2510// ssl_open_app_data processes a record from |in| for reading application data.
2511// On success, it returns |ssl_open_record_success| and sets |*out| to the
2512// input. If it encounters a post-handshake message, it returns
2513// |ssl_open_record_discard|. The caller should then retry, after processing any
2514// messages received with |get_message|.
2515ssl_open_record_t ssl_open_app_data(SSL *ssl, Span<uint8_t> *out,
2516 size_t *out_consumed, uint8_t *out_alert,
2517 Span<uint8_t> in);
2518
David Benjamin0363de92018-06-29 13:57:38 -04002519struct SSL_X509_METHOD {
2520 // check_client_CA_list returns one if |names| is a good list of X.509
2521 // distinguished names and zero otherwise. This is used to ensure that we can
2522 // reject unparsable values at handshake time when using crypto/x509.
David Benjamin1e77ef42019-03-30 01:03:50 -05002523 bool (*check_client_CA_list)(STACK_OF(CRYPTO_BUFFER) *names);
David Benjamin0363de92018-06-29 13:57:38 -04002524
2525 // cert_clear frees and NULLs all X509 certificate-related state.
2526 void (*cert_clear)(CERT *cert);
2527 // cert_free frees all X509-related state.
2528 void (*cert_free)(CERT *cert);
2529 // cert_flush_cached_chain drops any cached |X509|-based certificate chain
2530 // from |cert|.
2531 // cert_dup duplicates any needed fields from |cert| to |new_cert|.
2532 void (*cert_dup)(CERT *new_cert, const CERT *cert);
2533 void (*cert_flush_cached_chain)(CERT *cert);
2534 // cert_flush_cached_chain drops any cached |X509|-based leaf certificate
2535 // from |cert|.
2536 void (*cert_flush_cached_leaf)(CERT *cert);
2537
2538 // session_cache_objects fills out |sess->x509_peer| and |sess->x509_chain|
2539 // from |sess->certs| and erases |sess->x509_chain_without_leaf|. It returns
David Benjamin1e77ef42019-03-30 01:03:50 -05002540 // true on success or false on error.
2541 bool (*session_cache_objects)(SSL_SESSION *session);
David Benjamin0363de92018-06-29 13:57:38 -04002542 // session_dup duplicates any needed fields from |session| to |new_session|.
David Benjamin1e77ef42019-03-30 01:03:50 -05002543 // It returns true on success or false on error.
2544 bool (*session_dup)(SSL_SESSION *new_session, const SSL_SESSION *session);
David Benjamin0363de92018-06-29 13:57:38 -04002545 // session_clear frees any X509-related state from |session|.
2546 void (*session_clear)(SSL_SESSION *session);
2547 // session_verify_cert_chain verifies the certificate chain in |session|,
David Benjamin1e77ef42019-03-30 01:03:50 -05002548 // sets |session->verify_result| and returns true on success or false on
David Benjamin0363de92018-06-29 13:57:38 -04002549 // error.
David Benjamin1e77ef42019-03-30 01:03:50 -05002550 bool (*session_verify_cert_chain)(SSL_SESSION *session, SSL_HANDSHAKE *ssl,
2551 uint8_t *out_alert);
David Benjamin0363de92018-06-29 13:57:38 -04002552
2553 // hs_flush_cached_ca_names drops any cached |X509_NAME|s from |hs|.
2554 void (*hs_flush_cached_ca_names)(SSL_HANDSHAKE *hs);
Adam Langleyffe384c2019-05-01 11:13:12 -07002555 // ssl_new does any necessary initialisation of |hs|. It returns true on
David Benjamin1e77ef42019-03-30 01:03:50 -05002556 // success or false on error.
2557 bool (*ssl_new)(SSL_HANDSHAKE *hs);
David Benjamin0363de92018-06-29 13:57:38 -04002558 // ssl_free frees anything created by |ssl_new|.
2559 void (*ssl_config_free)(SSL_CONFIG *cfg);
2560 // ssl_flush_cached_client_CA drops any cached |X509_NAME|s from |ssl|.
2561 void (*ssl_flush_cached_client_CA)(SSL_CONFIG *cfg);
2562 // ssl_auto_chain_if_needed runs the deprecated auto-chaining logic if
2563 // necessary. On success, it updates |ssl|'s certificate configuration as
David Benjamin1e77ef42019-03-30 01:03:50 -05002564 // needed and returns true. Otherwise, it returns false.
2565 bool (*ssl_auto_chain_if_needed)(SSL_HANDSHAKE *hs);
Adam Langleyffe384c2019-05-01 11:13:12 -07002566 // ssl_ctx_new does any necessary initialisation of |ctx|. It returns true on
David Benjamin1e77ef42019-03-30 01:03:50 -05002567 // success or false on error.
2568 bool (*ssl_ctx_new)(SSL_CTX *ctx);
David Benjamin0363de92018-06-29 13:57:38 -04002569 // ssl_ctx_free frees anything created by |ssl_ctx_new|.
2570 void (*ssl_ctx_free)(SSL_CTX *ctx);
2571 // ssl_ctx_flush_cached_client_CA drops any cached |X509_NAME|s from |ctx|.
2572 void (*ssl_ctx_flush_cached_client_CA)(SSL_CTX *ssl);
2573};
2574
David Benjaminc11ea9422017-08-29 16:33:21 -04002575// ssl_crypto_x509_method provides the |SSL_X509_METHOD| functions using
2576// crypto/x509.
David Benjamin86e95b82017-07-18 16:34:25 -04002577extern const SSL_X509_METHOD ssl_crypto_x509_method;
Adam Langley3509dac2017-02-01 11:59:18 -08002578
David Benjaminc11ea9422017-08-29 16:33:21 -04002579// ssl_noop_x509_method provides the |SSL_X509_METHOD| functions that avoid
2580// crypto/x509.
David Benjaminba2d3df2017-08-04 13:59:24 -04002581extern const SSL_X509_METHOD ssl_noop_x509_method;
2582
David Benjamin7bb0fbf2018-07-03 13:55:42 -04002583struct TicketKey {
David Benjamin664e99a2017-10-10 19:23:21 -04002584 static constexpr bool kAllowUniquePtr = true;
2585
David Benjamin7bb0fbf2018-07-03 13:55:42 -04002586 uint8_t name[SSL_TICKET_KEY_NAME_LEN] = {0};
2587 uint8_t hmac_key[16] = {0};
2588 uint8_t aes_key[16] = {0};
David Benjamin664e99a2017-10-10 19:23:21 -04002589 // next_rotation_tv_sec is the time (in seconds from the epoch) when the
2590 // current key should be superseded by a new key, or the time when a previous
2591 // key should be dropped. If zero, then the key should not be automatically
2592 // rotated.
David Benjamin7bb0fbf2018-07-03 13:55:42 -04002593 uint64_t next_rotation_tv_sec = 0;
David Benjamin664e99a2017-10-10 19:23:21 -04002594};
2595
David Benjamin35b4a122018-07-14 17:04:41 -04002596struct CertCompressionAlg {
2597 static constexpr bool kAllowUniquePtr = true;
2598
2599 ssl_cert_compression_func_t compress = nullptr;
2600 ssl_cert_decompression_func_t decompress = nullptr;
2601 uint16_t alg_id = 0;
2602};
2603
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -07002604BSSL_NAMESPACE_END
David Benjamin4e840352017-10-11 18:41:11 -04002605
David Benjamin1eff9482018-09-24 14:10:29 -05002606DEFINE_LHASH_OF(SSL_SESSION)
David Benjamin4e840352017-10-11 18:41:11 -04002607
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -07002608BSSL_NAMESPACE_BEGIN
David Benjamin4e840352017-10-11 18:41:11 -04002609
David Benjaminc11ea9422017-08-29 16:33:21 -04002610// An ssl_shutdown_t describes the shutdown state of one end of the connection,
2611// whether it is alive or has been shutdown via close_notify or fatal alert.
David Benjamine228bd22016-10-17 20:41:08 -04002612enum ssl_shutdown_t {
2613 ssl_shutdown_none = 0,
2614 ssl_shutdown_close_notify = 1,
David Benjamin31aad2d2017-10-06 16:04:06 -04002615 ssl_shutdown_error = 2,
David Benjamine228bd22016-10-17 20:41:08 -04002616};
2617
David Benjaminba423c92021-06-15 16:26:58 -04002618enum ssl_ech_status_t {
2619 // ssl_ech_none indicates ECH was not offered, or we have not gotten far
2620 // enough in the handshake to determine the status.
2621 ssl_ech_none,
2622 // ssl_ech_accepted indicates the server accepted ECH.
2623 ssl_ech_accepted,
2624 // ssl_ech_rejected indicates the server was offered ECH but rejected it.
2625 ssl_ech_rejected,
2626};
2627
David Benjamin86e95b82017-07-18 16:34:25 -04002628struct SSL3_STATE {
David Benjamin94172572017-10-13 16:53:21 -04002629 static constexpr bool kAllowUniquePtr = true;
David Benjamine228bd22016-10-17 20:41:08 -04002630
David Benjamin94172572017-10-13 16:53:21 -04002631 SSL3_STATE();
2632 ~SSL3_STATE();
2633
2634 uint8_t read_sequence[8] = {0};
2635 uint8_t write_sequence[8] = {0};
2636
2637 uint8_t server_random[SSL3_RANDOM_SIZE] = {0};
2638 uint8_t client_random[SSL3_RANDOM_SIZE] = {0};
David Benjamine228bd22016-10-17 20:41:08 -04002639
David Benjaminc11ea9422017-08-29 16:33:21 -04002640 // read_buffer holds data from the transport to be processed.
David Benjaminea712e32017-10-13 16:50:39 -04002641 SSLBuffer read_buffer;
David Benjaminc11ea9422017-08-29 16:33:21 -04002642 // write_buffer holds data to be written to the transport.
David Benjaminea712e32017-10-13 16:50:39 -04002643 SSLBuffer write_buffer;
David Benjamine228bd22016-10-17 20:41:08 -04002644
David Benjamind9229f92017-10-06 17:36:20 -04002645 // pending_app_data is the unconsumed application data. It points into
2646 // |read_buffer|.
2647 Span<uint8_t> pending_app_data;
David Benjamine228bd22016-10-17 20:41:08 -04002648
David Benjaminc11ea9422017-08-29 16:33:21 -04002649 // partial write - check the numbers match
David Benjamin94172572017-10-13 16:53:21 -04002650 unsigned int wnum = 0; // number of bytes sent so far
2651 int wpend_tot = 0; // number bytes written
2652 int wpend_type = 0;
David Benjamin94172572017-10-13 16:53:21 -04002653 const uint8_t *wpend_buf = nullptr;
David Benjamine228bd22016-10-17 20:41:08 -04002654
David Benjamin23c25d52017-10-06 16:02:47 -04002655 // read_shutdown is the shutdown state for the read half of the connection.
David Benjamin94172572017-10-13 16:53:21 -04002656 enum ssl_shutdown_t read_shutdown = ssl_shutdown_none;
David Benjamine228bd22016-10-17 20:41:08 -04002657
David Benjamin23c25d52017-10-06 16:02:47 -04002658 // write_shutdown is the shutdown state for the write half of the connection.
David Benjamin94172572017-10-13 16:53:21 -04002659 enum ssl_shutdown_t write_shutdown = ssl_shutdown_none;
David Benjamine228bd22016-10-17 20:41:08 -04002660
David Benjamin31aad2d2017-10-06 16:04:06 -04002661 // read_error, if |read_shutdown| is |ssl_shutdown_error|, is the error for
2662 // the receive half of the connection.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002663 UniquePtr<ERR_SAVE_STATE> read_error;
David Benjamin31aad2d2017-10-06 16:04:06 -04002664
David Benjamin94172572017-10-13 16:53:21 -04002665 int total_renegotiations = 0;
Adam Langley4ba6e192016-12-07 15:54:54 -08002666
David Benjamin32ce0ac2017-10-13 19:17:22 -04002667 // This holds a variable that indicates what we were doing when a 0 or -1 is
2668 // returned. This is needed for non-blocking IO so we know what request
2669 // needs re-doing when in SSL_accept or SSL_connect
David Benjaminf4928302019-08-21 16:04:53 -04002670 int rwstate = SSL_ERROR_NONE;
David Benjamin32ce0ac2017-10-13 19:17:22 -04002671
Steven Valdezc8e0f902018-07-14 11:23:01 -04002672 enum ssl_encryption_level_t read_level = ssl_encryption_initial;
2673 enum ssl_encryption_level_t write_level = ssl_encryption_initial;
2674
David Benjaminc11ea9422017-08-29 16:33:21 -04002675 // early_data_skipped is the amount of early data that has been skipped by the
2676 // record layer.
David Benjamin94172572017-10-13 16:53:21 -04002677 uint16_t early_data_skipped = 0;
Steven Valdeza4ee74d2016-11-29 13:36:45 -05002678
David Benjaminc11ea9422017-08-29 16:33:21 -04002679 // empty_record_count is the number of consecutive empty records received.
David Benjamin94172572017-10-13 16:53:21 -04002680 uint8_t empty_record_count = 0;
David Benjamine228bd22016-10-17 20:41:08 -04002681
David Benjaminc11ea9422017-08-29 16:33:21 -04002682 // warning_alert_count is the number of consecutive warning alerts
2683 // received.
David Benjamin94172572017-10-13 16:53:21 -04002684 uint8_t warning_alert_count = 0;
David Benjamine228bd22016-10-17 20:41:08 -04002685
David Benjaminc11ea9422017-08-29 16:33:21 -04002686 // key_update_count is the number of consecutive KeyUpdates received.
David Benjamin94172572017-10-13 16:53:21 -04002687 uint8_t key_update_count = 0;
David Benjamine228bd22016-10-17 20:41:08 -04002688
David Benjaminba423c92021-06-15 16:26:58 -04002689 // ech_status indicates whether ECH was accepted by the server.
2690 ssl_ech_status_t ech_status = ssl_ech_none;
David Benjamin3a036c72021-06-02 12:17:16 -04002691
David Benjaminc11ea9422017-08-29 16:33:21 -04002692 // skip_early_data instructs the record layer to skip unexpected early data
2693 // messages when 0RTT is rejected.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002694 bool skip_early_data : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002695
David Benjaminc11ea9422017-08-29 16:33:21 -04002696 // have_version is true if the connection's final version is known. Otherwise
2697 // the version has not been negotiated yet.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002698 bool have_version : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002699
David Benjaminc11ea9422017-08-29 16:33:21 -04002700 // v2_hello_done is true if the peer's V2ClientHello, if any, has been handled
2701 // and future messages should use the record layer.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002702 bool v2_hello_done : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002703
David Benjaminc11ea9422017-08-29 16:33:21 -04002704 // is_v2_hello is true if the current handshake message was derived from a
2705 // V2ClientHello rather than received from the peer directly.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002706 bool is_v2_hello : 1;
David Benjamin1a444da2017-01-21 14:27:45 -05002707
David Benjaminc11ea9422017-08-29 16:33:21 -04002708 // has_message is true if the current handshake message has been returned
2709 // at least once by |get_message| and false otherwise.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002710 bool has_message : 1;
David Benjamin7934f082017-08-01 16:32:25 -04002711
David Benjaminc11ea9422017-08-29 16:33:21 -04002712 // initial_handshake_complete is true if the initial handshake has
2713 // completed.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002714 bool initial_handshake_complete : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002715
David Benjaminc11ea9422017-08-29 16:33:21 -04002716 // session_reused indicates whether a session was resumed.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002717 bool session_reused : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002718
Watson Ladd629f3212019-06-11 17:46:52 -07002719 // delegated_credential_used is whether we presented a delegated credential to
2720 // the peer.
2721 bool delegated_credential_used : 1;
2722
Jesse Selover6b0d8222018-08-14 12:47:29 -04002723 bool send_connection_binding : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002724
David Benjamin8acec002021-05-19 13:03:34 -04002725 // channel_id_valid is true if, on the server, the client has negotiated a
2726 // Channel ID and the |channel_id| field is filled in.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002727 bool channel_id_valid : 1;
Adam Langley4ba6e192016-12-07 15:54:54 -08002728
David Benjamin046bc1f2017-08-31 15:06:42 -04002729 // key_update_pending is true if we have a KeyUpdate acknowledgment
David Benjaminc11ea9422017-08-29 16:33:21 -04002730 // outstanding.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002731 bool key_update_pending : 1;
David Benjaminbbba9392017-04-06 12:54:12 -04002732
David Benjamin02e62562017-12-18 18:04:01 -05002733 // early_data_accepted is true if early data was accepted by the server.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002734 bool early_data_accepted : 1;
David Benjamin02e62562017-12-18 18:04:01 -05002735
David Benjaminee4888c2019-07-21 12:16:52 -04002736 // alert_dispatch is true there is an alert in |send_alert| to be sent.
2737 bool alert_dispatch : 1;
2738
David Benjamin0e7dbd52019-05-15 16:01:18 -04002739 // renegotiate_pending is whether the read half of the channel is blocked on a
2740 // HelloRequest.
2741 bool renegotiate_pending : 1;
2742
Kris Kwiatkowskib11902a2019-08-24 11:01:04 +01002743 // used_hello_retry_request is whether the handshake used a TLS 1.3
2744 // HelloRetryRequest message.
2745 bool used_hello_retry_request : 1;
2746
David Benjamin32ce0ac2017-10-13 19:17:22 -04002747 // hs_buf is the buffer of handshake data to process.
2748 UniquePtr<BUF_MEM> hs_buf;
2749
David Benjamin700631b2018-05-24 17:17:34 -04002750 // pending_hs_data contains the pending handshake data that has not yet
2751 // been encrypted to |pending_flight|. This allows packing the handshake into
2752 // fewer records.
2753 UniquePtr<BUF_MEM> pending_hs_data;
2754
David Benjaminc11ea9422017-08-29 16:33:21 -04002755 // pending_flight is the pending outgoing flight. This is used to flush each
2756 // handshake flight in a single write. |write_buffer| must be written out
2757 // before this data.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002758 UniquePtr<BUF_MEM> pending_flight;
David Benjamindaf207a2017-01-03 18:37:41 -05002759
David Benjaminc11ea9422017-08-29 16:33:21 -04002760 // pending_flight_offset is the number of bytes of |pending_flight| which have
2761 // been successfully written.
David Benjamin94172572017-10-13 16:53:21 -04002762 uint32_t pending_flight_offset = 0;
Adam Langley4ba6e192016-12-07 15:54:54 -08002763
Adam Langley2f9b47f2017-12-29 14:15:55 -08002764 // ticket_age_skew is the difference, in seconds, between the client-sent
2765 // ticket age and the server-computed value in TLS 1.3 server connections
2766 // which resumed a session.
2767 int32_t ticket_age_skew = 0;
2768
David Benjamin64770122019-05-04 11:00:04 -05002769 // ssl_early_data_reason stores details on why 0-RTT was accepted or rejected.
2770 enum ssl_early_data_reason_t early_data_reason = ssl_early_data_unknown;
2771
David Benjaminc11ea9422017-08-29 16:33:21 -04002772 // aead_read_ctx is the current read cipher state.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002773 UniquePtr<SSLAEADContext> aead_read_ctx;
David Benjamine228bd22016-10-17 20:41:08 -04002774
David Benjaminc11ea9422017-08-29 16:33:21 -04002775 // aead_write_ctx is the current write cipher state.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002776 UniquePtr<SSLAEADContext> aead_write_ctx;
David Benjamine228bd22016-10-17 20:41:08 -04002777
David Benjaminc11ea9422017-08-29 16:33:21 -04002778 // hs is the handshake state for the current handshake or NULL if there isn't
2779 // one.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002780 UniquePtr<SSL_HANDSHAKE> hs;
David Benjamine228bd22016-10-17 20:41:08 -04002781
David Benjaminbc424022019-07-21 12:05:20 -04002782 uint8_t write_traffic_secret[SSL_MAX_MD_SIZE] = {0};
2783 uint8_t read_traffic_secret[SSL_MAX_MD_SIZE] = {0};
2784 uint8_t exporter_secret[SSL_MAX_MD_SIZE] = {0};
David Benjamin94172572017-10-13 16:53:21 -04002785 uint8_t write_traffic_secret_len = 0;
2786 uint8_t read_traffic_secret_len = 0;
2787 uint8_t exporter_secret_len = 0;
David Benjamine228bd22016-10-17 20:41:08 -04002788
David Benjaminc11ea9422017-08-29 16:33:21 -04002789 // Connection binding to prevent renegotiation attacks
David Benjamin94172572017-10-13 16:53:21 -04002790 uint8_t previous_client_finished[12] = {0};
2791 uint8_t previous_client_finished_len = 0;
2792 uint8_t previous_server_finished_len = 0;
2793 uint8_t previous_server_finished[12] = {0};
Adam Langley4ba6e192016-12-07 15:54:54 -08002794
Adam Langley2f9b47f2017-12-29 14:15:55 -08002795 uint8_t send_alert[2] = {0};
2796
David Benjaminc11ea9422017-08-29 16:33:21 -04002797 // established_session is the session established by the connection. This
2798 // session is only filled upon the completion of the handshake and is
2799 // immutable.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002800 UniquePtr<SSL_SESSION> established_session;
David Benjamine228bd22016-10-17 20:41:08 -04002801
David Benjaminc11ea9422017-08-29 16:33:21 -04002802 // Next protocol negotiation. For the client, this is the protocol that we
2803 // sent in NextProtocol and is set when handling ServerHello extensions.
2804 //
2805 // For a server, this is the client's selected_protocol from NextProtocol and
2806 // is set when handling the NextProtocol message, before the Finished
2807 // message.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002808 Array<uint8_t> next_proto_negotiated;
David Benjamine228bd22016-10-17 20:41:08 -04002809
David Benjaminc11ea9422017-08-29 16:33:21 -04002810 // ALPN information
2811 // (we are in the process of transitioning from NPN to ALPN.)
David Benjamine228bd22016-10-17 20:41:08 -04002812
David Benjaminc11ea9422017-08-29 16:33:21 -04002813 // In a server these point to the selected ALPN protocol after the
2814 // ClientHello has been processed. In a client these contain the protocol
2815 // that the server selected once the ServerHello has been processed.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002816 Array<uint8_t> alpn_selected;
David Benjamine228bd22016-10-17 20:41:08 -04002817
David Benjamina8614602017-09-06 15:40:19 -04002818 // hostname, on the server, is the value of the SNI extension.
David Benjamin8e7bbba2017-10-13 17:18:35 -04002819 UniquePtr<char> hostname;
David Benjamina8614602017-09-06 15:40:19 -04002820
David Benjaminc11ea9422017-08-29 16:33:21 -04002821 // For a server:
David Benjamin46853762018-07-03 14:01:26 -04002822 // If |channel_id_valid| is true, then this contains the
David Benjaminc11ea9422017-08-29 16:33:21 -04002823 // verified Channel ID from the client: a P256 point, (x,y), where
2824 // each are big-endian values.
David Benjamin46853762018-07-03 14:01:26 -04002825 uint8_t channel_id[64] = {0};
Nick Harper3c034b22017-12-22 15:50:43 -08002826
2827 // Contains the QUIC transport params received by the peer.
2828 Array<uint8_t> peer_quic_transport_params;
David Benjaminfceca8e2018-04-12 16:37:19 -04002829
2830 // srtp_profile is the selected SRTP protection profile for
2831 // DTLS-SRTP.
2832 const SRTP_PROTECTION_PROFILE *srtp_profile = nullptr;
David Benjamin86e95b82017-07-18 16:34:25 -04002833};
David Benjamine228bd22016-10-17 20:41:08 -04002834
David Benjaminc11ea9422017-08-29 16:33:21 -04002835// lengths of messages
David Benjamin593047f2015-05-08 13:08:52 -04002836#define DTLS1_COOKIE_LENGTH 256
2837
2838#define DTLS1_RT_HEADER_LENGTH 13
2839
2840#define DTLS1_HM_HEADER_LENGTH 12
2841
2842#define DTLS1_CCS_HEADER_LENGTH 1
2843
2844#define DTLS1_AL_HEADER_LENGTH 2
2845
David Benjamin593047f2015-05-08 13:08:52 -04002846struct hm_header_st {
2847 uint8_t type;
2848 uint32_t msg_len;
2849 uint16_t seq;
2850 uint32_t frag_off;
2851 uint32_t frag_len;
David Benjamin593047f2015-05-08 13:08:52 -04002852};
2853
David Benjaminc11ea9422017-08-29 16:33:21 -04002854// An hm_fragment is an incoming DTLS message, possibly not yet assembled.
David Benjamin86e95b82017-07-18 16:34:25 -04002855struct hm_fragment {
David Benjamin049fdfc2017-10-17 01:12:53 -04002856 static constexpr bool kAllowUniquePtr = true;
2857
2858 hm_fragment() {}
2859 hm_fragment(const hm_fragment &) = delete;
2860 hm_fragment &operator=(const hm_fragment &) = delete;
2861
2862 ~hm_fragment();
2863
David Benjaminc11ea9422017-08-29 16:33:21 -04002864 // type is the type of the message.
David Benjamin049fdfc2017-10-17 01:12:53 -04002865 uint8_t type = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -04002866 // seq is the sequence number of this message.
David Benjamin049fdfc2017-10-17 01:12:53 -04002867 uint16_t seq = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -04002868 // msg_len is the length of the message body.
David Benjamin049fdfc2017-10-17 01:12:53 -04002869 uint32_t msg_len = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -04002870 // data is a pointer to the message, including message header. It has length
2871 // |DTLS1_HM_HEADER_LENGTH| + |msg_len|.
David Benjamin049fdfc2017-10-17 01:12:53 -04002872 uint8_t *data = nullptr;
David Benjaminc11ea9422017-08-29 16:33:21 -04002873 // reassembly is a bitmask of |msg_len| bits corresponding to which parts of
2874 // the message have been received. It is NULL if the message is complete.
David Benjamin049fdfc2017-10-17 01:12:53 -04002875 uint8_t *reassembly = nullptr;
David Benjamin86e95b82017-07-18 16:34:25 -04002876};
David Benjamin593047f2015-05-08 13:08:52 -04002877
David Benjaminad8f5e12017-02-20 17:00:20 -05002878struct OPENSSL_timeval {
2879 uint64_t tv_sec;
2880 uint32_t tv_usec;
2881};
2882
David Benjamin86e95b82017-07-18 16:34:25 -04002883struct DTLS1_STATE {
David Benjamin800046f2017-10-17 01:37:51 -04002884 static constexpr bool kAllowUniquePtr = true;
2885
2886 DTLS1_STATE();
2887 ~DTLS1_STATE();
2888
David Benjaminc11ea9422017-08-29 16:33:21 -04002889 // has_change_cipher_spec is true if we have received a ChangeCipherSpec from
2890 // the peer in this epoch.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002891 bool has_change_cipher_spec : 1;
David Benjamin593047f2015-05-08 13:08:52 -04002892
David Benjaminc11ea9422017-08-29 16:33:21 -04002893 // outgoing_messages_complete is true if |outgoing_messages| has been
2894 // completed by an attempt to flush it. Future calls to |add_message| and
2895 // |add_change_cipher_spec| will start a new flight.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002896 bool outgoing_messages_complete : 1;
David Benjamin9bbdf582017-08-02 19:46:29 -04002897
David Benjaminc11ea9422017-08-29 16:33:21 -04002898 // flight_has_reply is true if the current outgoing flight is complete and has
2899 // processed at least one message. This is used to detect whether we or the
2900 // peer sent the final flight.
Jesse Selover6b0d8222018-08-14 12:47:29 -04002901 bool flight_has_reply : 1;
David Benjamin302b8182017-08-22 14:47:22 -07002902
David Benjamin800046f2017-10-17 01:37:51 -04002903 uint8_t cookie[DTLS1_COOKIE_LENGTH] = {0};
2904 size_t cookie_len = 0;
David Benjamin593047f2015-05-08 13:08:52 -04002905
David Benjaminc11ea9422017-08-29 16:33:21 -04002906 // The current data and handshake epoch. This is initially undefined, and
2907 // starts at zero once the initial handshake is completed.
David Benjamin800046f2017-10-17 01:37:51 -04002908 uint16_t r_epoch = 0;
2909 uint16_t w_epoch = 0;
David Benjamin593047f2015-05-08 13:08:52 -04002910
David Benjaminc11ea9422017-08-29 16:33:21 -04002911 // records being received in the current epoch
David Benjamin593047f2015-05-08 13:08:52 -04002912 DTLS1_BITMAP bitmap;
2913
David Benjamin800046f2017-10-17 01:37:51 -04002914 uint16_t handshake_write_seq = 0;
2915 uint16_t handshake_read_seq = 0;
David Benjamin593047f2015-05-08 13:08:52 -04002916
David Benjaminc11ea9422017-08-29 16:33:21 -04002917 // save last sequence number for retransmissions
David Benjamin800046f2017-10-17 01:37:51 -04002918 uint8_t last_write_sequence[8] = {0};
2919 UniquePtr<SSLAEADContext> last_aead_write_ctx;
David Benjamin593047f2015-05-08 13:08:52 -04002920
David Benjaminc11ea9422017-08-29 16:33:21 -04002921 // incoming_messages is a ring buffer of incoming handshake messages that have
2922 // yet to be processed. The front of the ring buffer is message number
2923 // |handshake_read_seq|, at position |handshake_read_seq| %
2924 // |SSL_MAX_HANDSHAKE_FLIGHT|.
David Benjamin800046f2017-10-17 01:37:51 -04002925 UniquePtr<hm_fragment> incoming_messages[SSL_MAX_HANDSHAKE_FLIGHT];
David Benjamin593047f2015-05-08 13:08:52 -04002926
David Benjaminc11ea9422017-08-29 16:33:21 -04002927 // outgoing_messages is the queue of outgoing messages from the last handshake
2928 // flight.
David Benjamin29a83c52016-06-17 19:12:54 -04002929 DTLS_OUTGOING_MESSAGE outgoing_messages[SSL_MAX_HANDSHAKE_FLIGHT];
David Benjamin800046f2017-10-17 01:37:51 -04002930 uint8_t outgoing_messages_len = 0;
David Benjamin593047f2015-05-08 13:08:52 -04002931
David Benjaminc11ea9422017-08-29 16:33:21 -04002932 // outgoing_written is the number of outgoing messages that have been
2933 // written.
David Benjamin800046f2017-10-17 01:37:51 -04002934 uint8_t outgoing_written = 0;
David Benjaminc11ea9422017-08-29 16:33:21 -04002935 // outgoing_offset is the number of bytes of the next outgoing message have
2936 // been written.
David Benjamin800046f2017-10-17 01:37:51 -04002937 uint32_t outgoing_offset = 0;
David Benjamin1a999cf2017-01-03 10:30:35 -05002938
David Benjamin800046f2017-10-17 01:37:51 -04002939 unsigned mtu = 0; // max DTLS packet size
David Benjamin593047f2015-05-08 13:08:52 -04002940
David Benjaminc11ea9422017-08-29 16:33:21 -04002941 // num_timeouts is the number of times the retransmit timer has fired since
2942 // the last time it was reset.
David Benjamin800046f2017-10-17 01:37:51 -04002943 unsigned num_timeouts = 0;
David Benjamin593047f2015-05-08 13:08:52 -04002944
David Benjaminc11ea9422017-08-29 16:33:21 -04002945 // Indicates when the last handshake msg or heartbeat sent will
2946 // timeout.
David Benjamin800046f2017-10-17 01:37:51 -04002947 struct OPENSSL_timeval next_timeout = {0, 0};
David Benjamin593047f2015-05-08 13:08:52 -04002948
David Benjaminc11ea9422017-08-29 16:33:21 -04002949 // timeout_duration_ms is the timeout duration in milliseconds.
David Benjamin800046f2017-10-17 01:37:51 -04002950 unsigned timeout_duration_ms = 0;
David Benjamin86e95b82017-07-18 16:34:25 -04002951};
David Benjamin593047f2015-05-08 13:08:52 -04002952
Steven Valdez51607f12020-08-05 10:46:05 -04002953// An ALPSConfig is a pair of ALPN protocol and settings value to use with ALPS.
2954struct ALPSConfig {
2955 Array<uint8_t> protocol;
2956 Array<uint8_t> settings;
2957};
2958
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002959// SSL_CONFIG contains configuration bits that can be shed after the handshake
2960// completes. Objects of this type are not shared; they are unique to a
2961// particular |SSL|.
2962//
2963// See SSL_shed_handshake_config() for more about the conditions under which
2964// configuration can be shed.
2965struct SSL_CONFIG {
David Benjamin50596f82018-07-02 19:47:27 -04002966 static constexpr bool kAllowUniquePtr = true;
2967
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002968 explicit SSL_CONFIG(SSL *ssl_arg);
2969 ~SSL_CONFIG();
David Benjamin3f2611a2017-02-06 13:38:26 -05002970
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002971 // ssl is a non-owning pointer to the parent |SSL| object.
2972 SSL *const ssl = nullptr;
David Benjamin3f2611a2017-02-06 13:38:26 -05002973
Nitish Sakhawalkara4af5f82019-03-25 17:26:59 -07002974 // conf_max_version is the maximum acceptable version configured by
2975 // |SSL_set_max_proto_version|. Note this version is not normalized in DTLS
2976 // and is further constrained by |SSL_OP_NO_*|.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002977 uint16_t conf_max_version = 0;
David Benjamin3f2611a2017-02-06 13:38:26 -05002978
Nitish Sakhawalkara4af5f82019-03-25 17:26:59 -07002979 // conf_min_version is the minimum acceptable version configured by
2980 // |SSL_set_min_proto_version|. Note this version is not normalized in DTLS
2981 // and is further constrained by |SSL_OP_NO_*|.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002982 uint16_t conf_min_version = 0;
David Benjamin3f2611a2017-02-06 13:38:26 -05002983
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002984 X509_VERIFY_PARAM *param = nullptr;
David Benjamin3f2611a2017-02-06 13:38:26 -05002985
David Benjaminc11ea9422017-08-29 16:33:21 -04002986 // crypto
David Benjamin0ce090a2018-07-02 20:24:40 -04002987 UniquePtr<SSLCipherPreferenceList> cipher_list;
David Benjamin3f2611a2017-02-06 13:38:26 -05002988
Adam Langley3fe8fa72018-01-26 09:14:30 -08002989 // This is used to hold the local certificate used (i.e. the server
2990 // certificate for a server or the client certificate for a client).
David Benjamin0ce090a2018-07-02 20:24:40 -04002991 UniquePtr<CERT> cert;
David Benjamin3f2611a2017-02-06 13:38:26 -05002992
2993 int (*verify_callback)(int ok,
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002994 X509_STORE_CTX *ctx) =
2995 nullptr; // fail if callback returns 0
David Benjamin3f2611a2017-02-06 13:38:26 -05002996
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07002997 enum ssl_verify_result_t (*custom_verify_callback)(
2998 SSL *ssl, uint8_t *out_alert) = nullptr;
David Benjaminc11ea9422017-08-29 16:33:21 -04002999 // Server-only: psk_identity_hint is the identity hint to send in
3000 // PSK-based key exchanges.
David Benjamin0ce090a2018-07-02 20:24:40 -04003001 UniquePtr<char> psk_identity_hint;
David Benjamin3f2611a2017-02-06 13:38:26 -05003002
David Benjamin0ce090a2018-07-02 20:24:40 -04003003 unsigned (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
3004 unsigned max_identity_len, uint8_t *psk,
3005 unsigned max_psk_len) = nullptr;
3006 unsigned (*psk_server_callback)(SSL *ssl, const char *identity, uint8_t *psk,
3007 unsigned max_psk_len) = nullptr;
David Benjamin3f2611a2017-02-06 13:38:26 -05003008
David Benjaminc11ea9422017-08-29 16:33:21 -04003009 // for server side, keep the list of CA_dn we can use
David Benjamin0ce090a2018-07-02 20:24:40 -04003010 UniquePtr<STACK_OF(CRYPTO_BUFFER)> client_CA;
Adam Langley34b4c822017-02-02 10:57:17 -08003011
David Benjaminc11ea9422017-08-29 16:33:21 -04003012 // cached_x509_client_CA is a cache of parsed versions of the elements of
3013 // |client_CA|.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003014 STACK_OF(X509_NAME) *cached_x509_client_CA = nullptr;
David Benjamin3f2611a2017-02-06 13:38:26 -05003015
David Benjamin0ce090a2018-07-02 20:24:40 -04003016 Array<uint16_t> supported_group_list; // our list
David Benjamin3f2611a2017-02-06 13:38:26 -05003017
David Benjaminb5879112021-05-18 17:10:18 -04003018 // channel_id_private is the client's Channel ID private key, or null if
3019 // Channel ID should not be offered on this connection.
David Benjamin46853762018-07-03 14:01:26 -04003020 UniquePtr<EVP_PKEY> channel_id_private;
David Benjamin3f2611a2017-02-06 13:38:26 -05003021
David Benjaminc11ea9422017-08-29 16:33:21 -04003022 // For a client, this contains the list of supported protocols in wire
3023 // format.
David Benjamin0ce090a2018-07-02 20:24:40 -04003024 Array<uint8_t> alpn_client_proto_list;
David Benjamin3f2611a2017-02-06 13:38:26 -05003025
Steven Valdez51607f12020-08-05 10:46:05 -04003026 // alps_configs contains the list of supported protocols to use with ALPS,
3027 // along with their corresponding ALPS values.
3028 GrowableArray<ALPSConfig> alps_configs;
3029
Nick Harper3c034b22017-12-22 15:50:43 -08003030 // Contains the QUIC transport params that this endpoint will send.
David Benjamin0ce090a2018-07-02 20:24:40 -04003031 Array<uint8_t> quic_transport_params;
David Benjamin3f2611a2017-02-06 13:38:26 -05003032
Nick Harper7c522992020-04-30 14:15:49 -07003033 // Contains the context used to decide whether to accept early data in QUIC.
3034 Array<uint8_t> quic_early_data_context;
3035
Adam Langley826ce152018-08-03 10:31:21 -07003036 // verify_sigalgs, if not empty, is the set of signature algorithms
3037 // accepted from the peer in decreasing order of preference.
3038 Array<uint16_t> verify_sigalgs;
3039
David Benjaminb95d4b42018-05-02 16:11:34 -04003040 // srtp_profiles is the list of configured SRTP protection profiles for
3041 // DTLS-SRTP.
David Benjamin0ce090a2018-07-02 20:24:40 -04003042 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
David Benjaminb95d4b42018-05-02 16:11:34 -04003043
David Benjamin83a49932021-05-20 15:57:09 -04003044 // client_ech_config_list, if not empty, is a serialized ECHConfigList
3045 // structure for the client to use when negotiating ECH.
3046 Array<uint8_t> client_ech_config_list;
3047
David Benjaminc11ea9422017-08-29 16:33:21 -04003048 // verify_mode is a bitmask of |SSL_VERIFY_*| values.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003049 uint8_t verify_mode = SSL_VERIFY_NONE;
David Benjamin3f2611a2017-02-06 13:38:26 -05003050
Dan McArdle1920c6f2020-03-11 17:29:40 -04003051 // ech_grease_enabled controls whether ECH GREASE may be sent in the
3052 // ClientHello.
3053 bool ech_grease_enabled : 1;
3054
David Benjaminc11ea9422017-08-29 16:33:21 -04003055 // Enable signed certificate time stamps. Currently client only.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003056 bool signed_cert_timestamps_enabled : 1;
David Benjamin3f2611a2017-02-06 13:38:26 -05003057
David Benjaminc11ea9422017-08-29 16:33:21 -04003058 // ocsp_stapling_enabled is only used by client connections and indicates
3059 // whether OCSP stapling will be requested.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003060 bool ocsp_stapling_enabled : 1;
David Benjamin3f2611a2017-02-06 13:38:26 -05003061
David Benjaminb5879112021-05-18 17:10:18 -04003062 // channel_id_enabled is copied from the |SSL_CTX|. For a server, it means
3063 // that we'll accept Channel IDs from clients. It is ignored on the client.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003064 bool channel_id_enabled : 1;
David Benjamin3f2611a2017-02-06 13:38:26 -05003065
Jesse Seloverd7266ec2019-01-30 16:06:10 -05003066 // If enforce_rsa_key_usage is true, the handshake will fail if the
3067 // keyUsage extension is present and incompatible with the TLS usage.
3068 // This field is not read until after certificate verification.
3069 bool enforce_rsa_key_usage : 1;
3070
David Benjaminc11ea9422017-08-29 16:33:21 -04003071 // retain_only_sha256_of_client_certs is true if we should compute the SHA256
3072 // hash of the peer's certificate and then discard it to save memory and
3073 // session space. Only effective on the server side.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003074 bool retain_only_sha256_of_client_certs : 1;
Adam Langley3fe8fa72018-01-26 09:14:30 -08003075
3076 // handoff indicates that a server should stop after receiving the
3077 // ClientHello and pause the handshake in such a way that |SSL_get_error|
David Benjaminf4928302019-08-21 16:04:53 -04003078 // returns |SSL_ERROR_HANDOFF|. This is copied in |SSL_new| from the |SSL_CTX|
Adam Langley3fe8fa72018-01-26 09:14:30 -08003079 // element of the same name and may be cleared if the handoff is declined.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003080 bool handoff : 1;
Adam Langley8df8e642018-02-28 13:35:39 -08003081
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003082 // shed_handshake_config indicates that the handshake config (this object!)
3083 // should be freed after the handshake completes.
3084 bool shed_handshake_config : 1;
David Benjamin2d98d492018-10-08 17:31:17 -05003085
David Benjamin6965d252018-11-19 15:49:56 -06003086 // jdk11_workaround is whether to disable TLS 1.3 for JDK 11 clients, as a
3087 // workaround for https://bugs.openjdk.java.net/browse/JDK-8211806.
3088 bool jdk11_workaround : 1;
David Schinazi3d8b8c32021-01-14 11:25:49 -08003089
3090 // QUIC drafts up to and including 32 used a different TLS extension
3091 // codepoint to convey QUIC's transport parameters.
3092 bool quic_use_legacy_codepoint : 1;
David Benjamine9c5d722021-06-09 17:43:16 -04003093
3094 // permute_extensions is whether to permute extensions when sending messages.
3095 bool permute_extensions : 1;
Adam Langley451ea3c2022-05-18 16:15:49 -07003096
3097 // only_fips_cipher_suites_in_tls13 constrains the selection of cipher suites
3098 // in TLS 1.3 such that only FIPS approved ones will be selected.
3099 bool only_fips_cipher_suites_in_tls13 : 1;
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003100};
3101
David Benjamina130ce02018-08-14 22:26:39 -05003102// From RFC 8446, used in determining PSK modes.
Steven Valdeza833c352016-11-01 13:39:36 -04003103#define SSL_PSK_DHE_KE 0x1
Steven Valdez1e6f11a2016-07-27 11:10:52 -04003104
David Benjaminc11ea9422017-08-29 16:33:21 -04003105// kMaxEarlyDataAccepted is the advertised number of plaintext bytes of early
3106// data that will be accepted. This value should be slightly below
3107// kMaxEarlyDataSkipped in tls_record.c, which is measured in ciphertext.
Alessandro Ghedinide254b42017-04-17 19:12:33 +01003108static const size_t kMaxEarlyDataAccepted = 14336;
3109
David Benjamine325c3f2018-04-12 16:11:15 -04003110UniquePtr<CERT> ssl_cert_dup(CERT *cert);
David Benjamin27e377e2017-07-31 19:09:42 -04003111void ssl_cert_clear_certs(CERT *cert);
David Benjamin8525ff32018-09-05 18:44:15 -05003112bool ssl_set_cert(CERT *cert, UniquePtr<CRYPTO_BUFFER> buffer);
3113bool ssl_is_key_type_supported(int key_type);
3114// ssl_compare_public_and_private_key returns true if |pubkey| is the public
3115// counterpart to |privkey|. Otherwise it returns false and pushes a helpful
David Benjaminc11ea9422017-08-29 16:33:21 -04003116// message on the error queue.
David Benjamin8525ff32018-09-05 18:44:15 -05003117bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey,
Adam Langleyc26692c2017-01-25 09:34:42 -08003118 const EVP_PKEY *privkey);
David Benjamin8525ff32018-09-05 18:44:15 -05003119bool ssl_cert_check_private_key(const CERT *cert, const EVP_PKEY *privkey);
David Benjamin962b3752021-05-10 15:17:18 -04003120bool ssl_get_new_session(SSL_HANDSHAKE *hs);
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003121int ssl_encrypt_ticket(SSL_HANDSHAKE *hs, CBB *out, const SSL_SESSION *session);
Martin Kreichgauer72912d22017-08-04 12:06:43 -07003122int ssl_ctx_rotate_ticket_encryption_key(SSL_CTX *ctx);
David Benjamine3aa1d92015-06-16 15:34:50 -04003123
David Benjaminc11ea9422017-08-29 16:33:21 -04003124// ssl_session_new returns a newly-allocated blank |SSL_SESSION| or nullptr on
3125// error.
David Benjamin31b0c9b2017-07-20 14:49:15 -04003126UniquePtr<SSL_SESSION> ssl_session_new(const SSL_X509_METHOD *x509_method);
Adam Langley46db7af2017-02-01 15:49:37 -08003127
David Benjamin58150ed2018-06-29 23:58:43 -04003128// ssl_hash_session_id returns a hash of |session_id|, suitable for a hash table
3129// keyed on session IDs.
3130uint32_t ssl_hash_session_id(Span<const uint8_t> session_id);
3131
David Benjaminc11ea9422017-08-29 16:33:21 -04003132// SSL_SESSION_parse parses an |SSL_SESSION| from |cbs| and advances |cbs| over
3133// the parsed data.
Matthew Braithwaite6d597a32018-07-11 14:58:22 -07003134OPENSSL_EXPORT UniquePtr<SSL_SESSION> SSL_SESSION_parse(
3135 CBS *cbs, const SSL_X509_METHOD *x509_method, CRYPTO_BUFFER_POOL *pool);
Adam Langley46db7af2017-02-01 15:49:37 -08003136
Adam Langleye8d24392018-01-25 15:49:37 -08003137// ssl_session_serialize writes |in| to |cbb| as if it were serialising a
3138// session for Session-ID resumption. It returns one on success and zero on
3139// error.
Matthew Braithwaite6d597a32018-07-11 14:58:22 -07003140OPENSSL_EXPORT int ssl_session_serialize(const SSL_SESSION *in, CBB *cbb);
Adam Langleye8d24392018-01-25 15:49:37 -08003141
David Benjaminc11ea9422017-08-29 16:33:21 -04003142// ssl_session_is_context_valid returns one if |session|'s session ID context
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003143// matches the one set on |hs| and zero otherwise.
3144int ssl_session_is_context_valid(const SSL_HANDSHAKE *hs,
3145 const SSL_SESSION *session);
Steven Valdez4aa154e2016-07-29 14:32:55 -04003146
David Benjaminc11ea9422017-08-29 16:33:21 -04003147// ssl_session_is_time_valid returns one if |session| is still valid and zero if
3148// it has expired.
Steven Valdez4aa154e2016-07-29 14:32:55 -04003149int ssl_session_is_time_valid(const SSL *ssl, const SSL_SESSION *session);
3150
David Benjaminc11ea9422017-08-29 16:33:21 -04003151// ssl_session_is_resumable returns one if |session| is resumable for |hs| and
3152// zero otherwise.
David Benjamin45738dd2017-02-09 20:01:26 -05003153int ssl_session_is_resumable(const SSL_HANDSHAKE *hs,
3154 const SSL_SESSION *session);
David Benjamin75f99142016-11-12 12:36:06 +09003155
David Benjamina4bafd32017-10-03 15:06:29 -04003156// ssl_session_protocol_version returns the protocol version associated with
3157// |session|. Note that despite the name, this is not the same as
3158// |SSL_SESSION_get_protocol_version|. The latter is based on upstream's name.
3159uint16_t ssl_session_protocol_version(const SSL_SESSION *session);
Steven Valdez8f36c512017-06-20 10:55:02 -04003160
David Benjamina4bafd32017-10-03 15:06:29 -04003161// ssl_session_get_digest returns the digest used in |session|.
3162const EVP_MD *ssl_session_get_digest(const SSL_SESSION *session);
Steven Valdez908ac192017-01-12 13:17:07 -05003163
David Benjamin4d0be242016-09-01 01:10:07 -04003164void ssl_set_session(SSL *ssl, SSL_SESSION *session);
3165
David Benjaminc11ea9422017-08-29 16:33:21 -04003166// ssl_get_prev_session looks up the previous session based on |client_hello|.
3167// On success, it sets |*out_session| to the session or nullptr if none was
3168// found. If the session could not be looked up synchronously, it returns
3169// |ssl_hs_pending_session| and should be called again. If a ticket could not be
3170// decrypted immediately it returns |ssl_hs_pending_ticket| and should also
3171// be called again. Otherwise, it returns |ssl_hs_error|.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003172enum ssl_hs_wait_t ssl_get_prev_session(SSL_HANDSHAKE *hs,
Steven Valdez398085b2017-08-29 13:25:56 -04003173 UniquePtr<SSL_SESSION> *out_session,
David Benjaminfd45ee72017-08-31 14:49:09 -04003174 bool *out_tickets_supported,
3175 bool *out_renew_ticket,
Steven Valdez398085b2017-08-29 13:25:56 -04003176 const SSL_CLIENT_HELLO *client_hello);
David Benjamine3aa1d92015-06-16 15:34:50 -04003177
David Benjaminc11ea9422017-08-29 16:33:21 -04003178// The following flags determine which parts of the session are duplicated.
Steven Valdez4aa154e2016-07-29 14:32:55 -04003179#define SSL_SESSION_DUP_AUTH_ONLY 0x0
3180#define SSL_SESSION_INCLUDE_TICKET 0x1
3181#define SSL_SESSION_INCLUDE_NONAUTH 0x2
3182#define SSL_SESSION_DUP_ALL \
3183 (SSL_SESSION_INCLUDE_TICKET | SSL_SESSION_INCLUDE_NONAUTH)
3184
David Benjaminc11ea9422017-08-29 16:33:21 -04003185// SSL_SESSION_dup returns a newly-allocated |SSL_SESSION| with a copy of the
3186// fields in |session| or nullptr on error. The new session is non-resumable and
3187// must be explicitly marked resumable once it has been filled in.
David Benjamin31b0c9b2017-07-20 14:49:15 -04003188OPENSSL_EXPORT UniquePtr<SSL_SESSION> SSL_SESSION_dup(SSL_SESSION *session,
3189 int dup_flags);
Steven Valdez87eab492016-06-27 16:34:59 -04003190
David Benjaminc11ea9422017-08-29 16:33:21 -04003191// ssl_session_rebase_time updates |session|'s start time to the current time,
3192// adjusting the timeout so the expiration time is unchanged.
David Benjamin17b30832017-01-28 14:00:32 -05003193void ssl_session_rebase_time(SSL *ssl, SSL_SESSION *session);
3194
David Benjaminc11ea9422017-08-29 16:33:21 -04003195// ssl_session_renew_timeout calls |ssl_session_rebase_time| and renews
3196// |session|'s timeout to |timeout| (measured from the current time). The
3197// renewal is clamped to the session's auth_timeout.
David Benjaminad8f5e12017-02-20 17:00:20 -05003198void ssl_session_renew_timeout(SSL *ssl, SSL_SESSION *session,
3199 uint32_t timeout);
David Benjamin123db572016-11-03 16:59:25 -04003200
David Benjamina10017c2021-06-16 16:00:13 -04003201void ssl_update_cache(SSL *ssl);
David Benjaminf31e6812014-11-13 18:05:55 -05003202
David Benjaminb29e1e12019-05-06 14:44:46 -05003203void ssl_send_alert(SSL *ssl, int level, int desc);
3204int ssl_send_alert_impl(SSL *ssl, int level, int desc);
David Benjamin82a4b222020-02-09 17:51:45 -05003205bool tls_get_message(const SSL *ssl, SSLMessage *out);
3206ssl_open_record_t tls_open_handshake(SSL *ssl, size_t *out_consumed,
3207 uint8_t *out_alert, Span<uint8_t> in);
3208void tls_next_message(SSL *ssl);
David Benjamin854dd652014-08-26 00:32:30 -04003209
David Benjamin82a4b222020-02-09 17:51:45 -05003210int tls_dispatch_alert(SSL *ssl);
3211ssl_open_record_t tls_open_app_data(SSL *ssl, Span<uint8_t> *out,
3212 size_t *out_consumed, uint8_t *out_alert,
3213 Span<uint8_t> in);
3214ssl_open_record_t tls_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
3215 uint8_t *out_alert,
3216 Span<uint8_t> in);
3217int tls_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
3218 int len);
Steven Valdezb6b6ff32016-10-26 11:56:35 -04003219
David Benjamin82a4b222020-02-09 17:51:45 -05003220bool tls_new(SSL *ssl);
3221void tls_free(SSL *ssl);
Adam Langley95c29f32014-06-20 12:00:00 -07003222
David Benjaminbcef5142021-06-02 11:24:26 -04003223bool tls_init_message(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
3224bool tls_finish_message(const SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg);
David Benjamin82a4b222020-02-09 17:51:45 -05003225bool tls_add_message(SSL *ssl, Array<uint8_t> msg);
3226bool tls_add_change_cipher_spec(SSL *ssl);
3227int tls_flush_flight(SSL *ssl);
David Benjamin75836432016-06-17 18:48:29 -04003228
David Benjaminbcef5142021-06-02 11:24:26 -04003229bool dtls1_init_message(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
3230bool dtls1_finish_message(const SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg);
David Benjamin97250f42017-10-07 04:12:35 -04003231bool dtls1_add_message(SSL *ssl, Array<uint8_t> msg);
3232bool dtls1_add_change_cipher_spec(SSL *ssl);
David Benjamin1a999cf2017-01-03 10:30:35 -05003233int dtls1_flush_flight(SSL *ssl);
David Benjaminc6604172016-06-02 16:38:35 -04003234
David Benjaminc11ea9422017-08-29 16:33:21 -04003235// ssl_add_message_cbb finishes the handshake message in |cbb| and adds it to
David Benjamin97250f42017-10-07 04:12:35 -04003236// the pending flight. It returns true on success and false on error.
3237bool ssl_add_message_cbb(SSL *ssl, CBB *cbb);
Steven Valdez5eead162016-11-11 22:23:25 -05003238
David Benjamin97250f42017-10-07 04:12:35 -04003239// ssl_hash_message incorporates |msg| into the handshake hash. It returns true
3240// on success and false on allocation failure.
David Benjamin7934f082017-08-01 16:32:25 -04003241bool ssl_hash_message(SSL_HANDSHAKE *hs, const SSLMessage &msg);
David Benjaminced94792016-11-14 17:12:11 +09003242
David Benjamind9229f92017-10-06 17:36:20 -04003243ssl_open_record_t dtls1_open_app_data(SSL *ssl, Span<uint8_t> *out,
3244 size_t *out_consumed, uint8_t *out_alert,
3245 Span<uint8_t> in);
3246ssl_open_record_t dtls1_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
3247 uint8_t *out_alert,
3248 Span<uint8_t> in);
Adam Langley95c29f32014-06-20 12:00:00 -07003249
David Benjamin74795b32017-08-31 15:13:12 -04003250int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake,
3251 const uint8_t *buf, int len);
David Benjamin45d45c12016-06-07 15:20:49 -04003252
David Benjaminc11ea9422017-08-29 16:33:21 -04003253// dtls1_write_record sends a record. It returns one on success and <= 0 on
3254// error.
David Benjamin45d45c12016-06-07 15:20:49 -04003255int dtls1_write_record(SSL *ssl, int type, const uint8_t *buf, size_t len,
3256 enum dtls1_use_epoch_t use_epoch);
Adam Langley95c29f32014-06-20 12:00:00 -07003257
David Benjaminaad50db2016-06-23 17:49:12 -04003258int dtls1_retransmit_outgoing_messages(SSL *ssl);
David Benjamin97250f42017-10-07 04:12:35 -04003259bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
Jesse Selover6b0d8222018-08-14 12:47:29 -04003260 CBS *out_body);
David Benjamin97250f42017-10-07 04:12:35 -04003261bool dtls1_check_timeout_num(SSL *ssl);
David Benjamin2fa83de2015-02-08 01:40:08 -05003262
David Benjamin0d56f882015-12-19 17:05:56 -05003263void dtls1_start_timer(SSL *ssl);
3264void dtls1_stop_timer(SSL *ssl);
David Benjamin97250f42017-10-07 04:12:35 -04003265bool dtls1_is_timer_expired(SSL *ssl);
Adam Langley95c29f32014-06-20 12:00:00 -07003266unsigned int dtls1_min_mtu(void);
3267
David Benjamin97250f42017-10-07 04:12:35 -04003268bool dtls1_new(SSL *ssl);
David Benjamin0d56f882015-12-19 17:05:56 -05003269void dtls1_free(SSL *ssl);
Adam Langley95c29f32014-06-20 12:00:00 -07003270
Adam Langleyc9827e02019-04-12 14:46:50 -07003271bool dtls1_get_message(const SSL *ssl, SSLMessage *out);
David Benjamind9229f92017-10-06 17:36:20 -04003272ssl_open_record_t dtls1_open_handshake(SSL *ssl, size_t *out_consumed,
3273 uint8_t *out_alert, Span<uint8_t> in);
David Benjamin8f94c312017-08-01 17:35:55 -04003274void dtls1_next_message(SSL *ssl);
David Benjamin0d56f882015-12-19 17:05:56 -05003275int dtls1_dispatch_alert(SSL *ssl);
Adam Langley95c29f32014-06-20 12:00:00 -07003276
Adam Langley3fe8fa72018-01-26 09:14:30 -08003277// tls1_configure_aead configures either the read or write direction AEAD (as
3278// determined by |direction|) using the keys generated by the TLS KDF. The
3279// |key_block_cache| argument is used to store the generated key block, if
3280// empty. Otherwise it's assumed that the key block is already contained within
David Benjamin5fa22ed2020-06-22 17:08:11 -04003281// it. It returns true on success or false on error.
3282bool tls1_configure_aead(SSL *ssl, evp_aead_direction_t direction,
3283 Array<uint8_t> *key_block_cache,
3284 const SSL_SESSION *session,
3285 Span<const uint8_t> iv_override);
Adam Langley3fe8fa72018-01-26 09:14:30 -08003286
David Benjamin5fa22ed2020-06-22 17:08:11 -04003287bool tls1_change_cipher_state(SSL_HANDSHAKE *hs,
3288 evp_aead_direction_t direction);
Steven Valdez908ac192017-01-12 13:17:07 -05003289int tls1_generate_master_secret(SSL_HANDSHAKE *hs, uint8_t *out,
David Benjamin2637f3c2017-10-27 00:56:55 -04003290 Span<const uint8_t> premaster);
Adam Langley95c29f32014-06-20 12:00:00 -07003291
David Benjamincf0ce672017-09-21 02:25:59 -04003292// tls1_get_grouplist returns the locally-configured group preference list.
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003293Span<const uint16_t> tls1_get_grouplist(const SSL_HANDSHAKE *ssl);
Steven Valdez5440fe02016-07-18 12:40:30 -04003294
David Benjamin861abcc2018-07-14 17:40:26 -04003295// tls1_check_group_id returns whether |group_id| is consistent with locally-
3296// configured group preferences.
3297bool tls1_check_group_id(const SSL_HANDSHAKE *ssl, uint16_t group_id);
Sigbjorn Vik2b23d242015-06-29 15:07:26 +02003298
David Benjaminc11ea9422017-08-29 16:33:21 -04003299// tls1_get_shared_group sets |*out_group_id| to the first preferred shared
David Benjamin861abcc2018-07-14 17:40:26 -04003300// group between client and server preferences and returns true. If none may be
3301// found, it returns false.
3302bool tls1_get_shared_group(SSL_HANDSHAKE *hs, uint16_t *out_group_id);
David Benjamin072334d2014-07-13 16:24:27 -04003303
David Benjamin0ce090a2018-07-02 20:24:40 -04003304// tls1_set_curves converts the array of NIDs in |curves| into a newly allocated
3305// array of TLS group IDs. On success, the function returns true and writes the
3306// array to |*out_group_ids|. Otherwise, it returns false.
3307bool tls1_set_curves(Array<uint16_t> *out_group_ids, Span<const int> curves);
David Benjamin072334d2014-07-13 16:24:27 -04003308
David Benjaminc11ea9422017-08-29 16:33:21 -04003309// tls1_set_curves_list converts the string of curves pointed to by |curves|
3310// into a newly allocated array of TLS group IDs. On success, the function
David Benjamin0ce090a2018-07-02 20:24:40 -04003311// returns true and writes the array to |*out_group_ids|. Otherwise, it returns
3312// false.
3313bool tls1_set_curves_list(Array<uint16_t> *out_group_ids, const char *curves);
Alessandro Ghedini5fd18072016-09-28 21:04:25 +01003314
David Benjamin83a49932021-05-20 15:57:09 -04003315// ssl_add_clienthello_tlsext writes ClientHello extensions to |out| for |type|.
3316// It returns true on success and false on failure. The |header_len| argument is
3317// the length of the ClientHello written so far and is used to compute the
3318// padding length. (It does not include the record header or handshake headers.)
3319//
3320// If |type| is |ssl_client_hello_inner|, this function also writes the
3321// compressed extensions to |out_encoded|. Otherwise, |out_encoded| should be
3322// nullptr.
3323//
3324// On success, the function sets |*out_needs_psk_binder| to whether the last
3325// ClientHello extension was the pre_shared_key extension and needs a PSK binder
3326// filled in. The caller should then update |out| and, if applicable,
3327// |out_encoded| with the binder after completing the whole message.
David Benjamin83a49932021-05-20 15:57:09 -04003328bool ssl_add_clienthello_tlsext(SSL_HANDSHAKE *hs, CBB *out, CBB *out_encoded,
3329 bool *out_needs_psk_binder,
David Benjamin18b68362021-06-18 23:13:46 -04003330 ssl_client_hello_type_t type,
3331 size_t header_len);
David Benjamine8d53502015-10-10 14:13:23 -04003332
David Benjamin861abcc2018-07-14 17:40:26 -04003333bool ssl_add_serverhello_tlsext(SSL_HANDSHAKE *hs, CBB *out);
3334bool ssl_parse_clienthello_tlsext(SSL_HANDSHAKE *hs,
3335 const SSL_CLIENT_HELLO *client_hello);
David Benjamine2cb4232021-06-23 18:14:22 -04003336bool ssl_parse_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *extensions);
Adam Langley95c29f32014-06-20 12:00:00 -07003337
Adam Langleyfcf25832014-12-18 17:42:32 -08003338#define tlsext_tick_md EVP_sha256
David Benjamine3aa1d92015-06-16 15:34:50 -04003339
David Benjaminc11ea9422017-08-29 16:33:21 -04003340// ssl_process_ticket processes a session ticket from the client. It returns
3341// one of:
3342// |ssl_ticket_aead_success|: |*out_session| is set to the parsed session and
3343// |*out_renew_ticket| is set to whether the ticket should be renewed.
3344// |ssl_ticket_aead_ignore_ticket|: |*out_renew_ticket| is set to whether a
3345// fresh ticket should be sent, but the given ticket cannot be used.
3346// |ssl_ticket_aead_retry|: the ticket could not be immediately decrypted.
3347// Retry later.
3348// |ssl_ticket_aead_error|: an error occured that is fatal to the connection.
Adam Langley4c341d02017-03-08 19:33:21 -08003349enum ssl_ticket_aead_result_t ssl_process_ticket(
Matthew Braithwaiteb7bc80a2018-04-13 15:51:30 -07003350 SSL_HANDSHAKE *hs, UniquePtr<SSL_SESSION> *out_session,
David Benjamin28655672018-07-18 23:23:25 -04003351 bool *out_renew_ticket, Span<const uint8_t> ticket,
3352 Span<const uint8_t> session_id);
Adam Langley95c29f32014-06-20 12:00:00 -07003353
David Benjaminc11ea9422017-08-29 16:33:21 -04003354// tls1_verify_channel_id processes |msg| as a Channel ID message, and verifies
David Benjamin861abcc2018-07-14 17:40:26 -04003355// the signature. If the key is valid, it saves the Channel ID and returns true.
3356// Otherwise, it returns false.
3357bool tls1_verify_channel_id(SSL_HANDSHAKE *hs, const SSLMessage &msg);
Nick Harper60a85cb2016-09-23 16:25:11 -07003358
David Benjaminc11ea9422017-08-29 16:33:21 -04003359// tls1_write_channel_id generates a Channel ID message and puts the output in
David Benjamin46853762018-07-03 14:01:26 -04003360// |cbb|. |ssl->channel_id_private| must already be set before calling. This
3361// function returns true on success and false on error.
David Benjaminf1db1a32017-10-27 01:12:34 -04003362bool tls1_write_channel_id(SSL_HANDSHAKE *hs, CBB *cbb);
Nick Harper60a85cb2016-09-23 16:25:11 -07003363
David Benjaminc11ea9422017-08-29 16:33:21 -04003364// tls1_channel_id_hash computes the hash to be signed by Channel ID and writes
3365// it to |out|, which must contain at least |EVP_MAX_MD_SIZE| bytes. It returns
David Benjamin861abcc2018-07-14 17:40:26 -04003366// true on success and false on failure.
3367bool tls1_channel_id_hash(SSL_HANDSHAKE *hs, uint8_t *out, size_t *out_len);
David Benjamind6a4ae92015-08-06 11:10:51 -04003368
David Benjamin861abcc2018-07-14 17:40:26 -04003369// tls1_record_handshake_hashes_for_channel_id records the current handshake
3370// hashes in |hs->new_session| so that Channel ID resumptions can sign that
3371// data.
3372bool tls1_record_handshake_hashes_for_channel_id(SSL_HANDSHAKE *hs);
Adam Langley1258b6a2014-06-20 12:00:00 -07003373
David Benjamin861abcc2018-07-14 17:40:26 -04003374// ssl_can_write returns whether |ssl| is allowed to write.
3375bool ssl_can_write(const SSL *ssl);
Steven Valdez681eb6a2016-12-19 13:19:29 -05003376
David Benjamin861abcc2018-07-14 17:40:26 -04003377// ssl_can_read returns wheter |ssl| is allowed to read.
3378bool ssl_can_read(const SSL *ssl);
Steven Valdez681eb6a2016-12-19 13:19:29 -05003379
David Benjaminad8f5e12017-02-20 17:00:20 -05003380void ssl_get_current_time(const SSL *ssl, struct OPENSSL_timeval *out_clock);
Martin Kreichgauer72912d22017-08-04 12:06:43 -07003381void ssl_ctx_get_current_time(const SSL_CTX *ctx,
3382 struct OPENSSL_timeval *out_clock);
David Benjamin721e8b72016-08-03 13:13:17 -04003383
David Benjaminc11ea9422017-08-29 16:33:21 -04003384// ssl_reset_error_state resets state for |SSL_get_error|.
David Benjamin2be4aa72017-01-02 07:56:51 -05003385void ssl_reset_error_state(SSL *ssl);
3386
David Benjamin31aad2d2017-10-06 16:04:06 -04003387// ssl_set_read_error sets |ssl|'s read half into an error state, saving the
3388// current state of the error queue.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003389void ssl_set_read_error(SSL *ssl);
David Benjamin31aad2d2017-10-06 16:04:06 -04003390
Joshua Liebow-Feeser8c7c6352018-08-26 18:53:36 -07003391BSSL_NAMESPACE_END
Adam Langley11d11d62017-07-17 11:10:46 -07003392
Steven Valdez87eab492016-06-27 16:34:59 -04003393
David Benjaminc11ea9422017-08-29 16:33:21 -04003394// Opaque C types.
3395//
3396// The following types are exported to C code as public typedefs, so they must
3397// be defined outside of the namespace.
David Benjamine39ac8f2017-07-20 12:22:21 -04003398
David Benjaminc11ea9422017-08-29 16:33:21 -04003399// ssl_method_st backs the public |SSL_METHOD| type. It is a compatibility
3400// structure to support the legacy version-locked methods.
David Benjamine39ac8f2017-07-20 12:22:21 -04003401struct ssl_method_st {
David Benjaminc11ea9422017-08-29 16:33:21 -04003402 // version, if non-zero, is the only protocol version acceptable to an
3403 // SSL_CTX initialized from this method.
David Benjamine39ac8f2017-07-20 12:22:21 -04003404 uint16_t version;
David Benjaminc11ea9422017-08-29 16:33:21 -04003405 // method is the underlying SSL_PROTOCOL_METHOD that initializes the
3406 // SSL_CTX.
David Benjamin664e99a2017-10-10 19:23:21 -04003407 const bssl::SSL_PROTOCOL_METHOD *method;
David Benjaminc11ea9422017-08-29 16:33:21 -04003408 // x509_method contains pointers to functions that might deal with |X509|
3409 // compatibility, or might be a no-op, depending on the application.
David Benjamin0363de92018-06-29 13:57:38 -04003410 const bssl::SSL_X509_METHOD *x509_method;
David Benjamine39ac8f2017-07-20 12:22:21 -04003411};
3412
David Benjamin49798032018-07-02 16:23:54 -04003413struct ssl_ctx_st {
David Benjaminc1389f22018-07-02 19:13:42 -04003414 explicit ssl_ctx_st(const SSL_METHOD *ssl_method);
3415 ssl_ctx_st(const ssl_ctx_st &) = delete;
3416 ssl_ctx_st &operator=(const ssl_ctx_st &) = delete;
3417
3418 const bssl::SSL_PROTOCOL_METHOD *method = nullptr;
3419 const bssl::SSL_X509_METHOD *x509_method = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003420
3421 // lock is used to protect various operations on this object.
3422 CRYPTO_MUTEX lock;
3423
3424 // conf_max_version is the maximum acceptable protocol version configured by
3425 // |SSL_CTX_set_max_proto_version|. Note this version is normalized in DTLS
3426 // and is further constrainted by |SSL_OP_NO_*|.
David Benjaminc1389f22018-07-02 19:13:42 -04003427 uint16_t conf_max_version = 0;
David Benjamin49798032018-07-02 16:23:54 -04003428
3429 // conf_min_version is the minimum acceptable protocol version configured by
3430 // |SSL_CTX_set_min_proto_version|. Note this version is normalized in DTLS
3431 // and is further constrainted by |SSL_OP_NO_*|.
David Benjaminc1389f22018-07-02 19:13:42 -04003432 uint16_t conf_min_version = 0;
David Benjamin49798032018-07-02 16:23:54 -04003433
David Benjamin3f180b82022-05-09 17:45:18 -04003434 // num_tickets is the number of tickets to send immediately after the TLS 1.3
3435 // handshake. TLS 1.3 recommends single-use tickets so, by default, issue two
3436 /// in case the client makes several connections before getting a renewal.
3437 uint8_t num_tickets = 2;
3438
Steven Valdezc8e0f902018-07-14 11:23:01 -04003439 // quic_method is the method table corresponding to the QUIC hooks.
3440 const SSL_QUIC_METHOD *quic_method = nullptr;
3441
David Benjamin0ce090a2018-07-02 20:24:40 -04003442 bssl::UniquePtr<bssl::SSLCipherPreferenceList> cipher_list;
David Benjamin49798032018-07-02 16:23:54 -04003443
David Benjaminc1389f22018-07-02 19:13:42 -04003444 X509_STORE *cert_store = nullptr;
3445 LHASH_OF(SSL_SESSION) *sessions = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003446 // Most session-ids that will be cached, default is
3447 // SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited.
David Benjaminc1389f22018-07-02 19:13:42 -04003448 unsigned long session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
3449 SSL_SESSION *session_cache_head = nullptr;
3450 SSL_SESSION *session_cache_tail = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003451
3452 // handshakes_since_cache_flush is the number of successful handshakes since
3453 // the last cache flush.
David Benjaminc1389f22018-07-02 19:13:42 -04003454 int handshakes_since_cache_flush = 0;
David Benjamin49798032018-07-02 16:23:54 -04003455
3456 // This can have one of 2 values, ored together,
3457 // SSL_SESS_CACHE_CLIENT,
3458 // SSL_SESS_CACHE_SERVER,
3459 // Default is SSL_SESSION_CACHE_SERVER, which means only
3460 // SSL_accept which cache SSL_SESSIONS.
David Benjaminc1389f22018-07-02 19:13:42 -04003461 int session_cache_mode = SSL_SESS_CACHE_SERVER;
David Benjamin49798032018-07-02 16:23:54 -04003462
3463 // session_timeout is the default lifetime for new sessions in TLS 1.2 and
3464 // earlier, in seconds.
David Benjaminc1389f22018-07-02 19:13:42 -04003465 uint32_t session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
David Benjamin49798032018-07-02 16:23:54 -04003466
3467 // session_psk_dhe_timeout is the default lifetime for new sessions in TLS
3468 // 1.3, in seconds.
David Benjaminc1389f22018-07-02 19:13:42 -04003469 uint32_t session_psk_dhe_timeout = SSL_DEFAULT_SESSION_PSK_DHE_TIMEOUT;
David Benjamin49798032018-07-02 16:23:54 -04003470
3471 // If this callback is not null, it will be called each time a session id is
3472 // added to the cache. If this function returns 1, it means that the
3473 // callback will do a SSL_SESSION_free() when it has finished using it.
3474 // Otherwise, on 0, it means the callback has finished with it. If
3475 // remove_session_cb is not null, it will be called when a session-id is
3476 // removed from the cache. After the call, OpenSSL will SSL_SESSION_free()
3477 // it.
David Benjaminc1389f22018-07-02 19:13:42 -04003478 int (*new_session_cb)(SSL *ssl, SSL_SESSION *sess) = nullptr;
3479 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *sess) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003480 SSL_SESSION *(*get_session_cb)(SSL *ssl, const uint8_t *data, int len,
David Benjaminc1389f22018-07-02 19:13:42 -04003481 int *copy) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003482
David Benjaminc1389f22018-07-02 19:13:42 -04003483 CRYPTO_refcount_t references = 1;
David Benjamin49798032018-07-02 16:23:54 -04003484
3485 // if defined, these override the X509_verify_cert() calls
David Benjaminc1389f22018-07-02 19:13:42 -04003486 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg) = nullptr;
3487 void *app_verify_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003488
David Benjaminc1389f22018-07-02 19:13:42 -04003489 ssl_verify_result_t (*custom_verify_callback)(SSL *ssl,
3490 uint8_t *out_alert) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003491
3492 // Default password callback.
David Benjaminc1389f22018-07-02 19:13:42 -04003493 pem_password_cb *default_passwd_callback = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003494
3495 // Default password callback user data.
David Benjaminc1389f22018-07-02 19:13:42 -04003496 void *default_passwd_callback_userdata = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003497
3498 // get client cert callback
Jesse Selover6b0d8222018-08-14 12:47:29 -04003499 int (*client_cert_cb)(SSL *ssl, X509 **out_x509,
3500 EVP_PKEY **out_pkey) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003501
David Benjamin49798032018-07-02 16:23:54 -04003502 CRYPTO_EX_DATA ex_data;
3503
David Benjamin49798032018-07-02 16:23:54 -04003504 // Default values used when no per-SSL value is defined follow
3505
David Benjaminc1389f22018-07-02 19:13:42 -04003506 void (*info_callback)(const SSL *ssl, int type, int value) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003507
3508 // what we put in client cert requests
David Benjamin0ce090a2018-07-02 20:24:40 -04003509 bssl::UniquePtr<STACK_OF(CRYPTO_BUFFER)> client_CA;
David Benjamin49798032018-07-02 16:23:54 -04003510
3511 // cached_x509_client_CA is a cache of parsed versions of the elements of
3512 // |client_CA|.
David Benjaminc1389f22018-07-02 19:13:42 -04003513 STACK_OF(X509_NAME) *cached_x509_client_CA = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003514
3515
3516 // Default values to use in SSL structures follow (these are copied by
3517 // SSL_new)
3518
David Benjaminc1389f22018-07-02 19:13:42 -04003519 uint32_t options = 0;
3520 // Disable the auto-chaining feature by default. wpa_supplicant relies on this
3521 // feature, but require callers opt into it.
3522 uint32_t mode = SSL_MODE_NO_AUTO_CHAIN;
3523 uint32_t max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
David Benjamin49798032018-07-02 16:23:54 -04003524
David Benjamin0ce090a2018-07-02 20:24:40 -04003525 bssl::UniquePtr<bssl::CERT> cert;
David Benjamin49798032018-07-02 16:23:54 -04003526
3527 // callback that allows applications to peek at protocol messages
David Benjamin123eaae2022-01-27 12:25:11 -05003528 void (*msg_callback)(int is_write, int version, int content_type,
Jesse Selover6b0d8222018-08-14 12:47:29 -04003529 const void *buf, size_t len, SSL *ssl,
3530 void *arg) = nullptr;
David Benjaminc1389f22018-07-02 19:13:42 -04003531 void *msg_callback_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003532
David Benjaminc1389f22018-07-02 19:13:42 -04003533 int verify_mode = SSL_VERIFY_NONE;
3534 int (*default_verify_callback)(int ok, X509_STORE_CTX *ctx) =
3535 nullptr; // called 'verify_callback' in the SSL
David Benjamin49798032018-07-02 16:23:54 -04003536
David Benjaminc1389f22018-07-02 19:13:42 -04003537 X509_VERIFY_PARAM *param = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003538
3539 // select_certificate_cb is called before most ClientHello processing and
3540 // before the decision whether to resume a session is made. See
3541 // |ssl_select_cert_result_t| for details of the return values.
David Benjaminc1389f22018-07-02 19:13:42 -04003542 ssl_select_cert_result_t (*select_certificate_cb)(const SSL_CLIENT_HELLO *) =
3543 nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003544
3545 // dos_protection_cb is called once the resumption decision for a ClientHello
3546 // has been made. It returns one to continue the handshake or zero to
3547 // abort.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003548 int (*dos_protection_cb)(const SSL_CLIENT_HELLO *) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003549
Jesse Selover1c337e52018-08-10 13:28:47 -04003550 // Controls whether to verify certificates when resuming connections. They
3551 // were already verified when the connection was first made, so the default is
3552 // false. For now, this is only respected on clients, not servers.
3553 bool reverify_on_resume = false;
3554
David Benjamin49798032018-07-02 16:23:54 -04003555 // Maximum amount of data to send in one fragment. actual record size can be
3556 // more than this due to padding and MAC overheads.
David Benjaminc1389f22018-07-02 19:13:42 -04003557 uint16_t max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
David Benjamin49798032018-07-02 16:23:54 -04003558
3559 // TLS extensions servername callback
David Benjamin46853762018-07-03 14:01:26 -04003560 int (*servername_callback)(SSL *, int *, void *) = nullptr;
3561 void *servername_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003562
David Benjamin7bb0fbf2018-07-03 13:55:42 -04003563 // RFC 4507 session ticket keys. |ticket_key_current| may be NULL before the
3564 // first handshake and |ticket_key_prev| may be NULL at any time.
3565 // Automatically generated ticket keys are rotated as needed at handshake
3566 // time. Hence, all access must be synchronized through |lock|.
3567 bssl::UniquePtr<bssl::TicketKey> ticket_key_current;
3568 bssl::UniquePtr<bssl::TicketKey> ticket_key_prev;
David Benjamin49798032018-07-02 16:23:54 -04003569
3570 // Callback to support customisation of ticket key setting
David Benjamin7bb0fbf2018-07-03 13:55:42 -04003571 int (*ticket_key_cb)(SSL *ssl, uint8_t *name, uint8_t *iv,
3572 EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003573
3574 // Server-only: psk_identity_hint is the default identity hint to send in
3575 // PSK-based key exchanges.
David Benjamin0ce090a2018-07-02 20:24:40 -04003576 bssl::UniquePtr<char> psk_identity_hint;
David Benjamin49798032018-07-02 16:23:54 -04003577
David Benjaminc1389f22018-07-02 19:13:42 -04003578 unsigned (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
3579 unsigned max_identity_len, uint8_t *psk,
3580 unsigned max_psk_len) = nullptr;
3581 unsigned (*psk_server_callback)(SSL *ssl, const char *identity, uint8_t *psk,
3582 unsigned max_psk_len) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003583
3584
3585 // Next protocol negotiation information
3586 // (for experimental NPN extension).
3587
3588 // For a server, this contains a callback function by which the set of
3589 // advertised protocols can be provided.
3590 int (*next_protos_advertised_cb)(SSL *ssl, const uint8_t **out,
David Benjaminc1389f22018-07-02 19:13:42 -04003591 unsigned *out_len, void *arg) = nullptr;
3592 void *next_protos_advertised_cb_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003593 // For a client, this contains a callback function that selects the
3594 // next protocol from the list provided by the server.
3595 int (*next_proto_select_cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
David Benjaminc1389f22018-07-02 19:13:42 -04003596 const uint8_t *in, unsigned in_len,
3597 void *arg) = nullptr;
3598 void *next_proto_select_cb_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003599
3600 // ALPN information
3601 // (we are in the process of transitioning from NPN to ALPN.)
3602
3603 // For a server, this contains a callback function that allows the
3604 // server to select the protocol for the connection.
3605 // out: on successful return, this must point to the raw protocol
3606 // name (without the length prefix).
3607 // outlen: on successful return, this contains the length of |*out|.
3608 // in: points to the client's list of supported protocols in
3609 // wire-format.
3610 // inlen: the length of |in|.
3611 int (*alpn_select_cb)(SSL *ssl, const uint8_t **out, uint8_t *out_len,
David Benjaminc1389f22018-07-02 19:13:42 -04003612 const uint8_t *in, unsigned in_len,
3613 void *arg) = nullptr;
3614 void *alpn_select_cb_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003615
3616 // For a client, this contains the list of supported protocols in wire
3617 // format.
David Benjamin0ce090a2018-07-02 20:24:40 -04003618 bssl::Array<uint8_t> alpn_client_proto_list;
David Benjamin49798032018-07-02 16:23:54 -04003619
3620 // SRTP profiles we are willing to do from RFC 5764
David Benjamin0ce090a2018-07-02 20:24:40 -04003621 bssl::UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
David Benjamin49798032018-07-02 16:23:54 -04003622
3623 // Defined compression algorithms for certificates.
David Benjamin8fe15842019-10-08 16:57:38 -04003624 bssl::GrowableArray<bssl::CertCompressionAlg> cert_compression_algs;
David Benjamin49798032018-07-02 16:23:54 -04003625
3626 // Supported group values inherited by SSL structure
David Benjamin0ce090a2018-07-02 20:24:40 -04003627 bssl::Array<uint16_t> supported_group_list;
David Benjamin49798032018-07-02 16:23:54 -04003628
David Benjaminb5879112021-05-18 17:10:18 -04003629 // channel_id_private is the client's Channel ID private key, or null if
3630 // Channel ID should not be offered on this connection.
David Benjamin46853762018-07-03 14:01:26 -04003631 bssl::UniquePtr<EVP_PKEY> channel_id_private;
David Benjamin49798032018-07-02 16:23:54 -04003632
David Benjaminc3b373b2021-06-06 13:04:26 -04003633 // ech_keys contains the server's list of ECHConfig values and associated
3634 // private keys. This list may be swapped out at any time, so all access must
3635 // be synchronized through |lock|.
3636 bssl::UniquePtr<SSL_ECH_KEYS> ech_keys;
Daniel McArdle00e434d2021-02-18 11:47:18 -05003637
David Benjamin49798032018-07-02 16:23:54 -04003638 // keylog_callback, if not NULL, is the key logging callback. See
3639 // |SSL_CTX_set_keylog_callback|.
David Benjaminc1389f22018-07-02 19:13:42 -04003640 void (*keylog_callback)(const SSL *ssl, const char *line) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003641
3642 // current_time_cb, if not NULL, is the function to use to get the current
3643 // time. It sets |*out_clock| to the current time. The |ssl| argument is
3644 // always NULL. See |SSL_CTX_set_current_time_cb|.
David Benjaminc1389f22018-07-02 19:13:42 -04003645 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003646
3647 // pool is used for all |CRYPTO_BUFFER|s in case we wish to share certificate
3648 // memory.
David Benjaminc1389f22018-07-02 19:13:42 -04003649 CRYPTO_BUFFER_POOL *pool = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003650
3651 // ticket_aead_method contains function pointers for opening and sealing
3652 // session tickets.
David Benjaminc1389f22018-07-02 19:13:42 -04003653 const SSL_TICKET_AEAD_METHOD *ticket_aead_method = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003654
3655 // legacy_ocsp_callback implements an OCSP-related callback for OpenSSL
3656 // compatibility.
David Benjaminc1389f22018-07-02 19:13:42 -04003657 int (*legacy_ocsp_callback)(SSL *ssl, void *arg) = nullptr;
3658 void *legacy_ocsp_callback_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003659
3660 // verify_sigalgs, if not empty, is the set of signature algorithms
3661 // accepted from the peer in decreasing order of preference.
David Benjamin0ce090a2018-07-02 20:24:40 -04003662 bssl::Array<uint16_t> verify_sigalgs;
David Benjamin49798032018-07-02 16:23:54 -04003663
3664 // retain_only_sha256_of_client_certs is true if we should compute the SHA256
3665 // hash of the peer's certificate and then discard it to save memory and
3666 // session space. Only effective on the server side.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003667 bool retain_only_sha256_of_client_certs : 1;
David Benjamin49798032018-07-02 16:23:54 -04003668
3669 // quiet_shutdown is true if the connection should not send a close_notify on
3670 // shutdown.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003671 bool quiet_shutdown : 1;
David Benjamin49798032018-07-02 16:23:54 -04003672
3673 // ocsp_stapling_enabled is only used by client connections and indicates
3674 // whether OCSP stapling will be requested.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003675 bool ocsp_stapling_enabled : 1;
David Benjamin49798032018-07-02 16:23:54 -04003676
3677 // If true, a client will request certificate timestamps.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003678 bool signed_cert_timestamps_enabled : 1;
David Benjamin49798032018-07-02 16:23:54 -04003679
David Benjamin46853762018-07-03 14:01:26 -04003680 // channel_id_enabled is whether Channel ID is enabled. For a server, means
3681 // that we'll accept Channel IDs from clients. For a client, means that we'll
3682 // advertise support.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003683 bool channel_id_enabled : 1;
David Benjamin49798032018-07-02 16:23:54 -04003684
David Benjamin3675eb32021-05-18 14:01:07 -04003685 // grease_enabled is whether GREASE (RFC 8701) is enabled.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003686 bool grease_enabled : 1;
David Benjamin49798032018-07-02 16:23:54 -04003687
David Benjamine9c5d722021-06-09 17:43:16 -04003688 // permute_extensions is whether to permute extensions when sending messages.
3689 bool permute_extensions : 1;
3690
David Benjamin49798032018-07-02 16:23:54 -04003691 // allow_unknown_alpn_protos is whether the client allows unsolicited ALPN
3692 // protocols from the peer.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003693 bool allow_unknown_alpn_protos : 1;
David Benjamin49798032018-07-02 16:23:54 -04003694
David Benjamin49798032018-07-02 16:23:54 -04003695 // false_start_allowed_without_alpn is whether False Start (if
3696 // |SSL_MODE_ENABLE_FALSE_START| is enabled) is allowed without ALPN.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003697 bool false_start_allowed_without_alpn : 1;
David Benjamin49798032018-07-02 16:23:54 -04003698
3699 // handoff indicates that a server should stop after receiving the
3700 // ClientHello and pause the handshake in such a way that |SSL_get_error|
David Benjaminf4928302019-08-21 16:04:53 -04003701 // returns |SSL_ERROR_HANDOFF|.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003702 bool handoff : 1;
David Benjamin49798032018-07-02 16:23:54 -04003703
3704 // If enable_early_data is true, early data can be sent and accepted.
3705 bool enable_early_data : 1;
David Benjaminc1389f22018-07-02 19:13:42 -04003706
Adam Langley451ea3c2022-05-18 16:15:49 -07003707 // only_fips_cipher_suites_in_tls13 constrains the selection of cipher suites
3708 // in TLS 1.3 such that only FIPS approved ones will be selected.
3709 bool only_fips_cipher_suites_in_tls13 : 1;
3710
David Benjaminc1389f22018-07-02 19:13:42 -04003711 private:
3712 ~ssl_ctx_st();
David Benjamin69030a02021-10-26 15:06:08 -04003713 friend OPENSSL_EXPORT void SSL_CTX_free(SSL_CTX *);
David Benjamin49798032018-07-02 16:23:54 -04003714};
3715
3716struct ssl_st {
David Benjaminc1389f22018-07-02 19:13:42 -04003717 explicit ssl_st(SSL_CTX *ctx_arg);
3718 ssl_st(const ssl_st &) = delete;
3719 ssl_st &operator=(const ssl_st &) = delete;
3720 ~ssl_st();
3721
David Benjamin49798032018-07-02 16:23:54 -04003722 // method is the method table corresponding to the current protocol (DTLS or
3723 // TLS).
David Benjaminc1389f22018-07-02 19:13:42 -04003724 const bssl::SSL_PROTOCOL_METHOD *method = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003725
3726 // config is a container for handshake configuration. Accesses to this field
3727 // should check for nullptr, since configuration may be shed after the
3728 // handshake completes. (If you have the |SSL_HANDSHAKE| object at hand, use
3729 // that instead, and skip the null check.)
David Benjamin50596f82018-07-02 19:47:27 -04003730 bssl::UniquePtr<bssl::SSL_CONFIG> config;
David Benjamin49798032018-07-02 16:23:54 -04003731
3732 // version is the protocol version.
David Benjaminc1389f22018-07-02 19:13:42 -04003733 uint16_t version = 0;
David Benjamin49798032018-07-02 16:23:54 -04003734
David Benjaminc1389f22018-07-02 19:13:42 -04003735 uint16_t max_send_fragment = 0;
David Benjamin49798032018-07-02 16:23:54 -04003736
3737 // There are 2 BIO's even though they are normally both the same. This is so
3738 // data can be read and written to different handlers
3739
David Benjamin50596f82018-07-02 19:47:27 -04003740 bssl::UniquePtr<BIO> rbio; // used by SSL_read
3741 bssl::UniquePtr<BIO> wbio; // used by SSL_write
David Benjamin49798032018-07-02 16:23:54 -04003742
3743 // do_handshake runs the handshake. On completion, it returns |ssl_hs_ok|.
3744 // Otherwise, it returns a value corresponding to what operation is needed to
3745 // progress.
David Benjaminc1389f22018-07-02 19:13:42 -04003746 bssl::ssl_hs_wait_t (*do_handshake)(bssl::SSL_HANDSHAKE *hs) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003747
David Benjaminc59b9aa2018-07-16 21:34:03 -04003748 bssl::SSL3_STATE *s3 = nullptr; // TLS variables
3749 bssl::DTLS1_STATE *d1 = nullptr; // DTLS variables
David Benjamin49798032018-07-02 16:23:54 -04003750
3751 // callback that allows applications to peek at protocol messages
3752 void (*msg_callback)(int write_p, int version, int content_type,
David Benjaminc1389f22018-07-02 19:13:42 -04003753 const void *buf, size_t len, SSL *ssl,
3754 void *arg) = nullptr;
3755 void *msg_callback_arg = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003756
3757 // session info
3758
3759 // initial_timeout_duration_ms is the default DTLS timeout duration in
3760 // milliseconds. It's used to initialize the timer any time it's restarted.
David Benjaminc1389f22018-07-02 19:13:42 -04003761 //
3762 // RFC 6347 states that implementations SHOULD use an initial timer value of 1
3763 // second.
3764 unsigned initial_timeout_duration_ms = 1000;
David Benjamin49798032018-07-02 16:23:54 -04003765
David Benjamin49798032018-07-02 16:23:54 -04003766 // session is the configured session to be offered by the client. This session
3767 // is immutable.
David Benjamin50596f82018-07-02 19:47:27 -04003768 bssl::UniquePtr<SSL_SESSION> session;
David Benjamin49798032018-07-02 16:23:54 -04003769
David Benjaminc1389f22018-07-02 19:13:42 -04003770 void (*info_callback)(const SSL *ssl, int type, int value) = nullptr;
David Benjamin49798032018-07-02 16:23:54 -04003771
David Benjamin50596f82018-07-02 19:47:27 -04003772 bssl::UniquePtr<SSL_CTX> ctx;
David Benjamin49798032018-07-02 16:23:54 -04003773
3774 // session_ctx is the |SSL_CTX| used for the session cache and related
3775 // settings.
David Benjamin50596f82018-07-02 19:47:27 -04003776 bssl::UniquePtr<SSL_CTX> session_ctx;
David Benjamin49798032018-07-02 16:23:54 -04003777
3778 // extra application data
3779 CRYPTO_EX_DATA ex_data;
3780
David Benjaminc1389f22018-07-02 19:13:42 -04003781 uint32_t options = 0; // protocol behaviour
3782 uint32_t mode = 0; // API behaviour
3783 uint32_t max_cert_list = 0;
David Benjamin46853762018-07-03 14:01:26 -04003784 bssl::UniquePtr<char> hostname;
David Benjamin49798032018-07-02 16:23:54 -04003785
Alessandro Ghedini3cbb0292018-12-13 13:53:57 +00003786 // quic_method is the method table corresponding to the QUIC hooks.
3787 const SSL_QUIC_METHOD *quic_method = nullptr;
3788
David Benjamin49798032018-07-02 16:23:54 -04003789 // renegotiate_mode controls how peer renegotiation attempts are handled.
David Benjaminc1389f22018-07-02 19:13:42 -04003790 ssl_renegotiate_mode_t renegotiate_mode = ssl_renegotiate_never;
David Benjamin49798032018-07-02 16:23:54 -04003791
3792 // server is true iff the this SSL* is the server half. Note: before the SSL*
3793 // is initialized by either SSL_set_accept_state or SSL_set_connect_state,
3794 // the side is not determined. In this state, server is always false.
3795 bool server : 1;
3796
3797 // quiet_shutdown is true if the connection should not send a close_notify on
3798 // shutdown.
3799 bool quiet_shutdown : 1;
3800
David Benjamin49798032018-07-02 16:23:54 -04003801 // If enable_early_data is true, early data can be sent and accepted.
3802 bool enable_early_data : 1;
3803};
David Benjamine39ac8f2017-07-20 12:22:21 -04003804
David Benjamin1c68fa22018-06-02 19:02:46 -04003805struct ssl_session_st {
David Benjaminbfdd1a92018-06-29 16:26:38 -04003806 explicit ssl_session_st(const bssl::SSL_X509_METHOD *method);
3807 ssl_session_st(const ssl_session_st &) = delete;
3808 ssl_session_st &operator=(const ssl_session_st &) = delete;
3809
3810 CRYPTO_refcount_t references = 1;
Jesse Selover6b0d8222018-08-14 12:47:29 -04003811
3812 // ssl_version is the (D)TLS version that established the session.
3813 uint16_t ssl_version = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003814
3815 // group_id is the ID of the ECDH group used to establish this session or zero
3816 // if not applicable or unknown.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003817 uint16_t group_id = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003818
3819 // peer_signature_algorithm is the signature algorithm used to authenticate
3820 // the peer, or zero if not applicable or unknown.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003821 uint16_t peer_signature_algorithm = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003822
David Benjamin5351c8b2020-11-19 00:25:29 -05003823 // secret, in TLS 1.2 and below, is the master secret associated with the
3824 // session. In TLS 1.3 and up, it is the resumption PSK for sessions handed to
3825 // the caller, but it stores the resumption secret when stored on |SSL|
3826 // objects.
3827 int secret_length = 0;
3828 uint8_t secret[SSL_MAX_MASTER_KEY_LENGTH] = {0};
David Benjamin1c68fa22018-06-02 19:02:46 -04003829
3830 // session_id - valid?
David Benjaminbfdd1a92018-06-29 16:26:38 -04003831 unsigned session_id_length = 0;
3832 uint8_t session_id[SSL_MAX_SSL_SESSION_ID_LENGTH] = {0};
David Benjamin1c68fa22018-06-02 19:02:46 -04003833 // this is used to determine whether the session is being reused in
3834 // the appropriate context. It is up to the application to set this,
3835 // via SSL_new
David Benjaminbfdd1a92018-06-29 16:26:38 -04003836 uint8_t sid_ctx_length = 0;
3837 uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH] = {0};
David Benjamin1c68fa22018-06-02 19:02:46 -04003838
David Benjaminbfdd1a92018-06-29 16:26:38 -04003839 bssl::UniquePtr<char> psk_identity;
David Benjamin1c68fa22018-06-02 19:02:46 -04003840
3841 // certs contains the certificate chain from the peer, starting with the leaf
3842 // certificate.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003843 bssl::UniquePtr<STACK_OF(CRYPTO_BUFFER)> certs;
David Benjamin1c68fa22018-06-02 19:02:46 -04003844
David Benjaminbfdd1a92018-06-29 16:26:38 -04003845 const bssl::SSL_X509_METHOD *x509_method = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003846
3847 // x509_peer is the peer's certificate.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003848 X509 *x509_peer = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003849
3850 // x509_chain is the certificate chain sent by the peer. NOTE: for historical
3851 // reasons, when a client (so the peer is a server), the chain includes
3852 // |peer|, but when a server it does not.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003853 STACK_OF(X509) *x509_chain = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003854
3855 // x509_chain_without_leaf is a lazily constructed copy of |x509_chain| that
3856 // omits the leaf certificate. This exists because OpenSSL, historically,
3857 // didn't include the leaf certificate in the chain for a server, but did for
3858 // a client. The |x509_chain| always includes it and, if an API call requires
3859 // a chain without, it is stored here.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003860 STACK_OF(X509) *x509_chain_without_leaf = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003861
3862 // verify_result is the result of certificate verification in the case of
3863 // non-fatal certificate errors.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003864 long verify_result = X509_V_ERR_INVALID_CALL;
David Benjamin1c68fa22018-06-02 19:02:46 -04003865
3866 // timeout is the lifetime of the session in seconds, measured from |time|.
3867 // This is renewable up to |auth_timeout|.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003868 uint32_t timeout = SSL_DEFAULT_SESSION_TIMEOUT;
David Benjamin1c68fa22018-06-02 19:02:46 -04003869
3870 // auth_timeout is the non-renewable lifetime of the session in seconds,
3871 // measured from |time|.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003872 uint32_t auth_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
David Benjamin1c68fa22018-06-02 19:02:46 -04003873
3874 // time is the time the session was issued, measured in seconds from the UNIX
3875 // epoch.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003876 uint64_t time = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003877
David Benjaminbfdd1a92018-06-29 16:26:38 -04003878 const SSL_CIPHER *cipher = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003879
3880 CRYPTO_EX_DATA ex_data; // application specific data
3881
3882 // These are used to make removal of session-ids more efficient and to
3883 // implement a maximum cache size.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003884 SSL_SESSION *prev = nullptr, *next = nullptr;
David Benjamin1c68fa22018-06-02 19:02:46 -04003885
David Benjaminbfdd1a92018-06-29 16:26:38 -04003886 bssl::Array<uint8_t> ticket;
David Benjamin1c68fa22018-06-02 19:02:46 -04003887
David Benjaminbfdd1a92018-06-29 16:26:38 -04003888 bssl::UniquePtr<CRYPTO_BUFFER> signed_cert_timestamp_list;
David Benjamin1c68fa22018-06-02 19:02:46 -04003889
3890 // The OCSP response that came with the session.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003891 bssl::UniquePtr<CRYPTO_BUFFER> ocsp_response;
David Benjamin1c68fa22018-06-02 19:02:46 -04003892
3893 // peer_sha256 contains the SHA-256 hash of the peer's certificate if
3894 // |peer_sha256_valid| is true.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003895 uint8_t peer_sha256[SHA256_DIGEST_LENGTH] = {0};
David Benjamin1c68fa22018-06-02 19:02:46 -04003896
3897 // original_handshake_hash contains the handshake hash (either SHA-1+MD5 or
3898 // SHA-2, depending on TLS version) for the original, full handshake that
3899 // created a session. This is used by Channel IDs during resumption.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003900 uint8_t original_handshake_hash[EVP_MAX_MD_SIZE] = {0};
3901 uint8_t original_handshake_hash_len = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003902
David Benjaminbfdd1a92018-06-29 16:26:38 -04003903 uint32_t ticket_lifetime_hint = 0; // Session lifetime hint in seconds
David Benjamin1c68fa22018-06-02 19:02:46 -04003904
David Benjaminbfdd1a92018-06-29 16:26:38 -04003905 uint32_t ticket_age_add = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003906
3907 // ticket_max_early_data is the maximum amount of data allowed to be sent as
3908 // early data. If zero, 0-RTT is disallowed.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003909 uint32_t ticket_max_early_data = 0;
David Benjamin1c68fa22018-06-02 19:02:46 -04003910
3911 // early_alpn is the ALPN protocol from the initial handshake. This is only
3912 // stored for TLS 1.3 and above in order to enforce ALPN matching for 0-RTT
Steven Valdez51607f12020-08-05 10:46:05 -04003913 // resumptions. For the current connection's ALPN protocol, see
3914 // |alpn_selected| on |SSL3_STATE|.
David Benjaminbfdd1a92018-06-29 16:26:38 -04003915 bssl::Array<uint8_t> early_alpn;
David Benjamin1c68fa22018-06-02 19:02:46 -04003916
Steven Valdez51607f12020-08-05 10:46:05 -04003917 // local_application_settings, if |has_application_settings| is true, is the
3918 // local ALPS value for this connection.
3919 bssl::Array<uint8_t> local_application_settings;
3920
3921 // peer_application_settings, if |has_application_settings| is true, is the
3922 // peer ALPS value for this connection.
3923 bssl::Array<uint8_t> peer_application_settings;
3924
David Benjamina3a71e92018-06-29 13:24:45 -04003925 // extended_master_secret is whether the master secret in this session was
David Benjamin1c68fa22018-06-02 19:02:46 -04003926 // generated using EMS and thus isn't vulnerable to the Triple Handshake
3927 // attack.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003928 bool extended_master_secret : 1;
David Benjamin1c68fa22018-06-02 19:02:46 -04003929
David Benjamina3a71e92018-06-29 13:24:45 -04003930 // peer_sha256_valid is whether |peer_sha256| is valid.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003931 bool peer_sha256_valid : 1; // Non-zero if peer_sha256 is valid
David Benjamin1c68fa22018-06-02 19:02:46 -04003932
3933 // not_resumable is used to indicate that session resumption is disallowed.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003934 bool not_resumable : 1;
David Benjamin1c68fa22018-06-02 19:02:46 -04003935
David Benjamina3a71e92018-06-29 13:24:45 -04003936 // ticket_age_add_valid is whether |ticket_age_add| is valid.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003937 bool ticket_age_add_valid : 1;
David Benjamin1c68fa22018-06-02 19:02:46 -04003938
David Benjamina3a71e92018-06-29 13:24:45 -04003939 // is_server is whether this session was created by a server.
Jesse Selover6b0d8222018-08-14 12:47:29 -04003940 bool is_server : 1;
David Benjaminbfdd1a92018-06-29 16:26:38 -04003941
Nick Harper6bfd25c2020-03-30 17:15:19 -07003942 // is_quic indicates whether this session was created using QUIC.
3943 bool is_quic : 1;
3944
Steven Valdez51607f12020-08-05 10:46:05 -04003945 // has_application_settings indicates whether ALPS was negotiated in this
3946 // session.
3947 bool has_application_settings : 1;
3948
Nick Harper85194322020-05-20 16:59:29 -07003949 // quic_early_data_context is used to determine whether early data must be
Nick Harper7c522992020-04-30 14:15:49 -07003950 // rejected when performing a QUIC handshake.
Nick Harper85194322020-05-20 16:59:29 -07003951 bssl::Array<uint8_t> quic_early_data_context;
Nick Harper7c522992020-04-30 14:15:49 -07003952
David Benjaminbfdd1a92018-06-29 16:26:38 -04003953 private:
3954 ~ssl_session_st();
David Benjamin69030a02021-10-26 15:06:08 -04003955 friend OPENSSL_EXPORT void SSL_SESSION_free(SSL_SESSION *);
David Benjamin1c68fa22018-06-02 19:02:46 -04003956};
3957
David Benjaminc3b373b2021-06-06 13:04:26 -04003958struct ssl_ech_keys_st {
3959 ssl_ech_keys_st() = default;
3960 ssl_ech_keys_st(const ssl_ech_keys_st &) = delete;
3961 ssl_ech_keys_st &operator=(const ssl_ech_keys_st &) = delete;
Daniel McArdle00e434d2021-02-18 11:47:18 -05003962
David Benjamin1d58cd12021-05-04 15:24:24 -04003963 bssl::GrowableArray<bssl::UniquePtr<bssl::ECHServerConfig>> configs;
Daniel McArdle00e434d2021-02-18 11:47:18 -05003964 CRYPTO_refcount_t references = 1;
3965
3966 private:
David Benjaminc3b373b2021-06-06 13:04:26 -04003967 ~ssl_ech_keys_st() = default;
David Benjamin69030a02021-10-26 15:06:08 -04003968 friend OPENSSL_EXPORT void SSL_ECH_KEYS_free(SSL_ECH_KEYS *);
Daniel McArdle00e434d2021-02-18 11:47:18 -05003969};
David Benjamine39ac8f2017-07-20 12:22:21 -04003970
David Benjaminc11ea9422017-08-29 16:33:21 -04003971#endif // OPENSSL_HEADER_SSL_INTERNAL_H