blob: 174445ae4f93a201e80f5b79f348abe6019f9894 [file] [log] [blame]
Adam Langleyd9e397b2015-01-22 14:27:53 -08001/* 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
Adam Langleye9ada862015-05-11 17:20:37 -0700142#ifndef OPENSSL_HEADER_SSL_INTERNAL_H
143#define OPENSSL_HEADER_SSL_INTERNAL_H
Adam Langleyd9e397b2015-01-22 14:27:53 -0800144
145#include <openssl/base.h>
146
Robert Sloanfe7cd212017-08-07 09:03:39 -0700147#include <stdlib.h>
148
Robert Sloan4562e9d2017-10-02 10:26:51 -0700149#include <limits>
Robert Sloanfe7cd212017-08-07 09:03:39 -0700150#include <new>
Robert Sloanb6d070c2017-07-24 08:40:01 -0700151#include <type_traits>
152#include <utility>
153
Adam Langleyd9e397b2015-01-22 14:27:53 -0800154#include <openssl/aead.h>
Robert Sloanb6d070c2017-07-24 08:40:01 -0700155#include <openssl/err.h>
Robert Sloan921ef2c2017-10-17 09:02:20 -0700156#include <openssl/lhash.h>
Robert Sloanb6d070c2017-07-24 08:40:01 -0700157#include <openssl/mem.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800158#include <openssl/ssl.h>
Robert Sloan4562e9d2017-10-02 10:26:51 -0700159#include <openssl/span.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800160#include <openssl/stack.h>
161
Robert Sloan921ef2c2017-10-17 09:02:20 -0700162#include "../crypto/err/internal.h"
Robert Sloan4562e9d2017-10-02 10:26:51 -0700163#include "../crypto/internal.h"
164
David Benjaminf0c4a6c2016-08-11 13:26:41 -0400165
Adam Langleye9ada862015-05-11 17:20:37 -0700166#if defined(OPENSSL_WINDOWS)
Robert Sloana27a6a42017-09-05 08:39:28 -0700167// Windows defines struct timeval in winsock2.h.
David Benjamin6e899c72016-06-09 18:02:18 -0400168OPENSSL_MSVC_PRAGMA(warning(push, 3))
Adam Langleye9ada862015-05-11 17:20:37 -0700169#include <winsock2.h>
David Benjamin6e899c72016-06-09 18:02:18 -0400170OPENSSL_MSVC_PRAGMA(warning(pop))
Adam Langleye9ada862015-05-11 17:20:37 -0700171#else
Adam Langley4139edb2016-01-13 15:00:54 -0800172#include <sys/time.h>
Adam Langleye9ada862015-05-11 17:20:37 -0700173#endif
174
David Benjaminc895d6b2016-08-11 13:26:41 -0400175
Robert Sloanb6d070c2017-07-24 08:40:01 -0700176namespace bssl {
177
178struct SSL_HANDSHAKE;
Robert Sloan921ef2c2017-10-17 09:02:20 -0700179struct SSL_PROTOCOL_METHOD;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700180
Robert Sloana27a6a42017-09-05 08:39:28 -0700181// C++ utilities.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700182
Robert Sloana27a6a42017-09-05 08:39:28 -0700183// New behaves like |new| but uses |OPENSSL_malloc| for memory allocation. It
184// returns nullptr on allocation error. It only implements single-object
185// allocation and not new T[n].
186//
187// Note: unlike |new|, this does not support non-public constructors.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700188template <typename T, typename... Args>
189T *New(Args &&... args) {
Robert Sloanfe7cd212017-08-07 09:03:39 -0700190 void *t = OPENSSL_malloc(sizeof(T));
Robert Sloanb6d070c2017-07-24 08:40:01 -0700191 if (t == nullptr) {
192 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
193 return nullptr;
194 }
Robert Sloanfe7cd212017-08-07 09:03:39 -0700195 return new (t) T(std::forward<Args>(args)...);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700196}
197
Robert Sloana27a6a42017-09-05 08:39:28 -0700198// Delete behaves like |delete| but uses |OPENSSL_free| to release memory.
199//
200// Note: unlike |delete| this does not support non-public destructors.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700201template <typename T>
202void Delete(T *t) {
203 if (t != nullptr) {
204 t->~T();
205 OPENSSL_free(t);
206 }
207}
208
Robert Sloana27a6a42017-09-05 08:39:28 -0700209// All types with kAllowUniquePtr set may be used with UniquePtr. Other types
210// may be C structs which require a |BORINGSSL_MAKE_DELETER| registration.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700211namespace internal {
212template <typename T>
Robert Sloanfe7cd212017-08-07 09:03:39 -0700213struct DeleterImpl<T, typename std::enable_if<T::kAllowUniquePtr>::type> {
Robert Sloanb6d070c2017-07-24 08:40:01 -0700214 static void Free(T *t) { Delete(t); }
215};
216}
217
Robert Sloana27a6a42017-09-05 08:39:28 -0700218// MakeUnique behaves like |std::make_unique| but returns nullptr on allocation
219// error.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700220template <typename T, typename... Args>
221UniquePtr<T> MakeUnique(Args &&... args) {
222 return UniquePtr<T>(New<T>(std::forward<Args>(args)...));
223}
224
Robert Sloanfe7cd212017-08-07 09:03:39 -0700225#if defined(BORINGSSL_ALLOW_CXX_RUNTIME)
226#define HAS_VIRTUAL_DESTRUCTOR
227#define PURE_VIRTUAL = 0
228#else
Robert Sloana27a6a42017-09-05 08:39:28 -0700229// HAS_VIRTUAL_DESTRUCTOR should be declared in any base class which defines a
230// virtual destructor. This avoids a dependency on |_ZdlPv| and prevents the
231// class from being used with |delete|.
Robert Sloanfe7cd212017-08-07 09:03:39 -0700232#define HAS_VIRTUAL_DESTRUCTOR \
233 void operator delete(void *) { abort(); }
234
Robert Sloana27a6a42017-09-05 08:39:28 -0700235// PURE_VIRTUAL should be used instead of = 0 when defining pure-virtual
236// functions. This avoids a dependency on |__cxa_pure_virtual| but loses
237// compile-time checking.
Robert Sloanfe7cd212017-08-07 09:03:39 -0700238#define PURE_VIRTUAL { abort(); }
239#endif
240
Robert Sloan921ef2c2017-10-17 09:02:20 -0700241// CONSTEXPR_ARRAY works around a VS 2015 bug where ranged for loops don't work
242// on constexpr arrays.
243#if defined(_MSC_VER) && !defined(__clang__) && _MSC_VER < 1910
244#define CONSTEXPR_ARRAY const
245#else
246#define CONSTEXPR_ARRAY constexpr
247#endif
248
Robert Sloan4562e9d2017-10-02 10:26:51 -0700249// Array<T> is an owning array of elements of |T|.
250template <typename T>
251class Array {
252 public:
253 // Array's default constructor creates an empty array.
254 Array() {}
255 Array(const Array &) = delete;
256 Array(Array &&other) { *this = std::move(other); }
257
258 ~Array() { Reset(); }
259
260 Array &operator=(const Array &) = delete;
261 Array &operator=(Array &&other) {
262 Reset();
263 other.Release(&data_, &size_);
264 return *this;
265 }
266
267 const T *data() const { return data_; }
268 T *data() { return data_; }
269 size_t size() const { return size_; }
Robert Sloanae1abf92017-10-05 12:50:08 -0700270 bool empty() const { return size_ == 0; }
Robert Sloan4562e9d2017-10-02 10:26:51 -0700271
272 const T &operator[](size_t i) const { return data_[i]; }
273 T &operator[](size_t i) { return data_[i]; }
274
275 T *begin() { return data_; }
276 const T *cbegin() const { return data_; }
277 T *end() { return data_ + size_; }
278 const T *cend() const { return data_ + size_; }
279
280 void Reset() { Reset(nullptr, 0); }
281
282 // Reset releases the current contents of the array and takes ownership of the
283 // raw pointer supplied by the caller.
284 void Reset(T *new_data, size_t new_size) {
285 for (size_t i = 0; i < size_; i++) {
286 data_[i].~T();
287 }
288 OPENSSL_free(data_);
289 data_ = new_data;
290 size_ = new_size;
291 }
292
293 // Release releases ownership of the array to a raw pointer supplied by the
294 // caller.
295 void Release(T **out, size_t *out_size) {
296 *out = data_;
297 *out_size = size_;
298 data_ = nullptr;
299 size_ = 0;
300 }
301
302 // Init replaces the array with a newly-allocated array of |new_size|
303 // default-constructed copies of |T|. It returns true on success and false on
304 // error.
305 //
306 // Note that if |T| is a primitive type like |uint8_t|, it is uninitialized.
307 bool Init(size_t new_size) {
308 Reset();
309 if (new_size == 0) {
310 return true;
311 }
312
313 if (new_size > std::numeric_limits<size_t>::max() / sizeof(T)) {
314 OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
315 return false;
316 }
317 data_ = reinterpret_cast<T*>(OPENSSL_malloc(new_size * sizeof(T)));
318 if (data_ == nullptr) {
319 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
320 return false;
321 }
322 size_ = new_size;
323 for (size_t i = 0; i < size_; i++) {
324 new (&data_[i]) T;
325 }
326 return true;
327 }
328
329 // CopyFrom replaces the array with a newly-allocated copy of |in|. It returns
330 // true on success and false on error.
331 bool CopyFrom(Span<const uint8_t> in) {
332 if (!Init(in.size())) {
333 return false;
334 }
335 OPENSSL_memcpy(data_, in.data(), in.size());
336 return true;
337 }
338
339 private:
340 T *data_ = nullptr;
341 size_t size_ = 0;
342};
343
344// CBBFinishArray behaves like |CBB_finish| but stores the result in an Array.
345bool CBBFinishArray(CBB *cbb, Array<uint8_t> *out);
346
Robert Sloanf6200e72017-07-10 08:09:18 -0700347
Robert Sloana27a6a42017-09-05 08:39:28 -0700348// Protocol versions.
349//
350// Due to DTLS's historical wire version differences and to support multiple
351// variants of the same protocol during development, we maintain two notions of
352// version.
353//
354// The "version" or "wire version" is the actual 16-bit value that appears on
355// the wire. It uniquely identifies a version and is also used at API
356// boundaries. The set of supported versions differs between TLS and DTLS. Wire
357// versions are opaque values and may not be compared numerically.
358//
359// The "protocol version" identifies the high-level handshake variant being
360// used. DTLS versions map to the corresponding TLS versions. Draft TLS 1.3
361// variants all map to TLS 1.3. Protocol versions are sequential and may be
362// compared numerically.
Robert Sloanf6200e72017-07-10 08:09:18 -0700363
Robert Sloana27a6a42017-09-05 08:39:28 -0700364// ssl_protocol_version_from_wire sets |*out| to the protocol version
Robert Sloanae1abf92017-10-05 12:50:08 -0700365// corresponding to wire version |version| and returns true. If |version| is not
366// a valid TLS or DTLS version, it returns false.
Robert Sloana27a6a42017-09-05 08:39:28 -0700367//
368// Note this simultaneously handles both DTLS and TLS. Use one of the
369// higher-level functions below for most operations.
Robert Sloanae1abf92017-10-05 12:50:08 -0700370bool ssl_protocol_version_from_wire(uint16_t *out, uint16_t version);
Robert Sloanf6200e72017-07-10 08:09:18 -0700371
Robert Sloana27a6a42017-09-05 08:39:28 -0700372// ssl_get_version_range sets |*out_min_version| and |*out_max_version| to the
373// minimum and maximum enabled protocol versions, respectively.
Robert Sloanae1abf92017-10-05 12:50:08 -0700374bool ssl_get_version_range(const SSL *ssl, uint16_t *out_min_version,
375 uint16_t *out_max_version);
Robert Sloanf6200e72017-07-10 08:09:18 -0700376
Robert Sloanae1abf92017-10-05 12:50:08 -0700377// ssl_supports_version returns whether |hs| supports |version|.
378bool ssl_supports_version(SSL_HANDSHAKE *hs, uint16_t version);
Robert Sloanf6200e72017-07-10 08:09:18 -0700379
Robert Sloana27a6a42017-09-05 08:39:28 -0700380// ssl_add_supported_versions writes the supported versions of |hs| to |cbb|, in
381// decreasing preference order.
Robert Sloanae1abf92017-10-05 12:50:08 -0700382bool ssl_add_supported_versions(SSL_HANDSHAKE *hs, CBB *cbb);
Robert Sloanf6200e72017-07-10 08:09:18 -0700383
Robert Sloana27a6a42017-09-05 08:39:28 -0700384// ssl_negotiate_version negotiates a common version based on |hs|'s preferences
Robert Sloanae1abf92017-10-05 12:50:08 -0700385// and the peer preference list in |peer_versions|. On success, it returns true
386// and sets |*out_version| to the selected version. Otherwise, it returns false
Robert Sloana27a6a42017-09-05 08:39:28 -0700387// and sets |*out_alert| to an alert to send.
Robert Sloanae1abf92017-10-05 12:50:08 -0700388bool ssl_negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert,
389 uint16_t *out_version, const CBS *peer_versions);
Robert Sloanf6200e72017-07-10 08:09:18 -0700390
Robert Sloan921ef2c2017-10-17 09:02:20 -0700391// ssl_protocol_version returns |ssl|'s protocol version. It is an error to
Robert Sloana27a6a42017-09-05 08:39:28 -0700392// call this function before the version is determined.
Robert Sloan921ef2c2017-10-17 09:02:20 -0700393uint16_t ssl_protocol_version(const SSL *ssl);
Robert Sloanf6200e72017-07-10 08:09:18 -0700394
Robert Sloandb4251a2017-09-18 09:38:15 -0700395// ssl_is_resumption_experiment returns whether the version corresponds to a
396// TLS 1.3 resumption experiment.
397bool ssl_is_resumption_experiment(uint16_t version);
398
399// ssl_is_resumption_variant returns whether the version corresponds to a
400// TLS 1.3 resumption experiment.
401bool ssl_is_resumption_variant(enum tls13_variant_t variant);
402
403// ssl_is_resumption_client_ccs_experiment returns whether the version
404// corresponds to a TLS 1.3 resumption experiment that sends a client CCS.
405bool ssl_is_resumption_client_ccs_experiment(uint16_t version);
406
407// ssl_is_resumption_record_version_experiment returns whether the version
408// corresponds to a TLS 1.3 resumption experiment that modifies the record
409// version.
410bool ssl_is_resumption_record_version_experiment(uint16_t version);
411
Robert Sloanf6200e72017-07-10 08:09:18 -0700412
Robert Sloana27a6a42017-09-05 08:39:28 -0700413// Cipher suites.
Adam Langleye9ada862015-05-11 17:20:37 -0700414
Robert Sloandb4251a2017-09-18 09:38:15 -0700415} // namespace bssl
416
417struct ssl_cipher_st {
418 // name is the OpenSSL name for the cipher.
419 const char *name;
420 // standard_name is the IETF name for the cipher.
421 const char *standard_name;
422 // id is the cipher suite value bitwise OR-d with 0x03000000.
423 uint32_t id;
424
425 // algorithm_* determine the cipher suite. See constants below for the values.
426 uint32_t algorithm_mkey;
427 uint32_t algorithm_auth;
428 uint32_t algorithm_enc;
429 uint32_t algorithm_mac;
430 uint32_t algorithm_prf;
431};
432
433namespace bssl {
434
Robert Sloana27a6a42017-09-05 08:39:28 -0700435// Bits for |algorithm_mkey| (key exchange algorithm).
Robert Sloana12bf462017-07-17 07:08:26 -0700436#define SSL_kRSA 0x00000001u
437#define SSL_kECDHE 0x00000002u
Robert Sloana27a6a42017-09-05 08:39:28 -0700438// SSL_kPSK is only set for plain PSK, not ECDHE_PSK.
Robert Sloana12bf462017-07-17 07:08:26 -0700439#define SSL_kPSK 0x00000004u
440#define SSL_kGENERIC 0x00000008u
Adam Langleye9ada862015-05-11 17:20:37 -0700441
Robert Sloana27a6a42017-09-05 08:39:28 -0700442// Bits for |algorithm_auth| (server authentication).
Robert Sloana12bf462017-07-17 07:08:26 -0700443#define SSL_aRSA 0x00000001u
444#define SSL_aECDSA 0x00000002u
Robert Sloana27a6a42017-09-05 08:39:28 -0700445// SSL_aPSK is set for both PSK and ECDHE_PSK.
Robert Sloana12bf462017-07-17 07:08:26 -0700446#define SSL_aPSK 0x00000004u
447#define SSL_aGENERIC 0x00000008u
Adam Langleye9ada862015-05-11 17:20:37 -0700448
David Benjamind316cba2016-06-02 16:17:39 -0400449#define SSL_aCERT (SSL_aRSA | SSL_aECDSA)
450
Robert Sloana27a6a42017-09-05 08:39:28 -0700451// Bits for |algorithm_enc| (symmetric encryption).
Robert Sloana12bf462017-07-17 07:08:26 -0700452#define SSL_3DES 0x00000001u
453#define SSL_AES128 0x00000002u
454#define SSL_AES256 0x00000004u
455#define SSL_AES128GCM 0x00000008u
456#define SSL_AES256GCM 0x00000010u
457#define SSL_eNULL 0x00000020u
458#define SSL_CHACHA20POLY1305 0x00000040u
Adam Langleye9ada862015-05-11 17:20:37 -0700459
460#define SSL_AES (SSL_AES128 | SSL_AES256 | SSL_AES128GCM | SSL_AES256GCM)
461
Robert Sloana27a6a42017-09-05 08:39:28 -0700462// Bits for |algorithm_mac| (symmetric authentication).
Robert Sloana12bf462017-07-17 07:08:26 -0700463#define SSL_SHA1 0x00000001u
464#define SSL_SHA256 0x00000002u
465#define SSL_SHA384 0x00000004u
Robert Sloana27a6a42017-09-05 08:39:28 -0700466// SSL_AEAD is set for all AEADs.
Robert Sloana12bf462017-07-17 07:08:26 -0700467#define SSL_AEAD 0x00000008u
Adam Langleye9ada862015-05-11 17:20:37 -0700468
Robert Sloana27a6a42017-09-05 08:39:28 -0700469// Bits for |algorithm_prf| (handshake digest).
Kenny Rootb8494592015-09-25 02:29:14 +0000470#define SSL_HANDSHAKE_MAC_DEFAULT 0x1
471#define SSL_HANDSHAKE_MAC_SHA256 0x2
472#define SSL_HANDSHAKE_MAC_SHA384 0x4
Adam Langleye9ada862015-05-11 17:20:37 -0700473
Robert Sloana27a6a42017-09-05 08:39:28 -0700474// SSL_MAX_DIGEST is the number of digest types which exist. When adding a new
475// one, update the table in ssl_cipher.c.
Adam Langleye9ada862015-05-11 17:20:37 -0700476#define SSL_MAX_DIGEST 4
477
Robert Sloana27a6a42017-09-05 08:39:28 -0700478// ssl_cipher_get_evp_aead sets |*out_aead| to point to the correct EVP_AEAD
479// object for |cipher| protocol version |version|. It sets |*out_mac_secret_len|
480// and |*out_fixed_iv_len| to the MAC key length and fixed IV length,
481// respectively. The MAC key length is zero except for legacy block and stream
Robert Sloanae1abf92017-10-05 12:50:08 -0700482// ciphers. It returns true on success and false on error.
483bool ssl_cipher_get_evp_aead(const EVP_AEAD **out_aead,
484 size_t *out_mac_secret_len,
485 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher,
486 uint16_t version, int is_dtls);
Adam Langleye9ada862015-05-11 17:20:37 -0700487
Robert Sloana27a6a42017-09-05 08:39:28 -0700488// ssl_get_handshake_digest returns the |EVP_MD| corresponding to |version| and
489// |cipher|.
Robert Sloan84377092017-08-14 09:33:19 -0700490const EVP_MD *ssl_get_handshake_digest(uint16_t version,
491 const SSL_CIPHER *cipher);
Adam Langleye9ada862015-05-11 17:20:37 -0700492
Robert Sloana27a6a42017-09-05 08:39:28 -0700493// ssl_create_cipher_list evaluates |rule_str| according to the ciphers in
494// |ssl_method|. It sets |*out_cipher_list| to a newly-allocated
Robert Sloanae1abf92017-10-05 12:50:08 -0700495// |ssl_cipher_preference_list_st| containing the result. It returns true on
496// success and false on failure. If |strict| is true, nonsense will be
497// rejected. If false, nonsense will be silently ignored. An empty result is
498// considered an error regardless of |strict|.
499bool ssl_create_cipher_list(
Robert Sloan1c9db532017-03-13 08:03:59 -0700500 const SSL_PROTOCOL_METHOD *ssl_method,
501 struct ssl_cipher_preference_list_st **out_cipher_list,
Robert Sloanae1abf92017-10-05 12:50:08 -0700502 const char *rule_str, bool strict);
Adam Langleye9ada862015-05-11 17:20:37 -0700503
Robert Sloana27a6a42017-09-05 08:39:28 -0700504// ssl_cipher_get_value returns the cipher suite id of |cipher|.
Adam Langleyf4e42722015-06-04 17:45:09 -0700505uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher);
506
Robert Sloana27a6a42017-09-05 08:39:28 -0700507// ssl_cipher_auth_mask_for_key returns the mask of cipher |algorithm_auth|
508// values suitable for use with |key| in TLS 1.2 and below.
Robert Sloan572a4e22017-04-17 10:52:19 -0700509uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key);
Adam Langleye9ada862015-05-11 17:20:37 -0700510
Robert Sloanae1abf92017-10-05 12:50:08 -0700511// ssl_cipher_uses_certificate_auth returns whether |cipher| authenticates the
512// server and, optionally, the client with a certificate.
513bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher);
Adam Langleye9ada862015-05-11 17:20:37 -0700514
Robert Sloanae1abf92017-10-05 12:50:08 -0700515// ssl_cipher_requires_server_key_exchange returns whether |cipher| requires a
516// ServerKeyExchange message.
Robert Sloana27a6a42017-09-05 08:39:28 -0700517//
Robert Sloanae1abf92017-10-05 12:50:08 -0700518// This function may return false while still allowing |cipher| an optional
Robert Sloana27a6a42017-09-05 08:39:28 -0700519// ServerKeyExchange. This is the case for plain PSK ciphers.
Robert Sloanae1abf92017-10-05 12:50:08 -0700520bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher);
Adam Langleye9ada862015-05-11 17:20:37 -0700521
Robert Sloana27a6a42017-09-05 08:39:28 -0700522// ssl_cipher_get_record_split_len, for TLS 1.0 CBC mode ciphers, returns the
523// length of an encrypted 1-byte record, for use in record-splitting. Otherwise
524// it returns zero.
Kenny Rootb8494592015-09-25 02:29:14 +0000525size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher);
526
Adam Langleye9ada862015-05-11 17:20:37 -0700527
Robert Sloana27a6a42017-09-05 08:39:28 -0700528// Transcript layer.
Robert Sloan5d625782017-02-13 09:55:39 -0800529
Robert Sloana27a6a42017-09-05 08:39:28 -0700530// SSLTranscript maintains the handshake transcript as a combination of a
531// buffer and running hash.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700532class SSLTranscript {
533 public:
534 SSLTranscript();
535 ~SSLTranscript();
536
Robert Sloana27a6a42017-09-05 08:39:28 -0700537 // Init initializes the handshake transcript. If called on an existing
538 // transcript, it resets the transcript and hash. It returns true on success
539 // and false on failure.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700540 bool Init();
541
Robert Sloana27a6a42017-09-05 08:39:28 -0700542 // InitHash initializes the handshake hash based on the PRF and contents of
543 // the handshake transcript. Subsequent calls to |Update| will update the
544 // rolling hash. It returns one on success and zero on failure. It is an error
545 // to call this function after the handshake buffer is released.
Robert Sloan84377092017-08-14 09:33:19 -0700546 bool InitHash(uint16_t version, const SSL_CIPHER *cipher);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700547
Robert Sloan921ef2c2017-10-17 09:02:20 -0700548 Span<const uint8_t> buffer() {
549 return MakeConstSpan(reinterpret_cast<const uint8_t *>(buffer_->data),
550 buffer_->length);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700551 }
Robert Sloanb6d070c2017-07-24 08:40:01 -0700552
Robert Sloana27a6a42017-09-05 08:39:28 -0700553 // FreeBuffer releases the handshake buffer. Subsequent calls to
554 // |Update| will not update the handshake buffer.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700555 void FreeBuffer();
556
Robert Sloana27a6a42017-09-05 08:39:28 -0700557 // DigestLen returns the length of the PRF hash.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700558 size_t DigestLen() const;
559
Robert Sloana27a6a42017-09-05 08:39:28 -0700560 // Digest returns the PRF hash. For TLS 1.1 and below, this is
561 // |EVP_md5_sha1|.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700562 const EVP_MD *Digest() const;
563
Robert Sloana27a6a42017-09-05 08:39:28 -0700564 // Update adds |in| to the handshake buffer and handshake hash, whichever is
565 // enabled. It returns true on success and false on failure.
Robert Sloan921ef2c2017-10-17 09:02:20 -0700566 bool Update(Span<const uint8_t> in);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700567
Robert Sloana27a6a42017-09-05 08:39:28 -0700568 // GetHash writes the handshake hash to |out| which must have room for at
569 // least |DigestLen| bytes. On success, it returns true and sets |*out_len| to
570 // the number of bytes written. Otherwise, it returns false.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700571 bool GetHash(uint8_t *out, size_t *out_len);
572
Robert Sloana27a6a42017-09-05 08:39:28 -0700573 // GetSSL3CertVerifyHash writes the SSL 3.0 CertificateVerify hash into the
574 // bytes pointed to by |out| and writes the number of bytes to
575 // |*out_len|. |out| must have room for |EVP_MAX_MD_SIZE| bytes. It returns
576 // one on success and zero on failure.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700577 bool GetSSL3CertVerifyHash(uint8_t *out, size_t *out_len,
578 const SSL_SESSION *session,
579 uint16_t signature_algorithm);
580
Robert Sloana27a6a42017-09-05 08:39:28 -0700581 // GetFinishedMAC computes the MAC for the Finished message into the bytes
582 // pointed by |out| and writes the number of bytes to |*out_len|. |out| must
583 // have room for |EVP_MAX_MD_SIZE| bytes. It returns true on success and false
584 // on failure.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700585 bool GetFinishedMAC(uint8_t *out, size_t *out_len, const SSL_SESSION *session,
Robert Sloana27a6a42017-09-05 08:39:28 -0700586 bool from_server);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700587
588 private:
Robert Sloana27a6a42017-09-05 08:39:28 -0700589 // buffer_, if non-null, contains the handshake transcript.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700590 UniquePtr<BUF_MEM> buffer_;
Robert Sloana27a6a42017-09-05 08:39:28 -0700591 // hash, if initialized with an |EVP_MD|, maintains the handshake hash. For
592 // TLS 1.1 and below, it is the SHA-1 half.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700593 ScopedEVP_MD_CTX hash_;
Robert Sloana27a6a42017-09-05 08:39:28 -0700594 // md5, if initialized with an |EVP_MD|, maintains the MD5 half of the
595 // handshake hash for TLS 1.1 and below.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700596 ScopedEVP_MD_CTX md5_;
597};
Robert Sloan5d625782017-02-13 09:55:39 -0800598
Robert Sloana27a6a42017-09-05 08:39:28 -0700599// tls1_prf computes the PRF function for |ssl|. It writes |out_len| bytes to
600// |out|, using |secret| as the secret and |label| as the label. |seed1| and
601// |seed2| are concatenated to form the seed parameter. It returns one on
602// success and zero on failure.
Robert Sloan5d625782017-02-13 09:55:39 -0800603int tls1_prf(const EVP_MD *digest, uint8_t *out, size_t out_len,
604 const uint8_t *secret, size_t secret_len, const char *label,
605 size_t label_len, const uint8_t *seed1, size_t seed1_len,
606 const uint8_t *seed2, size_t seed2_len);
607
608
Robert Sloana27a6a42017-09-05 08:39:28 -0700609// Encryption layer.
Adam Langleyf4e42722015-06-04 17:45:09 -0700610
Robert Sloana27a6a42017-09-05 08:39:28 -0700611// SSLAEADContext contains information about an AEAD that is being used to
612// encrypt an SSL connection.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700613class SSLAEADContext {
614 public:
Robert Sloandb4251a2017-09-18 09:38:15 -0700615 SSLAEADContext(uint16_t version, bool is_dtls, const SSL_CIPHER *cipher);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700616 ~SSLAEADContext();
Robert Sloanfe7cd212017-08-07 09:03:39 -0700617 static constexpr bool kAllowUniquePtr = true;
618
Robert Sloanb6d070c2017-07-24 08:40:01 -0700619 SSLAEADContext(const SSLAEADContext &&) = delete;
620 SSLAEADContext &operator=(const SSLAEADContext &&) = delete;
621
Robert Sloana27a6a42017-09-05 08:39:28 -0700622 // CreateNullCipher creates an |SSLAEADContext| for the null cipher.
Robert Sloandb4251a2017-09-18 09:38:15 -0700623 static UniquePtr<SSLAEADContext> CreateNullCipher(bool is_dtls);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700624
Robert Sloana27a6a42017-09-05 08:39:28 -0700625 // Create creates an |SSLAEADContext| using the supplied key material. It
626 // returns nullptr on error. Only one of |Open| or |Seal| may be used with the
627 // resulting object, depending on |direction|. |version| is the normalized
628 // protocol version, so DTLS 1.0 is represented as 0x0301, not 0xffef.
Robert Sloanae1abf92017-10-05 12:50:08 -0700629 static UniquePtr<SSLAEADContext> Create(enum evp_aead_direction_t direction,
630 uint16_t version, int is_dtls,
631 const SSL_CIPHER *cipher,
632 Span<const uint8_t> enc_key,
633 Span<const uint8_t> mac_key,
634 Span<const uint8_t> fixed_iv);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700635
Robert Sloandb4251a2017-09-18 09:38:15 -0700636 // SetVersionIfNullCipher sets the version the SSLAEADContext for the null
637 // cipher, to make version-specific determinations in the record layer prior
638 // to a cipher being selected.
639 void SetVersionIfNullCipher(uint16_t version);
640
641 // ProtocolVersion returns the protocol version associated with this
642 // SSLAEADContext. It can only be called once |version_| has been set to a
643 // valid value.
644 uint16_t ProtocolVersion() const;
645
646 // RecordVersion returns the record version that should be used with this
647 // SSLAEADContext for record construction and crypto.
648 uint16_t RecordVersion() const;
649
Robert Sloanb6d070c2017-07-24 08:40:01 -0700650 const SSL_CIPHER *cipher() const { return cipher_; }
651
Robert Sloana27a6a42017-09-05 08:39:28 -0700652 // is_null_cipher returns true if this is the null cipher.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700653 bool is_null_cipher() const { return !cipher_; }
654
Robert Sloana27a6a42017-09-05 08:39:28 -0700655 // ExplicitNonceLen returns the length of the explicit nonce.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700656 size_t ExplicitNonceLen() const;
657
Robert Sloana27a6a42017-09-05 08:39:28 -0700658 // MaxOverhead returns the maximum overhead of calling |Seal|.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700659 size_t MaxOverhead() const;
660
Robert Sloana27a6a42017-09-05 08:39:28 -0700661 // SuffixLen calculates the suffix length written by |SealScatter| and writes
662 // it to |*out_suffix_len|. It returns true on success and false on error.
663 // |in_len| and |extra_in_len| should equal the argument of the same names
664 // passed to |SealScatter|.
Robert Sloanfe7cd212017-08-07 09:03:39 -0700665 bool SuffixLen(size_t *out_suffix_len, size_t in_len,
666 size_t extra_in_len) const;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700667
Robert Sloan921ef2c2017-10-17 09:02:20 -0700668 // Open authenticates and decrypts |in| in-place. On success, it sets |*out|
669 // to the plaintext in |in| and returns true. Otherwise, it returns
670 // false. The output will always be |ExplicitNonceLen| bytes ahead of |in|.
671 bool Open(Span<uint8_t> *out, uint8_t type, uint16_t record_version,
672 const uint8_t seqnum[8], Span<uint8_t> in);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700673
Robert Sloana27a6a42017-09-05 08:39:28 -0700674 // Seal encrypts and authenticates |in_len| bytes from |in| and writes the
675 // result to |out|. It returns true on success and false on error.
676 //
677 // If |in| and |out| alias then |out| + |ExplicitNonceLen| must be == |in|.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700678 bool Seal(uint8_t *out, size_t *out_len, size_t max_out, uint8_t type,
Robert Sloandb4251a2017-09-18 09:38:15 -0700679 uint16_t record_version, const uint8_t seqnum[8], const uint8_t *in,
Robert Sloanb6d070c2017-07-24 08:40:01 -0700680 size_t in_len);
681
Robert Sloana27a6a42017-09-05 08:39:28 -0700682 // SealScatter encrypts and authenticates |in_len| bytes from |in| and splits
683 // the result between |out_prefix|, |out| and |out_suffix|. It returns one on
684 // success and zero on error.
685 //
686 // On successful return, exactly |ExplicitNonceLen| bytes are written to
687 // |out_prefix|, |in_len| bytes to |out|, and |SuffixLen| bytes to
688 // |out_suffix|.
689 //
690 // |extra_in| may point to an additional plaintext buffer. If present,
691 // |extra_in_len| additional bytes are encrypted and authenticated, and the
692 // ciphertext is written to the beginning of |out_suffix|. |SuffixLen| should
693 // be used to size |out_suffix| accordingly.
694 //
695 // If |in| and |out| alias then |out| must be == |in|. Other arguments may not
696 // alias anything.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700697 bool SealScatter(uint8_t *out_prefix, uint8_t *out, uint8_t *out_suffix,
Robert Sloandb4251a2017-09-18 09:38:15 -0700698 uint8_t type, uint16_t record_version,
699 const uint8_t seqnum[8], const uint8_t *in, size_t in_len,
700 const uint8_t *extra_in, size_t extra_in_len);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700701
702 bool GetIV(const uint8_t **out_iv, size_t *out_iv_len) const;
703
704 private:
Robert Sloana27a6a42017-09-05 08:39:28 -0700705 // GetAdditionalData writes the additional data into |out| and returns the
706 // number of bytes written.
Robert Sloandb4251a2017-09-18 09:38:15 -0700707 size_t GetAdditionalData(uint8_t out[13], uint8_t type,
708 uint16_t record_version, const uint8_t seqnum[8],
709 size_t plaintext_len);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700710
711 const SSL_CIPHER *cipher_;
712 ScopedEVP_AEAD_CTX ctx_;
Robert Sloana27a6a42017-09-05 08:39:28 -0700713 // fixed_nonce_ contains any bytes of the nonce that are fixed for all
714 // records.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700715 uint8_t fixed_nonce_[12];
716 uint8_t fixed_nonce_len_ = 0, variable_nonce_len_ = 0;
Robert Sloandb4251a2017-09-18 09:38:15 -0700717 // version_ is the wire version that should be used with this AEAD.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700718 uint16_t version_;
Robert Sloandb4251a2017-09-18 09:38:15 -0700719 // is_dtls_ is whether DTLS is being used with this AEAD.
720 bool is_dtls_;
Robert Sloana27a6a42017-09-05 08:39:28 -0700721 // variable_nonce_included_in_record_ is true if the variable nonce
722 // for a record is included as a prefix before the ciphertext.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700723 bool variable_nonce_included_in_record_ : 1;
Robert Sloana27a6a42017-09-05 08:39:28 -0700724 // random_variable_nonce_ is true if the variable nonce is
725 // randomly generated, rather than derived from the sequence
726 // number.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700727 bool random_variable_nonce_ : 1;
Robert Sloana27a6a42017-09-05 08:39:28 -0700728 // omit_length_in_ad_ is true if the length should be omitted in the
729 // AEAD's ad parameter.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700730 bool omit_length_in_ad_ : 1;
Robert Sloana27a6a42017-09-05 08:39:28 -0700731 // omit_version_in_ad_ is true if the version should be omitted
732 // in the AEAD's ad parameter.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700733 bool omit_version_in_ad_ : 1;
Robert Sloana27a6a42017-09-05 08:39:28 -0700734 // omit_ad_ is true if the AEAD's ad parameter should be omitted.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700735 bool omit_ad_ : 1;
Robert Sloana27a6a42017-09-05 08:39:28 -0700736 // xor_fixed_nonce_ is true if the fixed nonce should be XOR'd into the
737 // variable nonce rather than prepended.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700738 bool xor_fixed_nonce_ : 1;
739};
Robert Sloana12bf462017-07-17 07:08:26 -0700740
Adam Langleyf4e42722015-06-04 17:45:09 -0700741
Robert Sloana27a6a42017-09-05 08:39:28 -0700742// DTLS replay bitmap.
Kenny Rootb8494592015-09-25 02:29:14 +0000743
Robert Sloana27a6a42017-09-05 08:39:28 -0700744// DTLS1_BITMAP maintains a sliding window of 64 sequence numbers to detect
745// replayed packets. It should be initialized by zeroing every field.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700746struct DTLS1_BITMAP {
Robert Sloana27a6a42017-09-05 08:39:28 -0700747 // map is a bit mask of the last 64 sequence numbers. Bit
748 // |1<<i| corresponds to |max_seq_num - i|.
Kenny Rootb8494592015-09-25 02:29:14 +0000749 uint64_t map;
Robert Sloana27a6a42017-09-05 08:39:28 -0700750 // max_seq_num is the largest sequence number seen so far as a 64-bit
751 // integer.
Kenny Rootb8494592015-09-25 02:29:14 +0000752 uint64_t max_seq_num;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700753};
Kenny Rootb8494592015-09-25 02:29:14 +0000754
755
Robert Sloana27a6a42017-09-05 08:39:28 -0700756// Record layer.
Kenny Rootb8494592015-09-25 02:29:14 +0000757
Robert Sloana27a6a42017-09-05 08:39:28 -0700758// ssl_record_sequence_update increments the sequence number in |seq|. It
759// returns one on success and zero on wraparound.
David Benjamin4969cc92016-04-22 15:02:23 -0400760int ssl_record_sequence_update(uint8_t *seq, size_t seq_len);
761
Robert Sloana27a6a42017-09-05 08:39:28 -0700762// ssl_record_prefix_len returns the length of the prefix before the ciphertext
763// of a record for |ssl|.
764//
765// TODO(davidben): Expose this as part of public API once the high-level
766// buffer-free APIs are available.
Kenny Rootb8494592015-09-25 02:29:14 +0000767size_t ssl_record_prefix_len(const SSL *ssl);
768
769enum ssl_open_record_t {
770 ssl_open_record_success,
771 ssl_open_record_discard,
772 ssl_open_record_partial,
David Benjamin6e899c72016-06-09 18:02:18 -0400773 ssl_open_record_close_notify,
Kenny Rootb8494592015-09-25 02:29:14 +0000774 ssl_open_record_error,
775};
776
Robert Sloana27a6a42017-09-05 08:39:28 -0700777// tls_open_record decrypts a record from |in| in-place.
778//
779// If the input did not contain a complete record, it returns
780// |ssl_open_record_partial|. It sets |*out_consumed| to the total number of
781// bytes necessary. It is guaranteed that a successful call to |tls_open_record|
782// will consume at least that many bytes.
783//
784// Otherwise, it sets |*out_consumed| to the number of bytes of input
785// consumed. Note that input may be consumed on all return codes if a record was
786// decrypted.
787//
788// On success, it returns |ssl_open_record_success|. It sets |*out_type| to the
789// record type and |*out| to the record body in |in|. Note that |*out| may be
790// empty.
791//
792// If a record was successfully processed but should be discarded, it returns
793// |ssl_open_record_discard|.
794//
Robert Sloan921ef2c2017-10-17 09:02:20 -0700795// If a record was successfully processed but is a close_notify, it returns
796// |ssl_open_record_close_notify|.
Robert Sloana27a6a42017-09-05 08:39:28 -0700797//
Robert Sloan921ef2c2017-10-17 09:02:20 -0700798// On failure or fatal alert, it returns |ssl_open_record_error| and sets
799// |*out_alert| to an alert to emit, or zero if no alert should be emitted.
800enum ssl_open_record_t tls_open_record(SSL *ssl, uint8_t *out_type,
801 Span<uint8_t> *out, size_t *out_consumed,
802 uint8_t *out_alert, Span<uint8_t> in);
Kenny Rootb8494592015-09-25 02:29:14 +0000803
Robert Sloan921ef2c2017-10-17 09:02:20 -0700804// dtls_open_record implements |tls_open_record| for DTLS. It only returns
805// |ssl_open_record_partial| if |in| was empty and sets |*out_consumed| to
806// zero. The caller should read one packet and try again.
807enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type,
808 Span<uint8_t> *out,
David Benjamin6e899c72016-06-09 18:02:18 -0400809 size_t *out_consumed,
Robert Sloan921ef2c2017-10-17 09:02:20 -0700810 uint8_t *out_alert, Span<uint8_t> in);
Kenny Rootb8494592015-09-25 02:29:14 +0000811
Robert Sloana27a6a42017-09-05 08:39:28 -0700812// ssl_seal_align_prefix_len returns the length of the prefix before the start
813// of the bulk of the ciphertext when sealing a record with |ssl|. Callers may
814// use this to align buffers.
815//
816// Note when TLS 1.0 CBC record-splitting is enabled, this includes the one byte
817// record and is the offset into second record's ciphertext. Thus sealing a
818// small record may result in a smaller output than this value.
819//
820// TODO(davidben): Is this alignment valuable? Record-splitting makes this a
821// mess.
David Benjamin6e899c72016-06-09 18:02:18 -0400822size_t ssl_seal_align_prefix_len(const SSL *ssl);
Kenny Rootb8494592015-09-25 02:29:14 +0000823
Robert Sloana27a6a42017-09-05 08:39:28 -0700824// tls_seal_record seals a new record of type |type| and body |in| and writes it
825// to |out|. At most |max_out| bytes will be written. It returns one on success
826// and zero on error. If enabled, |tls_seal_record| implements TLS 1.0 CBC 1/n-1
827// record splitting and may write two records concatenated.
828//
829// For a large record, the bulk of the ciphertext will begin
830// |ssl_seal_align_prefix_len| bytes into out. Aligning |out| appropriately may
831// improve performance. It writes at most |in_len| + |SSL_max_seal_overhead|
832// bytes to |out|.
833//
834// |in| and |out| may not alias.
Kenny Rootb8494592015-09-25 02:29:14 +0000835int tls_seal_record(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out,
836 uint8_t type, const uint8_t *in, size_t in_len);
837
838enum dtls1_use_epoch_t {
839 dtls1_use_previous_epoch,
840 dtls1_use_current_epoch,
841};
842
Robert Sloana27a6a42017-09-05 08:39:28 -0700843// dtls_max_seal_overhead returns the maximum overhead, in bytes, of sealing a
844// record.
Robert Sloan4d1ac502017-02-06 08:36:14 -0800845size_t dtls_max_seal_overhead(const SSL *ssl, enum dtls1_use_epoch_t use_epoch);
846
Robert Sloana27a6a42017-09-05 08:39:28 -0700847// dtls_seal_prefix_len returns the number of bytes of prefix to reserve in
848// front of the plaintext when sealing a record in-place.
David Benjaminf31229b2017-01-25 14:08:15 -0500849size_t dtls_seal_prefix_len(const SSL *ssl, enum dtls1_use_epoch_t use_epoch);
850
Robert Sloana27a6a42017-09-05 08:39:28 -0700851// dtls_seal_record implements |tls_seal_record| for DTLS. |use_epoch| selects
852// which epoch's cipher state to use. Unlike |tls_seal_record|, |in| and |out|
853// may alias but, if they do, |in| must be exactly |dtls_seal_prefix_len| bytes
854// ahead of |out|.
Kenny Rootb8494592015-09-25 02:29:14 +0000855int dtls_seal_record(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out,
856 uint8_t type, const uint8_t *in, size_t in_len,
857 enum dtls1_use_epoch_t use_epoch);
858
Robert Sloana27a6a42017-09-05 08:39:28 -0700859// ssl_process_alert processes |in| as an alert and updates |ssl|'s shutdown
860// state. It returns one of |ssl_open_record_discard|, |ssl_open_record_error|,
861// |ssl_open_record_close_notify|, or |ssl_open_record_fatal_alert| as
862// appropriate.
David Benjamin6e899c72016-06-09 18:02:18 -0400863enum ssl_open_record_t ssl_process_alert(SSL *ssl, uint8_t *out_alert,
Robert Sloan921ef2c2017-10-17 09:02:20 -0700864 Span<const uint8_t> in);
David Benjamin6e899c72016-06-09 18:02:18 -0400865
Kenny Rootb8494592015-09-25 02:29:14 +0000866
Robert Sloana27a6a42017-09-05 08:39:28 -0700867// Private key operations.
Kenny Rootb8494592015-09-25 02:29:14 +0000868
Robert Sloana27a6a42017-09-05 08:39:28 -0700869// ssl_has_private_key returns one if |ssl| has a private key
870// configured and zero otherwise.
David Benjaminc895d6b2016-08-11 13:26:41 -0400871int ssl_has_private_key(const SSL *ssl);
872
Robert Sloana27a6a42017-09-05 08:39:28 -0700873// ssl_private_key_* perform the corresponding operation on
874// |SSL_PRIVATE_KEY_METHOD|. If there is a custom private key configured, they
875// call the corresponding function or |complete| depending on whether there is a
876// pending operation. Otherwise, they implement the operation with
877// |EVP_PKEY|.
Kenny Rootb8494592015-09-25 02:29:14 +0000878
Kenny Rootb8494592015-09-25 02:29:14 +0000879enum ssl_private_key_result_t ssl_private_key_sign(
Robert Sloane56da3e2017-06-26 08:26:42 -0700880 SSL_HANDSHAKE *hs, uint8_t *out, size_t *out_len, size_t max_out,
Robert Sloan921ef2c2017-10-17 09:02:20 -0700881 uint16_t sigalg, Span<const uint8_t> in);
Kenny Rootb8494592015-09-25 02:29:14 +0000882
Robert Sloan921ef2c2017-10-17 09:02:20 -0700883enum ssl_private_key_result_t ssl_private_key_decrypt(SSL_HANDSHAKE *hs,
884 uint8_t *out,
885 size_t *out_len,
886 size_t max_out,
887 Span<const uint8_t> in);
Kenny Roote99801b2015-11-06 15:31:15 -0800888
Robert Sloan921ef2c2017-10-17 09:02:20 -0700889// ssl_private_key_supports_signature_algorithm returns whether |hs|'s private
890// key supports |sigalg|.
891bool ssl_private_key_supports_signature_algorithm(SSL_HANDSHAKE *hs,
Robert Sloan572a4e22017-04-17 10:52:19 -0700892 uint16_t sigalg);
David Benjaminc895d6b2016-08-11 13:26:41 -0400893
Robert Sloana27a6a42017-09-05 08:39:28 -0700894// ssl_public_key_verify verifies that the |signature| is valid for the public
895// key |pkey| and input |in|, using the signature algorithm |sigalg|.
Robert Sloan921ef2c2017-10-17 09:02:20 -0700896bool ssl_public_key_verify(SSL *ssl, Span<const uint8_t> signature,
897 uint16_t sigalg, EVP_PKEY *pkey,
898 Span<const uint8_t> in);
Kenny Roote99801b2015-11-06 15:31:15 -0800899
Kenny Rootb8494592015-09-25 02:29:14 +0000900
Robert Sloana27a6a42017-09-05 08:39:28 -0700901// Custom extensions
Kenny Rootb8494592015-09-25 02:29:14 +0000902
Robert Sloanb6d070c2017-07-24 08:40:01 -0700903} // namespace bssl
904
Robert Sloana27a6a42017-09-05 08:39:28 -0700905// |SSL_CUSTOM_EXTENSION| is a structure that contains information about
906// custom-extension callbacks. It is defined unnamespaced for compatibility with
907// |STACK_OF(SSL_CUSTOM_EXTENSION)|.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700908typedef struct ssl_custom_extension {
Kenny Rootb8494592015-09-25 02:29:14 +0000909 SSL_custom_ext_add_cb add_callback;
910 void *add_arg;
911 SSL_custom_ext_free_cb free_callback;
912 SSL_custom_ext_parse_cb parse_callback;
913 void *parse_arg;
914 uint16_t value;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700915} SSL_CUSTOM_EXTENSION;
Kenny Rootb8494592015-09-25 02:29:14 +0000916
Robert Sloan8ff03552017-06-14 12:40:58 -0700917DEFINE_STACK_OF(SSL_CUSTOM_EXTENSION)
918
Robert Sloanb6d070c2017-07-24 08:40:01 -0700919namespace bssl {
920
921void SSL_CUSTOM_EXTENSION_free(SSL_CUSTOM_EXTENSION *custom_extension);
922
David Benjamin1b249672016-12-06 18:25:50 -0500923int custom_ext_add_clienthello(SSL_HANDSHAKE *hs, CBB *extensions);
924int custom_ext_parse_serverhello(SSL_HANDSHAKE *hs, int *out_alert,
925 uint16_t value, const CBS *extension);
926int custom_ext_parse_clienthello(SSL_HANDSHAKE *hs, int *out_alert,
927 uint16_t value, const CBS *extension);
928int custom_ext_add_serverhello(SSL_HANDSHAKE *hs, CBB *extensions);
Kenny Rootb8494592015-09-25 02:29:14 +0000929
930
Robert Sloana27a6a42017-09-05 08:39:28 -0700931// Key shares.
Adam Langley4139edb2016-01-13 15:00:54 -0800932
Robert Sloana27a6a42017-09-05 08:39:28 -0700933// SSLKeyShare abstracts over Diffie-Hellman-like key exchanges.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700934class SSLKeyShare {
935 public:
936 virtual ~SSLKeyShare() {}
Robert Sloanfe7cd212017-08-07 09:03:39 -0700937 static constexpr bool kAllowUniquePtr = true;
938 HAS_VIRTUAL_DESTRUCTOR
Steven Valdez909b19f2016-11-21 15:35:44 -0500939
Robert Sloana27a6a42017-09-05 08:39:28 -0700940 // Create returns a SSLKeyShare instance for use with group |group_id| or
941 // nullptr on error.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700942 static UniquePtr<SSLKeyShare> Create(uint16_t group_id);
Adam Langley4139edb2016-01-13 15:00:54 -0800943
Robert Sloana27a6a42017-09-05 08:39:28 -0700944 // GroupID returns the group ID.
Robert Sloanfe7cd212017-08-07 09:03:39 -0700945 virtual uint16_t GroupID() const PURE_VIRTUAL;
Adam Langley4139edb2016-01-13 15:00:54 -0800946
Robert Sloana27a6a42017-09-05 08:39:28 -0700947 // Offer generates a keypair and writes the public value to
948 // |out_public_key|. It returns true on success and false on error.
Robert Sloanfe7cd212017-08-07 09:03:39 -0700949 virtual bool Offer(CBB *out_public_key) PURE_VIRTUAL;
Adam Langley4139edb2016-01-13 15:00:54 -0800950
Robert Sloana27a6a42017-09-05 08:39:28 -0700951 // Accept performs a key exchange against the |peer_key| generated by |offer|.
952 // On success, it returns true, writes the public value to |out_public_key|,
Robert Sloan4562e9d2017-10-02 10:26:51 -0700953 // and sets |*out_secret| the shared secret. On failure, it returns false and
954 // sets |*out_alert| to an alert to send to the peer.
Robert Sloana27a6a42017-09-05 08:39:28 -0700955 //
956 // The default implementation calls |Offer| and then |Finish|, assuming a key
957 // exchange protocol where the peers are symmetric.
Robert Sloan4562e9d2017-10-02 10:26:51 -0700958 virtual bool Accept(CBB *out_public_key, Array<uint8_t> *out_secret,
959 uint8_t *out_alert, Span<const uint8_t> peer_key);
David Benjamind316cba2016-06-02 16:17:39 -0400960
Robert Sloana27a6a42017-09-05 08:39:28 -0700961 // Finish performs a key exchange against the |peer_key| generated by
Robert Sloan4562e9d2017-10-02 10:26:51 -0700962 // |Accept|. On success, it returns true and sets |*out_secret| to the shared
963 // secret. On failure, it returns zero and sets |*out_alert| to an alert to
964 // send to the peer.
965 virtual bool Finish(Array<uint8_t> *out_secret, uint8_t *out_alert,
966 Span<const uint8_t> peer_key) PURE_VIRTUAL;
Steven Valdez909b19f2016-11-21 15:35:44 -0500967};
Adam Langley4139edb2016-01-13 15:00:54 -0800968
Robert Sloana27a6a42017-09-05 08:39:28 -0700969// ssl_nid_to_group_id looks up the group corresponding to |nid|. On success, it
970// sets |*out_group_id| to the group ID and returns one. Otherwise, it returns
971// zero.
David Benjamind316cba2016-06-02 16:17:39 -0400972int ssl_nid_to_group_id(uint16_t *out_group_id, int nid);
Adam Langley4139edb2016-01-13 15:00:54 -0800973
Robert Sloana27a6a42017-09-05 08:39:28 -0700974// ssl_name_to_group_id looks up the group corresponding to the |name| string
975// of length |len|. On success, it sets |*out_group_id| to the group ID and
976// returns one. Otherwise, it returns zero.
Steven Valdezbb1ceac2016-10-07 10:34:51 -0400977int ssl_name_to_group_id(uint16_t *out_group_id, const char *name, size_t len);
978
David Benjamind316cba2016-06-02 16:17:39 -0400979
Robert Sloana27a6a42017-09-05 08:39:28 -0700980// Handshake messages.
David Benjamind316cba2016-06-02 16:17:39 -0400981
Robert Sloan84377092017-08-14 09:33:19 -0700982struct SSLMessage {
983 bool is_v2_hello;
984 uint8_t type;
985 CBS body;
Robert Sloana27a6a42017-09-05 08:39:28 -0700986 // raw is the entire serialized handshake message, including the TLS or DTLS
987 // message header.
Robert Sloan84377092017-08-14 09:33:19 -0700988 CBS raw;
989};
990
Robert Sloana27a6a42017-09-05 08:39:28 -0700991// SSL_MAX_HANDSHAKE_FLIGHT is the number of messages, including
992// ChangeCipherSpec, in the longest handshake flight. Currently this is the
993// client's second leg in a full handshake when client certificates, NPN, and
994// Channel ID, are all enabled.
David Benjaminc895d6b2016-08-11 13:26:41 -0400995#define SSL_MAX_HANDSHAKE_FLIGHT 7
996
Robert Sloana27a6a42017-09-05 08:39:28 -0700997// ssl_max_handshake_message_len returns the maximum number of bytes permitted
998// in a handshake message for |ssl|.
David Benjamind316cba2016-06-02 16:17:39 -0400999size_t ssl_max_handshake_message_len(const SSL *ssl);
Adam Langley4139edb2016-01-13 15:00:54 -08001000
Robert Sloana27a6a42017-09-05 08:39:28 -07001001// dtls_clear_incoming_messages releases all buffered incoming messages.
David Benjaminc895d6b2016-08-11 13:26:41 -04001002void dtls_clear_incoming_messages(SSL *ssl);
1003
Robert Sloan36272962017-10-23 10:28:39 -07001004// tls_can_accept_handshake_data returns whether |ssl| is able to accept more
1005// data into handshake buffer.
1006bool tls_can_accept_handshake_data(const SSL *ssl, uint8_t *out_alert);
1007
Robert Sloan921ef2c2017-10-17 09:02:20 -07001008// tls_has_unprocessed_handshake_data returns whether there is buffered
1009// handshake data that has not been consumed by |get_message|.
1010bool tls_has_unprocessed_handshake_data(const SSL *ssl);
1011
1012// dtls_has_unprocessed_handshake_data behaves like
1013// |tls_has_unprocessed_handshake_data| for DTLS.
1014bool dtls_has_unprocessed_handshake_data(const SSL *ssl);
David Benjaminc895d6b2016-08-11 13:26:41 -04001015
Robert Sloanb6d070c2017-07-24 08:40:01 -07001016struct DTLS_OUTGOING_MESSAGE {
David Benjaminc895d6b2016-08-11 13:26:41 -04001017 uint8_t *data;
1018 uint32_t len;
1019 uint16_t epoch;
1020 char is_ccs;
Robert Sloanb6d070c2017-07-24 08:40:01 -07001021};
David Benjaminc895d6b2016-08-11 13:26:41 -04001022
Robert Sloana27a6a42017-09-05 08:39:28 -07001023// dtls_clear_outgoing_messages releases all buffered outgoing messages.
David Benjaminc895d6b2016-08-11 13:26:41 -04001024void dtls_clear_outgoing_messages(SSL *ssl);
1025
Adam Langley4139edb2016-01-13 15:00:54 -08001026
Robert Sloana27a6a42017-09-05 08:39:28 -07001027// Callbacks.
David Benjamin6e899c72016-06-09 18:02:18 -04001028
Robert Sloana27a6a42017-09-05 08:39:28 -07001029// ssl_do_info_callback calls |ssl|'s info callback, if set.
David Benjamin6e899c72016-06-09 18:02:18 -04001030void ssl_do_info_callback(const SSL *ssl, int type, int value);
1031
Robert Sloana27a6a42017-09-05 08:39:28 -07001032// ssl_do_msg_callback calls |ssl|'s message callback, if set.
David Benjamin7c0d06c2016-08-11 13:26:41 -04001033void ssl_do_msg_callback(SSL *ssl, int is_write, int content_type,
Robert Sloan921ef2c2017-10-17 09:02:20 -07001034 Span<const uint8_t> in);
David Benjamin6e899c72016-06-09 18:02:18 -04001035
1036
Robert Sloana27a6a42017-09-05 08:39:28 -07001037// Transport buffers.
Kenny Rootb8494592015-09-25 02:29:14 +00001038
Robert Sloan921ef2c2017-10-17 09:02:20 -07001039// ssl_read_buffer returns the current read buffer.
1040Span<uint8_t> ssl_read_buffer(SSL *ssl);
Kenny Rootb8494592015-09-25 02:29:14 +00001041
Robert Sloana27a6a42017-09-05 08:39:28 -07001042// ssl_read_buffer_extend_to extends the read buffer to the desired length. For
1043// TLS, it reads to the end of the buffer until the buffer is |len| bytes
1044// long. For DTLS, it reads a new packet and ignores |len|. It returns one on
1045// success, zero on EOF, and a negative number on error.
1046//
1047// It is an error to call |ssl_read_buffer_extend_to| in DTLS when the buffer is
1048// non-empty.
Kenny Rootb8494592015-09-25 02:29:14 +00001049int ssl_read_buffer_extend_to(SSL *ssl, size_t len);
1050
Robert Sloana27a6a42017-09-05 08:39:28 -07001051// ssl_read_buffer_consume consumes |len| bytes from the read buffer. It
1052// advances the data pointer and decrements the length. The memory consumed will
1053// remain valid until the next call to |ssl_read_buffer_extend| or it is
1054// discarded with |ssl_read_buffer_discard|.
Kenny Rootb8494592015-09-25 02:29:14 +00001055void ssl_read_buffer_consume(SSL *ssl, size_t len);
1056
Robert Sloana27a6a42017-09-05 08:39:28 -07001057// ssl_read_buffer_discard discards the consumed bytes from the read buffer. If
1058// the buffer is now empty, it releases memory used by it.
Kenny Rootb8494592015-09-25 02:29:14 +00001059void ssl_read_buffer_discard(SSL *ssl);
1060
Robert Sloana27a6a42017-09-05 08:39:28 -07001061// ssl_read_buffer_clear releases all memory associated with the read buffer and
1062// zero-initializes it.
Kenny Rootb8494592015-09-25 02:29:14 +00001063void ssl_read_buffer_clear(SSL *ssl);
1064
Robert Sloan36272962017-10-23 10:28:39 -07001065// ssl_handle_open_record handles the result of passing |ssl_read_buffer| to a
1066// record-processing function. If |ret| is a success or if the caller should
1067// retry, it returns one and sets |*out_retry|. Otherwise, it returns <= 0.
1068int ssl_handle_open_record(SSL *ssl, bool *out_retry, ssl_open_record_t ret,
1069 size_t consumed, uint8_t alert);
1070
Robert Sloana27a6a42017-09-05 08:39:28 -07001071// ssl_write_buffer_is_pending returns one if the write buffer has pending data
1072// and zero if is empty.
Kenny Rootb8494592015-09-25 02:29:14 +00001073int ssl_write_buffer_is_pending(const SSL *ssl);
1074
Robert Sloana27a6a42017-09-05 08:39:28 -07001075// ssl_write_buffer_init initializes the write buffer. On success, it sets
1076// |*out_ptr| to the start of the write buffer with space for up to |max_len|
1077// bytes. It returns one on success and zero on failure. Call
1078// |ssl_write_buffer_set_len| to complete initialization.
Kenny Rootb8494592015-09-25 02:29:14 +00001079int ssl_write_buffer_init(SSL *ssl, uint8_t **out_ptr, size_t max_len);
1080
Robert Sloana27a6a42017-09-05 08:39:28 -07001081// ssl_write_buffer_set_len is called after |ssl_write_buffer_init| to complete
1082// initialization after |len| bytes are written to the buffer.
Kenny Rootb8494592015-09-25 02:29:14 +00001083void ssl_write_buffer_set_len(SSL *ssl, size_t len);
1084
Robert Sloana27a6a42017-09-05 08:39:28 -07001085// ssl_write_buffer_flush flushes the write buffer to the transport. It returns
1086// one on success and <= 0 on error. For DTLS, whether or not the write
1087// succeeds, the write buffer will be cleared.
Kenny Rootb8494592015-09-25 02:29:14 +00001088int ssl_write_buffer_flush(SSL *ssl);
1089
Robert Sloana27a6a42017-09-05 08:39:28 -07001090// ssl_write_buffer_clear releases all memory associated with the write buffer
1091// and zero-initializes it.
Kenny Rootb8494592015-09-25 02:29:14 +00001092void ssl_write_buffer_clear(SSL *ssl);
1093
1094
Robert Sloana27a6a42017-09-05 08:39:28 -07001095// Certificate functions.
David Benjaminc895d6b2016-08-11 13:26:41 -04001096
Robert Sloana27a6a42017-09-05 08:39:28 -07001097// ssl_has_certificate returns one if a certificate and private key are
1098// configured and zero otherwise.
David Benjaminc895d6b2016-08-11 13:26:41 -04001099int ssl_has_certificate(const SSL *ssl);
1100
Robert Sloana27a6a42017-09-05 08:39:28 -07001101// ssl_parse_cert_chain parses a certificate list from |cbs| in the format used
1102// by a TLS Certificate message. On success, it advances |cbs| and returns
1103// true. Otherwise, it returns false and sets |*out_alert| to an alert to send
1104// to the peer.
1105//
1106// If the list is non-empty then |*out_chain| and |*out_pubkey| will be set to
1107// the certificate chain and the leaf certificate's public key
1108// respectively. Otherwise, both will be set to nullptr.
1109//
1110// If the list is non-empty and |out_leaf_sha256| is non-NULL, it writes the
1111// SHA-256 hash of the leaf to |out_leaf_sha256|.
Robert Sloanfe7cd212017-08-07 09:03:39 -07001112bool ssl_parse_cert_chain(uint8_t *out_alert,
1113 UniquePtr<STACK_OF(CRYPTO_BUFFER)> *out_chain,
1114 UniquePtr<EVP_PKEY> *out_pubkey,
1115 uint8_t *out_leaf_sha256, CBS *cbs,
1116 CRYPTO_BUFFER_POOL *pool);
David Benjaminc895d6b2016-08-11 13:26:41 -04001117
Robert Sloana27a6a42017-09-05 08:39:28 -07001118// ssl_add_cert_chain adds |ssl|'s certificate chain to |cbb| in the format used
1119// by a TLS Certificate message. If there is no certificate chain, it emits an
1120// empty certificate list. It returns one on success and zero on error.
David Benjaminc895d6b2016-08-11 13:26:41 -04001121int ssl_add_cert_chain(SSL *ssl, CBB *cbb);
1122
Robert Sloana27a6a42017-09-05 08:39:28 -07001123// ssl_cert_check_digital_signature_key_usage parses the DER-encoded, X.509
1124// certificate in |in| and returns one if doesn't specify a key usage or, if it
1125// does, if it includes digitalSignature. Otherwise it pushes to the error
1126// queue and returns zero.
Steven Valdeze7531f02016-12-14 13:29:57 -05001127int ssl_cert_check_digital_signature_key_usage(const CBS *in);
1128
Robert Sloana27a6a42017-09-05 08:39:28 -07001129// ssl_cert_parse_pubkey extracts the public key from the DER-encoded, X.509
1130// certificate in |in|. It returns an allocated |EVP_PKEY| or else returns
1131// nullptr and pushes to the error queue.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001132UniquePtr<EVP_PKEY> ssl_cert_parse_pubkey(const CBS *in);
Steven Valdeze7531f02016-12-14 13:29:57 -05001133
Robert Sloana27a6a42017-09-05 08:39:28 -07001134// ssl_parse_client_CA_list parses a CA list from |cbs| in the format used by a
1135// TLS CertificateRequest message. On success, it returns a newly-allocated
1136// |CRYPTO_BUFFER| list and advances |cbs|. Otherwise, it returns nullptr and
1137// sets |*out_alert| to an alert to send to the peer.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001138UniquePtr<STACK_OF(CRYPTO_BUFFER)> ssl_parse_client_CA_list(SSL *ssl,
1139 uint8_t *out_alert,
1140 CBS *cbs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001141
Robert Sloana27a6a42017-09-05 08:39:28 -07001142// ssl_add_client_CA_list adds the configured CA list to |cbb| in the format
1143// used by a TLS CertificateRequest message. It returns one on success and zero
1144// on error.
David Benjaminc895d6b2016-08-11 13:26:41 -04001145int ssl_add_client_CA_list(SSL *ssl, CBB *cbb);
1146
Robert Sloana27a6a42017-09-05 08:39:28 -07001147// ssl_check_leaf_certificate returns one if |pkey| and |leaf| are suitable as
1148// a server's leaf certificate for |hs|. Otherwise, it returns zero and pushes
1149// an error on the error queue.
Robert Sloana94fe052017-02-21 08:49:28 -08001150int ssl_check_leaf_certificate(SSL_HANDSHAKE *hs, EVP_PKEY *pkey,
Steven Valdeze7531f02016-12-14 13:29:57 -05001151 const CRYPTO_BUFFER *leaf);
David Benjaminc895d6b2016-08-11 13:26:41 -04001152
Robert Sloana27a6a42017-09-05 08:39:28 -07001153// ssl_on_certificate_selected is called once the certificate has been selected.
1154// It finalizes the certificate and initializes |hs->local_pubkey|. It returns
1155// one on success and zero on error.
Robert Sloan572a4e22017-04-17 10:52:19 -07001156int ssl_on_certificate_selected(SSL_HANDSHAKE *hs);
1157
David Benjaminc895d6b2016-08-11 13:26:41 -04001158
Robert Sloana27a6a42017-09-05 08:39:28 -07001159// TLS 1.3 key derivation.
David Benjaminc895d6b2016-08-11 13:26:41 -04001160
Robert Sloana27a6a42017-09-05 08:39:28 -07001161// tls13_init_key_schedule initializes the handshake hash and key derivation
1162// state. The cipher suite and PRF hash must have been selected at this point.
1163// It returns one on success and zero on error.
David Benjamin1b249672016-12-06 18:25:50 -05001164int tls13_init_key_schedule(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001165
Robert Sloana27a6a42017-09-05 08:39:28 -07001166// tls13_init_early_key_schedule initializes the handshake hash and key
1167// derivation state from the resumption secret to derive the early secrets. It
1168// returns one on success and zero on error.
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001169int tls13_init_early_key_schedule(SSL_HANDSHAKE *hs);
1170
Robert Sloana27a6a42017-09-05 08:39:28 -07001171// tls13_advance_key_schedule incorporates |in| into the key schedule with
1172// HKDF-Extract. It returns one on success and zero on error.
David Benjamin1b249672016-12-06 18:25:50 -05001173int tls13_advance_key_schedule(SSL_HANDSHAKE *hs, const uint8_t *in,
1174 size_t len);
David Benjaminc895d6b2016-08-11 13:26:41 -04001175
Robert Sloana27a6a42017-09-05 08:39:28 -07001176// tls13_set_traffic_key sets the read or write traffic keys to
1177// |traffic_secret|. It returns one on success and zero on error.
Steven Valdez909b19f2016-11-21 15:35:44 -05001178int tls13_set_traffic_key(SSL *ssl, enum evp_aead_direction_t direction,
David Benjaminc895d6b2016-08-11 13:26:41 -04001179 const uint8_t *traffic_secret,
1180 size_t traffic_secret_len);
1181
Robert Sloana27a6a42017-09-05 08:39:28 -07001182// tls13_derive_early_secrets derives the early traffic secret. It returns one
1183// on success and zero on error.
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001184int tls13_derive_early_secrets(SSL_HANDSHAKE *hs);
1185
Robert Sloana27a6a42017-09-05 08:39:28 -07001186// tls13_derive_handshake_secrets derives the handshake traffic secret. It
1187// returns one on success and zero on error.
Robert Sloan69939df2017-01-09 10:53:07 -08001188int tls13_derive_handshake_secrets(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001189
Robert Sloana27a6a42017-09-05 08:39:28 -07001190// tls13_rotate_traffic_key derives the next read or write traffic secret. It
1191// returns one on success and zero on error.
David Benjaminc895d6b2016-08-11 13:26:41 -04001192int tls13_rotate_traffic_key(SSL *ssl, enum evp_aead_direction_t direction);
1193
Robert Sloana27a6a42017-09-05 08:39:28 -07001194// tls13_derive_application_secrets derives the initial application data traffic
1195// and exporter secrets based on the handshake transcripts and |master_secret|.
1196// It returns one on success and zero on error.
David Benjamin1b249672016-12-06 18:25:50 -05001197int tls13_derive_application_secrets(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001198
Robert Sloana27a6a42017-09-05 08:39:28 -07001199// tls13_derive_resumption_secret derives the |resumption_secret|.
David Benjamin1b249672016-12-06 18:25:50 -05001200int tls13_derive_resumption_secret(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001201
Robert Sloana27a6a42017-09-05 08:39:28 -07001202// tls13_export_keying_material provides an exporter interface to use the
1203// |exporter_secret|.
David Benjaminc895d6b2016-08-11 13:26:41 -04001204int tls13_export_keying_material(SSL *ssl, uint8_t *out, size_t out_len,
1205 const char *label, size_t label_len,
1206 const uint8_t *context, size_t context_len,
1207 int use_context);
1208
Robert Sloana27a6a42017-09-05 08:39:28 -07001209// tls13_finished_mac calculates the MAC of the handshake transcript to verify
1210// the integrity of the Finished message, and stores the result in |out| and
1211// length in |out_len|. |is_server| is 1 if this is for the Server Finished and
1212// 0 for the Client Finished.
David Benjamin1b249672016-12-06 18:25:50 -05001213int tls13_finished_mac(SSL_HANDSHAKE *hs, uint8_t *out,
1214 size_t *out_len, int is_server);
David Benjaminc895d6b2016-08-11 13:26:41 -04001215
Robert Sloana27a6a42017-09-05 08:39:28 -07001216// tls13_write_psk_binder calculates the PSK binder value and replaces the last
1217// bytes of |msg| with the resulting value. It returns 1 on success, and 0 on
1218// failure.
Robert Sloan5d625782017-02-13 09:55:39 -08001219int tls13_write_psk_binder(SSL_HANDSHAKE *hs, uint8_t *msg, size_t len);
David Benjaminf0c4a6c2016-08-11 13:26:41 -04001220
Robert Sloana27a6a42017-09-05 08:39:28 -07001221// tls13_verify_psk_binder verifies that the handshake transcript, truncated
1222// up to the binders has a valid signature using the value of |session|'s
1223// resumption secret. It returns 1 on success, and 0 on failure.
Robert Sloan5d625782017-02-13 09:55:39 -08001224int tls13_verify_psk_binder(SSL_HANDSHAKE *hs, SSL_SESSION *session,
Robert Sloan84377092017-08-14 09:33:19 -07001225 const SSLMessage &msg, CBS *binders);
David Benjaminf0c4a6c2016-08-11 13:26:41 -04001226
David Benjaminc895d6b2016-08-11 13:26:41 -04001227
Robert Sloana27a6a42017-09-05 08:39:28 -07001228// Handshake functions.
David Benjaminc895d6b2016-08-11 13:26:41 -04001229
1230enum ssl_hs_wait_t {
1231 ssl_hs_error,
1232 ssl_hs_ok,
Robert Sloana27a6a42017-09-05 08:39:28 -07001233 ssl_hs_read_server_hello,
David Benjaminc895d6b2016-08-11 13:26:41 -04001234 ssl_hs_read_message,
David Benjaminc895d6b2016-08-11 13:26:41 -04001235 ssl_hs_flush,
Robert Sloana27a6a42017-09-05 08:39:28 -07001236 ssl_hs_certificate_selection_pending,
David Benjaminc895d6b2016-08-11 13:26:41 -04001237 ssl_hs_x509_lookup,
Steven Valdez909b19f2016-11-21 15:35:44 -05001238 ssl_hs_channel_id_lookup,
David Benjaminc895d6b2016-08-11 13:26:41 -04001239 ssl_hs_private_key_operation,
Robert Sloana27a6a42017-09-05 08:39:28 -07001240 ssl_hs_pending_session,
Robert Sloan1c9db532017-03-13 08:03:59 -07001241 ssl_hs_pending_ticket,
Robert Sloana27a6a42017-09-05 08:39:28 -07001242 ssl_hs_early_return,
Robert Sloane56da3e2017-06-26 08:26:42 -07001243 ssl_hs_early_data_rejected,
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001244 ssl_hs_read_end_of_early_data,
Robert Sloana12bf462017-07-17 07:08:26 -07001245 ssl_hs_read_change_cipher_spec,
Robert Sloanb6d070c2017-07-24 08:40:01 -07001246 ssl_hs_certificate_verify,
David Benjaminc895d6b2016-08-11 13:26:41 -04001247};
1248
Robert Sloanb6d070c2017-07-24 08:40:01 -07001249struct SSL_HANDSHAKE {
1250 explicit SSL_HANDSHAKE(SSL *ssl);
1251 ~SSL_HANDSHAKE();
Robert Sloanfe7cd212017-08-07 09:03:39 -07001252 static constexpr bool kAllowUniquePtr = true;
Robert Sloanb6d070c2017-07-24 08:40:01 -07001253
Robert Sloana27a6a42017-09-05 08:39:28 -07001254 // ssl is a non-owning pointer to the parent |SSL| object.
David Benjamin1b249672016-12-06 18:25:50 -05001255 SSL *ssl;
David Benjaminc895d6b2016-08-11 13:26:41 -04001256
Robert Sloana27a6a42017-09-05 08:39:28 -07001257 // wait contains the operation the handshake is currently blocking on or
1258 // |ssl_hs_ok| if none.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001259 enum ssl_hs_wait_t wait = ssl_hs_ok;
David Benjaminc895d6b2016-08-11 13:26:41 -04001260
Robert Sloana27a6a42017-09-05 08:39:28 -07001261 // state is the internal state for the TLS 1.2 and below handshake. Its
1262 // values depend on |do_handshake| but the starting state is always zero.
1263 int state = 0;
David Benjaminc895d6b2016-08-11 13:26:41 -04001264
Robert Sloana27a6a42017-09-05 08:39:28 -07001265 // tls13_state is the internal state for the TLS 1.3 handshake. Its values
1266 // depend on |do_handshake| but the starting state is always zero.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001267 int tls13_state = 0;
Steven Valdeze7531f02016-12-14 13:29:57 -05001268
Robert Sloana27a6a42017-09-05 08:39:28 -07001269 // min_version is the minimum accepted protocol version, taking account both
1270 // |SSL_OP_NO_*| and |SSL_CTX_set_min_proto_version| APIs.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001271 uint16_t min_version = 0;
Robert Sloane56da3e2017-06-26 08:26:42 -07001272
Robert Sloana27a6a42017-09-05 08:39:28 -07001273 // max_version is the maximum accepted protocol version, taking account both
1274 // |SSL_OP_NO_*| and |SSL_CTX_set_max_proto_version| APIs.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001275 uint16_t max_version = 0;
Robert Sloane56da3e2017-06-26 08:26:42 -07001276
Robert Sloana27a6a42017-09-05 08:39:28 -07001277 // session_id is the session ID in the ClientHello, used for the experimental
1278 // TLS 1.3 variant.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001279 uint8_t session_id[SSL_MAX_SSL_SESSION_ID_LENGTH] = {0};
1280 uint8_t session_id_len = 0;
Robert Sloana12bf462017-07-17 07:08:26 -07001281
Robert Sloanb6d070c2017-07-24 08:40:01 -07001282 size_t hash_len = 0;
1283 uint8_t secret[EVP_MAX_MD_SIZE] = {0};
1284 uint8_t early_traffic_secret[EVP_MAX_MD_SIZE] = {0};
1285 uint8_t client_handshake_secret[EVP_MAX_MD_SIZE] = {0};
1286 uint8_t server_handshake_secret[EVP_MAX_MD_SIZE] = {0};
1287 uint8_t client_traffic_secret_0[EVP_MAX_MD_SIZE] = {0};
1288 uint8_t server_traffic_secret_0[EVP_MAX_MD_SIZE] = {0};
1289 uint8_t expected_client_finished[EVP_MAX_MD_SIZE] = {0};
David Benjaminc895d6b2016-08-11 13:26:41 -04001290
David Benjamin95add822016-10-19 01:09:12 -04001291 union {
Robert Sloana27a6a42017-09-05 08:39:28 -07001292 // sent is a bitset where the bits correspond to elements of kExtensions
1293 // in t1_lib.c. Each bit is set if that extension was sent in a
1294 // ClientHello. It's not used by servers.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001295 uint32_t sent = 0;
Robert Sloana27a6a42017-09-05 08:39:28 -07001296 // received is a bitset, like |sent|, but is used by servers to record
1297 // which extensions were received from a client.
David Benjamin95add822016-10-19 01:09:12 -04001298 uint32_t received;
1299 } extensions;
1300
1301 union {
Robert Sloana27a6a42017-09-05 08:39:28 -07001302 // sent is a bitset where the bits correspond to elements of
1303 // |client_custom_extensions| in the |SSL_CTX|. Each bit is set if that
1304 // extension was sent in a ClientHello. It's not used by servers.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001305 uint16_t sent = 0;
Robert Sloana27a6a42017-09-05 08:39:28 -07001306 // received is a bitset, like |sent|, but is used by servers to record
1307 // which custom extensions were received from a client. The bits here
1308 // correspond to |server_custom_extensions|.
David Benjamin95add822016-10-19 01:09:12 -04001309 uint16_t received;
1310 } custom_extensions;
1311
Robert Sloana27a6a42017-09-05 08:39:28 -07001312 // retry_group is the group ID selected by the server in HelloRetryRequest in
1313 // TLS 1.3.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001314 uint16_t retry_group = 0;
David Benjamin7c0d06c2016-08-11 13:26:41 -04001315
Robert Sloan921ef2c2017-10-17 09:02:20 -07001316 // error, if |wait| is |ssl_hs_error|, is the error the handshake failed on.
1317 UniquePtr<ERR_SAVE_STATE> error;
1318
Robert Sloana27a6a42017-09-05 08:39:28 -07001319 // key_share is the current key exchange instance.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001320 UniquePtr<SSLKeyShare> key_share;
David Benjamin1b249672016-12-06 18:25:50 -05001321
Robert Sloana27a6a42017-09-05 08:39:28 -07001322 // transcript is the current handshake transcript.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001323 SSLTranscript transcript;
Robert Sloan5d625782017-02-13 09:55:39 -08001324
Robert Sloana27a6a42017-09-05 08:39:28 -07001325 // cookie is the value of the cookie received from the server, if any.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001326 Array<uint8_t> cookie;
David Benjamin95add822016-10-19 01:09:12 -04001327
Robert Sloana27a6a42017-09-05 08:39:28 -07001328 // key_share_bytes is the value of the previously sent KeyShare extension by
1329 // the client in TLS 1.3.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001330 Array<uint8_t> key_share_bytes;
David Benjamin7c0d06c2016-08-11 13:26:41 -04001331
Robert Sloana27a6a42017-09-05 08:39:28 -07001332 // ecdh_public_key, for servers, is the key share to be sent to the client in
1333 // TLS 1.3.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001334 Array<uint8_t> ecdh_public_key;
David Benjaminc895d6b2016-08-11 13:26:41 -04001335
Robert Sloana27a6a42017-09-05 08:39:28 -07001336 // peer_sigalgs are the signature algorithms that the peer supports. These are
1337 // taken from the contents of the signature algorithms extension for a server
1338 // or from the CertificateRequest for a client.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001339 Array<uint16_t> peer_sigalgs;
David Benjaminc895d6b2016-08-11 13:26:41 -04001340
Robert Sloana27a6a42017-09-05 08:39:28 -07001341 // peer_supported_group_list contains the supported group IDs advertised by
1342 // the peer. This is only set on the server's end. The server does not
1343 // advertise this extension to the client.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001344 Array<uint16_t> peer_supported_group_list;
David Benjamin95add822016-10-19 01:09:12 -04001345
Robert Sloana27a6a42017-09-05 08:39:28 -07001346 // peer_key is the peer's ECDH key for a TLS 1.2 client.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001347 Array<uint8_t> peer_key;
David Benjamin95add822016-10-19 01:09:12 -04001348
Robert Sloana27a6a42017-09-05 08:39:28 -07001349 // server_params, in a TLS 1.2 server, stores the ServerKeyExchange
1350 // parameters. It has client and server randoms prepended for signing
1351 // convenience.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001352 Array<uint8_t> server_params;
David Benjamin95add822016-10-19 01:09:12 -04001353
Robert Sloana27a6a42017-09-05 08:39:28 -07001354 // peer_psk_identity_hint, on the client, is the psk_identity_hint sent by the
1355 // server when using a TLS 1.2 PSK key exchange.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001356 UniquePtr<char> peer_psk_identity_hint;
David Benjamin1b249672016-12-06 18:25:50 -05001357
Robert Sloana27a6a42017-09-05 08:39:28 -07001358 // ca_names, on the client, contains the list of CAs received in a
1359 // CertificateRequest message.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001360 UniquePtr<STACK_OF(CRYPTO_BUFFER)> ca_names;
Robert Sloan7d422bc2017-03-06 10:04:29 -08001361
Robert Sloanae1abf92017-10-05 12:50:08 -07001362 // cached_x509_ca_names contains a cache of parsed versions of the elements of
1363 // |ca_names|. This pointer is left non-owning so only
1364 // |ssl_crypto_x509_method| needs to link against crypto/x509.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001365 STACK_OF(X509_NAME) *cached_x509_ca_names = nullptr;
David Benjamin1b249672016-12-06 18:25:50 -05001366
Robert Sloana27a6a42017-09-05 08:39:28 -07001367 // certificate_types, on the client, contains the set of certificate types
1368 // received in a CertificateRequest message.
Robert Sloan4562e9d2017-10-02 10:26:51 -07001369 Array<uint8_t> certificate_types;
David Benjamin1b249672016-12-06 18:25:50 -05001370
Robert Sloana27a6a42017-09-05 08:39:28 -07001371 // local_pubkey is the public key we are authenticating as.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001372 UniquePtr<EVP_PKEY> local_pubkey;
Robert Sloan572a4e22017-04-17 10:52:19 -07001373
Robert Sloana27a6a42017-09-05 08:39:28 -07001374 // peer_pubkey is the public key parsed from the peer's leaf certificate.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001375 UniquePtr<EVP_PKEY> peer_pubkey;
Steven Valdeze7531f02016-12-14 13:29:57 -05001376
Robert Sloana27a6a42017-09-05 08:39:28 -07001377 // new_session is the new mutable session being established by the current
1378 // handshake. It should not be cached.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001379 UniquePtr<SSL_SESSION> new_session;
Robert Sloana94fe052017-02-21 08:49:28 -08001380
Robert Sloana27a6a42017-09-05 08:39:28 -07001381 // early_session is the session corresponding to the current 0-RTT state on
1382 // the client if |in_early_data| is true.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001383 UniquePtr<SSL_SESSION> early_session;
Robert Sloane56da3e2017-06-26 08:26:42 -07001384
Robert Sloana27a6a42017-09-05 08:39:28 -07001385 // new_cipher is the cipher being negotiated in this handshake.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001386 const SSL_CIPHER *new_cipher = nullptr;
Robert Sloana94fe052017-02-21 08:49:28 -08001387
Robert Sloana27a6a42017-09-05 08:39:28 -07001388 // key_block is the record-layer key block for TLS 1.2 and earlier.
Robert Sloanae1abf92017-10-05 12:50:08 -07001389 Array<uint8_t> key_block;
David Benjamin1b249672016-12-06 18:25:50 -05001390
Robert Sloana27a6a42017-09-05 08:39:28 -07001391 // scts_requested is true if the SCT extension is in the ClientHello.
1392 bool scts_requested:1;
David Benjamin1b249672016-12-06 18:25:50 -05001393
Robert Sloana27a6a42017-09-05 08:39:28 -07001394 // needs_psk_binder is true if the ClientHello has a placeholder PSK binder to
1395 // be filled in.
1396 bool needs_psk_binder:1;
David Benjamin1b249672016-12-06 18:25:50 -05001397
Robert Sloana27a6a42017-09-05 08:39:28 -07001398 bool received_hello_retry_request:1;
David Benjamin1b249672016-12-06 18:25:50 -05001399
Robert Sloana27a6a42017-09-05 08:39:28 -07001400 bool received_custom_extension:1;
Robert Sloan8f860b12017-08-28 07:37:06 -07001401
Robert Sloana27a6a42017-09-05 08:39:28 -07001402 // handshake_finalized is true once the handshake has completed, at which
1403 // point accessors should use the established state.
1404 bool handshake_finalized:1;
David Benjamin1b249672016-12-06 18:25:50 -05001405
Robert Sloana27a6a42017-09-05 08:39:28 -07001406 // accept_psk_mode stores whether the client's PSK mode is compatible with our
1407 // preferences.
1408 bool accept_psk_mode:1;
David Benjamin95add822016-10-19 01:09:12 -04001409
Robert Sloana27a6a42017-09-05 08:39:28 -07001410 // cert_request is true if a client certificate was requested.
1411 bool cert_request:1;
David Benjamin95add822016-10-19 01:09:12 -04001412
Robert Sloana27a6a42017-09-05 08:39:28 -07001413 // certificate_status_expected is true if OCSP stapling was negotiated and the
1414 // server is expected to send a CertificateStatus message. (This is used on
1415 // both the client and server sides.)
1416 bool certificate_status_expected:1;
David Benjamin95add822016-10-19 01:09:12 -04001417
Robert Sloana27a6a42017-09-05 08:39:28 -07001418 // ocsp_stapling_requested is true if a client requested OCSP stapling.
1419 bool ocsp_stapling_requested:1;
David Benjamin95add822016-10-19 01:09:12 -04001420
Robert Sloana27a6a42017-09-05 08:39:28 -07001421 // should_ack_sni is used by a server and indicates that the SNI extension
1422 // should be echoed in the ServerHello.
1423 bool should_ack_sni:1;
David Benjamin95add822016-10-19 01:09:12 -04001424
Robert Sloana27a6a42017-09-05 08:39:28 -07001425 // in_false_start is true if there is a pending client handshake in False
1426 // Start. The client may write data at this point.
1427 bool in_false_start:1;
Robert Sloane56da3e2017-06-26 08:26:42 -07001428
Robert Sloana27a6a42017-09-05 08:39:28 -07001429 // in_early_data is true if there is a pending handshake that has progressed
1430 // enough to send and receive early data.
1431 bool in_early_data:1;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001432
Robert Sloana27a6a42017-09-05 08:39:28 -07001433 // early_data_offered is true if the client sent the early_data extension.
1434 bool early_data_offered:1;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001435
Robert Sloana27a6a42017-09-05 08:39:28 -07001436 // can_early_read is true if application data may be read at this point in the
1437 // handshake.
1438 bool can_early_read:1;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001439
Robert Sloana27a6a42017-09-05 08:39:28 -07001440 // can_early_write is true if application data may be written at this point in
1441 // the handshake.
1442 bool can_early_write:1;
David Benjamin95add822016-10-19 01:09:12 -04001443
Robert Sloana27a6a42017-09-05 08:39:28 -07001444 // next_proto_neg_seen is one of NPN was negotiated.
1445 bool next_proto_neg_seen:1;
Steven Valdez909b19f2016-11-21 15:35:44 -05001446
Robert Sloana27a6a42017-09-05 08:39:28 -07001447 // ticket_expected is true if a TLS 1.2 NewSessionTicket message is to be sent
1448 // or received.
1449 bool ticket_expected:1;
Robert Sloana94fe052017-02-21 08:49:28 -08001450
Robert Sloana27a6a42017-09-05 08:39:28 -07001451 // extended_master_secret is true if the extended master secret extension is
1452 // negotiated in this handshake.
1453 bool extended_master_secret:1;
Robert Sloane56da3e2017-06-26 08:26:42 -07001454
Robert Sloana27a6a42017-09-05 08:39:28 -07001455 // pending_private_key_op is true if there is a pending private key operation
1456 // in progress.
1457 bool pending_private_key_op:1;
1458
1459 // client_version is the value sent or received in the ClientHello version.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001460 uint16_t client_version = 0;
Robert Sloan9254e682017-04-24 09:42:06 -07001461
Robert Sloana27a6a42017-09-05 08:39:28 -07001462 // early_data_read is the amount of early data that has been read by the
1463 // record layer.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001464 uint16_t early_data_read = 0;
Robert Sloane56da3e2017-06-26 08:26:42 -07001465
Robert Sloana27a6a42017-09-05 08:39:28 -07001466 // early_data_written is the amount of early data that has been written by the
1467 // record layer.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001468 uint16_t early_data_written = 0;
1469};
David Benjamin95add822016-10-19 01:09:12 -04001470
David Benjamin1b249672016-12-06 18:25:50 -05001471SSL_HANDSHAKE *ssl_handshake_new(SSL *ssl);
David Benjaminc895d6b2016-08-11 13:26:41 -04001472
Robert Sloana27a6a42017-09-05 08:39:28 -07001473// ssl_handshake_free releases all memory associated with |hs|.
David Benjaminc895d6b2016-08-11 13:26:41 -04001474void ssl_handshake_free(SSL_HANDSHAKE *hs);
1475
Robert Sloana27a6a42017-09-05 08:39:28 -07001476// ssl_check_message_type checks if |msg| has type |type|. If so it returns
1477// one. Otherwise, it sends an alert and returns zero.
Robert Sloan36272962017-10-23 10:28:39 -07001478bool ssl_check_message_type(SSL *ssl, const SSLMessage &msg, int type);
Robert Sloan4d1ac502017-02-06 08:36:14 -08001479
Robert Sloana27a6a42017-09-05 08:39:28 -07001480// ssl_run_handshake runs the TLS handshake. It returns one on success and <= 0
1481// on error. It sets |out_early_return| to one if we've completed the handshake
1482// early.
1483int ssl_run_handshake(SSL_HANDSHAKE *hs, bool *out_early_return);
David Benjaminc895d6b2016-08-11 13:26:41 -04001484
Robert Sloana27a6a42017-09-05 08:39:28 -07001485// The following are implementations of |do_handshake| for the client and
1486// server.
1487enum ssl_hs_wait_t ssl_client_handshake(SSL_HANDSHAKE *hs);
1488enum ssl_hs_wait_t ssl_server_handshake(SSL_HANDSHAKE *hs);
David Benjamin1b249672016-12-06 18:25:50 -05001489enum ssl_hs_wait_t tls13_client_handshake(SSL_HANDSHAKE *hs);
1490enum ssl_hs_wait_t tls13_server_handshake(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001491
Robert Sloana27a6a42017-09-05 08:39:28 -07001492// The following functions return human-readable representations of the TLS
1493// handshake states for debugging.
1494const char *ssl_client_handshake_state(SSL_HANDSHAKE *hs);
1495const char *ssl_server_handshake_state(SSL_HANDSHAKE *hs);
Robert Sloan8f860b12017-08-28 07:37:06 -07001496const char *tls13_client_handshake_state(SSL_HANDSHAKE *hs);
1497const char *tls13_server_handshake_state(SSL_HANDSHAKE *hs);
1498
Robert Sloana27a6a42017-09-05 08:39:28 -07001499// tls13_post_handshake processes a post-handshake message. It returns one on
1500// success and zero on failure.
Robert Sloan84377092017-08-14 09:33:19 -07001501int tls13_post_handshake(SSL *ssl, const SSLMessage &msg);
David Benjaminc895d6b2016-08-11 13:26:41 -04001502
Robert Sloan84377092017-08-14 09:33:19 -07001503int tls13_process_certificate(SSL_HANDSHAKE *hs, const SSLMessage &msg,
1504 int allow_anonymous);
1505int tls13_process_certificate_verify(SSL_HANDSHAKE *hs, const SSLMessage &msg);
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001506
Robert Sloana27a6a42017-09-05 08:39:28 -07001507// tls13_process_finished processes |msg| as a Finished message from the
1508// peer. If |use_saved_value| is one, the verify_data is compared against
1509// |hs->expected_client_finished| rather than computed fresh.
Robert Sloan84377092017-08-14 09:33:19 -07001510int tls13_process_finished(SSL_HANDSHAKE *hs, const SSLMessage &msg,
1511 int use_saved_value);
David Benjaminc895d6b2016-08-11 13:26:41 -04001512
Robert Sloan4d1ac502017-02-06 08:36:14 -08001513int tls13_add_certificate(SSL_HANDSHAKE *hs);
Robert Sloane56da3e2017-06-26 08:26:42 -07001514
Robert Sloana27a6a42017-09-05 08:39:28 -07001515// tls13_add_certificate_verify adds a TLS 1.3 CertificateVerify message to the
1516// handshake. If it returns |ssl_private_key_retry|, it should be called again
1517// to retry when the signing operation is completed.
Robert Sloane56da3e2017-06-26 08:26:42 -07001518enum ssl_private_key_result_t tls13_add_certificate_verify(SSL_HANDSHAKE *hs);
1519
Robert Sloan4d1ac502017-02-06 08:36:14 -08001520int tls13_add_finished(SSL_HANDSHAKE *hs);
Robert Sloan84377092017-08-14 09:33:19 -07001521int tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
David Benjaminc895d6b2016-08-11 13:26:41 -04001522
Robert Sloan921ef2c2017-10-17 09:02:20 -07001523bool ssl_ext_key_share_parse_serverhello(SSL_HANDSHAKE *hs,
1524 Array<uint8_t> *out_secret,
1525 uint8_t *out_alert, CBS *contents);
1526bool ssl_ext_key_share_parse_clienthello(SSL_HANDSHAKE *hs, bool *out_found,
1527 Array<uint8_t> *out_secret,
1528 uint8_t *out_alert, CBS *contents);
1529bool ssl_ext_key_share_add_serverhello(SSL_HANDSHAKE *hs, CBB *out);
David Benjaminc895d6b2016-08-11 13:26:41 -04001530
Robert Sloan921ef2c2017-10-17 09:02:20 -07001531bool ssl_ext_pre_shared_key_parse_serverhello(SSL_HANDSHAKE *hs,
1532 uint8_t *out_alert,
1533 CBS *contents);
1534bool ssl_ext_pre_shared_key_parse_clienthello(
Robert Sloan1c9db532017-03-13 08:03:59 -07001535 SSL_HANDSHAKE *hs, CBS *out_ticket, CBS *out_binders,
1536 uint32_t *out_obfuscated_ticket_age, uint8_t *out_alert, CBS *contents);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001537bool ssl_ext_pre_shared_key_add_serverhello(SSL_HANDSHAKE *hs, CBB *out);
David Benjaminf0c4a6c2016-08-11 13:26:41 -04001538
Robert Sloana27a6a42017-09-05 08:39:28 -07001539// ssl_is_sct_list_valid does a shallow parse of the SCT list in |contents| and
1540// returns one iff it's valid.
Steven Valdez909b19f2016-11-21 15:35:44 -05001541int ssl_is_sct_list_valid(const CBS *contents);
1542
David Benjamin1b249672016-12-06 18:25:50 -05001543int ssl_write_client_hello(SSL_HANDSHAKE *hs);
David Benjaminc895d6b2016-08-11 13:26:41 -04001544
Steven Valdez909b19f2016-11-21 15:35:44 -05001545enum ssl_cert_verify_context_t {
1546 ssl_cert_verify_server,
1547 ssl_cert_verify_client,
1548 ssl_cert_verify_channel_id,
1549};
1550
Robert Sloana27a6a42017-09-05 08:39:28 -07001551// tls13_get_cert_verify_signature_input generates the message to be signed for
1552// TLS 1.3's CertificateVerify message. |cert_verify_context| determines the
Robert Sloan921ef2c2017-10-17 09:02:20 -07001553// type of signature. It sets |*out| to a newly allocated buffer containing the
1554// result. This function returns true on success and false on failure.
1555bool tls13_get_cert_verify_signature_input(
1556 SSL_HANDSHAKE *hs, Array<uint8_t> *out,
Steven Valdez909b19f2016-11-21 15:35:44 -05001557 enum ssl_cert_verify_context_t cert_verify_context);
1558
Robert Sloana27a6a42017-09-05 08:39:28 -07001559// ssl_negotiate_alpn negotiates the ALPN extension, if applicable. It returns
Robert Sloan921ef2c2017-10-17 09:02:20 -07001560// true on successful negotiation or if nothing was negotiated. It returns false
Robert Sloana27a6a42017-09-05 08:39:28 -07001561// and sets |*out_alert| to an alert on error.
Robert Sloan921ef2c2017-10-17 09:02:20 -07001562bool ssl_negotiate_alpn(SSL_HANDSHAKE *hs, uint8_t *out_alert,
1563 const SSL_CLIENT_HELLO *client_hello);
Steven Valdez909b19f2016-11-21 15:35:44 -05001564
Robert Sloanb6d070c2017-07-24 08:40:01 -07001565struct SSL_EXTENSION_TYPE {
Steven Valdez909b19f2016-11-21 15:35:44 -05001566 uint16_t type;
Robert Sloana27a6a42017-09-05 08:39:28 -07001567 bool *out_present;
Steven Valdez909b19f2016-11-21 15:35:44 -05001568 CBS *out_data;
Robert Sloanb6d070c2017-07-24 08:40:01 -07001569};
Steven Valdez909b19f2016-11-21 15:35:44 -05001570
Robert Sloana27a6a42017-09-05 08:39:28 -07001571// ssl_parse_extensions parses a TLS extensions block out of |cbs| and advances
1572// it. It writes the parsed extensions to pointers denoted by |ext_types|. On
1573// success, it fills in the |out_present| and |out_data| fields and returns one.
1574// Otherwise, it sets |*out_alert| to an alert to send and returns zero. Unknown
1575// extensions are rejected unless |ignore_unknown| is 1.
Steven Valdez909b19f2016-11-21 15:35:44 -05001576int ssl_parse_extensions(const CBS *cbs, uint8_t *out_alert,
1577 const SSL_EXTENSION_TYPE *ext_types,
Robert Sloan69939df2017-01-09 10:53:07 -08001578 size_t num_ext_types, int ignore_unknown);
Steven Valdez909b19f2016-11-21 15:35:44 -05001579
Robert Sloana27a6a42017-09-05 08:39:28 -07001580// ssl_verify_peer_cert verifies the peer certificate for |hs|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001581enum ssl_verify_result_t ssl_verify_peer_cert(SSL_HANDSHAKE *hs);
1582
Robert Sloan921ef2c2017-10-17 09:02:20 -07001583enum ssl_hs_wait_t ssl_get_finished(SSL_HANDSHAKE *hs);
1584bool ssl_send_finished(SSL_HANDSHAKE *hs);
1585bool ssl_output_cert_chain(SSL *ssl);
1586
David Benjaminc895d6b2016-08-11 13:26:41 -04001587
Robert Sloana27a6a42017-09-05 08:39:28 -07001588// SSLKEYLOGFILE functions.
David Benjaminc895d6b2016-08-11 13:26:41 -04001589
Robert Sloana27a6a42017-09-05 08:39:28 -07001590// ssl_log_secret logs |secret| with label |label|, if logging is enabled for
1591// |ssl|. It returns one on success and zero on failure.
David Benjaminc895d6b2016-08-11 13:26:41 -04001592int ssl_log_secret(const SSL *ssl, const char *label, const uint8_t *secret,
1593 size_t secret_len);
1594
1595
Robert Sloana27a6a42017-09-05 08:39:28 -07001596// ClientHello functions.
David Benjaminc895d6b2016-08-11 13:26:41 -04001597
Robert Sloan4562e9d2017-10-02 10:26:51 -07001598int ssl_client_hello_init(SSL *ssl, SSL_CLIENT_HELLO *out,
1599 const SSLMessage &msg);
David Benjaminc895d6b2016-08-11 13:26:41 -04001600
David Benjamin1b249672016-12-06 18:25:50 -05001601int ssl_client_hello_get_extension(const SSL_CLIENT_HELLO *client_hello,
1602 CBS *out, uint16_t extension_type);
David Benjaminc895d6b2016-08-11 13:26:41 -04001603
David Benjamin1b249672016-12-06 18:25:50 -05001604int ssl_client_cipher_list_contains_cipher(const SSL_CLIENT_HELLO *client_hello,
1605 uint16_t id);
David Benjaminc895d6b2016-08-11 13:26:41 -04001606
1607
Robert Sloana27a6a42017-09-05 08:39:28 -07001608// GREASE.
Steven Valdezbb1ceac2016-10-07 10:34:51 -04001609
1610enum ssl_grease_index_t {
1611 ssl_grease_cipher = 0,
1612 ssl_grease_group,
1613 ssl_grease_extension1,
1614 ssl_grease_extension2,
1615 ssl_grease_version,
David Benjamin95add822016-10-19 01:09:12 -04001616 ssl_grease_ticket_extension,
Steven Valdezbb1ceac2016-10-07 10:34:51 -04001617};
1618
Robert Sloana27a6a42017-09-05 08:39:28 -07001619// ssl_get_grease_value returns a GREASE value for |ssl|. For a given
1620// connection, the values for each index will be deterministic. This allows the
1621// same ClientHello be sent twice for a HelloRetryRequest or the same group be
1622// advertised in both supported_groups and key_shares.
Steven Valdezbb1ceac2016-10-07 10:34:51 -04001623uint16_t ssl_get_grease_value(const SSL *ssl, enum ssl_grease_index_t index);
1624
1625
Robert Sloana27a6a42017-09-05 08:39:28 -07001626// Signature algorithms.
David Benjamin95add822016-10-19 01:09:12 -04001627
Robert Sloana27a6a42017-09-05 08:39:28 -07001628// tls1_parse_peer_sigalgs parses |sigalgs| as the list of peer signature
1629// algorithms and saves them on |hs|. It returns one on success and zero on
1630// error.
David Benjamin1b249672016-12-06 18:25:50 -05001631int tls1_parse_peer_sigalgs(SSL_HANDSHAKE *hs, const CBS *sigalgs);
David Benjamin95add822016-10-19 01:09:12 -04001632
Robert Sloana27a6a42017-09-05 08:39:28 -07001633// tls1_get_legacy_signature_algorithm sets |*out| to the signature algorithm
1634// that should be used with |pkey| in TLS 1.1 and earlier. It returns one on
1635// success and zero if |pkey| may not be used at those versions.
Robert Sloan2424d842017-05-01 07:46:28 -07001636int tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
1637
Robert Sloana27a6a42017-09-05 08:39:28 -07001638// tls1_choose_signature_algorithm sets |*out| to a signature algorithm for use
1639// with |hs|'s private key based on the peer's preferences and the algorithms
1640// supported. It returns one on success and zero on error.
David Benjamin1b249672016-12-06 18:25:50 -05001641int tls1_choose_signature_algorithm(SSL_HANDSHAKE *hs, uint16_t *out);
David Benjamin95add822016-10-19 01:09:12 -04001642
Robert Sloana27a6a42017-09-05 08:39:28 -07001643// tls12_add_verify_sigalgs adds the signature algorithms acceptable for the
1644// peer signature to |out|. It returns one on success and zero on error.
Robert Sloan572a4e22017-04-17 10:52:19 -07001645int tls12_add_verify_sigalgs(const SSL *ssl, CBB *out);
David Benjamin95add822016-10-19 01:09:12 -04001646
Robert Sloana27a6a42017-09-05 08:39:28 -07001647// tls12_check_peer_sigalg checks if |sigalg| is acceptable for the peer
1648// signature. It returns one on success and zero on error, setting |*out_alert|
1649// to an alert to send.
Robert Sloane56da3e2017-06-26 08:26:42 -07001650int tls12_check_peer_sigalg(SSL *ssl, uint8_t *out_alert, uint16_t sigalg);
David Benjamin95add822016-10-19 01:09:12 -04001651
1652
Robert Sloana27a6a42017-09-05 08:39:28 -07001653// Underdocumented functions.
1654//
1655// Functions below here haven't been touched up and may be underdocumented.
Adam Langleyd9e397b2015-01-22 14:27:53 -08001656
Adam Langleyd9e397b2015-01-22 14:27:53 -08001657#define TLSEXT_CHANNEL_ID_SIZE 128
1658
Robert Sloana27a6a42017-09-05 08:39:28 -07001659// From RFC4492, used in encoding the curve type in ECParameters
Adam Langleyd9e397b2015-01-22 14:27:53 -08001660#define NAMED_CURVE_TYPE 3
1661
Robert Sloan921ef2c2017-10-17 09:02:20 -07001662struct CERT {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001663 EVP_PKEY *privatekey;
Robert Sloan4d1ac502017-02-06 08:36:14 -08001664
Robert Sloana27a6a42017-09-05 08:39:28 -07001665 // chain contains the certificate chain, with the leaf at the beginning. The
1666 // first element of |chain| may be NULL to indicate that the leaf certificate
1667 // has not yet been set.
1668 // If |chain| != NULL -> len(chain) >= 1
1669 // If |chain[0]| == NULL -> len(chain) >= 2.
1670 // |chain[1..]| != NULL
Robert Sloan4d1ac502017-02-06 08:36:14 -08001671 STACK_OF(CRYPTO_BUFFER) *chain;
1672
Robert Sloana27a6a42017-09-05 08:39:28 -07001673 // x509_chain may contain a parsed copy of |chain[1..]|. This is only used as
1674 // a cache in order to implement “get0” functions that return a non-owning
1675 // pointer to the certificate chain.
Steven Valdez909b19f2016-11-21 15:35:44 -05001676 STACK_OF(X509) *x509_chain;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001677
Robert Sloana27a6a42017-09-05 08:39:28 -07001678 // x509_leaf may contain a parsed copy of the first element of |chain|. This
1679 // is only used as a cache in order to implement “get0” functions that return
1680 // a non-owning pointer to the certificate chain.
Robert Sloan4d1ac502017-02-06 08:36:14 -08001681 X509 *x509_leaf;
1682
Robert Sloana27a6a42017-09-05 08:39:28 -07001683 // x509_stash contains the last |X509| object append to the chain. This is a
1684 // workaround for some third-party code that continue to use an |X509| object
1685 // even after passing ownership with an “add0” function.
Robert Sloan4d1ac502017-02-06 08:36:14 -08001686 X509 *x509_stash;
1687
Robert Sloana27a6a42017-09-05 08:39:28 -07001688 // key_method, if non-NULL, is a set of callbacks to call for private key
1689 // operations.
Kenny Rootb8494592015-09-25 02:29:14 +00001690 const SSL_PRIVATE_KEY_METHOD *key_method;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001691
Robert Sloana27a6a42017-09-05 08:39:28 -07001692 // x509_method contains pointers to functions that might deal with |X509|
1693 // compatibility, or might be a no-op, depending on the application.
Robert Sloan5d625782017-02-13 09:55:39 -08001694 const SSL_X509_METHOD *x509_method;
1695
Robert Sloana27a6a42017-09-05 08:39:28 -07001696 // sigalgs, if non-NULL, is the set of signature algorithms supported by
1697 // |privatekey| in decreasing order of preference.
David Benjaminc895d6b2016-08-11 13:26:41 -04001698 uint16_t *sigalgs;
David Benjaminf0c4a6c2016-08-11 13:26:41 -04001699 size_t num_sigalgs;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001700
Robert Sloana27a6a42017-09-05 08:39:28 -07001701 // Certificate setup callback: if set is called whenever a
1702 // certificate may be required (client or server). the callback
1703 // can then examine any appropriate parameters and setup any
1704 // certificates required. This allows advanced applications
1705 // to select certificates on the fly: for example based on
1706 // supported signature algorithms or curves.
Adam Langleyd9e397b2015-01-22 14:27:53 -08001707 int (*cert_cb)(SSL *ssl, void *arg);
1708 void *cert_cb_arg;
David Benjamin4969cc92016-04-22 15:02:23 -04001709
Robert Sloana27a6a42017-09-05 08:39:28 -07001710 // Optional X509_STORE for certificate validation. If NULL the parent SSL_CTX
1711 // store is used instead.
David Benjamin4969cc92016-04-22 15:02:23 -04001712 X509_STORE *verify_store;
Robert Sloana94fe052017-02-21 08:49:28 -08001713
Robert Sloana27a6a42017-09-05 08:39:28 -07001714 // Signed certificate timestamp list to be sent to the client, if requested
Robert Sloana94fe052017-02-21 08:49:28 -08001715 CRYPTO_BUFFER *signed_cert_timestamp_list;
1716
Robert Sloana27a6a42017-09-05 08:39:28 -07001717 // OCSP response to be sent to the client, if requested.
Robert Sloana94fe052017-02-21 08:49:28 -08001718 CRYPTO_BUFFER *ocsp_response;
1719
Robert Sloana27a6a42017-09-05 08:39:28 -07001720 // sid_ctx partitions the session space within a shared session cache or
1721 // ticket key. Only sessions with a matching value will be accepted.
Robert Sloana94fe052017-02-21 08:49:28 -08001722 uint8_t sid_ctx_length;
1723 uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH];
Robert Sloan572a4e22017-04-17 10:52:19 -07001724
Robert Sloana27a6a42017-09-05 08:39:28 -07001725 // If enable_early_data is true, early data can be sent and accepted.
1726 bool enable_early_data:1;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001727};
1728
Robert Sloan921ef2c2017-10-17 09:02:20 -07001729// |SSL_PROTOCOL_METHOD| abstracts between TLS and DTLS.
1730struct SSL_PROTOCOL_METHOD {
Robert Sloan36272962017-10-23 10:28:39 -07001731 bool is_dtls;
1732 bool (*ssl_new)(SSL *ssl);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001733 void (*ssl_free)(SSL *ssl);
1734 // get_message sets |*out| to the current handshake message and returns true
1735 // if one has been received. It returns false if more input is needed.
1736 bool (*get_message)(SSL *ssl, SSLMessage *out);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001737 // next_message is called to release the current handshake message.
1738 void (*next_message)(SSL *ssl);
Robert Sloan36272962017-10-23 10:28:39 -07001739 // Use the |ssl_open_handshake| wrapper.
1740 ssl_open_record_t (*open_handshake)(SSL *ssl, size_t *out_consumed,
1741 uint8_t *out_alert, Span<uint8_t> in);
1742 // Use the |ssl_open_change_cipher_spec| wrapper.
1743 ssl_open_record_t (*open_change_cipher_spec)(SSL *ssl, size_t *out_consumed,
1744 uint8_t *out_alert,
1745 Span<uint8_t> in);
1746 // Use the |ssl_open_app_data| wrapper.
1747 ssl_open_record_t (*open_app_data)(SSL *ssl, Span<uint8_t> *out,
1748 size_t *out_consumed, uint8_t *out_alert,
1749 Span<uint8_t> in);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001750 int (*write_app_data)(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
1751 int len);
1752 int (*dispatch_alert)(SSL *ssl);
Robert Sloan36272962017-10-23 10:28:39 -07001753 // supports_cipher returns whether |cipher| is supported by this protocol.
1754 bool (*supports_cipher)(const SSL_CIPHER *cipher);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001755 // init_message begins a new handshake message of type |type|. |cbb| is the
1756 // root CBB to be passed into |finish_message|. |*body| is set to a child CBB
Robert Sloan36272962017-10-23 10:28:39 -07001757 // the caller should write to. It returns true on success and false on error.
1758 bool (*init_message)(SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001759 // finish_message finishes a handshake message. It sets |*out_msg| to the
Robert Sloan36272962017-10-23 10:28:39 -07001760 // serialized message. It returns true on success and false on error.
1761 bool (*finish_message)(SSL *ssl, CBB *cbb, bssl::Array<uint8_t> *out_msg);
1762 // add_message adds a handshake message to the pending flight. It returns
1763 // true on success and false on error.
1764 bool (*add_message)(SSL *ssl, bssl::Array<uint8_t> msg);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001765 // add_change_cipher_spec adds a ChangeCipherSpec record to the pending
Robert Sloan36272962017-10-23 10:28:39 -07001766 // flight. It returns true on success and false on error.
1767 bool (*add_change_cipher_spec)(SSL *ssl);
1768 // add_alert adds an alert to the pending flight. It returns true on success
1769 // and false on error.
1770 bool (*add_alert)(SSL *ssl, uint8_t level, uint8_t desc);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001771 // flush_flight flushes the pending flight to the transport. It returns one on
1772 // success and <= 0 on error.
1773 int (*flush_flight)(SSL *ssl);
1774 // on_handshake_complete is called when the handshake is complete.
1775 void (*on_handshake_complete)(SSL *ssl);
1776 // set_read_state sets |ssl|'s read cipher state to |aead_ctx|. It returns
Robert Sloan36272962017-10-23 10:28:39 -07001777 // true on success and false if changing the read state is forbidden at this
Robert Sloan921ef2c2017-10-17 09:02:20 -07001778 // point.
Robert Sloan36272962017-10-23 10:28:39 -07001779 bool (*set_read_state)(SSL *ssl, UniquePtr<SSLAEADContext> aead_ctx);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001780 // set_write_state sets |ssl|'s write cipher state to |aead_ctx|. It returns
Robert Sloan36272962017-10-23 10:28:39 -07001781 // true on success and false if changing the write state is forbidden at this
Robert Sloan921ef2c2017-10-17 09:02:20 -07001782 // point.
Robert Sloan36272962017-10-23 10:28:39 -07001783 bool (*set_write_state)(SSL *ssl, UniquePtr<SSLAEADContext> aead_ctx);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001784};
1785
Robert Sloan36272962017-10-23 10:28:39 -07001786// The following wrappers call |open_*| but handle |read_shutdown| correctly.
1787
1788// ssl_open_handshake processes a record from |in| for reading a handshake
1789// message.
1790ssl_open_record_t ssl_open_handshake(SSL *ssl, size_t *out_consumed,
1791 uint8_t *out_alert, Span<uint8_t> in);
1792
1793// ssl_open_change_cipher_spec processes a record from |in| for reading a
1794// ChangeCipherSpec.
1795ssl_open_record_t ssl_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
1796 uint8_t *out_alert,
1797 Span<uint8_t> in);
1798
1799// ssl_open_app_data processes a record from |in| for reading application data.
1800// On success, it returns |ssl_open_record_success| and sets |*out| to the
1801// input. If it encounters a post-handshake message, it returns
1802// |ssl_open_record_discard|. The caller should then retry, after processing any
1803// messages received with |get_message|.
1804ssl_open_record_t ssl_open_app_data(SSL *ssl, Span<uint8_t> *out,
1805 size_t *out_consumed, uint8_t *out_alert,
1806 Span<uint8_t> in);
1807
Robert Sloana27a6a42017-09-05 08:39:28 -07001808// ssl_crypto_x509_method provides the |SSL_X509_METHOD| functions using
1809// crypto/x509.
Robert Sloanb6d070c2017-07-24 08:40:01 -07001810extern const SSL_X509_METHOD ssl_crypto_x509_method;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001811
Robert Sloana27a6a42017-09-05 08:39:28 -07001812// ssl_noop_x509_method provides the |SSL_X509_METHOD| functions that avoid
1813// crypto/x509.
Robert Sloan84377092017-08-14 09:33:19 -07001814extern const SSL_X509_METHOD ssl_noop_x509_method;
1815
Robert Sloan921ef2c2017-10-17 09:02:20 -07001816// ssl_cipher_preference_list_st contains a list of SSL_CIPHERs with
1817// equal-preference groups. For TLS clients, the groups are moot because the
1818// server picks the cipher and groups cannot be expressed on the wire. However,
1819// for servers, the equal-preference groups allow the client's preferences to
1820// be partially respected. (This only has an effect with
1821// SSL_OP_CIPHER_SERVER_PREFERENCE).
1822//
1823// The equal-preference groups are expressed by grouping SSL_CIPHERs together.
1824// All elements of a group have the same priority: no ordering is expressed
1825// within a group.
1826//
1827// The values in |ciphers| are in one-to-one correspondence with
1828// |in_group_flags|. (That is, sk_SSL_CIPHER_num(ciphers) is the number of
1829// bytes in |in_group_flags|.) The bytes in |in_group_flags| are either 1, to
1830// indicate that the corresponding SSL_CIPHER is not the last element of a
1831// group, or 0 to indicate that it is.
1832//
1833// For example, if |in_group_flags| contains all zeros then that indicates a
1834// traditional, fully-ordered preference. Every SSL_CIPHER is the last element
1835// of the group (i.e. they are all in a one-element group).
1836//
1837// For a more complex example, consider:
1838// ciphers: A B C D E F
1839// in_group_flags: 1 1 0 0 1 0
1840//
1841// That would express the following, order:
1842//
1843// A E
1844// B -> D -> F
1845// C
1846struct ssl_cipher_preference_list_st {
1847 STACK_OF(SSL_CIPHER) *ciphers;
1848 uint8_t *in_group_flags;
1849};
1850
1851struct tlsext_ticket_key {
1852 static constexpr bool kAllowUniquePtr = true;
1853
1854 uint8_t name[SSL_TICKET_KEY_NAME_LEN];
1855 uint8_t hmac_key[16];
1856 uint8_t aes_key[16];
1857 // next_rotation_tv_sec is the time (in seconds from the epoch) when the
1858 // current key should be superseded by a new key, or the time when a previous
1859 // key should be dropped. If zero, then the key should not be automatically
1860 // rotated.
1861 uint64_t next_rotation_tv_sec;
1862};
1863
1864} // namespace bssl
1865
1866DECLARE_LHASH_OF(SSL_SESSION)
1867
1868namespace bssl {
1869
1870// SSLContext backs the public |SSL_CTX| type. Due to compatibility constraints,
1871// it is a base class for |ssl_ctx_st|.
1872struct SSLContext {
1873 const SSL_PROTOCOL_METHOD *method;
1874 const SSL_X509_METHOD *x509_method;
1875
1876 // lock is used to protect various operations on this object.
1877 CRYPTO_MUTEX lock;
1878
1879 // conf_max_version is the maximum acceptable protocol version configured by
1880 // |SSL_CTX_set_max_proto_version|. Note this version is normalized in DTLS
1881 // and is further constrainted by |SSL_OP_NO_*|.
1882 uint16_t conf_max_version;
1883
1884 // conf_min_version is the minimum acceptable protocol version configured by
1885 // |SSL_CTX_set_min_proto_version|. Note this version is normalized in DTLS
1886 // and is further constrainted by |SSL_OP_NO_*|.
1887 uint16_t conf_min_version;
1888
1889 // tls13_variant is the variant of TLS 1.3 we are using for this
1890 // configuration.
1891 enum tls13_variant_t tls13_variant;
1892
1893 struct ssl_cipher_preference_list_st *cipher_list;
1894
1895 X509_STORE *cert_store;
1896 LHASH_OF(SSL_SESSION) *sessions;
1897 // Most session-ids that will be cached, default is
1898 // SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited.
1899 unsigned long session_cache_size;
1900 SSL_SESSION *session_cache_head;
1901 SSL_SESSION *session_cache_tail;
1902
1903 // handshakes_since_cache_flush is the number of successful handshakes since
1904 // the last cache flush.
1905 int handshakes_since_cache_flush;
1906
1907 // This can have one of 2 values, ored together,
1908 // SSL_SESS_CACHE_CLIENT,
1909 // SSL_SESS_CACHE_SERVER,
1910 // Default is SSL_SESSION_CACHE_SERVER, which means only
1911 // SSL_accept which cache SSL_SESSIONS.
1912 int session_cache_mode;
1913
1914 // session_timeout is the default lifetime for new sessions in TLS 1.2 and
1915 // earlier, in seconds.
1916 uint32_t session_timeout;
1917
1918 // session_psk_dhe_timeout is the default lifetime for new sessions in TLS
1919 // 1.3, in seconds.
1920 uint32_t session_psk_dhe_timeout;
1921
1922 // If this callback is not null, it will be called each time a session id is
1923 // added to the cache. If this function returns 1, it means that the
1924 // callback will do a SSL_SESSION_free() when it has finished using it.
1925 // Otherwise, on 0, it means the callback has finished with it. If
1926 // remove_session_cb is not null, it will be called when a session-id is
1927 // removed from the cache. After the call, OpenSSL will SSL_SESSION_free()
1928 // it.
1929 int (*new_session_cb)(SSL *ssl, SSL_SESSION *sess);
1930 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *sess);
1931 SSL_SESSION *(*get_session_cb)(SSL *ssl, const uint8_t *data, int len,
1932 int *copy);
1933 SSL_SESSION *(*get_session_cb_legacy)(SSL *ssl, uint8_t *data, int len,
1934 int *copy);
1935
1936 CRYPTO_refcount_t references;
1937
1938 // if defined, these override the X509_verify_cert() calls
1939 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg);
1940 void *app_verify_arg;
1941
1942 enum ssl_verify_result_t (*custom_verify_callback)(SSL *ssl,
1943 uint8_t *out_alert);
1944
1945 // Default password callback.
1946 pem_password_cb *default_passwd_callback;
1947
1948 // Default password callback user data.
1949 void *default_passwd_callback_userdata;
1950
1951 // get client cert callback
1952 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
1953
1954 // get channel id callback
1955 void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey);
1956
1957 CRYPTO_EX_DATA ex_data;
1958
1959 // custom_*_extensions stores any callback sets for custom extensions. Note
1960 // that these pointers will be NULL if the stack would otherwise be empty.
1961 STACK_OF(SSL_CUSTOM_EXTENSION) *client_custom_extensions;
1962 STACK_OF(SSL_CUSTOM_EXTENSION) *server_custom_extensions;
1963
1964 // Default values used when no per-SSL value is defined follow
1965
1966 void (*info_callback)(const SSL *ssl, int type, int value);
1967
1968 // what we put in client cert requests
1969 STACK_OF(CRYPTO_BUFFER) *client_CA;
1970
1971 // cached_x509_client_CA is a cache of parsed versions of the elements of
1972 // |client_CA|.
1973 STACK_OF(X509_NAME) *cached_x509_client_CA;
1974
1975
1976 // Default values to use in SSL structures follow (these are copied by
1977 // SSL_new)
1978
1979 uint32_t options;
1980 uint32_t mode;
1981 uint32_t max_cert_list;
1982
1983 CERT *cert;
1984
1985 // callback that allows applications to peek at protocol messages
1986 void (*msg_callback)(int write_p, int version, int content_type,
1987 const void *buf, size_t len, SSL *ssl, void *arg);
1988 void *msg_callback_arg;
1989
1990 int verify_mode;
1991 int (*default_verify_callback)(
1992 int ok, X509_STORE_CTX *ctx); // called 'verify_callback' in the SSL
1993
1994 X509_VERIFY_PARAM *param;
1995
1996 // select_certificate_cb is called before most ClientHello processing and
1997 // before the decision whether to resume a session is made. See
1998 // |ssl_select_cert_result_t| for details of the return values.
1999 enum ssl_select_cert_result_t (*select_certificate_cb)(
2000 const SSL_CLIENT_HELLO *);
2001
2002 // dos_protection_cb is called once the resumption decision for a ClientHello
2003 // has been made. It returns one to continue the handshake or zero to
2004 // abort.
2005 int (*dos_protection_cb) (const SSL_CLIENT_HELLO *);
2006
2007 // Maximum amount of data to send in one fragment. actual record size can be
2008 // more than this due to padding and MAC overheads.
2009 uint16_t max_send_fragment;
2010
2011 // TLS extensions servername callback
2012 int (*tlsext_servername_callback)(SSL *, int *, void *);
2013 void *tlsext_servername_arg;
2014
2015 // RFC 4507 session ticket keys. |tlsext_ticket_key_current| may be NULL
2016 // before the first handshake and |tlsext_ticket_key_prev| may be NULL at any
2017 // time. Automatically generated ticket keys are rotated as needed at
2018 // handshake time. Hence, all access must be synchronized through |lock|.
2019 struct tlsext_ticket_key *tlsext_ticket_key_current;
2020 struct tlsext_ticket_key *tlsext_ticket_key_prev;
2021
2022 // Callback to support customisation of ticket key setting
2023 int (*tlsext_ticket_key_cb)(SSL *ssl, uint8_t *name, uint8_t *iv,
2024 EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
2025
2026 // Server-only: psk_identity_hint is the default identity hint to send in
2027 // PSK-based key exchanges.
2028 char *psk_identity_hint;
2029
2030 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
2031 char *identity,
2032 unsigned int max_identity_len,
2033 uint8_t *psk, unsigned int max_psk_len);
2034 unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
2035 uint8_t *psk, unsigned int max_psk_len);
2036
2037
2038 // Next protocol negotiation information
2039 // (for experimental NPN extension).
2040
2041 // For a server, this contains a callback function by which the set of
2042 // advertised protocols can be provided.
2043 int (*next_protos_advertised_cb)(SSL *ssl, const uint8_t **out,
2044 unsigned *out_len, void *arg);
2045 void *next_protos_advertised_cb_arg;
2046 // For a client, this contains a callback function that selects the
2047 // next protocol from the list provided by the server.
2048 int (*next_proto_select_cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
2049 const uint8_t *in, unsigned in_len, void *arg);
2050 void *next_proto_select_cb_arg;
2051
2052 // ALPN information
2053 // (we are in the process of transitioning from NPN to ALPN.)
2054
2055 // For a server, this contains a callback function that allows the
2056 // server to select the protocol for the connection.
2057 // out: on successful return, this must point to the raw protocol
2058 // name (without the length prefix).
2059 // outlen: on successful return, this contains the length of |*out|.
2060 // in: points to the client's list of supported protocols in
2061 // wire-format.
2062 // inlen: the length of |in|.
2063 int (*alpn_select_cb)(SSL *ssl, const uint8_t **out, uint8_t *out_len,
2064 const uint8_t *in, unsigned in_len, void *arg);
2065 void *alpn_select_cb_arg;
2066
2067 // For a client, this contains the list of supported protocols in wire
2068 // format.
2069 uint8_t *alpn_client_proto_list;
2070 unsigned alpn_client_proto_list_len;
2071
2072 // SRTP profiles we are willing to do from RFC 5764
2073 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
2074
2075 // Supported group values inherited by SSL structure
2076 size_t supported_group_list_len;
2077 uint16_t *supported_group_list;
2078
2079 // The client's Channel ID private key.
2080 EVP_PKEY *tlsext_channel_id_private;
2081
2082 // keylog_callback, if not NULL, is the key logging callback. See
2083 // |SSL_CTX_set_keylog_callback|.
2084 void (*keylog_callback)(const SSL *ssl, const char *line);
2085
2086 // current_time_cb, if not NULL, is the function to use to get the current
2087 // time. It sets |*out_clock| to the current time. The |ssl| argument is
2088 // always NULL. See |SSL_CTX_set_current_time_cb|.
2089 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock);
2090
2091 // pool is used for all |CRYPTO_BUFFER|s in case we wish to share certificate
2092 // memory.
2093 CRYPTO_BUFFER_POOL *pool;
2094
2095 // ticket_aead_method contains function pointers for opening and sealing
2096 // session tickets.
2097 const SSL_TICKET_AEAD_METHOD *ticket_aead_method;
2098
2099 // verify_sigalgs, if not empty, is the set of signature algorithms
2100 // accepted from the peer in decreasing order of preference.
2101 uint16_t *verify_sigalgs;
2102 size_t num_verify_sigalgs;
2103
2104 // retain_only_sha256_of_client_certs is true if we should compute the SHA256
2105 // hash of the peer's certificate and then discard it to save memory and
2106 // session space. Only effective on the server side.
2107 bool retain_only_sha256_of_client_certs:1;
2108
2109 // quiet_shutdown is true if the connection should not send a close_notify on
2110 // shutdown.
2111 bool quiet_shutdown:1;
2112
2113 // ocsp_stapling_enabled is only used by client connections and indicates
2114 // whether OCSP stapling will be requested.
2115 bool ocsp_stapling_enabled:1;
2116
2117 // If true, a client will request certificate timestamps.
2118 bool signed_cert_timestamps_enabled:1;
2119
2120 // tlsext_channel_id_enabled is one if Channel ID is enabled and zero
2121 // otherwise. For a server, means that we'll accept Channel IDs from clients.
2122 // For a client, means that we'll advertise support.
2123 bool tlsext_channel_id_enabled:1;
2124
2125 // grease_enabled is one if draft-davidben-tls-grease-01 is enabled and zero
2126 // otherwise.
2127 bool grease_enabled:1;
2128
2129 // allow_unknown_alpn_protos is one if the client allows unsolicited ALPN
2130 // protocols from the peer.
2131 bool allow_unknown_alpn_protos:1;
2132
2133 // ed25519_enabled is one if Ed25519 is advertised in the handshake.
2134 bool ed25519_enabled:1;
2135};
2136
Robert Sloanb6d070c2017-07-24 08:40:01 -07002137struct SSL3_BUFFER {
Robert Sloana27a6a42017-09-05 08:39:28 -07002138 // buf is the memory allocated for this buffer.
David Benjamin95add822016-10-19 01:09:12 -04002139 uint8_t *buf;
Robert Sloana27a6a42017-09-05 08:39:28 -07002140 // offset is the offset into |buf| which the buffer contents start at.
David Benjamin95add822016-10-19 01:09:12 -04002141 uint16_t offset;
Robert Sloana27a6a42017-09-05 08:39:28 -07002142 // len is the length of the buffer contents from |buf| + |offset|.
David Benjamin95add822016-10-19 01:09:12 -04002143 uint16_t len;
Robert Sloana27a6a42017-09-05 08:39:28 -07002144 // cap is how much memory beyond |buf| + |offset| is available.
David Benjamin95add822016-10-19 01:09:12 -04002145 uint16_t cap;
Robert Sloanb6d070c2017-07-24 08:40:01 -07002146};
David Benjamin95add822016-10-19 01:09:12 -04002147
Robert Sloana27a6a42017-09-05 08:39:28 -07002148// An ssl_shutdown_t describes the shutdown state of one end of the connection,
2149// whether it is alive or has been shutdown via close_notify or fatal alert.
David Benjamin95add822016-10-19 01:09:12 -04002150enum ssl_shutdown_t {
2151 ssl_shutdown_none = 0,
2152 ssl_shutdown_close_notify = 1,
Robert Sloan36272962017-10-23 10:28:39 -07002153 ssl_shutdown_error = 2,
David Benjamin95add822016-10-19 01:09:12 -04002154};
2155
Robert Sloanb6d070c2017-07-24 08:40:01 -07002156struct SSL3_STATE {
David Benjamin95add822016-10-19 01:09:12 -04002157 uint8_t read_sequence[8];
2158 uint8_t write_sequence[8];
2159
2160 uint8_t server_random[SSL3_RANDOM_SIZE];
2161 uint8_t client_random[SSL3_RANDOM_SIZE];
2162
Robert Sloana27a6a42017-09-05 08:39:28 -07002163 // read_buffer holds data from the transport to be processed.
David Benjamin95add822016-10-19 01:09:12 -04002164 SSL3_BUFFER read_buffer;
Robert Sloana27a6a42017-09-05 08:39:28 -07002165 // write_buffer holds data to be written to the transport.
David Benjamin95add822016-10-19 01:09:12 -04002166 SSL3_BUFFER write_buffer;
2167
Robert Sloan36272962017-10-23 10:28:39 -07002168 // pending_app_data is the unconsumed application data. It points into
2169 // |read_buffer|.
2170 Span<uint8_t> pending_app_data;
David Benjamin95add822016-10-19 01:09:12 -04002171
Robert Sloana27a6a42017-09-05 08:39:28 -07002172 // partial write - check the numbers match
2173 unsigned int wnum; // number of bytes sent so far
2174 int wpend_tot; // number bytes written
David Benjamin95add822016-10-19 01:09:12 -04002175 int wpend_type;
Robert Sloana27a6a42017-09-05 08:39:28 -07002176 int wpend_ret; // number of bytes submitted
David Benjamin95add822016-10-19 01:09:12 -04002177 const uint8_t *wpend_buf;
2178
Robert Sloan921ef2c2017-10-17 09:02:20 -07002179 // read_shutdown is the shutdown state for the read half of the connection.
2180 enum ssl_shutdown_t read_shutdown;
David Benjamin95add822016-10-19 01:09:12 -04002181
Robert Sloan921ef2c2017-10-17 09:02:20 -07002182 // write_shutdown is the shutdown state for the write half of the connection.
2183 enum ssl_shutdown_t write_shutdown;
David Benjamin95add822016-10-19 01:09:12 -04002184
Robert Sloan36272962017-10-23 10:28:39 -07002185 // read_error, if |read_shutdown| is |ssl_shutdown_error|, is the error for
2186 // the receive half of the connection.
2187 ERR_SAVE_STATE *read_error;
2188
David Benjamin95add822016-10-19 01:09:12 -04002189 int alert_dispatch;
David Benjamin95add822016-10-19 01:09:12 -04002190
2191 int total_renegotiations;
2192
Robert Sloana27a6a42017-09-05 08:39:28 -07002193 // early_data_skipped is the amount of early data that has been skipped by the
2194 // record layer.
David Benjamin1b249672016-12-06 18:25:50 -05002195 uint16_t early_data_skipped;
2196
Robert Sloana27a6a42017-09-05 08:39:28 -07002197 // empty_record_count is the number of consecutive empty records received.
David Benjamin95add822016-10-19 01:09:12 -04002198 uint8_t empty_record_count;
2199
Robert Sloana27a6a42017-09-05 08:39:28 -07002200 // warning_alert_count is the number of consecutive warning alerts
2201 // received.
David Benjamin95add822016-10-19 01:09:12 -04002202 uint8_t warning_alert_count;
2203
Robert Sloana27a6a42017-09-05 08:39:28 -07002204 // key_update_count is the number of consecutive KeyUpdates received.
David Benjamin95add822016-10-19 01:09:12 -04002205 uint8_t key_update_count;
2206
Robert Sloana27a6a42017-09-05 08:39:28 -07002207 // skip_early_data instructs the record layer to skip unexpected early data
2208 // messages when 0RTT is rejected.
2209 bool skip_early_data:1;
David Benjamin1b249672016-12-06 18:25:50 -05002210
Robert Sloana27a6a42017-09-05 08:39:28 -07002211 // have_version is true if the connection's final version is known. Otherwise
2212 // the version has not been negotiated yet.
2213 bool have_version:1;
David Benjamin1b249672016-12-06 18:25:50 -05002214
Robert Sloana27a6a42017-09-05 08:39:28 -07002215 // v2_hello_done is true if the peer's V2ClientHello, if any, has been handled
2216 // and future messages should use the record layer.
2217 bool v2_hello_done:1;
David Benjamin1b249672016-12-06 18:25:50 -05002218
Robert Sloana27a6a42017-09-05 08:39:28 -07002219 // is_v2_hello is true if the current handshake message was derived from a
2220 // V2ClientHello rather than received from the peer directly.
2221 bool is_v2_hello:1;
Robert Sloan4d1ac502017-02-06 08:36:14 -08002222
Robert Sloana27a6a42017-09-05 08:39:28 -07002223 // has_message is true if the current handshake message has been returned
2224 // at least once by |get_message| and false otherwise.
2225 bool has_message:1;
Robert Sloan84377092017-08-14 09:33:19 -07002226
Robert Sloana27a6a42017-09-05 08:39:28 -07002227 // initial_handshake_complete is true if the initial handshake has
2228 // completed.
2229 bool initial_handshake_complete:1;
David Benjamin1b249672016-12-06 18:25:50 -05002230
Robert Sloana27a6a42017-09-05 08:39:28 -07002231 // session_reused indicates whether a session was resumed.
2232 bool session_reused:1;
David Benjamin1b249672016-12-06 18:25:50 -05002233
Robert Sloana27a6a42017-09-05 08:39:28 -07002234 bool send_connection_binding:1;
David Benjamin1b249672016-12-06 18:25:50 -05002235
Robert Sloana27a6a42017-09-05 08:39:28 -07002236 // In a client, this means that the server supported Channel ID and that a
2237 // Channel ID was sent. In a server it means that we echoed support for
2238 // Channel IDs and that tlsext_channel_id will be valid after the
2239 // handshake.
2240 bool tlsext_channel_id_valid:1;
David Benjamin1b249672016-12-06 18:25:50 -05002241
Robert Sloana27a6a42017-09-05 08:39:28 -07002242 // key_update_pending is true if we have a KeyUpdate acknowledgment
2243 // outstanding.
2244 bool key_update_pending:1;
Robert Sloan572a4e22017-04-17 10:52:19 -07002245
Robert Sloana27a6a42017-09-05 08:39:28 -07002246 // wpend_pending is true if we have a pending write outstanding.
2247 bool wpend_pending:1;
Robert Sloane56da3e2017-06-26 08:26:42 -07002248
David Benjamin1b249672016-12-06 18:25:50 -05002249 uint8_t send_alert[2];
2250
Robert Sloana27a6a42017-09-05 08:39:28 -07002251 // pending_flight is the pending outgoing flight. This is used to flush each
2252 // handshake flight in a single write. |write_buffer| must be written out
2253 // before this data.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002254 BUF_MEM *pending_flight;
2255
Robert Sloana27a6a42017-09-05 08:39:28 -07002256 // pending_flight_offset is the number of bytes of |pending_flight| which have
2257 // been successfully written.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002258 uint32_t pending_flight_offset;
David Benjamin1b249672016-12-06 18:25:50 -05002259
Robert Sloana27a6a42017-09-05 08:39:28 -07002260 // aead_read_ctx is the current read cipher state.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002261 SSLAEADContext *aead_read_ctx;
David Benjamin95add822016-10-19 01:09:12 -04002262
Robert Sloana27a6a42017-09-05 08:39:28 -07002263 // aead_write_ctx is the current write cipher state.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002264 SSLAEADContext *aead_write_ctx;
David Benjamin95add822016-10-19 01:09:12 -04002265
Robert Sloana27a6a42017-09-05 08:39:28 -07002266 // hs is the handshake state for the current handshake or NULL if there isn't
2267 // one.
David Benjamin95add822016-10-19 01:09:12 -04002268 SSL_HANDSHAKE *hs;
2269
2270 uint8_t write_traffic_secret[EVP_MAX_MD_SIZE];
David Benjamin95add822016-10-19 01:09:12 -04002271 uint8_t read_traffic_secret[EVP_MAX_MD_SIZE];
David Benjamin95add822016-10-19 01:09:12 -04002272 uint8_t exporter_secret[EVP_MAX_MD_SIZE];
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002273 uint8_t early_exporter_secret[EVP_MAX_MD_SIZE];
David Benjamin1b249672016-12-06 18:25:50 -05002274 uint8_t write_traffic_secret_len;
2275 uint8_t read_traffic_secret_len;
David Benjamin95add822016-10-19 01:09:12 -04002276 uint8_t exporter_secret_len;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002277 uint8_t early_exporter_secret_len;
David Benjamin95add822016-10-19 01:09:12 -04002278
Robert Sloana27a6a42017-09-05 08:39:28 -07002279 // Connection binding to prevent renegotiation attacks
David Benjamin1b249672016-12-06 18:25:50 -05002280 uint8_t previous_client_finished[12];
2281 uint8_t previous_client_finished_len;
2282 uint8_t previous_server_finished_len;
2283 uint8_t previous_server_finished[12];
2284
Robert Sloana27a6a42017-09-05 08:39:28 -07002285 // State pertaining to the pending handshake.
2286 //
2287 // TODO(davidben): Move everything not needed after the handshake completes to
2288 // |hs| and remove this.
David Benjamin95add822016-10-19 01:09:12 -04002289 struct {
David Benjamin95add822016-10-19 01:09:12 -04002290 uint8_t new_mac_secret_len;
2291 uint8_t new_key_len;
2292 uint8_t new_fixed_iv_len;
David Benjamin95add822016-10-19 01:09:12 -04002293 } tmp;
2294
Robert Sloana27a6a42017-09-05 08:39:28 -07002295 // established_session is the session established by the connection. This
2296 // session is only filled upon the completion of the handshake and is
2297 // immutable.
David Benjamin95add822016-10-19 01:09:12 -04002298 SSL_SESSION *established_session;
2299
Robert Sloana27a6a42017-09-05 08:39:28 -07002300 // Next protocol negotiation. For the client, this is the protocol that we
2301 // sent in NextProtocol and is set when handling ServerHello extensions.
2302 //
2303 // For a server, this is the client's selected_protocol from NextProtocol and
2304 // is set when handling the NextProtocol message, before the Finished
2305 // message.
David Benjamin95add822016-10-19 01:09:12 -04002306 uint8_t *next_proto_negotiated;
2307 size_t next_proto_negotiated_len;
2308
Robert Sloana27a6a42017-09-05 08:39:28 -07002309 // ALPN information
2310 // (we are in the process of transitioning from NPN to ALPN.)
David Benjamin95add822016-10-19 01:09:12 -04002311
Robert Sloana27a6a42017-09-05 08:39:28 -07002312 // In a server these point to the selected ALPN protocol after the
2313 // ClientHello has been processed. In a client these contain the protocol
2314 // that the server selected once the ServerHello has been processed.
David Benjamin95add822016-10-19 01:09:12 -04002315 uint8_t *alpn_selected;
2316 size_t alpn_selected_len;
2317
Robert Sloand1d118f2017-09-11 09:00:48 -07002318 // hostname, on the server, is the value of the SNI extension.
2319 char *hostname;
2320
Robert Sloana27a6a42017-09-05 08:39:28 -07002321 // For a server:
2322 // If |tlsext_channel_id_valid| is true, then this contains the
2323 // verified Channel ID from the client: a P256 point, (x,y), where
2324 // each are big-endian values.
David Benjamin95add822016-10-19 01:09:12 -04002325 uint8_t tlsext_channel_id[64];
Robert Sloan1c9db532017-03-13 08:03:59 -07002326
Robert Sloana27a6a42017-09-05 08:39:28 -07002327 // ticket_age_skew is the difference, in seconds, between the client-sent
2328 // ticket age and the server-computed value in TLS 1.3 server connections
2329 // which resumed a session.
Robert Sloan1c9db532017-03-13 08:03:59 -07002330 int32_t ticket_age_skew;
Robert Sloanb6d070c2017-07-24 08:40:01 -07002331};
David Benjamin95add822016-10-19 01:09:12 -04002332
Robert Sloana27a6a42017-09-05 08:39:28 -07002333// lengths of messages
Adam Langleye9ada862015-05-11 17:20:37 -07002334#define DTLS1_COOKIE_LENGTH 256
2335
2336#define DTLS1_RT_HEADER_LENGTH 13
2337
2338#define DTLS1_HM_HEADER_LENGTH 12
2339
2340#define DTLS1_CCS_HEADER_LENGTH 1
2341
2342#define DTLS1_AL_HEADER_LENGTH 2
2343
Adam Langleye9ada862015-05-11 17:20:37 -07002344struct hm_header_st {
2345 uint8_t type;
2346 uint32_t msg_len;
2347 uint16_t seq;
2348 uint32_t frag_off;
2349 uint32_t frag_len;
Adam Langleye9ada862015-05-11 17:20:37 -07002350};
2351
Robert Sloana27a6a42017-09-05 08:39:28 -07002352// An hm_fragment is an incoming DTLS message, possibly not yet assembled.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002353struct hm_fragment {
Robert Sloana27a6a42017-09-05 08:39:28 -07002354 // type is the type of the message.
David Benjaminc895d6b2016-08-11 13:26:41 -04002355 uint8_t type;
Robert Sloana27a6a42017-09-05 08:39:28 -07002356 // seq is the sequence number of this message.
David Benjaminc895d6b2016-08-11 13:26:41 -04002357 uint16_t seq;
Robert Sloana27a6a42017-09-05 08:39:28 -07002358 // msg_len is the length of the message body.
David Benjaminc895d6b2016-08-11 13:26:41 -04002359 uint32_t msg_len;
Robert Sloana27a6a42017-09-05 08:39:28 -07002360 // data is a pointer to the message, including message header. It has length
2361 // |DTLS1_HM_HEADER_LENGTH| + |msg_len|.
David Benjaminc895d6b2016-08-11 13:26:41 -04002362 uint8_t *data;
Robert Sloana27a6a42017-09-05 08:39:28 -07002363 // reassembly is a bitmask of |msg_len| bits corresponding to which parts of
2364 // the message have been received. It is NULL if the message is complete.
Adam Langleye9ada862015-05-11 17:20:37 -07002365 uint8_t *reassembly;
Robert Sloanb6d070c2017-07-24 08:40:01 -07002366};
Adam Langleye9ada862015-05-11 17:20:37 -07002367
Robert Sloan7d422bc2017-03-06 10:04:29 -08002368struct OPENSSL_timeval {
2369 uint64_t tv_sec;
2370 uint32_t tv_usec;
2371};
2372
Robert Sloanb6d070c2017-07-24 08:40:01 -07002373struct DTLS1_STATE {
Robert Sloana27a6a42017-09-05 08:39:28 -07002374 // has_change_cipher_spec is true if we have received a ChangeCipherSpec from
2375 // the peer in this epoch.
Robert Sloanfe7cd212017-08-07 09:03:39 -07002376 bool has_change_cipher_spec:1;
2377
Robert Sloana27a6a42017-09-05 08:39:28 -07002378 // outgoing_messages_complete is true if |outgoing_messages| has been
2379 // completed by an attempt to flush it. Future calls to |add_message| and
2380 // |add_change_cipher_spec| will start a new flight.
Robert Sloanfe7cd212017-08-07 09:03:39 -07002381 bool outgoing_messages_complete:1;
Adam Langleye9ada862015-05-11 17:20:37 -07002382
Robert Sloana27a6a42017-09-05 08:39:28 -07002383 // flight_has_reply is true if the current outgoing flight is complete and has
2384 // processed at least one message. This is used to detect whether we or the
2385 // peer sent the final flight.
Robert Sloan8f860b12017-08-28 07:37:06 -07002386 bool flight_has_reply:1;
2387
Adam Langleye9ada862015-05-11 17:20:37 -07002388 uint8_t cookie[DTLS1_COOKIE_LENGTH];
2389 size_t cookie_len;
2390
Robert Sloana27a6a42017-09-05 08:39:28 -07002391 // The current data and handshake epoch. This is initially undefined, and
2392 // starts at zero once the initial handshake is completed.
Adam Langleye9ada862015-05-11 17:20:37 -07002393 uint16_t r_epoch;
2394 uint16_t w_epoch;
2395
Robert Sloana27a6a42017-09-05 08:39:28 -07002396 // records being received in the current epoch
Adam Langleye9ada862015-05-11 17:20:37 -07002397 DTLS1_BITMAP bitmap;
2398
Adam Langleye9ada862015-05-11 17:20:37 -07002399 uint16_t handshake_write_seq;
Adam Langleye9ada862015-05-11 17:20:37 -07002400 uint16_t handshake_read_seq;
2401
Robert Sloana27a6a42017-09-05 08:39:28 -07002402 // save last sequence number for retransmissions
Adam Langleye9ada862015-05-11 17:20:37 -07002403 uint8_t last_write_sequence[8];
Robert Sloanb6d070c2017-07-24 08:40:01 -07002404 SSLAEADContext *last_aead_write_ctx;
Adam Langleye9ada862015-05-11 17:20:37 -07002405
Robert Sloana27a6a42017-09-05 08:39:28 -07002406 // incoming_messages is a ring buffer of incoming handshake messages that have
2407 // yet to be processed. The front of the ring buffer is message number
2408 // |handshake_read_seq|, at position |handshake_read_seq| %
2409 // |SSL_MAX_HANDSHAKE_FLIGHT|.
David Benjaminc895d6b2016-08-11 13:26:41 -04002410 hm_fragment *incoming_messages[SSL_MAX_HANDSHAKE_FLIGHT];
Adam Langleye9ada862015-05-11 17:20:37 -07002411
Robert Sloana27a6a42017-09-05 08:39:28 -07002412 // outgoing_messages is the queue of outgoing messages from the last handshake
2413 // flight.
David Benjaminc895d6b2016-08-11 13:26:41 -04002414 DTLS_OUTGOING_MESSAGE outgoing_messages[SSL_MAX_HANDSHAKE_FLIGHT];
2415 uint8_t outgoing_messages_len;
Adam Langleye9ada862015-05-11 17:20:37 -07002416
Robert Sloana27a6a42017-09-05 08:39:28 -07002417 // outgoing_written is the number of outgoing messages that have been
2418 // written.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002419 uint8_t outgoing_written;
Robert Sloana27a6a42017-09-05 08:39:28 -07002420 // outgoing_offset is the number of bytes of the next outgoing message have
2421 // been written.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002422 uint32_t outgoing_offset;
2423
Robert Sloana27a6a42017-09-05 08:39:28 -07002424 unsigned int mtu; // max DTLS packet size
Adam Langleye9ada862015-05-11 17:20:37 -07002425
Robert Sloana27a6a42017-09-05 08:39:28 -07002426 // num_timeouts is the number of times the retransmit timer has fired since
2427 // the last time it was reset.
Adam Langleye9ada862015-05-11 17:20:37 -07002428 unsigned int num_timeouts;
2429
Robert Sloana27a6a42017-09-05 08:39:28 -07002430 // Indicates when the last handshake msg or heartbeat sent will
2431 // timeout.
Robert Sloan7d422bc2017-03-06 10:04:29 -08002432 struct OPENSSL_timeval next_timeout;
Adam Langleye9ada862015-05-11 17:20:37 -07002433
Robert Sloana27a6a42017-09-05 08:39:28 -07002434 // timeout_duration_ms is the timeout duration in milliseconds.
David Benjamind316cba2016-06-02 16:17:39 -04002435 unsigned timeout_duration_ms;
Robert Sloanb6d070c2017-07-24 08:40:01 -07002436};
Adam Langleye9ada862015-05-11 17:20:37 -07002437
Robert Sloana27a6a42017-09-05 08:39:28 -07002438// SSLConnection backs the public |SSL| type. Due to compatibility constraints,
2439// it is a base class for |ssl_st|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002440struct SSLConnection {
Robert Sloana27a6a42017-09-05 08:39:28 -07002441 // method is the method table corresponding to the current protocol (DTLS or
2442 // TLS).
Robert Sloan47f43ed2017-02-06 14:55:15 -08002443 const SSL_PROTOCOL_METHOD *method;
2444
Robert Sloana27a6a42017-09-05 08:39:28 -07002445 // version is the protocol version.
Robert Sloanf6200e72017-07-10 08:09:18 -07002446 uint16_t version;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002447
Robert Sloana27a6a42017-09-05 08:39:28 -07002448 // conf_max_version is the maximum acceptable protocol version configured by
2449 // |SSL_set_max_proto_version|. Note this version is normalized in DTLS and is
2450 // further constrainted by |SSL_OP_NO_*|.
Robert Sloane56da3e2017-06-26 08:26:42 -07002451 uint16_t conf_max_version;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002452
Robert Sloana27a6a42017-09-05 08:39:28 -07002453 // conf_min_version is the minimum acceptable protocol version configured by
2454 // |SSL_set_min_proto_version|. Note this version is normalized in DTLS and is
2455 // further constrainted by |SSL_OP_NO_*|.
Robert Sloane56da3e2017-06-26 08:26:42 -07002456 uint16_t conf_min_version;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002457
Robert Sloana27a6a42017-09-05 08:39:28 -07002458 // tls13_variant is the variant of TLS 1.3 we are using for this
2459 // configuration.
Robert Sloana12bf462017-07-17 07:08:26 -07002460 enum tls13_variant_t tls13_variant;
2461
Robert Sloan47f43ed2017-02-06 14:55:15 -08002462 uint16_t max_send_fragment;
2463
Robert Sloana27a6a42017-09-05 08:39:28 -07002464 // There are 2 BIO's even though they are normally both the same. This is so
2465 // data can be read and written to different handlers
Robert Sloan47f43ed2017-02-06 14:55:15 -08002466
Robert Sloana27a6a42017-09-05 08:39:28 -07002467 BIO *rbio; // used by SSL_read
2468 BIO *wbio; // used by SSL_write
Robert Sloan47f43ed2017-02-06 14:55:15 -08002469
Robert Sloana27a6a42017-09-05 08:39:28 -07002470 // do_handshake runs the handshake. On completion, it returns |ssl_hs_ok|.
2471 // Otherwise, it returns a value corresponding to what operation is needed to
2472 // progress.
2473 enum ssl_hs_wait_t (*do_handshake)(SSL_HANDSHAKE *hs);
Robert Sloan47f43ed2017-02-06 14:55:15 -08002474
Robert Sloana27a6a42017-09-05 08:39:28 -07002475 BUF_MEM *init_buf; // buffer used during init
Robert Sloan47f43ed2017-02-06 14:55:15 -08002476
Robert Sloana27a6a42017-09-05 08:39:28 -07002477 SSL3_STATE *s3; // SSLv3 variables
2478 DTLS1_STATE *d1; // DTLSv1 variables
Robert Sloan47f43ed2017-02-06 14:55:15 -08002479
Robert Sloana27a6a42017-09-05 08:39:28 -07002480 // callback that allows applications to peek at protocol messages
Robert Sloan47f43ed2017-02-06 14:55:15 -08002481 void (*msg_callback)(int write_p, int version, int content_type,
2482 const void *buf, size_t len, SSL *ssl, void *arg);
2483 void *msg_callback_arg;
2484
2485 X509_VERIFY_PARAM *param;
2486
Robert Sloana27a6a42017-09-05 08:39:28 -07002487 // crypto
Robert Sloan47f43ed2017-02-06 14:55:15 -08002488 struct ssl_cipher_preference_list_st *cipher_list;
2489
Robert Sloana27a6a42017-09-05 08:39:28 -07002490 // session info
Robert Sloan47f43ed2017-02-06 14:55:15 -08002491
Robert Sloana27a6a42017-09-05 08:39:28 -07002492 // client cert?
2493 // This is used to hold the server certificate used
Robert Sloanb6d070c2017-07-24 08:40:01 -07002494 CERT *cert;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002495
Robert Sloana27a6a42017-09-05 08:39:28 -07002496 // This holds a variable that indicates what we were doing when a 0 or -1 is
2497 // returned. This is needed for non-blocking IO so we know what request
2498 // needs re-doing when in SSL_accept or SSL_connect
Robert Sloan47f43ed2017-02-06 14:55:15 -08002499 int rwstate;
2500
Robert Sloana27a6a42017-09-05 08:39:28 -07002501 // initial_timeout_duration_ms is the default DTLS timeout duration in
2502 // milliseconds. It's used to initialize the timer any time it's restarted.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002503 unsigned initial_timeout_duration_ms;
2504
Robert Sloana27a6a42017-09-05 08:39:28 -07002505 // session is the configured session to be offered by the client. This session
2506 // is immutable.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002507 SSL_SESSION *session;
2508
2509 int (*verify_callback)(int ok,
Robert Sloana27a6a42017-09-05 08:39:28 -07002510 X509_STORE_CTX *ctx); // fail if callback returns 0
Robert Sloan47f43ed2017-02-06 14:55:15 -08002511
Robert Sloanb6d070c2017-07-24 08:40:01 -07002512 enum ssl_verify_result_t (*custom_verify_callback)(SSL *ssl,
2513 uint8_t *out_alert);
2514
Robert Sloan47f43ed2017-02-06 14:55:15 -08002515 void (*info_callback)(const SSL *ssl, int type, int value);
2516
Robert Sloana27a6a42017-09-05 08:39:28 -07002517 // Server-only: psk_identity_hint is the identity hint to send in
2518 // PSK-based key exchanges.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002519 char *psk_identity_hint;
2520
2521 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
2522 char *identity,
2523 unsigned int max_identity_len,
2524 uint8_t *psk, unsigned int max_psk_len);
2525 unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
2526 uint8_t *psk, unsigned int max_psk_len);
2527
2528 SSL_CTX *ctx;
2529
Robert Sloana27a6a42017-09-05 08:39:28 -07002530 // extra application data
Robert Sloan47f43ed2017-02-06 14:55:15 -08002531 CRYPTO_EX_DATA ex_data;
2532
Robert Sloana27a6a42017-09-05 08:39:28 -07002533 // for server side, keep the list of CA_dn we can use
Robert Sloan7d422bc2017-03-06 10:04:29 -08002534 STACK_OF(CRYPTO_BUFFER) *client_CA;
2535
Robert Sloana27a6a42017-09-05 08:39:28 -07002536 // cached_x509_client_CA is a cache of parsed versions of the elements of
2537 // |client_CA|.
Robert Sloan7d422bc2017-03-06 10:04:29 -08002538 STACK_OF(X509_NAME) *cached_x509_client_CA;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002539
Robert Sloana27a6a42017-09-05 08:39:28 -07002540 uint32_t options; // protocol behaviour
2541 uint32_t mode; // API behaviour
Robert Sloan47f43ed2017-02-06 14:55:15 -08002542 uint32_t max_cert_list;
2543 char *tlsext_hostname;
2544 size_t supported_group_list_len;
Robert Sloana27a6a42017-09-05 08:39:28 -07002545 uint16_t *supported_group_list; // our list
Robert Sloan47f43ed2017-02-06 14:55:15 -08002546
Robert Sloana27a6a42017-09-05 08:39:28 -07002547 // session_ctx is the |SSL_CTX| used for the session cache and related
2548 // settings.
Robert Sloan1c9db532017-03-13 08:03:59 -07002549 SSL_CTX *session_ctx;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002550
Robert Sloana27a6a42017-09-05 08:39:28 -07002551 // srtp_profiles is the list of configured SRTP protection profiles for
2552 // DTLS-SRTP.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002553 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
2554
Robert Sloana27a6a42017-09-05 08:39:28 -07002555 // srtp_profile is the selected SRTP protection profile for
2556 // DTLS-SRTP.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002557 const SRTP_PROTECTION_PROFILE *srtp_profile;
2558
Robert Sloana27a6a42017-09-05 08:39:28 -07002559 // The client's Channel ID private key.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002560 EVP_PKEY *tlsext_channel_id_private;
2561
Robert Sloana27a6a42017-09-05 08:39:28 -07002562 // For a client, this contains the list of supported protocols in wire
2563 // format.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002564 uint8_t *alpn_client_proto_list;
2565 unsigned alpn_client_proto_list_len;
2566
Robert Sloana27a6a42017-09-05 08:39:28 -07002567 // renegotiate_mode controls how peer renegotiation attempts are handled.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002568 enum ssl_renegotiate_mode_t renegotiate_mode;
2569
Robert Sloana27a6a42017-09-05 08:39:28 -07002570 // verify_mode is a bitmask of |SSL_VERIFY_*| values.
Robert Sloan47f43ed2017-02-06 14:55:15 -08002571 uint8_t verify_mode;
2572
Robert Sloana27a6a42017-09-05 08:39:28 -07002573 // server is true iff the this SSL* is the server half. Note: before the SSL*
2574 // is initialized by either SSL_set_accept_state or SSL_set_connect_state,
2575 // the side is not determined. In this state, server is always false.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002576 bool server:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002577
Robert Sloana27a6a42017-09-05 08:39:28 -07002578 // quiet_shutdown is true if the connection should not send a close_notify on
2579 // shutdown.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002580 bool quiet_shutdown:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002581
Robert Sloana27a6a42017-09-05 08:39:28 -07002582 // Enable signed certificate time stamps. Currently client only.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002583 bool signed_cert_timestamps_enabled:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002584
Robert Sloana27a6a42017-09-05 08:39:28 -07002585 // ocsp_stapling_enabled is only used by client connections and indicates
2586 // whether OCSP stapling will be requested.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002587 bool ocsp_stapling_enabled:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002588
Robert Sloana27a6a42017-09-05 08:39:28 -07002589 // tlsext_channel_id_enabled is copied from the |SSL_CTX|. For a server,
2590 // means that we'll accept Channel IDs from clients. For a client, means that
2591 // we'll advertise support.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002592 bool tlsext_channel_id_enabled:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002593
Robert Sloana27a6a42017-09-05 08:39:28 -07002594 // retain_only_sha256_of_client_certs is true if we should compute the SHA256
2595 // hash of the peer's certificate and then discard it to save memory and
2596 // session space. Only effective on the server side.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002597 bool retain_only_sha256_of_client_certs:1;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002598
Robert Sloana27a6a42017-09-05 08:39:28 -07002599 // early_data_accepted is true if early data was accepted by the server.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002600 bool early_data_accepted:1;
Robert Sloan47f43ed2017-02-06 14:55:15 -08002601};
2602
Robert Sloana27a6a42017-09-05 08:39:28 -07002603// From draft-ietf-tls-tls13-18, used in determining PSK modes.
Steven Valdez909b19f2016-11-21 15:35:44 -05002604#define SSL_PSK_KE 0x0
2605#define SSL_PSK_DHE_KE 0x1
David Benjaminc895d6b2016-08-11 13:26:41 -04002606
Robert Sloana27a6a42017-09-05 08:39:28 -07002607// From draft-ietf-tls-tls13-16, used in determining whether to respond with a
2608// KeyUpdate.
David Benjamin95add822016-10-19 01:09:12 -04002609#define SSL_KEY_UPDATE_NOT_REQUESTED 0
2610#define SSL_KEY_UPDATE_REQUESTED 1
2611
Robert Sloana27a6a42017-09-05 08:39:28 -07002612// kMaxEarlyDataAccepted is the advertised number of plaintext bytes of early
2613// data that will be accepted. This value should be slightly below
2614// kMaxEarlyDataSkipped in tls_record.c, which is measured in ciphertext.
Robert Sloan9254e682017-04-24 09:42:06 -07002615static const size_t kMaxEarlyDataAccepted = 14336;
2616
Robert Sloan5d625782017-02-13 09:55:39 -08002617CERT *ssl_cert_new(const SSL_X509_METHOD *x509_method);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002618CERT *ssl_cert_dup(CERT *cert);
Robert Sloanfe7cd212017-08-07 09:03:39 -07002619void ssl_cert_clear_certs(CERT *cert);
2620void ssl_cert_free(CERT *cert);
2621int ssl_set_cert(CERT *cert, UniquePtr<CRYPTO_BUFFER> buffer);
Robert Sloan5d625782017-02-13 09:55:39 -08002622int ssl_is_key_type_supported(int key_type);
Robert Sloana27a6a42017-09-05 08:39:28 -07002623// ssl_compare_public_and_private_key returns one if |pubkey| is the public
2624// counterpart to |privkey|. Otherwise it returns zero and pushes a helpful
2625// message on the error queue.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002626int ssl_compare_public_and_private_key(const EVP_PKEY *pubkey,
2627 const EVP_PKEY *privkey);
2628int ssl_cert_check_private_key(const CERT *cert, const EVP_PKEY *privkey);
David Benjamin1b249672016-12-06 18:25:50 -05002629int ssl_get_new_session(SSL_HANDSHAKE *hs, int is_server);
David Benjaminc895d6b2016-08-11 13:26:41 -04002630int ssl_encrypt_ticket(SSL *ssl, CBB *out, const SSL_SESSION *session);
Robert Sloan8f860b12017-08-28 07:37:06 -07002631int ssl_ctx_rotate_ticket_encryption_key(SSL_CTX *ctx);
Kenny Rootb8494592015-09-25 02:29:14 +00002632
Robert Sloana27a6a42017-09-05 08:39:28 -07002633// ssl_session_new returns a newly-allocated blank |SSL_SESSION| or nullptr on
2634// error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002635UniquePtr<SSL_SESSION> ssl_session_new(const SSL_X509_METHOD *x509_method);
Robert Sloan5d625782017-02-13 09:55:39 -08002636
Robert Sloana27a6a42017-09-05 08:39:28 -07002637// SSL_SESSION_parse parses an |SSL_SESSION| from |cbs| and advances |cbs| over
2638// the parsed data.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002639UniquePtr<SSL_SESSION> SSL_SESSION_parse(CBS *cbs,
2640 const SSL_X509_METHOD *x509_method,
2641 CRYPTO_BUFFER_POOL *pool);
Robert Sloan5d625782017-02-13 09:55:39 -08002642
Robert Sloana27a6a42017-09-05 08:39:28 -07002643// ssl_session_is_context_valid returns one if |session|'s session ID context
2644// matches the one set on |ssl| and zero otherwise.
David Benjaminf0c4a6c2016-08-11 13:26:41 -04002645int ssl_session_is_context_valid(const SSL *ssl, const SSL_SESSION *session);
2646
Robert Sloana27a6a42017-09-05 08:39:28 -07002647// ssl_session_is_time_valid returns one if |session| is still valid and zero if
2648// it has expired.
David Benjaminf0c4a6c2016-08-11 13:26:41 -04002649int ssl_session_is_time_valid(const SSL *ssl, const SSL_SESSION *session);
2650
Robert Sloana27a6a42017-09-05 08:39:28 -07002651// ssl_session_is_resumable returns one if |session| is resumable for |hs| and
2652// zero otherwise.
Robert Sloana94fe052017-02-21 08:49:28 -08002653int ssl_session_is_resumable(const SSL_HANDSHAKE *hs,
2654 const SSL_SESSION *session);
Steven Valdez909b19f2016-11-21 15:35:44 -05002655
Robert Sloanae1abf92017-10-05 12:50:08 -07002656// ssl_session_protocol_version returns the protocol version associated with
2657// |session|. Note that despite the name, this is not the same as
2658// |SSL_SESSION_get_protocol_version|. The latter is based on upstream's name.
2659uint16_t ssl_session_protocol_version(const SSL_SESSION *session);
Robert Sloanf6200e72017-07-10 08:09:18 -07002660
Robert Sloanae1abf92017-10-05 12:50:08 -07002661// ssl_session_get_digest returns the digest used in |session|.
2662const EVP_MD *ssl_session_get_digest(const SSL_SESSION *session);
Robert Sloan5d625782017-02-13 09:55:39 -08002663
David Benjamin7c0d06c2016-08-11 13:26:41 -04002664void ssl_set_session(SSL *ssl, SSL_SESSION *session);
2665
Robert Sloana27a6a42017-09-05 08:39:28 -07002666// ssl_get_prev_session looks up the previous session based on |client_hello|.
2667// On success, it sets |*out_session| to the session or nullptr if none was
2668// found. If the session could not be looked up synchronously, it returns
2669// |ssl_hs_pending_session| and should be called again. If a ticket could not be
2670// decrypted immediately it returns |ssl_hs_pending_ticket| and should also
2671// be called again. Otherwise, it returns |ssl_hs_error|.
2672enum ssl_hs_wait_t ssl_get_prev_session(SSL *ssl,
2673 UniquePtr<SSL_SESSION> *out_session,
2674 bool *out_tickets_supported,
2675 bool *out_renew_ticket,
2676 const SSL_CLIENT_HELLO *client_hello);
Kenny Rootb8494592015-09-25 02:29:14 +00002677
Robert Sloana27a6a42017-09-05 08:39:28 -07002678// The following flags determine which parts of the session are duplicated.
David Benjaminf0c4a6c2016-08-11 13:26:41 -04002679#define SSL_SESSION_DUP_AUTH_ONLY 0x0
2680#define SSL_SESSION_INCLUDE_TICKET 0x1
2681#define SSL_SESSION_INCLUDE_NONAUTH 0x2
2682#define SSL_SESSION_DUP_ALL \
2683 (SSL_SESSION_INCLUDE_TICKET | SSL_SESSION_INCLUDE_NONAUTH)
2684
Robert Sloana27a6a42017-09-05 08:39:28 -07002685// SSL_SESSION_dup returns a newly-allocated |SSL_SESSION| with a copy of the
2686// fields in |session| or nullptr on error. The new session is non-resumable and
2687// must be explicitly marked resumable once it has been filled in.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002688OPENSSL_EXPORT UniquePtr<SSL_SESSION> SSL_SESSION_dup(SSL_SESSION *session,
2689 int dup_flags);
David Benjaminc895d6b2016-08-11 13:26:41 -04002690
Robert Sloana27a6a42017-09-05 08:39:28 -07002691// ssl_session_rebase_time updates |session|'s start time to the current time,
2692// adjusting the timeout so the expiration time is unchanged.
Robert Sloan4d1ac502017-02-06 08:36:14 -08002693void ssl_session_rebase_time(SSL *ssl, SSL_SESSION *session);
2694
Robert Sloana27a6a42017-09-05 08:39:28 -07002695// ssl_session_renew_timeout calls |ssl_session_rebase_time| and renews
2696// |session|'s timeout to |timeout| (measured from the current time). The
2697// renewal is clamped to the session's auth_timeout.
Robert Sloan7d422bc2017-03-06 10:04:29 -08002698void ssl_session_renew_timeout(SSL *ssl, SSL_SESSION *session,
2699 uint32_t timeout);
Steven Valdez909b19f2016-11-21 15:35:44 -05002700
Adam Langleyd9e397b2015-01-22 14:27:53 -08002701void ssl_cipher_preference_list_free(
2702 struct ssl_cipher_preference_list_st *cipher_list);
Steven Valdez909b19f2016-11-21 15:35:44 -05002703
Robert Sloana27a6a42017-09-05 08:39:28 -07002704// ssl_get_cipher_preferences returns the cipher preference list for TLS 1.2 and
2705// below.
Steven Valdez909b19f2016-11-21 15:35:44 -05002706const struct ssl_cipher_preference_list_st *ssl_get_cipher_preferences(
2707 const SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002708
David Benjamin1b249672016-12-06 18:25:50 -05002709void ssl_update_cache(SSL_HANDSHAKE *hs, int mode);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002710
Robert Sloan921ef2c2017-10-17 09:02:20 -07002711int ssl_send_alert(SSL *ssl, int level, int desc);
Robert Sloan84377092017-08-14 09:33:19 -07002712bool ssl3_get_message(SSL *ssl, SSLMessage *out);
Robert Sloan36272962017-10-23 10:28:39 -07002713ssl_open_record_t ssl3_open_handshake(SSL *ssl, size_t *out_consumed,
2714 uint8_t *out_alert, Span<uint8_t> in);
Robert Sloan84377092017-08-14 09:33:19 -07002715void ssl3_next_message(SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002716
Adam Langley4139edb2016-01-13 15:00:54 -08002717int ssl3_dispatch_alert(SSL *ssl);
Robert Sloan36272962017-10-23 10:28:39 -07002718ssl_open_record_t ssl3_open_app_data(SSL *ssl, Span<uint8_t> *out,
2719 size_t *out_consumed, uint8_t *out_alert,
2720 Span<uint8_t> in);
2721ssl_open_record_t ssl3_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
2722 uint8_t *out_alert,
2723 Span<uint8_t> in);
Robert Sloana27a6a42017-09-05 08:39:28 -07002724int ssl3_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
Robert Sloane56da3e2017-06-26 08:26:42 -07002725 int len);
Steven Valdez909b19f2016-11-21 15:35:44 -05002726
Robert Sloan36272962017-10-23 10:28:39 -07002727bool ssl3_new(SSL *ssl);
Adam Langley4139edb2016-01-13 15:00:54 -08002728void ssl3_free(SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002729
Robert Sloan36272962017-10-23 10:28:39 -07002730bool ssl3_init_message(SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
2731bool ssl3_finish_message(SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg);
2732bool ssl3_add_message(SSL *ssl, Array<uint8_t> msg);
2733bool ssl3_add_change_cipher_spec(SSL *ssl);
2734bool ssl3_add_alert(SSL *ssl, uint8_t level, uint8_t desc);
Robert Sloan4d1ac502017-02-06 08:36:14 -08002735int ssl3_flush_flight(SSL *ssl);
David Benjaminc895d6b2016-08-11 13:26:41 -04002736
Robert Sloan36272962017-10-23 10:28:39 -07002737bool dtls1_init_message(SSL *ssl, CBB *cbb, CBB *body, uint8_t type);
2738bool dtls1_finish_message(SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg);
2739bool dtls1_add_message(SSL *ssl, Array<uint8_t> msg);
2740bool dtls1_add_change_cipher_spec(SSL *ssl);
2741bool dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc);
Robert Sloan4d1ac502017-02-06 08:36:14 -08002742int dtls1_flush_flight(SSL *ssl);
David Benjamin6e899c72016-06-09 18:02:18 -04002743
Robert Sloana27a6a42017-09-05 08:39:28 -07002744// ssl_add_message_cbb finishes the handshake message in |cbb| and adds it to
Robert Sloan36272962017-10-23 10:28:39 -07002745// the pending flight. It returns true on success and false on error.
2746bool ssl_add_message_cbb(SSL *ssl, CBB *cbb);
Steven Valdez909b19f2016-11-21 15:35:44 -05002747
Robert Sloan36272962017-10-23 10:28:39 -07002748// ssl_hash_message incorporates |msg| into the handshake hash. It returns true
2749// on success and false on allocation failure.
Robert Sloan84377092017-08-14 09:33:19 -07002750bool ssl_hash_message(SSL_HANDSHAKE *hs, const SSLMessage &msg);
Steven Valdez909b19f2016-11-21 15:35:44 -05002751
Robert Sloan36272962017-10-23 10:28:39 -07002752ssl_open_record_t dtls1_open_app_data(SSL *ssl, Span<uint8_t> *out,
2753 size_t *out_consumed, uint8_t *out_alert,
2754 Span<uint8_t> in);
2755ssl_open_record_t dtls1_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
2756 uint8_t *out_alert,
2757 Span<uint8_t> in);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002758
Robert Sloana27a6a42017-09-05 08:39:28 -07002759int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake,
2760 const uint8_t *buf, int len);
David Benjamin6e899c72016-06-09 18:02:18 -04002761
Robert Sloana27a6a42017-09-05 08:39:28 -07002762// dtls1_write_record sends a record. It returns one on success and <= 0 on
2763// error.
David Benjamin6e899c72016-06-09 18:02:18 -04002764int dtls1_write_record(SSL *ssl, int type, const uint8_t *buf, size_t len,
2765 enum dtls1_use_epoch_t use_epoch);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002766
David Benjaminc895d6b2016-08-11 13:26:41 -04002767int dtls1_retransmit_outgoing_messages(SSL *ssl);
Robert Sloan36272962017-10-23 10:28:39 -07002768bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
David Benjamin6e899c72016-06-09 18:02:18 -04002769 CBS *out_body);
Robert Sloan36272962017-10-23 10:28:39 -07002770bool dtls1_check_timeout_num(SSL *ssl);
Adam Langleye9ada862015-05-11 17:20:37 -07002771
Adam Langley4139edb2016-01-13 15:00:54 -08002772void dtls1_start_timer(SSL *ssl);
2773void dtls1_stop_timer(SSL *ssl);
Robert Sloan36272962017-10-23 10:28:39 -07002774bool dtls1_is_timer_expired(SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002775unsigned int dtls1_min_mtu(void);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002776
Robert Sloan36272962017-10-23 10:28:39 -07002777bool dtls1_new(SSL *ssl);
Adam Langley4139edb2016-01-13 15:00:54 -08002778void dtls1_free(SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002779
Robert Sloan84377092017-08-14 09:33:19 -07002780bool dtls1_get_message(SSL *ssl, SSLMessage *out);
Robert Sloan36272962017-10-23 10:28:39 -07002781ssl_open_record_t dtls1_open_handshake(SSL *ssl, size_t *out_consumed,
2782 uint8_t *out_alert, Span<uint8_t> in);
Robert Sloan84377092017-08-14 09:33:19 -07002783void dtls1_next_message(SSL *ssl);
Adam Langley4139edb2016-01-13 15:00:54 -08002784int dtls1_dispatch_alert(SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002785
Robert Sloan2e9e66a2017-09-25 09:08:29 -07002786int tls1_change_cipher_state(SSL_HANDSHAKE *hs, evp_aead_direction_t direction);
Robert Sloan5d625782017-02-13 09:55:39 -08002787int tls1_generate_master_secret(SSL_HANDSHAKE *hs, uint8_t *out,
2788 const uint8_t *premaster, size_t premaster_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002789
Robert Sloan4562e9d2017-10-02 10:26:51 -07002790// tls1_get_grouplist returns the locally-configured group preference list.
2791Span<const uint16_t> tls1_get_grouplist(const SSL *ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002792
Robert Sloana27a6a42017-09-05 08:39:28 -07002793// tls1_check_group_id returns one if |group_id| is consistent with
2794// locally-configured group preferences.
Robert Sloan4562e9d2017-10-02 10:26:51 -07002795int tls1_check_group_id(const SSL *ssl, uint16_t group_id);
Kenny Rootb8494592015-09-25 02:29:14 +00002796
Robert Sloana27a6a42017-09-05 08:39:28 -07002797// tls1_get_shared_group sets |*out_group_id| to the first preferred shared
2798// group between client and server preferences and returns one. If none may be
2799// found, it returns zero.
David Benjamin1b249672016-12-06 18:25:50 -05002800int tls1_get_shared_group(SSL_HANDSHAKE *hs, uint16_t *out_group_id);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002801
Robert Sloana27a6a42017-09-05 08:39:28 -07002802// tls1_set_curves converts the array of |ncurves| NIDs pointed to by |curves|
2803// into a newly allocated array of TLS group IDs. On success, the function
2804// returns one and writes the array to |*out_group_ids| and its size to
2805// |*out_group_ids_len|. Otherwise, it returns zero.
David Benjamind316cba2016-06-02 16:17:39 -04002806int tls1_set_curves(uint16_t **out_group_ids, size_t *out_group_ids_len,
Adam Langleyd9e397b2015-01-22 14:27:53 -08002807 const int *curves, size_t ncurves);
2808
Robert Sloana27a6a42017-09-05 08:39:28 -07002809// tls1_set_curves_list converts the string of curves pointed to by |curves|
2810// into a newly allocated array of TLS group IDs. On success, the function
2811// returns one and writes the array to |*out_group_ids| and its size to
2812// |*out_group_ids_len|. Otherwise, it returns zero.
Steven Valdezbb1ceac2016-10-07 10:34:51 -04002813int tls1_set_curves_list(uint16_t **out_group_ids, size_t *out_group_ids_len,
2814 const char *curves);
2815
Robert Sloana27a6a42017-09-05 08:39:28 -07002816// ssl_add_clienthello_tlsext writes ClientHello extensions to |out|. It
2817// returns one on success and zero on failure. The |header_len| argument is the
2818// length of the ClientHello written so far and is used to compute the padding
2819// length. (It does not include the record header.)
David Benjamin1b249672016-12-06 18:25:50 -05002820int ssl_add_clienthello_tlsext(SSL_HANDSHAKE *hs, CBB *out, size_t header_len);
Kenny Roote99801b2015-11-06 15:31:15 -08002821
David Benjamin1b249672016-12-06 18:25:50 -05002822int ssl_add_serverhello_tlsext(SSL_HANDSHAKE *hs, CBB *out);
2823int ssl_parse_clienthello_tlsext(SSL_HANDSHAKE *hs,
2824 const SSL_CLIENT_HELLO *client_hello);
2825int ssl_parse_serverhello_tlsext(SSL_HANDSHAKE *hs, CBS *cbs);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002826
2827#define tlsext_tick_md EVP_sha256
Adam Langleyd9e397b2015-01-22 14:27:53 -08002828
Robert Sloana27a6a42017-09-05 08:39:28 -07002829// ssl_process_ticket processes a session ticket from the client. It returns
2830// one of:
2831// |ssl_ticket_aead_success|: |*out_session| is set to the parsed session and
2832// |*out_renew_ticket| is set to whether the ticket should be renewed.
2833// |ssl_ticket_aead_ignore_ticket|: |*out_renew_ticket| is set to whether a
2834// fresh ticket should be sent, but the given ticket cannot be used.
2835// |ssl_ticket_aead_retry|: the ticket could not be immediately decrypted.
2836// Retry later.
2837// |ssl_ticket_aead_error|: an error occured that is fatal to the connection.
Robert Sloan1c9db532017-03-13 08:03:59 -07002838enum ssl_ticket_aead_result_t ssl_process_ticket(
Robert Sloana27a6a42017-09-05 08:39:28 -07002839 SSL *ssl, UniquePtr<SSL_SESSION> *out_session, bool *out_renew_ticket,
Robert Sloan1c9db532017-03-13 08:03:59 -07002840 const uint8_t *ticket, size_t ticket_len, const uint8_t *session_id,
2841 size_t session_id_len);
Kenny Rootb8494592015-09-25 02:29:14 +00002842
Robert Sloana27a6a42017-09-05 08:39:28 -07002843// tls1_verify_channel_id processes |msg| as a Channel ID message, and verifies
2844// the signature. If the key is valid, it saves the Channel ID and returns
2845// one. Otherwise, it returns zero.
Robert Sloan84377092017-08-14 09:33:19 -07002846int tls1_verify_channel_id(SSL_HANDSHAKE *hs, const SSLMessage &msg);
Steven Valdez909b19f2016-11-21 15:35:44 -05002847
Robert Sloana27a6a42017-09-05 08:39:28 -07002848// tls1_write_channel_id generates a Channel ID message and puts the output in
2849// |cbb|. |ssl->tlsext_channel_id_private| must already be set before calling.
2850// This function returns one on success and zero on error.
Robert Sloan5d625782017-02-13 09:55:39 -08002851int tls1_write_channel_id(SSL_HANDSHAKE *hs, CBB *cbb);
Steven Valdez909b19f2016-11-21 15:35:44 -05002852
Robert Sloana27a6a42017-09-05 08:39:28 -07002853// tls1_channel_id_hash computes the hash to be signed by Channel ID and writes
2854// it to |out|, which must contain at least |EVP_MAX_MD_SIZE| bytes. It returns
2855// one on success and zero on failure.
Robert Sloan5d625782017-02-13 09:55:39 -08002856int tls1_channel_id_hash(SSL_HANDSHAKE *hs, uint8_t *out, size_t *out_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002857
Robert Sloan5d625782017-02-13 09:55:39 -08002858int tls1_record_handshake_hashes_for_channel_id(SSL_HANDSHAKE *hs);
Kenny Roota04d78d2015-09-25 00:26:37 +00002859
Robert Sloana27a6a42017-09-05 08:39:28 -07002860// ssl_do_channel_id_callback checks runs |ssl->ctx->channel_id_cb| if
2861// necessary. It returns one on success and zero on fatal error. Note that, on
2862// success, |ssl->tlsext_channel_id_private| may be unset, in which case the
2863// operation should be retried later.
Steven Valdez909b19f2016-11-21 15:35:44 -05002864int ssl_do_channel_id_callback(SSL *ssl);
2865
Robert Sloana27a6a42017-09-05 08:39:28 -07002866// ssl_can_write returns one if |ssl| is allowed to write and zero otherwise.
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002867int ssl_can_write(const SSL *ssl);
2868
Robert Sloana27a6a42017-09-05 08:39:28 -07002869// ssl_can_read returns one if |ssl| is allowed to read and zero otherwise.
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002870int ssl_can_read(const SSL *ssl);
2871
Robert Sloan7d422bc2017-03-06 10:04:29 -08002872void ssl_get_current_time(const SSL *ssl, struct OPENSSL_timeval *out_clock);
Robert Sloan8f860b12017-08-28 07:37:06 -07002873void ssl_ctx_get_current_time(const SSL_CTX *ctx,
2874 struct OPENSSL_timeval *out_clock);
David Benjaminc895d6b2016-08-11 13:26:41 -04002875
Robert Sloana27a6a42017-09-05 08:39:28 -07002876// ssl_reset_error_state resets state for |SSL_get_error|.
Robert Sloan69939df2017-01-09 10:53:07 -08002877void ssl_reset_error_state(SSL *ssl);
2878
Robert Sloan36272962017-10-23 10:28:39 -07002879// ssl_set_read_error sets |ssl|'s read half into an error state, saving the
2880// current state of the error queue.
2881void ssl_set_read_error(SSL* ssl);
2882
Robert Sloanb6d070c2017-07-24 08:40:01 -07002883} // namespace bssl
2884
2885
Robert Sloana27a6a42017-09-05 08:39:28 -07002886// Opaque C types.
2887//
2888// The following types are exported to C code as public typedefs, so they must
2889// be defined outside of the namespace.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002890
Robert Sloana27a6a42017-09-05 08:39:28 -07002891// ssl_method_st backs the public |SSL_METHOD| type. It is a compatibility
2892// structure to support the legacy version-locked methods.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002893struct ssl_method_st {
Robert Sloana27a6a42017-09-05 08:39:28 -07002894 // version, if non-zero, is the only protocol version acceptable to an
2895 // SSL_CTX initialized from this method.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002896 uint16_t version;
Robert Sloana27a6a42017-09-05 08:39:28 -07002897 // method is the underlying SSL_PROTOCOL_METHOD that initializes the
2898 // SSL_CTX.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002899 const bssl::SSL_PROTOCOL_METHOD *method;
Robert Sloana27a6a42017-09-05 08:39:28 -07002900 // x509_method contains pointers to functions that might deal with |X509|
2901 // compatibility, or might be a no-op, depending on the application.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002902 const SSL_X509_METHOD *x509_method;
2903};
2904
Robert Sloanb6d070c2017-07-24 08:40:01 -07002905struct ssl_x509_method_st {
Robert Sloana27a6a42017-09-05 08:39:28 -07002906 // check_client_CA_list returns one if |names| is a good list of X.509
2907 // distinguished names and zero otherwise. This is used to ensure that we can
2908 // reject unparsable values at handshake time when using crypto/x509.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002909 int (*check_client_CA_list)(STACK_OF(CRYPTO_BUFFER) *names);
2910
Robert Sloana27a6a42017-09-05 08:39:28 -07002911 // cert_clear frees and NULLs all X509 certificate-related state.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002912 void (*cert_clear)(bssl::CERT *cert);
Robert Sloana27a6a42017-09-05 08:39:28 -07002913 // cert_free frees all X509-related state.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002914 void (*cert_free)(bssl::CERT *cert);
Robert Sloana27a6a42017-09-05 08:39:28 -07002915 // cert_flush_cached_chain drops any cached |X509|-based certificate chain
2916 // from |cert|.
2917 // cert_dup duplicates any needed fields from |cert| to |new_cert|.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002918 void (*cert_dup)(bssl::CERT *new_cert, const bssl::CERT *cert);
2919 void (*cert_flush_cached_chain)(bssl::CERT *cert);
Robert Sloana27a6a42017-09-05 08:39:28 -07002920 // cert_flush_cached_chain drops any cached |X509|-based leaf certificate
2921 // from |cert|.
Robert Sloan921ef2c2017-10-17 09:02:20 -07002922 void (*cert_flush_cached_leaf)(bssl::CERT *cert);
Robert Sloanb6d070c2017-07-24 08:40:01 -07002923
Robert Sloana27a6a42017-09-05 08:39:28 -07002924 // session_cache_objects fills out |sess->x509_peer| and |sess->x509_chain|
2925 // from |sess->certs| and erases |sess->x509_chain_without_leaf|. It returns
2926 // one on success or zero on error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002927 int (*session_cache_objects)(SSL_SESSION *session);
Robert Sloana27a6a42017-09-05 08:39:28 -07002928 // session_dup duplicates any needed fields from |session| to |new_session|.
2929 // It returns one on success or zero on error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002930 int (*session_dup)(SSL_SESSION *new_session, const SSL_SESSION *session);
Robert Sloana27a6a42017-09-05 08:39:28 -07002931 // session_clear frees any X509-related state from |session|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002932 void (*session_clear)(SSL_SESSION *session);
Robert Sloana27a6a42017-09-05 08:39:28 -07002933 // session_verify_cert_chain verifies the certificate chain in |session|,
2934 // sets |session->verify_result| and returns one on success or zero on
2935 // error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002936 int (*session_verify_cert_chain)(SSL_SESSION *session, SSL *ssl,
2937 uint8_t *out_alert);
2938
Robert Sloana27a6a42017-09-05 08:39:28 -07002939 // hs_flush_cached_ca_names drops any cached |X509_NAME|s from |hs|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002940 void (*hs_flush_cached_ca_names)(bssl::SSL_HANDSHAKE *hs);
Robert Sloana27a6a42017-09-05 08:39:28 -07002941 // ssl_new does any neccessary initialisation of |ssl|. It returns one on
2942 // success or zero on error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002943 int (*ssl_new)(SSL *ssl);
Robert Sloana27a6a42017-09-05 08:39:28 -07002944 // ssl_free frees anything created by |ssl_new|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002945 void (*ssl_free)(SSL *ssl);
Robert Sloana27a6a42017-09-05 08:39:28 -07002946 // ssl_flush_cached_client_CA drops any cached |X509_NAME|s from |ssl|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002947 void (*ssl_flush_cached_client_CA)(SSL *ssl);
Robert Sloana27a6a42017-09-05 08:39:28 -07002948 // ssl_auto_chain_if_needed runs the deprecated auto-chaining logic if
2949 // necessary. On success, it updates |ssl|'s certificate configuration as
2950 // needed and returns one. Otherwise, it returns zero.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002951 int (*ssl_auto_chain_if_needed)(SSL *ssl);
Robert Sloana27a6a42017-09-05 08:39:28 -07002952 // ssl_ctx_new does any neccessary initialisation of |ctx|. It returns one on
2953 // success or zero on error.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002954 int (*ssl_ctx_new)(SSL_CTX *ctx);
Robert Sloana27a6a42017-09-05 08:39:28 -07002955 // ssl_ctx_free frees anything created by |ssl_ctx_new|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002956 void (*ssl_ctx_free)(SSL_CTX *ctx);
Robert Sloana27a6a42017-09-05 08:39:28 -07002957 // ssl_ctx_flush_cached_client_CA drops any cached |X509_NAME|s from |ctx|.
Robert Sloanb6d070c2017-07-24 08:40:01 -07002958 void (*ssl_ctx_flush_cached_client_CA)(SSL_CTX *ssl);
2959};
2960
Robert Sloan921ef2c2017-10-17 09:02:20 -07002961// The following types back public C-exposed types which must live in the global
2962// namespace. We use subclassing so the implementations may be C++ types with
2963// methods and destructor without polluting the global namespace.
2964struct ssl_ctx_st : public bssl::SSLContext {};
Robert Sloanb6d070c2017-07-24 08:40:01 -07002965struct ssl_st : public bssl::SSLConnection {};
2966
Robert Sloanb6d070c2017-07-24 08:40:01 -07002967
Robert Sloana27a6a42017-09-05 08:39:28 -07002968#endif // OPENSSL_HEADER_SSL_INTERNAL_H