You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

453 lines
18 KiB

  1. /* 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 2005 Nokia. All rights reserved.
  112. *
  113. * The portions of the attached software ("Contribution") is developed by
  114. * Nokia Corporation and is licensed pursuant to the OpenSSL open source
  115. * license.
  116. *
  117. * The Contribution, originally written by Mika Kousa and Pasi Eronen of
  118. * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
  119. * support (see RFC 4279) to OpenSSL.
  120. *
  121. * No patent licenses or other rights except those expressly stated in
  122. * the OpenSSL open source license shall be deemed granted or received
  123. * expressly, by implication, estoppel, or otherwise.
  124. *
  125. * No assurances are provided by Nokia that the Contribution does not
  126. * infringe the patent or other intellectual property rights of any third
  127. * party or that the license provides you with all the necessary rights
  128. * to make use of the Contribution.
  129. *
  130. * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
  131. * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
  132. * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
  133. * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
  134. * OTHERWISE. */
  135. #include <openssl/ssl.h>
  136. #include <assert.h>
  137. #include <string.h>
  138. #include <utility>
  139. #include <openssl/err.h>
  140. #include <openssl/evp.h>
  141. #include <openssl/hmac.h>
  142. #include <openssl/md5.h>
  143. #include <openssl/mem.h>
  144. #include <openssl/nid.h>
  145. #include <openssl/rand.h>
  146. #include "../crypto/fipsmodule/tls/internal.h"
  147. #include "../crypto/internal.h"
  148. #include "internal.h"
  149. namespace bssl {
  150. bool tls1_prf(const EVP_MD *digest, Span<uint8_t> out,
  151. Span<const uint8_t> secret, Span<const char> label,
  152. Span<const uint8_t> seed1, Span<const uint8_t> seed2) {
  153. return 1 == CRYPTO_tls1_prf(digest, out.data(), out.size(), secret.data(),
  154. secret.size(), label.data(), label.size(),
  155. seed1.data(), seed1.size(), seed2.data(),
  156. seed2.size());
  157. }
  158. static bool ssl3_prf(Span<uint8_t> out, Span<const uint8_t> secret,
  159. Span<const char> label, Span<const uint8_t> seed1,
  160. Span<const uint8_t> seed2) {
  161. ScopedEVP_MD_CTX md5;
  162. ScopedEVP_MD_CTX sha1;
  163. uint8_t buf[16], smd[SHA_DIGEST_LENGTH];
  164. uint8_t c = 'A';
  165. size_t k = 0;
  166. while (!out.empty()) {
  167. k++;
  168. if (k > sizeof(buf)) {
  169. // bug: 'buf' is too small for this ciphersuite
  170. OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
  171. return false;
  172. }
  173. for (size_t j = 0; j < k; j++) {
  174. buf[j] = c;
  175. }
  176. c++;
  177. if (!EVP_DigestInit_ex(sha1.get(), EVP_sha1(), NULL)) {
  178. OPENSSL_PUT_ERROR(SSL, ERR_LIB_EVP);
  179. return false;
  180. }
  181. EVP_DigestUpdate(sha1.get(), buf, k);
  182. EVP_DigestUpdate(sha1.get(), secret.data(), secret.size());
  183. // |label| is ignored for SSLv3.
  184. EVP_DigestUpdate(sha1.get(), seed1.data(), seed1.size());
  185. EVP_DigestUpdate(sha1.get(), seed2.data(), seed2.size());
  186. EVP_DigestFinal_ex(sha1.get(), smd, NULL);
  187. if (!EVP_DigestInit_ex(md5.get(), EVP_md5(), NULL)) {
  188. OPENSSL_PUT_ERROR(SSL, ERR_LIB_EVP);
  189. return false;
  190. }
  191. EVP_DigestUpdate(md5.get(), secret.data(), secret.size());
  192. EVP_DigestUpdate(md5.get(), smd, SHA_DIGEST_LENGTH);
  193. if (out.size() < MD5_DIGEST_LENGTH) {
  194. EVP_DigestFinal_ex(md5.get(), smd, NULL);
  195. OPENSSL_memcpy(out.data(), smd, out.size());
  196. break;
  197. }
  198. EVP_DigestFinal_ex(md5.get(), out.data(), NULL);
  199. out = out.subspan(MD5_DIGEST_LENGTH);
  200. }
  201. OPENSSL_cleanse(smd, SHA_DIGEST_LENGTH);
  202. return true;
  203. }
  204. static bool get_key_block_lengths(const SSL *ssl, size_t *out_mac_secret_len,
  205. size_t *out_key_len, size_t *out_iv_len,
  206. const SSL_CIPHER *cipher) {
  207. const EVP_AEAD *aead = NULL;
  208. if (!ssl_cipher_get_evp_aead(&aead, out_mac_secret_len, out_iv_len, cipher,
  209. ssl_protocol_version(ssl), SSL_is_dtls(ssl))) {
  210. OPENSSL_PUT_ERROR(SSL, SSL_R_CIPHER_OR_HASH_UNAVAILABLE);
  211. return false;
  212. }
  213. *out_key_len = EVP_AEAD_key_length(aead);
  214. if (*out_mac_secret_len > 0) {
  215. // For "stateful" AEADs (i.e. compatibility with pre-AEAD cipher suites) the
  216. // key length reported by |EVP_AEAD_key_length| will include the MAC key
  217. // bytes and initial implicit IV.
  218. if (*out_key_len < *out_mac_secret_len + *out_iv_len) {
  219. OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
  220. return false;
  221. }
  222. *out_key_len -= *out_mac_secret_len + *out_iv_len;
  223. }
  224. return true;
  225. }
  226. int tls1_configure_aead(SSL *ssl, evp_aead_direction_t direction,
  227. Array<uint8_t> *key_block_cache,
  228. const SSL_CIPHER *cipher,
  229. Span<const uint8_t> iv_override) {
  230. size_t mac_secret_len, key_len, iv_len;
  231. if (!get_key_block_lengths(ssl, &mac_secret_len, &key_len, &iv_len, cipher)) {
  232. return 0;
  233. }
  234. // Ensure that |key_block_cache| is set up.
  235. const size_t key_block_size = 2 * (mac_secret_len + key_len + iv_len);
  236. if (key_block_cache->empty()) {
  237. if (!key_block_cache->Init(key_block_size) ||
  238. !SSL_generate_key_block(ssl, key_block_cache->data(), key_block_size)) {
  239. return 0;
  240. }
  241. }
  242. assert(key_block_cache->size() == key_block_size);
  243. Span<const uint8_t> key_block = *key_block_cache;
  244. Span<const uint8_t> mac_secret, key, iv;
  245. if (direction == (ssl->server ? evp_aead_open : evp_aead_seal)) {
  246. // Use the client write (server read) keys.
  247. mac_secret = key_block.subspan(0, mac_secret_len);
  248. key = key_block.subspan(2 * mac_secret_len, key_len);
  249. iv = key_block.subspan(2 * mac_secret_len + 2 * key_len, iv_len);
  250. } else {
  251. // Use the server write (client read) keys.
  252. mac_secret = key_block.subspan(mac_secret_len, mac_secret_len);
  253. key = key_block.subspan(2 * mac_secret_len + key_len, key_len);
  254. iv = key_block.subspan(2 * mac_secret_len + 2 * key_len + iv_len, iv_len);
  255. }
  256. if (!iv_override.empty()) {
  257. if (iv_override.size() != iv_len) {
  258. return 0;
  259. }
  260. iv = iv_override;
  261. }
  262. UniquePtr<SSLAEADContext> aead_ctx = SSLAEADContext::Create(
  263. direction, ssl->version, SSL_is_dtls(ssl), cipher, key, mac_secret, iv);
  264. if (!aead_ctx) {
  265. return 0;
  266. }
  267. if (direction == evp_aead_open) {
  268. return ssl->method->set_read_state(ssl, std::move(aead_ctx));
  269. }
  270. return ssl->method->set_write_state(ssl, std::move(aead_ctx));
  271. }
  272. int tls1_change_cipher_state(SSL_HANDSHAKE *hs,
  273. evp_aead_direction_t direction) {
  274. return tls1_configure_aead(hs->ssl, direction, &hs->key_block,
  275. hs->new_cipher, {});
  276. }
  277. int tls1_generate_master_secret(SSL_HANDSHAKE *hs, uint8_t *out,
  278. Span<const uint8_t> premaster) {
  279. static const char kMasterSecretLabel[] = "master secret";
  280. static const char kExtendedMasterSecretLabel[] = "extended master secret";
  281. const SSL *ssl = hs->ssl;
  282. auto out_span = MakeSpan(out, SSL3_MASTER_SECRET_SIZE);
  283. if (hs->extended_master_secret) {
  284. auto label = MakeConstSpan(kExtendedMasterSecretLabel,
  285. sizeof(kExtendedMasterSecretLabel) - 1);
  286. uint8_t digests[EVP_MAX_MD_SIZE];
  287. size_t digests_len;
  288. if (!hs->transcript.GetHash(digests, &digests_len) ||
  289. !tls1_prf(hs->transcript.Digest(), out_span, premaster, label,
  290. MakeConstSpan(digests, digests_len), {})) {
  291. return 0;
  292. }
  293. } else {
  294. auto label =
  295. MakeConstSpan(kMasterSecretLabel, sizeof(kMasterSecretLabel) - 1);
  296. if (ssl_protocol_version(ssl) == SSL3_VERSION) {
  297. if (!ssl3_prf(out_span, premaster, label, ssl->s3->client_random,
  298. ssl->s3->server_random)) {
  299. return 0;
  300. }
  301. } else {
  302. if (!tls1_prf(hs->transcript.Digest(), out_span, premaster, label,
  303. ssl->s3->client_random, ssl->s3->server_random)) {
  304. return 0;
  305. }
  306. }
  307. }
  308. return SSL3_MASTER_SECRET_SIZE;
  309. }
  310. } // namespace bssl
  311. using namespace bssl;
  312. size_t SSL_get_key_block_len(const SSL *ssl) {
  313. size_t mac_secret_len, key_len, fixed_iv_len;
  314. if (!get_key_block_lengths(ssl, &mac_secret_len, &key_len, &fixed_iv_len,
  315. SSL_get_current_cipher(ssl))) {
  316. ERR_clear_error();
  317. return 0;
  318. }
  319. return 2 * (mac_secret_len + key_len + fixed_iv_len);
  320. }
  321. int SSL_generate_key_block(const SSL *ssl, uint8_t *out, size_t out_len) {
  322. const SSL_SESSION *session = SSL_get_session(ssl);
  323. auto out_span = MakeSpan(out, out_len);
  324. auto master_key =
  325. MakeConstSpan(session->master_key, session->master_key_length);
  326. static const char kLabel[] = "key expansion";
  327. auto label = MakeConstSpan(kLabel, sizeof(kLabel) - 1);
  328. if (ssl_protocol_version(ssl) == SSL3_VERSION) {
  329. return ssl3_prf(out_span, master_key, label, ssl->s3->server_random,
  330. ssl->s3->client_random);
  331. }
  332. const EVP_MD *digest = ssl_session_get_digest(session);
  333. return tls1_prf(digest, out_span, master_key, label, ssl->s3->server_random,
  334. ssl->s3->client_random);
  335. }
  336. int SSL_export_keying_material(SSL *ssl, uint8_t *out, size_t out_len,
  337. const char *label, size_t label_len,
  338. const uint8_t *context, size_t context_len,
  339. int use_context) {
  340. if (!ssl->s3->have_version || ssl->version == SSL3_VERSION) {
  341. OPENSSL_PUT_ERROR(SSL, SSL_R_HANDSHAKE_NOT_COMPLETE);
  342. return 0;
  343. }
  344. // Exporters may be used in False Start and server 0-RTT, where the handshake
  345. // has progressed enough. Otherwise, they may not be used during a handshake.
  346. if (SSL_in_init(ssl) &&
  347. !SSL_in_false_start(ssl) &&
  348. !(SSL_is_server(ssl) && SSL_in_early_data(ssl))) {
  349. OPENSSL_PUT_ERROR(SSL, SSL_R_HANDSHAKE_NOT_COMPLETE);
  350. return 0;
  351. }
  352. if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
  353. if (!use_context) {
  354. context = nullptr;
  355. context_len = 0;
  356. }
  357. return tls13_export_keying_material(
  358. ssl, MakeSpan(out, out_len),
  359. MakeConstSpan(ssl->s3->exporter_secret, ssl->s3->exporter_secret_len),
  360. MakeConstSpan(label, label_len), MakeConstSpan(context, context_len));
  361. }
  362. size_t seed_len = 2 * SSL3_RANDOM_SIZE;
  363. if (use_context) {
  364. if (context_len >= 1u << 16) {
  365. OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
  366. return 0;
  367. }
  368. seed_len += 2 + context_len;
  369. }
  370. Array<uint8_t> seed;
  371. if (!seed.Init(seed_len)) {
  372. OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
  373. return 0;
  374. }
  375. OPENSSL_memcpy(seed.data(), ssl->s3->client_random, SSL3_RANDOM_SIZE);
  376. OPENSSL_memcpy(seed.data() + SSL3_RANDOM_SIZE, ssl->s3->server_random,
  377. SSL3_RANDOM_SIZE);
  378. if (use_context) {
  379. seed[2 * SSL3_RANDOM_SIZE] = static_cast<uint8_t>(context_len >> 8);
  380. seed[2 * SSL3_RANDOM_SIZE + 1] = static_cast<uint8_t>(context_len);
  381. OPENSSL_memcpy(seed.data() + 2 * SSL3_RANDOM_SIZE + 2, context, context_len);
  382. }
  383. const SSL_SESSION *session = SSL_get_session(ssl);
  384. const EVP_MD *digest = ssl_session_get_digest(session);
  385. return tls1_prf(
  386. digest, MakeSpan(out, out_len),
  387. MakeConstSpan(session->master_key, session->master_key_length),
  388. MakeConstSpan(label, label_len), seed, {});
  389. }
  390. int SSL_export_early_keying_material(
  391. SSL *ssl, uint8_t *out, size_t out_len, const char *label, size_t label_len,
  392. const uint8_t *context, size_t context_len) {
  393. if (!SSL_in_early_data(ssl) &&
  394. (!ssl->s3->have_version ||
  395. ssl_protocol_version(ssl) < TLS1_3_VERSION)) {
  396. OPENSSL_PUT_ERROR(SSL, SSL_R_WRONG_SSL_VERSION);
  397. return 0;
  398. }
  399. // The early exporter only exists if we accepted early data or offered it as
  400. // a client.
  401. if (!SSL_in_early_data(ssl) && !SSL_early_data_accepted(ssl)) {
  402. OPENSSL_PUT_ERROR(SSL, SSL_R_EARLY_DATA_NOT_IN_USE);
  403. return 0;
  404. }
  405. return tls13_export_keying_material(
  406. ssl, MakeSpan(out, out_len),
  407. MakeConstSpan(ssl->s3->early_exporter_secret,
  408. ssl->s3->early_exporter_secret_len),
  409. MakeConstSpan(label, label_len), MakeConstSpan(context, context_len));
  410. }