選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ssl_session.c 26 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  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-2006 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 <openssl/err.h>
  139. #include <openssl/lhash.h>
  140. #include <openssl/mem.h>
  141. #include <openssl/rand.h>
  142. #include "internal.h"
  143. #include "../crypto/internal.h"
  144. /* The address of this is a magic value, a pointer to which is returned by
  145. * SSL_magic_pending_session_ptr(). It allows a session callback to indicate
  146. * that it needs to asynchronously fetch session information. */
  147. static const char g_pending_session_magic = 0;
  148. static CRYPTO_EX_DATA_CLASS g_ex_data_class =
  149. CRYPTO_EX_DATA_CLASS_INIT_WITH_APP_DATA;
  150. static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *session);
  151. static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *session);
  152. static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *session, int lock);
  153. SSL_SESSION *SSL_SESSION_new(void) {
  154. SSL_SESSION *session = OPENSSL_malloc(sizeof(SSL_SESSION));
  155. if (session == NULL) {
  156. OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
  157. return 0;
  158. }
  159. memset(session, 0, sizeof(SSL_SESSION));
  160. session->verify_result = 1; /* avoid 0 (= X509_V_OK) just in case */
  161. session->references = 1;
  162. session->timeout = SSL_DEFAULT_SESSION_TIMEOUT;
  163. session->time = (unsigned long)time(NULL);
  164. CRYPTO_new_ex_data(&session->ex_data);
  165. return session;
  166. }
  167. SSL_SESSION *SSL_SESSION_up_ref(SSL_SESSION *session) {
  168. if (session != NULL) {
  169. CRYPTO_refcount_inc(&session->references);
  170. }
  171. return session;
  172. }
  173. void SSL_SESSION_free(SSL_SESSION *session) {
  174. if (session == NULL ||
  175. !CRYPTO_refcount_dec_and_test_zero(&session->references)) {
  176. return;
  177. }
  178. CRYPTO_free_ex_data(&g_ex_data_class, session, &session->ex_data);
  179. OPENSSL_cleanse(session->master_key, sizeof(session->master_key));
  180. OPENSSL_cleanse(session->session_id, sizeof(session->session_id));
  181. X509_free(session->peer);
  182. sk_X509_pop_free(session->cert_chain, X509_free);
  183. OPENSSL_free(session->tlsext_hostname);
  184. OPENSSL_free(session->tlsext_tick);
  185. OPENSSL_free(session->tlsext_signed_cert_timestamp_list);
  186. OPENSSL_free(session->ocsp_response);
  187. OPENSSL_free(session->psk_identity);
  188. OPENSSL_cleanse(session, sizeof(*session));
  189. OPENSSL_free(session);
  190. }
  191. const uint8_t *SSL_SESSION_get_id(const SSL_SESSION *session,
  192. unsigned *out_len) {
  193. if (out_len != NULL) {
  194. *out_len = session->session_id_length;
  195. }
  196. return session->session_id;
  197. }
  198. long SSL_SESSION_get_timeout(const SSL_SESSION *session) {
  199. return session->timeout;
  200. }
  201. long SSL_SESSION_get_time(const SSL_SESSION *session) {
  202. if (session == NULL) {
  203. /* NULL should crash, but silently accept it here for compatibility. */
  204. return 0;
  205. }
  206. return session->time;
  207. }
  208. uint32_t SSL_SESSION_get_key_exchange_info(const SSL_SESSION *session) {
  209. return session->key_exchange_info;
  210. }
  211. X509 *SSL_SESSION_get0_peer(const SSL_SESSION *session) {
  212. return session->peer;
  213. }
  214. size_t SSL_SESSION_get_master_key(const SSL_SESSION *session, uint8_t *out,
  215. size_t max_out) {
  216. /* TODO(davidben): Fix master_key_length's type and remove these casts. */
  217. if (max_out == 0) {
  218. return (size_t)session->master_key_length;
  219. }
  220. if (max_out > (size_t)session->master_key_length) {
  221. max_out = (size_t)session->master_key_length;
  222. }
  223. memcpy(out, session->master_key, max_out);
  224. return max_out;
  225. }
  226. long SSL_SESSION_set_time(SSL_SESSION *session, long time) {
  227. if (session == NULL) {
  228. return 0;
  229. }
  230. session->time = time;
  231. return time;
  232. }
  233. long SSL_SESSION_set_timeout(SSL_SESSION *session, long timeout) {
  234. if (session == NULL) {
  235. return 0;
  236. }
  237. session->timeout = timeout;
  238. return 1;
  239. }
  240. int SSL_SESSION_set1_id_context(SSL_SESSION *session, const uint8_t *sid_ctx,
  241. unsigned sid_ctx_len) {
  242. if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) {
  243. OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
  244. return 0;
  245. }
  246. session->sid_ctx_length = sid_ctx_len;
  247. memcpy(session->sid_ctx, sid_ctx, sid_ctx_len);
  248. return 1;
  249. }
  250. SSL_SESSION *SSL_magic_pending_session_ptr(void) {
  251. return (SSL_SESSION *)&g_pending_session_magic;
  252. }
  253. SSL_SESSION *SSL_get_session(const SSL *ssl)
  254. {
  255. /* aka SSL_get0_session; gets 0 objects, just returns a copy of the pointer */
  256. return ssl->session;
  257. }
  258. SSL_SESSION *SSL_get1_session(SSL *ssl) {
  259. /* variant of SSL_get_session: caller really gets something */
  260. return SSL_SESSION_up_ref(ssl->session);
  261. }
  262. int SSL_SESSION_get_ex_new_index(long argl, void *argp,
  263. CRYPTO_EX_unused *unused,
  264. CRYPTO_EX_dup *dup_func,
  265. CRYPTO_EX_free *free_func) {
  266. int index;
  267. if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp, dup_func,
  268. free_func)) {
  269. return -1;
  270. }
  271. return index;
  272. }
  273. int SSL_SESSION_set_ex_data(SSL_SESSION *session, int idx, void *arg) {
  274. return CRYPTO_set_ex_data(&session->ex_data, idx, arg);
  275. }
  276. void *SSL_SESSION_get_ex_data(const SSL_SESSION *session, int idx) {
  277. return CRYPTO_get_ex_data(&session->ex_data, idx);
  278. }
  279. int ssl_get_new_session(SSL *ssl, int is_server) {
  280. if (ssl->mode & SSL_MODE_NO_SESSION_CREATION) {
  281. OPENSSL_PUT_ERROR(SSL, SSL_R_SESSION_MAY_NOT_BE_CREATED);
  282. return 0;
  283. }
  284. SSL_SESSION *session = SSL_SESSION_new();
  285. if (session == NULL) {
  286. return 0;
  287. }
  288. /* If the context has a default timeout, use it over the default. */
  289. if (ssl->initial_ctx->session_timeout != 0) {
  290. session->timeout = ssl->initial_ctx->session_timeout;
  291. }
  292. session->ssl_version = ssl->version;
  293. if (is_server) {
  294. if (ssl->tlsext_ticket_expected) {
  295. /* Don't set session IDs for sessions resumed with tickets. This will keep
  296. * them out of the session cache. */
  297. session->session_id_length = 0;
  298. } else {
  299. session->session_id_length = SSL3_SSL_SESSION_ID_LENGTH;
  300. if (!RAND_bytes(session->session_id, session->session_id_length)) {
  301. goto err;
  302. }
  303. }
  304. if (ssl->tlsext_hostname != NULL) {
  305. session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname);
  306. if (session->tlsext_hostname == NULL) {
  307. OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
  308. goto err;
  309. }
  310. }
  311. } else {
  312. session->session_id_length = 0;
  313. }
  314. if (ssl->sid_ctx_length > sizeof(session->sid_ctx)) {
  315. OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
  316. goto err;
  317. }
  318. memcpy(session->sid_ctx, ssl->sid_ctx, ssl->sid_ctx_length);
  319. session->sid_ctx_length = ssl->sid_ctx_length;
  320. session->verify_result = X509_V_OK;
  321. SSL_SESSION_free(ssl->session);
  322. ssl->session = session;
  323. return 1;
  324. err:
  325. SSL_SESSION_free(session);
  326. return 0;
  327. }
  328. /* ssl_lookup_session looks up |session_id| in the session cache and sets
  329. * |*out_session| to an |SSL_SESSION| object if found. The caller takes
  330. * ownership of the result. */
  331. static enum ssl_session_result_t ssl_lookup_session(
  332. SSL *ssl, SSL_SESSION **out_session, const uint8_t *session_id,
  333. size_t session_id_len) {
  334. *out_session = NULL;
  335. if (session_id_len == 0 || session_id_len > SSL_MAX_SSL_SESSION_ID_LENGTH) {
  336. return ssl_session_success;
  337. }
  338. SSL_SESSION *session;
  339. /* Try the internal cache, if it exists. */
  340. if (!(ssl->initial_ctx->session_cache_mode &
  341. SSL_SESS_CACHE_NO_INTERNAL_LOOKUP)) {
  342. SSL_SESSION data;
  343. data.ssl_version = ssl->version;
  344. data.session_id_length = session_id_len;
  345. memcpy(data.session_id, session_id, session_id_len);
  346. CRYPTO_MUTEX_lock_read(&ssl->initial_ctx->lock);
  347. session = lh_SSL_SESSION_retrieve(ssl->initial_ctx->sessions, &data);
  348. if (session != NULL) {
  349. SSL_SESSION_up_ref(session);
  350. }
  351. /* TODO(davidben): This should probably move it to the front of the list. */
  352. CRYPTO_MUTEX_unlock_read(&ssl->initial_ctx->lock);
  353. if (session != NULL) {
  354. *out_session = session;
  355. return ssl_session_success;
  356. }
  357. }
  358. /* Fall back to the external cache, if it exists. */
  359. if (ssl->initial_ctx->get_session_cb == NULL) {
  360. return ssl_session_success;
  361. }
  362. int copy = 1;
  363. session = ssl->initial_ctx->get_session_cb(ssl, (uint8_t *)session_id,
  364. session_id_len, &copy);
  365. if (session == NULL) {
  366. return ssl_session_success;
  367. }
  368. if (session == SSL_magic_pending_session_ptr()) {
  369. return ssl_session_retry;
  370. }
  371. /* Increment reference count now if the session callback asks us to do so
  372. * (note that if the session structures returned by the callback are shared
  373. * between threads, it must handle the reference count itself [i.e. copy ==
  374. * 0], or things won't be thread-safe). */
  375. if (copy) {
  376. SSL_SESSION_up_ref(session);
  377. }
  378. /* Add the externally cached session to the internal cache if necessary. */
  379. if (!(ssl->initial_ctx->session_cache_mode &
  380. SSL_SESS_CACHE_NO_INTERNAL_STORE)) {
  381. SSL_CTX_add_session(ssl->initial_ctx, session);
  382. }
  383. *out_session = session;
  384. return ssl_session_success;
  385. }
  386. enum ssl_session_result_t ssl_get_prev_session(
  387. SSL *ssl, SSL_SESSION **out_session, int *out_send_ticket,
  388. const struct ssl_early_callback_ctx *ctx) {
  389. /* This is used only by servers. */
  390. assert(ssl->server);
  391. SSL_SESSION *session = NULL;
  392. int renew_ticket = 0;
  393. /* If tickets are disabled, always behave as if no tickets are present. */
  394. const uint8_t *ticket = NULL;
  395. size_t ticket_len = 0;
  396. const int tickets_supported =
  397. !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
  398. ssl->version > SSL3_VERSION &&
  399. SSL_early_callback_ctx_extension_get(ctx, TLSEXT_TYPE_session_ticket,
  400. &ticket, &ticket_len);
  401. int from_cache = 0;
  402. if (tickets_supported && ticket_len > 0) {
  403. if (!tls_process_ticket(ssl, &session, &renew_ticket, ticket, ticket_len,
  404. ctx->session_id, ctx->session_id_len)) {
  405. return ssl_session_error;
  406. }
  407. } else {
  408. /* The client didn't send a ticket, so the session ID is a real ID. */
  409. enum ssl_session_result_t lookup_ret = ssl_lookup_session(
  410. ssl, &session, ctx->session_id, ctx->session_id_len);
  411. if (lookup_ret != ssl_session_success) {
  412. return lookup_ret;
  413. }
  414. from_cache = 1;
  415. }
  416. if (session == NULL ||
  417. session->sid_ctx_length != ssl->sid_ctx_length ||
  418. memcmp(session->sid_ctx, ssl->sid_ctx, ssl->sid_ctx_length) != 0) {
  419. /* The client did not offer a suitable ticket or session ID. If supported,
  420. * the new session should use a ticket. */
  421. goto no_session;
  422. }
  423. if ((ssl->verify_mode & SSL_VERIFY_PEER) && ssl->sid_ctx_length == 0) {
  424. /* We can't be sure if this session is being used out of context, which is
  425. * especially important for SSL_VERIFY_PEER. The application should have
  426. * used SSL[_CTX]_set_session_id_context.
  427. *
  428. * For this error case, we generate an error instead of treating the event
  429. * like a cache miss (otherwise it would be easy for applications to
  430. * effectively disable the session cache by accident without anyone
  431. * noticing). */
  432. OPENSSL_PUT_ERROR(SSL, SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED);
  433. SSL_SESSION_free(session);
  434. return ssl_session_error;
  435. }
  436. if (session->timeout < (long)(time(NULL) - session->time)) {
  437. if (from_cache) {
  438. /* The session was from the cache, so remove it. */
  439. SSL_CTX_remove_session(ssl->initial_ctx, session);
  440. }
  441. goto no_session;
  442. }
  443. *out_session = session;
  444. *out_send_ticket = renew_ticket;
  445. return ssl_session_success;
  446. no_session:
  447. *out_session = NULL;
  448. *out_send_ticket = tickets_supported;
  449. SSL_SESSION_free(session);
  450. return ssl_session_success;
  451. }
  452. int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session) {
  453. /* Although |session| is inserted into two structures (a doubly-linked list
  454. * and the hash table), |ctx| only takes one reference. */
  455. SSL_SESSION_up_ref(session);
  456. SSL_SESSION *old_session;
  457. CRYPTO_MUTEX_lock_write(&ctx->lock);
  458. if (!lh_SSL_SESSION_insert(ctx->sessions, &old_session, session)) {
  459. CRYPTO_MUTEX_unlock_write(&ctx->lock);
  460. SSL_SESSION_free(session);
  461. return 0;
  462. }
  463. if (old_session != NULL) {
  464. if (old_session == session) {
  465. /* |session| was already in the cache. */
  466. CRYPTO_MUTEX_unlock_write(&ctx->lock);
  467. SSL_SESSION_free(old_session);
  468. return 0;
  469. }
  470. /* There was a session ID collision. |old_session| must be removed from
  471. * the linked list and released. */
  472. SSL_SESSION_list_remove(ctx, old_session);
  473. SSL_SESSION_free(old_session);
  474. }
  475. SSL_SESSION_list_add(ctx, session);
  476. /* Enforce any cache size limits. */
  477. if (SSL_CTX_sess_get_cache_size(ctx) > 0) {
  478. while (SSL_CTX_sess_number(ctx) > SSL_CTX_sess_get_cache_size(ctx)) {
  479. if (!remove_session_lock(ctx, ctx->session_cache_tail, 0)) {
  480. break;
  481. }
  482. }
  483. }
  484. CRYPTO_MUTEX_unlock_write(&ctx->lock);
  485. return 1;
  486. }
  487. int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session) {
  488. return remove_session_lock(ctx, session, 1);
  489. }
  490. static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *session, int lock) {
  491. int ret = 0;
  492. if (session != NULL && session->session_id_length != 0) {
  493. if (lock) {
  494. CRYPTO_MUTEX_lock_write(&ctx->lock);
  495. }
  496. SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions,
  497. session);
  498. if (found_session == session) {
  499. ret = 1;
  500. found_session = lh_SSL_SESSION_delete(ctx->sessions, session);
  501. SSL_SESSION_list_remove(ctx, session);
  502. }
  503. if (lock) {
  504. CRYPTO_MUTEX_unlock_write(&ctx->lock);
  505. }
  506. if (ret) {
  507. found_session->not_resumable = 1;
  508. if (ctx->remove_session_cb != NULL) {
  509. ctx->remove_session_cb(ctx, found_session);
  510. }
  511. SSL_SESSION_free(found_session);
  512. }
  513. }
  514. return ret;
  515. }
  516. int SSL_set_session(SSL *ssl, SSL_SESSION *session) {
  517. if (ssl->session == session) {
  518. return 1;
  519. }
  520. SSL_SESSION_free(ssl->session);
  521. ssl->session = session;
  522. if (session != NULL) {
  523. SSL_SESSION_up_ref(session);
  524. ssl->verify_result = session->verify_result;
  525. }
  526. return 1;
  527. }
  528. long SSL_CTX_set_timeout(SSL_CTX *ctx, long timeout) {
  529. if (ctx == NULL) {
  530. return 0;
  531. }
  532. long old_timeout = ctx->session_timeout;
  533. ctx->session_timeout = timeout;
  534. return old_timeout;
  535. }
  536. long SSL_CTX_get_timeout(const SSL_CTX *ctx) {
  537. if (ctx == NULL) {
  538. return 0;
  539. }
  540. return ctx->session_timeout;
  541. }
  542. typedef struct timeout_param_st {
  543. SSL_CTX *ctx;
  544. long time;
  545. LHASH_OF(SSL_SESSION) *cache;
  546. } TIMEOUT_PARAM;
  547. static void timeout_doall_arg(SSL_SESSION *session, void *void_param) {
  548. TIMEOUT_PARAM *param = void_param;
  549. if (param->time == 0 ||
  550. param->time > (session->time + session->timeout)) {
  551. /* timeout */
  552. /* The reason we don't call SSL_CTX_remove_session() is to
  553. * save on locking overhead */
  554. (void) lh_SSL_SESSION_delete(param->cache, session);
  555. SSL_SESSION_list_remove(param->ctx, session);
  556. session->not_resumable = 1;
  557. if (param->ctx->remove_session_cb != NULL) {
  558. param->ctx->remove_session_cb(param->ctx, session);
  559. }
  560. SSL_SESSION_free(session);
  561. }
  562. }
  563. void SSL_CTX_flush_sessions(SSL_CTX *ctx, long time) {
  564. TIMEOUT_PARAM tp;
  565. tp.ctx = ctx;
  566. tp.cache = ctx->sessions;
  567. if (tp.cache == NULL) {
  568. return;
  569. }
  570. tp.time = time;
  571. CRYPTO_MUTEX_lock_write(&ctx->lock);
  572. lh_SSL_SESSION_doall_arg(tp.cache, timeout_doall_arg, &tp);
  573. CRYPTO_MUTEX_unlock_write(&ctx->lock);
  574. }
  575. int ssl_clear_bad_session(SSL *ssl) {
  576. if (ssl->session != NULL &&
  577. ssl->s3->send_shutdown != ssl_shutdown_close_notify &&
  578. !SSL_in_init(ssl)) {
  579. SSL_CTX_remove_session(ssl->ctx, ssl->session);
  580. return 1;
  581. }
  582. return 0;
  583. }
  584. /* locked by SSL_CTX in the calling function */
  585. static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *session) {
  586. if (session->next == NULL || session->prev == NULL) {
  587. return;
  588. }
  589. if (session->next == (SSL_SESSION *)&ctx->session_cache_tail) {
  590. /* last element in list */
  591. if (session->prev == (SSL_SESSION *)&ctx->session_cache_head) {
  592. /* only one element in list */
  593. ctx->session_cache_head = NULL;
  594. ctx->session_cache_tail = NULL;
  595. } else {
  596. ctx->session_cache_tail = session->prev;
  597. session->prev->next = (SSL_SESSION *)&(ctx->session_cache_tail);
  598. }
  599. } else {
  600. if (session->prev == (SSL_SESSION *)&ctx->session_cache_head) {
  601. /* first element in list */
  602. ctx->session_cache_head = session->next;
  603. session->next->prev = (SSL_SESSION *)&(ctx->session_cache_head);
  604. } else { /* middle of list */
  605. session->next->prev = session->prev;
  606. session->prev->next = session->next;
  607. }
  608. }
  609. session->prev = session->next = NULL;
  610. }
  611. static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *session) {
  612. if (session->next != NULL && session->prev != NULL) {
  613. SSL_SESSION_list_remove(ctx, session);
  614. }
  615. if (ctx->session_cache_head == NULL) {
  616. ctx->session_cache_head = session;
  617. ctx->session_cache_tail = session;
  618. session->prev = (SSL_SESSION *)&(ctx->session_cache_head);
  619. session->next = (SSL_SESSION *)&(ctx->session_cache_tail);
  620. } else {
  621. session->next = ctx->session_cache_head;
  622. session->next->prev = session;
  623. session->prev = (SSL_SESSION *)&(ctx->session_cache_head);
  624. ctx->session_cache_head = session;
  625. }
  626. }
  627. void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
  628. int (*cb)(SSL *ssl, SSL_SESSION *session)) {
  629. ctx->new_session_cb = cb;
  630. }
  631. int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(SSL *ssl, SSL_SESSION *session) {
  632. return ctx->new_session_cb;
  633. }
  634. void SSL_CTX_sess_set_remove_cb(
  635. SSL_CTX *ctx, void (*cb)(SSL_CTX *ctx, SSL_SESSION *session)) {
  636. ctx->remove_session_cb = cb;
  637. }
  638. void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(SSL_CTX *ctx,
  639. SSL_SESSION *session) {
  640. return ctx->remove_session_cb;
  641. }
  642. void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx,
  643. SSL_SESSION *(*cb)(SSL *ssl,
  644. uint8_t *id, int id_len,
  645. int *out_copy)) {
  646. ctx->get_session_cb = cb;
  647. }
  648. SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(
  649. SSL *ssl, uint8_t *id, int id_len, int *out_copy) {
  650. return ctx->get_session_cb;
  651. }
  652. void SSL_CTX_set_info_callback(
  653. SSL_CTX *ctx, void (*cb)(const SSL *ssl, int type, int value)) {
  654. ctx->info_callback = cb;
  655. }
  656. void (*SSL_CTX_get_info_callback(SSL_CTX *ctx))(const SSL *ssl, int type,
  657. int value) {
  658. return ctx->info_callback;
  659. }
  660. void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl,
  661. X509 **out_x509,
  662. EVP_PKEY **out_pkey)) {
  663. ctx->client_cert_cb = cb;
  664. }
  665. int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **out_x509,
  666. EVP_PKEY **out_pkey) {
  667. return ctx->client_cert_cb;
  668. }
  669. void SSL_CTX_set_channel_id_cb(SSL_CTX *ctx,
  670. void (*cb)(SSL *ssl, EVP_PKEY **pkey)) {
  671. ctx->channel_id_cb = cb;
  672. }
  673. void (*SSL_CTX_get_channel_id_cb(SSL_CTX *ctx))(SSL *ssl, EVP_PKEY **pkey) {
  674. return ctx->channel_id_cb;
  675. }