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.
 
 
 
 
 
 

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