Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

2752 řádky
118 KiB

  1. /* ssl/ssl.h */
  2. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  3. * All rights reserved.
  4. *
  5. * This package is an SSL implementation written
  6. * by Eric Young (eay@cryptsoft.com).
  7. * The implementation was written so as to conform with Netscapes SSL.
  8. *
  9. * This library is free for commercial and non-commercial use as long as
  10. * the following conditions are aheared to. The following conditions
  11. * apply to all code found in this distribution, be it the RC4, RSA,
  12. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  13. * included with this distribution is covered by the same copyright terms
  14. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  15. *
  16. * Copyright remains Eric Young's, and as such any Copyright notices in
  17. * the code are not to be removed.
  18. * If this package is used in a product, Eric Young should be given attribution
  19. * as the author of the parts of the library used.
  20. * This can be in the form of a textual message at program startup or
  21. * in documentation (online or textual) provided with the package.
  22. *
  23. * Redistribution and use in source and binary forms, with or without
  24. * modification, are permitted provided that the following conditions
  25. * are met:
  26. * 1. Redistributions of source code must retain the copyright
  27. * notice, this list of conditions and the following disclaimer.
  28. * 2. Redistributions in binary form must reproduce the above copyright
  29. * notice, this list of conditions and the following disclaimer in the
  30. * documentation and/or other materials provided with the distribution.
  31. * 3. All advertising materials mentioning features or use of this software
  32. * must display the following acknowledgement:
  33. * "This product includes cryptographic software written by
  34. * Eric Young (eay@cryptsoft.com)"
  35. * The word 'cryptographic' can be left out if the rouines from the library
  36. * being used are not cryptographic related :-).
  37. * 4. If you include any Windows specific code (or a derivative thereof) from
  38. * the apps directory (application code) you must include an acknowledgement:
  39. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  40. *
  41. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  42. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  43. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  44. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  45. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  46. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  47. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  48. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  49. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  50. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  51. * SUCH DAMAGE.
  52. *
  53. * The licence and distribution terms for any publically available version or
  54. * derivative of this code cannot be changed. i.e. this code cannot simply be
  55. * copied and put under another distribution licence
  56. * [including the GNU Public Licence.]
  57. */
  58. /* ====================================================================
  59. * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
  60. *
  61. * Redistribution and use in source and binary forms, with or without
  62. * modification, are permitted provided that the following conditions
  63. * are met:
  64. *
  65. * 1. Redistributions of source code must retain the above copyright
  66. * notice, this list of conditions and the following disclaimer.
  67. *
  68. * 2. Redistributions in binary form must reproduce the above copyright
  69. * notice, this list of conditions and the following disclaimer in
  70. * the documentation and/or other materials provided with the
  71. * distribution.
  72. *
  73. * 3. All advertising materials mentioning features or use of this
  74. * software must display the following acknowledgment:
  75. * "This product includes software developed by the OpenSSL Project
  76. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  77. *
  78. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  79. * endorse or promote products derived from this software without
  80. * prior written permission. For written permission, please contact
  81. * openssl-core@openssl.org.
  82. *
  83. * 5. Products derived from this software may not be called "OpenSSL"
  84. * nor may "OpenSSL" appear in their names without prior written
  85. * permission of the OpenSSL Project.
  86. *
  87. * 6. Redistributions of any form whatsoever must retain the following
  88. * acknowledgment:
  89. * "This product includes software developed by the OpenSSL Project
  90. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  91. *
  92. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  93. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  94. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  95. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  96. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  97. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  98. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  99. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  100. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  101. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  102. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  103. * OF THE POSSIBILITY OF SUCH DAMAGE.
  104. * ====================================================================
  105. *
  106. * This product includes cryptographic software written by Eric Young
  107. * (eay@cryptsoft.com). This product includes software written by Tim
  108. * Hudson (tjh@cryptsoft.com).
  109. *
  110. */
  111. /* ====================================================================
  112. * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  113. * ECC cipher suite support in OpenSSL originally developed by
  114. * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
  115. */
  116. /* ====================================================================
  117. * Copyright 2005 Nokia. All rights reserved.
  118. *
  119. * The portions of the attached software ("Contribution") is developed by
  120. * Nokia Corporation and is licensed pursuant to the OpenSSL open source
  121. * license.
  122. *
  123. * The Contribution, originally written by Mika Kousa and Pasi Eronen of
  124. * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
  125. * support (see RFC 4279) to OpenSSL.
  126. *
  127. * No patent licenses or other rights except those expressly stated in
  128. * the OpenSSL open source license shall be deemed granted or received
  129. * expressly, by implication, estoppel, or otherwise.
  130. *
  131. * No assurances are provided by Nokia that the Contribution does not
  132. * infringe the patent or other intellectual property rights of any third
  133. * party or that the license provides you with all the necessary rights
  134. * to make use of the Contribution.
  135. *
  136. * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
  137. * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
  138. * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
  139. * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
  140. * OTHERWISE.
  141. */
  142. #ifndef HEADER_SSL_H
  143. #define HEADER_SSL_H
  144. #include <openssl/base.h>
  145. #include <openssl/bio.h>
  146. #include <openssl/buf.h>
  147. #include <openssl/hmac.h>
  148. #include <openssl/lhash.h>
  149. #include <openssl/pem.h>
  150. #include <openssl/x509.h>
  151. /* Some code expected to get the threading functions by including ssl.h. */
  152. #include <openssl/thread.h>
  153. #ifdef __cplusplus
  154. extern "C" {
  155. #endif
  156. /* SSLeay version number for ASN.1 encoding of the session information */
  157. /* Version 0 - initial version
  158. * Version 1 - added the optional peer certificate. */
  159. #define SSL_SESSION_ASN1_VERSION 0x0001
  160. #define SSL_MAX_SSL_SESSION_ID_LENGTH 32
  161. #define SSL_MAX_SID_CTX_LENGTH 32
  162. #define SSL_MAX_MASTER_KEY_LENGTH 48
  163. /* These are used to specify which ciphers to use and not to use */
  164. #define SSL_TXT_MEDIUM "MEDIUM"
  165. #define SSL_TXT_HIGH "HIGH"
  166. #define SSL_TXT_FIPS "FIPS"
  167. #define SSL_TXT_aNULL "aNULL"
  168. #define SSL_TXT_kRSA "kRSA"
  169. #define SSL_TXT_kEDH "kEDH"
  170. #define SSL_TXT_kEECDH "kEECDH"
  171. #define SSL_TXT_kPSK "kPSK"
  172. #define SSL_TXT_aRSA "aRSA"
  173. #define SSL_TXT_aECDSA "aECDSA"
  174. #define SSL_TXT_aPSK "aPSK"
  175. #define SSL_TXT_DH "DH"
  176. #define SSL_TXT_EDH "EDH" /* same as "kEDH:-ADH" */
  177. #define SSL_TXT_ADH "ADH"
  178. #define SSL_TXT_RSA "RSA"
  179. #define SSL_TXT_ECDH "ECDH"
  180. #define SSL_TXT_EECDH "EECDH" /* same as "kEECDH:-AECDH" */
  181. #define SSL_TXT_AECDH "AECDH"
  182. #define SSL_TXT_ECDSA "ECDSA"
  183. #define SSL_TXT_PSK "PSK"
  184. #define SSL_TXT_3DES "3DES"
  185. #define SSL_TXT_RC4 "RC4"
  186. #define SSL_TXT_AES128 "AES128"
  187. #define SSL_TXT_AES256 "AES256"
  188. #define SSL_TXT_AES "AES"
  189. #define SSL_TXT_AES_GCM "AESGCM"
  190. #define SSL_TXT_CHACHA20 "CHACHA20"
  191. #define SSL_TXT_MD5 "MD5"
  192. #define SSL_TXT_SHA1 "SHA1"
  193. #define SSL_TXT_SHA "SHA" /* same as "SHA1" */
  194. #define SSL_TXT_SHA256 "SHA256"
  195. #define SSL_TXT_SHA384 "SHA384"
  196. #define SSL_TXT_SSLV3 "SSLv3"
  197. #define SSL_TXT_TLSV1 "TLSv1"
  198. #define SSL_TXT_TLSV1_1 "TLSv1.1"
  199. #define SSL_TXT_TLSV1_2 "TLSv1.2"
  200. #define SSL_TXT_ALL "ALL"
  201. /* COMPLEMENTOF* definitions. These identifiers are used to (de-select) ciphers
  202. * normally not being used.
  203. *
  204. * Example: "RC4" will activate all ciphers using RC4 including ciphers without
  205. * authentication, which would normally disabled by DEFAULT (due the "!ADH"
  206. * being part of default). Therefore "RC4:!COMPLEMENTOFDEFAULT" will make sure
  207. * that it is also disabled in the specific selection. COMPLEMENTOF*
  208. * identifiers are portable between version, as adjustments to the default
  209. * cipher setup will also be included here.
  210. *
  211. * COMPLEMENTOFDEFAULT does not experience the same special treatment that
  212. * DEFAULT gets, as only selection is being done and no sorting as needed for
  213. * DEFAULT. */
  214. #define SSL_TXT_CMPDEF "COMPLEMENTOFDEFAULT"
  215. /* The following cipher list is used by default. It also is substituted when an
  216. * application-defined cipher list string starts with 'DEFAULT'. */
  217. #define SSL_DEFAULT_CIPHER_LIST "ALL:!aNULL:!eNULL:!SSLv2"
  218. /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
  219. * starts with a reasonable order, and all we have to do for DEFAULT is
  220. * throwing out anonymous and unencrypted ciphersuites! (The latter are not
  221. * actually enabled by ALL, but "ALL:RSA" would enable some of them.) */
  222. /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
  223. #define SSL_SENT_SHUTDOWN 1
  224. #define SSL_RECEIVED_SHUTDOWN 2
  225. #define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1
  226. #define SSL_FILETYPE_PEM X509_FILETYPE_PEM
  227. typedef struct ssl_method_st SSL_METHOD;
  228. typedef struct ssl_protocol_method_st SSL_PROTOCOL_METHOD;
  229. typedef struct ssl_cipher_st SSL_CIPHER;
  230. typedef struct ssl_session_st SSL_SESSION;
  231. typedef struct tls_sigalgs_st TLS_SIGALGS;
  232. typedef struct ssl_conf_ctx_st SSL_CONF_CTX;
  233. typedef struct ssl3_enc_method SSL3_ENC_METHOD;
  234. DECLARE_STACK_OF(SSL_CIPHER)
  235. /* SRTP protection profiles for use with the use_srtp extension (RFC 5764). */
  236. typedef struct srtp_protection_profile_st {
  237. const char *name;
  238. unsigned long id;
  239. } SRTP_PROTECTION_PROFILE;
  240. DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
  241. /* used to hold info on the particular ciphers used */
  242. struct ssl_cipher_st {
  243. int valid;
  244. const char *name; /* text name */
  245. unsigned long id; /* id, 4 bytes, first is version */
  246. /* changed in 0.9.9: these four used to be portions of a single value
  247. * 'algorithms' */
  248. unsigned long algorithm_mkey; /* key exchange algorithm */
  249. unsigned long algorithm_auth; /* server authentication */
  250. unsigned long algorithm_enc; /* symmetric encryption */
  251. unsigned long algorithm_mac; /* symmetric authentication */
  252. unsigned long algorithm_ssl; /* (major) protocol version */
  253. unsigned long algo_strength; /* strength and export flags */
  254. unsigned long algorithm2; /* Extra flags. See SSL2_CF_* in ssl2.h
  255. and algorithm2 section in
  256. ssl_locl.h */
  257. int strength_bits; /* Number of bits really used */
  258. int alg_bits; /* Number of bits for algorithm */
  259. };
  260. /* An SSL_SESSION represents an SSL session that may be resumed in an
  261. * abbreviated handshake. */
  262. struct ssl_session_st {
  263. int ssl_version; /* what ssl version session info is being kept in here? */
  264. int master_key_length;
  265. uint8_t master_key[SSL_MAX_MASTER_KEY_LENGTH];
  266. /* session_id - valid? */
  267. unsigned int session_id_length;
  268. uint8_t session_id[SSL_MAX_SSL_SESSION_ID_LENGTH];
  269. /* this is used to determine whether the session is being reused in
  270. * the appropriate context. It is up to the application to set this,
  271. * via SSL_new */
  272. unsigned int sid_ctx_length;
  273. uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH];
  274. char *psk_identity;
  275. /* Used to indicate that session resumption is not allowed. Applications can
  276. * also set this bit for a new session via not_resumable_session_cb to
  277. * disable session caching and tickets. */
  278. int not_resumable;
  279. /* The cert is the certificate used to establish this connection */
  280. struct sess_cert_st /* SESS_CERT */ *sess_cert;
  281. /* This is the cert for the other end. On clients, it will be the same as
  282. * sess_cert->peer_key->x509 (the latter is not enough as sess_cert is not
  283. * retained in the external representation of sessions, see ssl_asn1.c). */
  284. X509 *peer;
  285. /* when app_verify_callback accepts a session where the peer's certificate is
  286. * not ok, we must remember the error for session reuse: */
  287. long verify_result; /* only for servers */
  288. int references;
  289. long timeout;
  290. long time;
  291. const SSL_CIPHER *cipher;
  292. CRYPTO_EX_DATA ex_data; /* application specific data */
  293. /* These are used to make removal of session-ids more efficient and to
  294. * implement a maximum cache size. */
  295. struct ssl_session_st *prev, *next;
  296. char *tlsext_hostname;
  297. /* RFC4507 info */
  298. uint8_t *tlsext_tick; /* Session ticket */
  299. size_t tlsext_ticklen; /* Session ticket length */
  300. uint32_t tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */
  301. size_t tlsext_signed_cert_timestamp_list_length;
  302. uint8_t *tlsext_signed_cert_timestamp_list; /* Server's list. */
  303. /* The OCSP response that came with the session. */
  304. size_t ocsp_response_length;
  305. uint8_t *ocsp_response;
  306. char peer_sha256_valid; /* Non-zero if peer_sha256 is valid */
  307. uint8_t
  308. peer_sha256[SHA256_DIGEST_LENGTH]; /* SHA256 of peer certificate */
  309. /* original_handshake_hash contains the handshake hash (either SHA-1+MD5 or
  310. * SHA-2, depending on TLS version) for the original, full handshake that
  311. * created a session. This is used by Channel IDs during resumption. */
  312. uint8_t original_handshake_hash[EVP_MAX_MD_SIZE];
  313. unsigned int original_handshake_hash_len;
  314. /* extended_master_secret is true if the master secret in this session was
  315. * generated using EMS and thus isn't vulnerable to the Triple Handshake
  316. * attack. */
  317. char extended_master_secret;
  318. };
  319. /* SSL_OP_LEGACY_SERVER_CONNECT allows initial connection to servers that don't
  320. * support RI */
  321. #define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L
  322. /* SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER allows for record sizes SSL3_RT_MAX_EXTRA
  323. * bytes above the maximum record size. */
  324. #define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L
  325. /* SSL_OP_TLS_D5_BUG accepts an RSAClientKeyExchange in TLS encoded as SSL3,
  326. * without a length prefix. */
  327. #define SSL_OP_TLS_D5_BUG 0x00000100L
  328. /* SSL_OP_ALL enables the above bug workarounds that should be rather harmless.
  329. * */
  330. #define SSL_OP_ALL 0x00000BFFL
  331. /* DTLS options */
  332. #define SSL_OP_NO_QUERY_MTU 0x00001000L
  333. /* Turn on Cookie Exchange (on relevant for servers) */
  334. #define SSL_OP_COOKIE_EXCHANGE 0x00002000L
  335. /* Don't use RFC4507 ticket extension */
  336. #define SSL_OP_NO_TICKET 0x00004000L
  337. /* As server, disallow session resumption on renegotiation */
  338. #define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L
  339. /* Don't use compression even if supported */
  340. #define SSL_OP_NO_COMPRESSION 0x00020000L
  341. /* Permit unsafe legacy renegotiation */
  342. #define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x00040000L
  343. /* If set, always create a new key when using tmp_ecdh parameters */
  344. #define SSL_OP_SINGLE_ECDH_USE 0x00080000L
  345. /* If set, always create a new key when using tmp_dh parameters */
  346. #define SSL_OP_SINGLE_DH_USE 0x00100000L
  347. /* Set on servers to choose the cipher according to the server's preferences */
  348. #define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L
  349. /* SSL_OP_TLS_ROLLBACK_BUG does nothing. */
  350. #define SSL_OP_TLS_ROLLBACK_BUG 0x00800000L
  351. /* Deprecated: Use SSL_CTX_set_min_version and SSL_CTX_set_max_version
  352. * instead. */
  353. #define SSL_OP_NO_SSLv2 0x01000000L
  354. #define SSL_OP_NO_SSLv3 0x02000000L
  355. #define SSL_OP_NO_TLSv1 0x04000000L
  356. #define SSL_OP_NO_TLSv1_2 0x08000000L
  357. #define SSL_OP_NO_TLSv1_1 0x10000000L
  358. #define SSL_OP_NO_DTLSv1 SSL_OP_NO_TLSv1
  359. #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
  360. #define SSL_OP_NO_SSL_MASK \
  361. (SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | \
  362. SSL_OP_NO_TLSv1_2)
  363. /* The following flags do nothing and are included only to make it easier to
  364. * compile code with BoringSSL. */
  365. #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0
  366. #define SSL_OP_MICROSOFT_SESS_ID_BUG 0
  367. #define SSL_OP_NETSCAPE_CHALLENGE_BUG 0
  368. #define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0
  369. #define SSL_OP_TLS_BLOCK_PADDING_BUG 0
  370. /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success when
  371. * just a single record has been written): */
  372. #define SSL_MODE_ENABLE_PARTIAL_WRITE 0x00000001L
  373. /* Make it possible to retry SSL_write() with changed buffer location (buffer
  374. * contents must stay the same!); this is not the default to avoid the
  375. * misconception that non-blocking SSL_write() behaves like non-blocking
  376. * write(): */
  377. #define SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 0x00000002L
  378. /* Don't attempt to automatically build certificate chain */
  379. #define SSL_MODE_NO_AUTO_CHAIN 0x00000008L
  380. /* Save RAM by releasing read and write buffers when they're empty. (SSL3 and
  381. * TLS only.) "Released" buffers are put onto a free-list in the context or
  382. * just freed (depending on the context's setting for freelist_max_len). */
  383. #define SSL_MODE_RELEASE_BUFFERS 0x00000010L
  384. /* The following flags do nothing and are included only to make it easier to
  385. * compile code with BoringSSL. */
  386. #define SSL_MODE_AUTO_RETRY 0
  387. /* Send the current time in the Random fields of the ClientHello and
  388. * ServerHello records for compatibility with hypothetical implementations that
  389. * require it. */
  390. #define SSL_MODE_SEND_CLIENTHELLO_TIME 0x00000020L
  391. #define SSL_MODE_SEND_SERVERHELLO_TIME 0x00000040L
  392. /* Cert related flags */
  393. /* Many implementations ignore some aspects of the TLS standards such as
  394. * enforcing certifcate chain algorithms. When this is set we enforce them. */
  395. #define SSL_CERT_FLAG_TLS_STRICT 0x00000001L
  396. /* Flags for building certificate chains */
  397. /* Treat any existing certificates as untrusted CAs */
  398. #define SSL_BUILD_CHAIN_FLAG_UNTRUSTED 0x1
  399. /* Don't include root CA in chain */
  400. #define SSL_BUILD_CHAIN_FLAG_NO_ROOT 0x2
  401. /* Just check certificates already there */
  402. #define SSL_BUILD_CHAIN_FLAG_CHECK 0x4
  403. /* Ignore verification errors */
  404. #define SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR 0x8
  405. /* Clear verification errors from queue */
  406. #define SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR 0x10
  407. /* When set, clients may send application data before receipt of CCS and
  408. * Finished. This mode enables full-handshakes to 'complete' in one RTT. */
  409. #define SSL_MODE_HANDSHAKE_CUTTHROUGH 0x00000080L
  410. /* When set, TLS 1.0 and SSLv3, multi-byte, CBC records will be split in two:
  411. * the first record will contain a single byte and the second will contain the
  412. * rest of the bytes. This effectively randomises the IV and prevents BEAST
  413. * attacks. */
  414. #define SSL_MODE_CBC_RECORD_SPLITTING 0x00000100L
  415. /* SSL_MODE_NO_SESSION_CREATION will cause any attempts to create a session to
  416. * fail with SSL_R_SESSION_MAY_NOT_BE_CREATED. This can be used to enforce that
  417. * session resumption is used for a given SSL*. */
  418. #define SSL_MODE_NO_SESSION_CREATION 0x00000200L
  419. /* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, they
  420. * cannot be used to clear bits. */
  421. #define SSL_CTX_set_options(ctx, op) \
  422. SSL_CTX_ctrl((ctx), SSL_CTRL_OPTIONS, (op), NULL)
  423. #define SSL_CTX_clear_options(ctx, op) \
  424. SSL_CTX_ctrl((ctx), SSL_CTRL_CLEAR_OPTIONS, (op), NULL)
  425. #define SSL_CTX_get_options(ctx) SSL_CTX_ctrl((ctx), SSL_CTRL_OPTIONS, 0, NULL)
  426. #define SSL_set_options(ssl, op) SSL_ctrl((ssl), SSL_CTRL_OPTIONS, (op), NULL)
  427. #define SSL_clear_options(ssl, op) \
  428. SSL_ctrl((ssl), SSL_CTRL_CLEAR_OPTIONS, (op), NULL)
  429. #define SSL_get_options(ssl) SSL_ctrl((ssl), SSL_CTRL_OPTIONS, 0, NULL)
  430. #define SSL_CTX_set_mode(ctx, op) SSL_CTX_ctrl((ctx), SSL_CTRL_MODE, (op), NULL)
  431. #define SSL_CTX_clear_mode(ctx, op) \
  432. SSL_CTX_ctrl((ctx), SSL_CTRL_CLEAR_MODE, (op), NULL)
  433. #define SSL_CTX_get_mode(ctx) SSL_CTX_ctrl((ctx), SSL_CTRL_MODE, 0, NULL)
  434. #define SSL_clear_mode(ssl, op) SSL_ctrl((ssl), SSL_CTRL_CLEAR_MODE, (op), NULL)
  435. #define SSL_set_mode(ssl, op) SSL_ctrl((ssl), SSL_CTRL_MODE, (op), NULL)
  436. #define SSL_get_mode(ssl) SSL_ctrl((ssl), SSL_CTRL_MODE, 0, NULL)
  437. #define SSL_set_mtu(ssl, mtu) SSL_ctrl((ssl), SSL_CTRL_SET_MTU, (mtu), NULL)
  438. #define SSL_get_secure_renegotiation_support(ssl) \
  439. SSL_ctrl((SSL *)(ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
  440. #define SSL_CTX_set_cert_flags(ctx, op) \
  441. SSL_CTX_ctrl((ctx), SSL_CTRL_CERT_FLAGS, (op), NULL)
  442. #define SSL_set_cert_flags(s, op) SSL_ctrl((s), SSL_CTRL_CERT_FLAGS, (op), NULL)
  443. #define SSL_CTX_clear_cert_flags(ctx, op) \
  444. SSL_CTX_ctrl((ctx), SSL_CTRL_CLEAR_CERT_FLAGS, (op), NULL)
  445. #define SSL_clear_cert_flags(s, op) \
  446. SSL_ctrl((s), SSL_CTRL_CLEAR_CERT_FLAGS, (op), NULL)
  447. /* SSL_CTX_set_min_version sets the minimum protocol version for |ctx| to
  448. * |version|. */
  449. void SSL_CTX_set_min_version(SSL_CTX *ctx, uint16_t version);
  450. /* SSL_CTX_set_max_version sets the maximum protocol version for |ctx| to
  451. * |version|. */
  452. void SSL_CTX_set_max_version(SSL_CTX *ctx, uint16_t version);
  453. /* SSL_set_min_version sets the minimum protocol version for |ssl| to
  454. * |version|. */
  455. void SSL_set_min_version(SSL *ssl, uint16_t version);
  456. /* SSL_set_max_version sets the maximum protocol version for |ssl| to
  457. * |version|. */
  458. void SSL_set_max_version(SSL *ssl, uint16_t version);
  459. OPENSSL_EXPORT void SSL_CTX_set_msg_callback(
  460. SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type,
  461. const void *buf, size_t len, SSL *ssl, void *arg));
  462. OPENSSL_EXPORT void SSL_set_msg_callback(
  463. SSL *ssl, void (*cb)(int write_p, int version, int content_type,
  464. const void *buf, size_t len, SSL *ssl, void *arg));
  465. #define SSL_CTX_set_msg_callback_arg(ctx, arg) \
  466. SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
  467. #define SSL_set_msg_callback_arg(ssl, arg) \
  468. SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
  469. /* SSL_CTX_set_keylog_bio sets configures all SSL objects attached to |ctx| to
  470. * log session material to |keylog_bio|. This is intended for debugging use
  471. * with tools like Wireshark. |ctx| takes ownership of |keylog_bio|.
  472. *
  473. * The format is described in
  474. * https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format. */
  475. OPENSSL_EXPORT void SSL_CTX_set_keylog_bio(SSL_CTX *ctx, BIO *keylog_bio);
  476. struct ssl_aead_ctx_st;
  477. typedef struct ssl_aead_ctx_st SSL_AEAD_CTX;
  478. #define SSL_MAX_CERT_LIST_DEFAULT 1024 * 100 /* 100k max cert list */
  479. #define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024 * 20)
  480. #define SSL_DEFAULT_SESSION_TIMEOUT (2 * 60 * 60)
  481. /* This callback type is used inside SSL_CTX, SSL, and in the functions that
  482. * set them. It is used to override the generation of SSL/TLS session IDs in a
  483. * server. Return value should be zero on an error, non-zero to proceed. Also,
  484. * callbacks should themselves check if the id they generate is unique
  485. * otherwise the SSL handshake will fail with an error - callbacks can do this
  486. * using the 'ssl' value they're passed by;
  487. * SSL_has_matching_session_id(ssl, id, *id_len)
  488. * The length value passed in is set at the maximum size the session ID can be.
  489. * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
  490. * can alter this length to be less if desired, but under SSLv2 session IDs are
  491. * supposed to be fixed at 16 bytes so the id will be padded after the callback
  492. * returns in this case. It is also an error for the callback to set the size
  493. * to zero. */
  494. typedef int (*GEN_SESSION_CB)(const SSL *ssl, uint8_t *id,
  495. unsigned int *id_len);
  496. /* ssl_early_callback_ctx is passed to certain callbacks that are called very
  497. * early on during the server handshake. At this point, much of the SSL* hasn't
  498. * been filled out and only the ClientHello can be depended on. */
  499. struct ssl_early_callback_ctx {
  500. SSL *ssl;
  501. const uint8_t *client_hello;
  502. size_t client_hello_len;
  503. const uint8_t *session_id;
  504. size_t session_id_len;
  505. const uint8_t *cipher_suites;
  506. size_t cipher_suites_len;
  507. const uint8_t *compression_methods;
  508. size_t compression_methods_len;
  509. const uint8_t *extensions;
  510. size_t extensions_len;
  511. };
  512. /* SSL_early_callback_ctx_extension_get searches the extensions in |ctx| for an
  513. * extension of the given type. If not found, it returns zero. Otherwise it
  514. * sets |out_data| to point to the extension contents (not including the type
  515. * and length bytes), sets |out_len| to the length of the extension contents
  516. * and returns one. */
  517. OPENSSL_EXPORT char SSL_early_callback_ctx_extension_get(
  518. const struct ssl_early_callback_ctx *ctx, uint16_t extension_type,
  519. const uint8_t **out_data, size_t *out_len);
  520. typedef struct ssl_comp_st SSL_COMP;
  521. struct ssl_comp_st {
  522. int id;
  523. const char *name;
  524. char *method;
  525. };
  526. DECLARE_STACK_OF(SSL_COMP)
  527. DECLARE_LHASH_OF(SSL_SESSION);
  528. /* ssl_cipher_preference_list_st contains a list of SSL_CIPHERs with
  529. * equal-preference groups. For TLS clients, the groups are moot because the
  530. * server picks the cipher and groups cannot be expressed on the wire. However,
  531. * for servers, the equal-preference groups allow the client's preferences to
  532. * be partially respected. (This only has an effect with
  533. * SSL_OP_CIPHER_SERVER_PREFERENCE).
  534. *
  535. * The equal-preference groups are expressed by grouping SSL_CIPHERs together.
  536. * All elements of a group have the same priority: no ordering is expressed
  537. * within a group.
  538. *
  539. * The values in |ciphers| are in one-to-one correspondence with
  540. * |in_group_flags|. (That is, sk_SSL_CIPHER_num(ciphers) is the number of
  541. * bytes in |in_group_flags|.) The bytes in |in_group_flags| are either 1, to
  542. * indicate that the corresponding SSL_CIPHER is not the last element of a
  543. * group, or 0 to indicate that it is.
  544. *
  545. * For example, if |in_group_flags| contains all zeros then that indicates a
  546. * traditional, fully-ordered preference. Every SSL_CIPHER is the last element
  547. * of the group (i.e. they are all in a one-element group).
  548. *
  549. * For a more complex example, consider:
  550. * ciphers: A B C D E F
  551. * in_group_flags: 1 1 0 0 1 0
  552. *
  553. * That would express the following, order:
  554. *
  555. * A E
  556. * B -> D -> F
  557. * C
  558. */
  559. struct ssl_cipher_preference_list_st {
  560. STACK_OF(SSL_CIPHER) *ciphers;
  561. uint8_t *in_group_flags;
  562. };
  563. struct ssl_ctx_st {
  564. const SSL_PROTOCOL_METHOD *method;
  565. /* max_version is the maximum acceptable protocol version. If zero, the
  566. * maximum supported version, currently (D)TLS 1.2, is used. */
  567. uint16_t max_version;
  568. /* min_version is the minimum acceptable protocl version. If zero, the
  569. * minimum supported version, currently SSL 3.0 and DTLS 1.0, is used */
  570. uint16_t min_version;
  571. struct ssl_cipher_preference_list_st *cipher_list;
  572. /* same as above but sorted for lookup */
  573. STACK_OF(SSL_CIPHER) *cipher_list_by_id;
  574. /* cipher_list_tls11 is the list of ciphers when TLS 1.1 or greater is in
  575. * use. This only applies to server connections as, for clients, the version
  576. * number is known at connect time and so the cipher list can be set then. */
  577. struct ssl_cipher_preference_list_st *cipher_list_tls11;
  578. struct x509_store_st /* X509_STORE */ *cert_store;
  579. LHASH_OF(SSL_SESSION) *sessions;
  580. /* Most session-ids that will be cached, default is
  581. * SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited. */
  582. unsigned long session_cache_size;
  583. struct ssl_session_st *session_cache_head;
  584. struct ssl_session_st *session_cache_tail;
  585. /* This can have one of 2 values, ored together,
  586. * SSL_SESS_CACHE_CLIENT,
  587. * SSL_SESS_CACHE_SERVER,
  588. * Default is SSL_SESSION_CACHE_SERVER, which means only
  589. * SSL_accept which cache SSL_SESSIONS. */
  590. int session_cache_mode;
  591. /* If timeout is not 0, it is the default timeout value set when SSL_new() is
  592. * called. This has been put in to make life easier to set things up */
  593. long session_timeout;
  594. /* If this callback is not null, it will be called each time a session id is
  595. * added to the cache. If this function returns 1, it means that the
  596. * callback will do a SSL_SESSION_free() when it has finished using it.
  597. * Otherwise, on 0, it means the callback has finished with it. If
  598. * remove_session_cb is not null, it will be called when a session-id is
  599. * removed from the cache. After the call, OpenSSL will SSL_SESSION_free()
  600. * it. */
  601. int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess);
  602. void (*remove_session_cb)(struct ssl_ctx_st *ctx, SSL_SESSION *sess);
  603. SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, uint8_t *data, int len,
  604. int *copy);
  605. /* TODO(agl): remove the stats stuff. */
  606. struct {
  607. int sess_connect; /* SSL new conn - started */
  608. int sess_connect_renegotiate; /* SSL reneg - requested */
  609. int sess_connect_good; /* SSL new conne/reneg - finished */
  610. int sess_accept; /* SSL new accept - started */
  611. int sess_accept_renegotiate; /* SSL reneg - requested */
  612. int sess_accept_good; /* SSL accept/reneg - finished */
  613. int sess_miss; /* session lookup misses */
  614. int sess_timeout; /* reuse attempt on timeouted session */
  615. int sess_cache_full; /* session removed due to full cache */
  616. int sess_hit; /* session reuse actually done */
  617. int sess_cb_hit; /* session-id that was not
  618. * in the cache was
  619. * passed back via the callback. This
  620. * indicates that the application is
  621. * supplying session-id's from other
  622. * processes - spooky :-) */
  623. } stats;
  624. int references;
  625. /* if defined, these override the X509_verify_cert() calls */
  626. int (*app_verify_callback)(X509_STORE_CTX *, void *);
  627. void *app_verify_arg;
  628. /* before OpenSSL 0.9.7, 'app_verify_arg' was ignored ('app_verify_callback'
  629. * was called with just one argument) */
  630. /* Default password callback. */
  631. pem_password_cb *default_passwd_callback;
  632. /* Default password callback user data. */
  633. void *default_passwd_callback_userdata;
  634. /* get client cert callback */
  635. int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
  636. /* get channel id callback */
  637. void (*channel_id_cb)(SSL *ssl, EVP_PKEY **pkey);
  638. /* cookie generate callback */
  639. int (*app_gen_cookie_cb)(SSL *ssl, uint8_t *cookie, size_t *cookie_len);
  640. /* verify cookie callback */
  641. int (*app_verify_cookie_cb)(SSL *ssl, const uint8_t *cookie,
  642. size_t cookie_len);
  643. CRYPTO_EX_DATA ex_data;
  644. STACK_OF(X509) *extra_certs;
  645. /* Default values used when no per-SSL value is defined follow */
  646. void (*info_callback)(const SSL *ssl, int type,
  647. int val); /* used if SSL's info_callback is NULL */
  648. /* what we put in client cert requests */
  649. STACK_OF(X509_NAME) *client_CA;
  650. /* Default values to use in SSL structures follow (these are copied by
  651. * SSL_new) */
  652. unsigned long options;
  653. unsigned long mode;
  654. long max_cert_list;
  655. struct cert_st /* CERT */ *cert;
  656. int read_ahead;
  657. /* callback that allows applications to peek at protocol messages */
  658. void (*msg_callback)(int write_p, int version, int content_type,
  659. const void *buf, size_t len, SSL *ssl, void *arg);
  660. void *msg_callback_arg;
  661. int verify_mode;
  662. unsigned int sid_ctx_length;
  663. uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH];
  664. int (*default_verify_callback)(
  665. int ok, X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
  666. /* Default generate session ID callback. */
  667. GEN_SESSION_CB generate_session_id;
  668. X509_VERIFY_PARAM *param;
  669. /* select_certificate_cb is called before most ClientHello processing and
  670. * before the decision whether to resume a session is made. It may return one
  671. * to continue the handshake or zero to cause the handshake loop to return
  672. * with an error and cause SSL_get_error to return
  673. * SSL_ERROR_PENDING_CERTIFICATE. */
  674. int (*select_certificate_cb)(const struct ssl_early_callback_ctx *);
  675. /* quiet_shutdown is true if the connection should not send a close_notify on
  676. * shutdown. */
  677. int quiet_shutdown;
  678. /* Maximum amount of data to send in one fragment. actual record size can be
  679. * more than this due to padding and MAC overheads. */
  680. unsigned int max_send_fragment;
  681. /* TLS extensions servername callback */
  682. int (*tlsext_servername_callback)(SSL *, int *, void *);
  683. void *tlsext_servername_arg;
  684. /* RFC 4507 session ticket keys */
  685. uint8_t tlsext_tick_key_name[16];
  686. uint8_t tlsext_tick_hmac_key[16];
  687. uint8_t tlsext_tick_aes_key[16];
  688. /* Callback to support customisation of ticket key setting */
  689. int (*tlsext_ticket_key_cb)(SSL *ssl, uint8_t *name, uint8_t *iv,
  690. EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
  691. /* certificate status request info */
  692. /* Callback for status request */
  693. int (*tlsext_status_cb)(SSL *ssl, void *arg);
  694. void *tlsext_status_arg;
  695. /* Server-only: psk_identity_hint is the default identity hint to send in
  696. * PSK-based key exchanges. */
  697. char *psk_identity_hint;
  698. unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
  699. char *identity,
  700. unsigned int max_identity_len,
  701. uint8_t *psk, unsigned int max_psk_len);
  702. unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
  703. uint8_t *psk, unsigned int max_psk_len);
  704. /* retain_only_sha256_of_client_certs is true if we should compute the SHA256
  705. * hash of the peer's certifiate and then discard it to save memory and
  706. * session space. Only effective on the server side. */
  707. char retain_only_sha256_of_client_certs;
  708. /* Next protocol negotiation information */
  709. /* (for experimental NPN extension). */
  710. /* For a server, this contains a callback function by which the set of
  711. * advertised protocols can be provided. */
  712. int (*next_protos_advertised_cb)(SSL *s, const uint8_t **buf,
  713. unsigned int *len, void *arg);
  714. void *next_protos_advertised_cb_arg;
  715. /* For a client, this contains a callback function that selects the
  716. * next protocol from the list provided by the server. */
  717. int (*next_proto_select_cb)(SSL *s, uint8_t **out, uint8_t *outlen,
  718. const uint8_t *in, unsigned int inlen, void *arg);
  719. void *next_proto_select_cb_arg;
  720. /* ALPN information
  721. * (we are in the process of transitioning from NPN to ALPN.) */
  722. /* For a server, this contains a callback function that allows the
  723. * server to select the protocol for the connection.
  724. * out: on successful return, this must point to the raw protocol
  725. * name (without the length prefix).
  726. * outlen: on successful return, this contains the length of |*out|.
  727. * in: points to the client's list of supported protocols in
  728. * wire-format.
  729. * inlen: the length of |in|. */
  730. int (*alpn_select_cb)(SSL *s, const uint8_t **out, uint8_t *outlen,
  731. const uint8_t *in, unsigned int inlen, void *arg);
  732. void *alpn_select_cb_arg;
  733. /* For a client, this contains the list of supported protocols in wire
  734. * format. */
  735. uint8_t *alpn_client_proto_list;
  736. unsigned alpn_client_proto_list_len;
  737. /* SRTP profiles we are willing to do from RFC 5764 */
  738. STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
  739. /* EC extension values inherited by SSL structure */
  740. size_t tlsext_ecpointformatlist_length;
  741. uint8_t *tlsext_ecpointformatlist;
  742. size_t tlsext_ellipticcurvelist_length;
  743. uint16_t *tlsext_ellipticcurvelist;
  744. /* If true, a client will advertise the Channel ID extension and a server
  745. * will echo it. */
  746. char tlsext_channel_id_enabled;
  747. /* tlsext_channel_id_enabled_new is a hack to support both old and new
  748. * ChannelID signatures. It indicates that a client should advertise the new
  749. * ChannelID extension number. */
  750. char tlsext_channel_id_enabled_new;
  751. /* The client's Channel ID private key. */
  752. EVP_PKEY *tlsext_channel_id_private;
  753. /* If true, a client will request certificate timestamps. */
  754. char signed_cert_timestamps_enabled;
  755. /* If true, a client will request a stapled OCSP response. */
  756. char ocsp_stapling_enabled;
  757. /* If not NULL, session key material will be logged to this BIO for debugging
  758. * purposes. The format matches NSS's and is readable by Wireshark. */
  759. BIO *keylog_bio;
  760. };
  761. #define SSL_SESS_CACHE_OFF 0x0000
  762. #define SSL_SESS_CACHE_CLIENT 0x0001
  763. #define SSL_SESS_CACHE_SERVER 0x0002
  764. #define SSL_SESS_CACHE_BOTH (SSL_SESS_CACHE_CLIENT | SSL_SESS_CACHE_SERVER)
  765. #define SSL_SESS_CACHE_NO_AUTO_CLEAR 0x0080
  766. /* See SSL_CTX_set_session_cache_mode(3) */
  767. #define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100
  768. #define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0200
  769. #define SSL_SESS_CACHE_NO_INTERNAL \
  770. (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP | SSL_SESS_CACHE_NO_INTERNAL_STORE)
  771. OPENSSL_EXPORT LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
  772. #define SSL_CTX_sess_number(ctx) \
  773. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_NUMBER, 0, NULL)
  774. #define SSL_CTX_sess_connect(ctx) \
  775. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_CONNECT, 0, NULL)
  776. #define SSL_CTX_sess_connect_good(ctx) \
  777. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_CONNECT_GOOD, 0, NULL)
  778. #define SSL_CTX_sess_connect_renegotiate(ctx) \
  779. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_CONNECT_RENEGOTIATE, 0, NULL)
  780. #define SSL_CTX_sess_accept(ctx) \
  781. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_ACCEPT, 0, NULL)
  782. #define SSL_CTX_sess_accept_renegotiate(ctx) \
  783. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_ACCEPT_RENEGOTIATE, 0, NULL)
  784. #define SSL_CTX_sess_accept_good(ctx) \
  785. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_ACCEPT_GOOD, 0, NULL)
  786. #define SSL_CTX_sess_hits(ctx) SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_HIT, 0, NULL)
  787. #define SSL_CTX_sess_cb_hits(ctx) \
  788. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_CB_HIT, 0, NULL)
  789. #define SSL_CTX_sess_misses(ctx) \
  790. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_MISSES, 0, NULL)
  791. #define SSL_CTX_sess_timeouts(ctx) \
  792. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_TIMEOUTS, 0, NULL)
  793. #define SSL_CTX_sess_cache_full(ctx) \
  794. SSL_CTX_ctrl(ctx, SSL_CTRL_SESS_CACHE_FULL, 0, NULL)
  795. /* SSL_CTX_enable_tls_channel_id configures a TLS server to accept TLS client
  796. * IDs from clients. Returns 1 on success. */
  797. #define SSL_CTX_enable_tls_channel_id(ctx) \
  798. SSL_CTX_ctrl(ctx, SSL_CTRL_CHANNEL_ID, 0, NULL)
  799. OPENSSL_EXPORT void SSL_CTX_sess_set_new_cb(
  800. SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess));
  801. OPENSSL_EXPORT int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl,
  802. SSL_SESSION *sess);
  803. OPENSSL_EXPORT void SSL_CTX_sess_set_remove_cb(
  804. SSL_CTX *ctx,
  805. void (*remove_session_cb)(struct ssl_ctx_st *ctx, SSL_SESSION *sess));
  806. OPENSSL_EXPORT void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(
  807. struct ssl_ctx_st *ctx, SSL_SESSION *sess);
  808. OPENSSL_EXPORT void SSL_CTX_sess_set_get_cb(
  809. SSL_CTX *ctx,
  810. SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, uint8_t *data, int len,
  811. int *copy));
  812. OPENSSL_EXPORT SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(
  813. struct ssl_st *ssl, uint8_t *Data, int len, int *copy);
  814. /* SSL_magic_pending_session_ptr returns a magic SSL_SESSION* which indicates
  815. * that the session isn't currently unavailable. SSL_get_error will then return
  816. * SSL_ERROR_PENDING_SESSION and the handshake can be retried later when the
  817. * lookup has completed. */
  818. OPENSSL_EXPORT SSL_SESSION *SSL_magic_pending_session_ptr(void);
  819. OPENSSL_EXPORT void SSL_CTX_set_info_callback(SSL_CTX *ctx,
  820. void (*cb)(const SSL *ssl,
  821. int type, int val));
  822. OPENSSL_EXPORT void (*SSL_CTX_get_info_callback(SSL_CTX *ctx))(const SSL *ssl,
  823. int type,
  824. int val);
  825. OPENSSL_EXPORT void SSL_CTX_set_client_cert_cb(
  826. SSL_CTX *ctx,
  827. int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey));
  828. OPENSSL_EXPORT int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl,
  829. X509 **x509,
  830. EVP_PKEY **pkey);
  831. OPENSSL_EXPORT void SSL_CTX_set_channel_id_cb(
  832. SSL_CTX *ctx, void (*channel_id_cb)(SSL *ssl, EVP_PKEY **pkey));
  833. OPENSSL_EXPORT void (*SSL_CTX_get_channel_id_cb(SSL_CTX *ctx))(SSL *ssl,
  834. EVP_PKEY **pkey);
  835. OPENSSL_EXPORT void SSL_CTX_set_cookie_generate_cb(
  836. SSL_CTX *ctx,
  837. int (*app_gen_cookie_cb)(SSL *ssl, uint8_t *cookie, size_t *cookie_len));
  838. OPENSSL_EXPORT void SSL_CTX_set_cookie_verify_cb(
  839. SSL_CTX *ctx, int (*app_verify_cookie_cb)(SSL *ssl, const uint8_t *cookie,
  840. size_t cookie_len));
  841. /* SSL_enable_signed_cert_timestamps causes |ssl| (which must be the client end
  842. * of a connection) to request SCTs from the server. See
  843. * https://tools.ietf.org/html/rfc6962. Returns 1 on success. */
  844. OPENSSL_EXPORT int SSL_enable_signed_cert_timestamps(SSL *ssl);
  845. /* SSL_CTX_enable_signed_cert_timestamps enables SCT requests on all client SSL
  846. * objects created from |ctx|. */
  847. OPENSSL_EXPORT void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx);
  848. /* SSL_enable_signed_cert_timestamps causes |ssl| (which must be the client end
  849. * of a connection) to request a stapled OCSP response from the server. Returns
  850. * 1 on success. */
  851. OPENSSL_EXPORT int SSL_enable_ocsp_stapling(SSL *ssl);
  852. /* SSL_CTX_enable_ocsp_stapling enables OCSP stapling on all client SSL objects
  853. * created from |ctx|. */
  854. OPENSSL_EXPORT void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx);
  855. /* SSL_get0_signed_cert_timestamp_list sets |*out| and |*out_len| to point to
  856. * |*out_len| bytes of SCT information from the server. This is only valid if
  857. * |ssl| is a client. The SCT information is a SignedCertificateTimestampList
  858. * (including the two leading length bytes).
  859. * See https://tools.ietf.org/html/rfc6962#section-3.3
  860. * If no SCT was received then |*out_len| will be zero on return.
  861. *
  862. * WARNING: the returned data is not guaranteed to be well formed. */
  863. OPENSSL_EXPORT void SSL_get0_signed_cert_timestamp_list(const SSL *ssl,
  864. const uint8_t **out,
  865. size_t *out_len);
  866. /* SSL_get0_ocsp_response sets |*out| and |*out_len| to point to |*out_len|
  867. * bytes of an OCSP response from the server. This is the DER encoding of an
  868. * OCSPResponse type as defined in RFC 2560.
  869. *
  870. * WARNING: the returned data is not guaranteed to be well formed. */
  871. OPENSSL_EXPORT void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
  872. size_t *out_len);
  873. OPENSSL_EXPORT void SSL_CTX_set_next_protos_advertised_cb(
  874. SSL_CTX *s,
  875. int (*cb)(SSL *ssl, const uint8_t **out, unsigned int *outlen, void *arg),
  876. void *arg);
  877. OPENSSL_EXPORT void SSL_CTX_set_next_proto_select_cb(
  878. SSL_CTX *s, int (*cb)(SSL *ssl, uint8_t **out, uint8_t *outlen,
  879. const uint8_t *in, unsigned int inlen, void *arg),
  880. void *arg);
  881. OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *s,
  882. const uint8_t **data,
  883. unsigned *len);
  884. OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *outlen,
  885. const uint8_t *in, unsigned int inlen,
  886. const uint8_t *client,
  887. unsigned int client_len);
  888. #define OPENSSL_NPN_UNSUPPORTED 0
  889. #define OPENSSL_NPN_NEGOTIATED 1
  890. #define OPENSSL_NPN_NO_OVERLAP 2
  891. OPENSSL_EXPORT int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
  892. unsigned protos_len);
  893. OPENSSL_EXPORT int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos,
  894. unsigned protos_len);
  895. OPENSSL_EXPORT void SSL_CTX_set_alpn_select_cb(
  896. SSL_CTX *ctx, int (*cb)(SSL *ssl, const uint8_t **out, uint8_t *outlen,
  897. const uint8_t *in, unsigned int inlen, void *arg),
  898. void *arg);
  899. OPENSSL_EXPORT void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **data,
  900. unsigned *len);
  901. /* SSL_enable_fastradio_padding controls whether fastradio padding is enabled
  902. * on |ssl|. If it is, ClientHello messages are padded to 1024 bytes. This
  903. * causes 3G radios to switch to DCH mode (high data rate). */
  904. OPENSSL_EXPORT void SSL_enable_fastradio_padding(SSL *ssl, char on_off);
  905. /* the maximum length of the buffer given to callbacks containing the resulting
  906. * identity/psk */
  907. #define PSK_MAX_IDENTITY_LEN 128
  908. #define PSK_MAX_PSK_LEN 256
  909. OPENSSL_EXPORT void SSL_CTX_set_psk_client_callback(
  910. SSL_CTX *ctx,
  911. unsigned int (*psk_client_callback)(
  912. SSL *ssl, const char *hint, char *identity,
  913. unsigned int max_identity_len, uint8_t *psk, unsigned int max_psk_len));
  914. OPENSSL_EXPORT void SSL_set_psk_client_callback(
  915. SSL *ssl, unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
  916. char *identity,
  917. unsigned int max_identity_len,
  918. uint8_t *psk,
  919. unsigned int max_psk_len));
  920. OPENSSL_EXPORT void SSL_CTX_set_psk_server_callback(
  921. SSL_CTX *ctx,
  922. unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
  923. uint8_t *psk,
  924. unsigned int max_psk_len));
  925. OPENSSL_EXPORT void SSL_set_psk_server_callback(
  926. SSL *ssl,
  927. unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
  928. uint8_t *psk,
  929. unsigned int max_psk_len));
  930. OPENSSL_EXPORT int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx,
  931. const char *identity_hint);
  932. OPENSSL_EXPORT int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
  933. OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *s);
  934. OPENSSL_EXPORT const char *SSL_get_psk_identity(const SSL *s);
  935. OPENSSL_EXPORT void ssl_update_cache(SSL *s, int mode);
  936. OPENSSL_EXPORT int ssl_get_new_session(SSL *s, int session);
  937. #define SSL_NOTHING 1
  938. #define SSL_WRITING 2
  939. #define SSL_READING 3
  940. #define SSL_X509_LOOKUP 4
  941. #define SSL_CHANNEL_ID_LOOKUP 5
  942. #define SSL_PENDING_SESSION 7
  943. #define SSL_CERTIFICATE_SELECTION_PENDING 8
  944. /* These will only be used when doing non-blocking IO */
  945. #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
  946. #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
  947. #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
  948. #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
  949. #define SSL_want_channel_id_lookup(s) (SSL_want(s) == SSL_CHANNEL_ID_LOOKUP)
  950. #define SSL_want_session(s) (SSL_want(s) == SSL_PENDING_SESSION)
  951. #define SSL_want_certificate(s) \
  952. (SSL_want(s) == SSL_CERTIFICATE_SELECTION_PENDING)
  953. struct ssl_st {
  954. /* version is the protocol version. */
  955. int version;
  956. /* method is the method table corresponding to the current protocol (DTLS or
  957. * TLS). */
  958. const SSL_PROTOCOL_METHOD *method;
  959. /* enc_method is the method table corresponding to the current protocol
  960. * version. */
  961. const SSL3_ENC_METHOD *enc_method;
  962. /* max_version is the maximum acceptable protocol version. If zero, the
  963. * maximum supported version, currently (D)TLS 1.2, is used. */
  964. uint16_t max_version;
  965. /* min_version is the minimum acceptable protocl version. If zero, the
  966. * minimum supported version, currently SSL 3.0 and DTLS 1.0, is used */
  967. uint16_t min_version;
  968. /* There are 2 BIO's even though they are normally both the same. This is so
  969. * data can be read and written to different handlers */
  970. BIO *rbio; /* used by SSL_read */
  971. BIO *wbio; /* used by SSL_write */
  972. BIO *bbio; /* used during session-id reuse to concatenate
  973. * messages */
  974. /* This holds a variable that indicates what we were doing when a 0 or -1 is
  975. * returned. This is needed for non-blocking IO so we know what request
  976. * needs re-doing when in SSL_accept or SSL_connect */
  977. int rwstate;
  978. /* true when we are actually in SSL_accept() or SSL_connect() */
  979. int in_handshake;
  980. int (*handshake_func)(SSL *);
  981. /* Imagine that here's a boolean member "init" that is switched as soon as
  982. * SSL_set_{accept/connect}_state is called for the first time, so that
  983. * "state" and "handshake_func" are properly initialized. But as
  984. * handshake_func is == 0 until then, we use this test instead of an "init"
  985. * member. */
  986. /* server is true iff the this SSL* is the server half. Note: before the SSL*
  987. * is initialized by either SSL_set_accept_state or SSL_set_connect_state,
  988. * the side is not determined. In this state, server is always false. */
  989. int server;
  990. /* Generate a new session or reuse an old one. NB: For servers, the 'new'
  991. * session may actually be a previously cached session or even the previous
  992. * session unless SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */
  993. int new_session;
  994. /* quiet_shutdown is true if the connection should not send a close_notify on
  995. * shutdown. */
  996. int quiet_shutdown;
  997. int shutdown; /* we have shut things down, 0x01 sent, 0x02
  998. * for received */
  999. int state; /* where we are */
  1000. int rstate; /* where we are when reading */
  1001. BUF_MEM *init_buf; /* buffer used during init */
  1002. uint8_t *init_msg; /* pointer to handshake message body, set by
  1003. ssl3_get_message() */
  1004. int init_num; /* amount read/written */
  1005. int init_off; /* amount read/written */
  1006. /* used internally to point at a raw packet */
  1007. uint8_t *packet;
  1008. unsigned int packet_length;
  1009. struct ssl3_state_st *s3; /* SSLv3 variables */
  1010. struct dtls1_state_st *d1; /* DTLSv1 variables */
  1011. int read_ahead; /* Read as many input bytes as possible
  1012. * (for non-blocking reads) */
  1013. /* callback that allows applications to peek at protocol messages */
  1014. void (*msg_callback)(int write_p, int version, int content_type,
  1015. const void *buf, size_t len, SSL *ssl, void *arg);
  1016. void *msg_callback_arg;
  1017. int hit; /* reusing a previous session */
  1018. X509_VERIFY_PARAM *param;
  1019. /* crypto */
  1020. struct ssl_cipher_preference_list_st *cipher_list;
  1021. STACK_OF(SSL_CIPHER) *cipher_list_by_id;
  1022. SSL_AEAD_CTX *aead_read_ctx;
  1023. SSL_AEAD_CTX *aead_write_ctx;
  1024. /* session info */
  1025. /* client cert? */
  1026. /* This is used to hold the server certificate used */
  1027. struct cert_st /* CERT */ *cert;
  1028. /* the session_id_context is used to ensure sessions are only reused
  1029. * in the appropriate context */
  1030. unsigned int sid_ctx_length;
  1031. uint8_t sid_ctx[SSL_MAX_SID_CTX_LENGTH];
  1032. /* This can also be in the session once a session is established */
  1033. SSL_SESSION *session;
  1034. /* Default generate session ID callback. */
  1035. GEN_SESSION_CB generate_session_id;
  1036. /* Used in SSL2 and SSL3 */
  1037. int verify_mode; /* 0 don't care about verify failure.
  1038. * 1 fail if verify fails */
  1039. int (*verify_callback)(int ok,
  1040. X509_STORE_CTX *ctx); /* fail if callback returns 0 */
  1041. void (*info_callback)(const SSL *ssl, int type,
  1042. int val); /* optional informational callback */
  1043. /* Server-only: psk_identity_hint is the identity hint to send in
  1044. * PSK-based key exchanges. */
  1045. char *psk_identity_hint;
  1046. unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
  1047. char *identity,
  1048. unsigned int max_identity_len,
  1049. uint8_t *psk, unsigned int max_psk_len);
  1050. unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
  1051. uint8_t *psk, unsigned int max_psk_len);
  1052. SSL_CTX *ctx;
  1053. /* extra application data */
  1054. long verify_result;
  1055. CRYPTO_EX_DATA ex_data;
  1056. /* for server side, keep the list of CA_dn we can use */
  1057. STACK_OF(X509_NAME) *client_CA;
  1058. int references;
  1059. unsigned long options; /* protocol behaviour */
  1060. unsigned long mode; /* API behaviour */
  1061. long max_cert_list;
  1062. int client_version; /* what was passed, used for
  1063. * SSLv3/TLS rollback check */
  1064. unsigned int max_send_fragment;
  1065. /* TLS extension debug callback */
  1066. void (*tlsext_debug_cb)(SSL *s, int client_server, int type, uint8_t *data,
  1067. int len, void *arg);
  1068. void *tlsext_debug_arg;
  1069. char *tlsext_hostname;
  1070. /* should_ack_sni is true if the SNI extension should be acked. This is
  1071. * only used by a server. */
  1072. char should_ack_sni;
  1073. /* RFC4507 session ticket expected to be received or sent */
  1074. int tlsext_ticket_expected;
  1075. size_t tlsext_ecpointformatlist_length;
  1076. uint8_t *tlsext_ecpointformatlist; /* our list */
  1077. size_t tlsext_ellipticcurvelist_length;
  1078. uint16_t *tlsext_ellipticcurvelist; /* our list */
  1079. SSL_CTX *initial_ctx; /* initial ctx, used to store sessions */
  1080. /* Next protocol negotiation. For the client, this is the protocol that we
  1081. * sent in NextProtocol and is set when handling ServerHello extensions.
  1082. *
  1083. * For a server, this is the client's selected_protocol from NextProtocol and
  1084. * is set when handling the NextProtocol message, before the Finished
  1085. * message. */
  1086. uint8_t *next_proto_negotiated;
  1087. size_t next_proto_negotiated_len;
  1088. /* srtp_profiles is the list of configured SRTP protection profiles for
  1089. * DTLS-SRTP. */
  1090. STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
  1091. /* srtp_profile is the selected SRTP protection profile for
  1092. * DTLS-SRTP. */
  1093. const SRTP_PROTECTION_PROFILE *srtp_profile;
  1094. /* Copied from the SSL_CTX. For a server, means that we'll accept Channel IDs
  1095. * from clients. For a client, means that we'll advertise support. */
  1096. char tlsext_channel_id_enabled;
  1097. /* The client's Channel ID private key. */
  1098. EVP_PKEY *tlsext_channel_id_private;
  1099. /* Enable signed certificate time stamps. Currently client only. */
  1100. char signed_cert_timestamps_enabled;
  1101. /* Enable OCSP stapling. Currently client only.
  1102. * TODO(davidben): Add a server-side implementation when it becomes
  1103. * necesary. */
  1104. char ocsp_stapling_enabled;
  1105. /* For a client, this contains the list of supported protocols in wire
  1106. * format. */
  1107. uint8_t *alpn_client_proto_list;
  1108. unsigned alpn_client_proto_list_len;
  1109. int renegotiate; /* 1 if we are renegotiating.
  1110. * 2 if we are a server and are inside a handshake
  1111. * (i.e. not just sending a HelloRequest) */
  1112. /* fallback_scsv is non-zero iff we are sending the TLS_FALLBACK_SCSV cipher
  1113. * suite value. Only applies to a client. */
  1114. char fallback_scsv;
  1115. /* fastradio_padding, if true, causes ClientHellos to be padded to 1024
  1116. * bytes. This ensures that the cellular radio is fast forwarded to DCH (high
  1117. * data rate) state in 3G networks. */
  1118. char fastradio_padding;
  1119. /* These fields are always NULL and exist only to keep wpa_supplicant happy
  1120. * about the change to EVP_AEAD. They are only needed for EAP-FAST, which we
  1121. * don't support. */
  1122. EVP_CIPHER_CTX *enc_read_ctx;
  1123. EVP_MD_CTX *read_hash;
  1124. };
  1125. #ifdef __cplusplus
  1126. }
  1127. #endif
  1128. #include <openssl/ssl2.h>
  1129. #include <openssl/ssl3.h>
  1130. #include <openssl/tls1.h> /* This is mostly sslv3 with a few tweaks */
  1131. #include <openssl/dtls1.h> /* Datagram TLS */
  1132. #include <openssl/ssl23.h>
  1133. #include <openssl/srtp.h> /* Support for the use_srtp extension */
  1134. #ifdef __cplusplus
  1135. extern "C" {
  1136. #endif
  1137. /* compatibility */
  1138. #define SSL_set_app_data(s, arg) (SSL_set_ex_data(s, 0, (char *)arg))
  1139. #define SSL_get_app_data(s) (SSL_get_ex_data(s, 0))
  1140. #define SSL_SESSION_set_app_data(s, a) \
  1141. (SSL_SESSION_set_ex_data(s, 0, (char *)a))
  1142. #define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s, 0))
  1143. #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))
  1144. #define SSL_CTX_set_app_data(ctx, arg) \
  1145. (SSL_CTX_set_ex_data(ctx, 0, (char *)arg))
  1146. /* The following are the possible values for ssl->state are are used to
  1147. * indicate where we are up to in the SSL connection establishment. The macros
  1148. * that follow are about the only things you should need to use and even then,
  1149. * only when using non-blocking IO. It can also be useful to work out where you
  1150. * were when the connection failed */
  1151. #define SSL_ST_CONNECT 0x1000
  1152. #define SSL_ST_ACCEPT 0x2000
  1153. #define SSL_ST_MASK 0x0FFF
  1154. #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
  1155. #define SSL_ST_BEFORE 0x4000
  1156. #define SSL_ST_OK 0x03
  1157. #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
  1158. #define SSL_CB_LOOP 0x01
  1159. #define SSL_CB_EXIT 0x02
  1160. #define SSL_CB_READ 0x04
  1161. #define SSL_CB_WRITE 0x08
  1162. #define SSL_CB_ALERT 0x4000 /* used in callback */
  1163. #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
  1164. #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
  1165. #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
  1166. #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
  1167. #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
  1168. #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
  1169. #define SSL_CB_HANDSHAKE_START 0x10
  1170. #define SSL_CB_HANDSHAKE_DONE 0x20
  1171. /* Is the SSL_connection established? */
  1172. #define SSL_get_state(a) SSL_state(a)
  1173. #define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
  1174. #define SSL_in_init(a) \
  1175. ((SSL_state(a) & SSL_ST_INIT) && !SSL_cutthrough_complete(a))
  1176. #define SSL_in_before(a) (SSL_state(a) & SSL_ST_BEFORE)
  1177. #define SSL_in_connect_init(a) (SSL_state(a) & SSL_ST_CONNECT)
  1178. #define SSL_in_accept_init(a) (SSL_state(a) & SSL_ST_ACCEPT)
  1179. OPENSSL_EXPORT int SSL_cutthrough_complete(const SSL *s);
  1180. /* The following 2 states are kept in ssl->rstate when reads fail,
  1181. * you should not need these */
  1182. #define SSL_ST_READ_HEADER 0xF0
  1183. #define SSL_ST_READ_BODY 0xF1
  1184. #define SSL_ST_READ_DONE 0xF2
  1185. /* Obtain latest Finished message
  1186. * -- that we sent (SSL_get_finished)
  1187. * -- that we expected from peer (SSL_get_peer_finished).
  1188. * Returns length (0 == no Finished so far), copies up to 'count' bytes. */
  1189. OPENSSL_EXPORT size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
  1190. OPENSSL_EXPORT size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count);
  1191. /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 3 options
  1192. * are 'ored' with SSL_VERIFY_PEER if they are desired */
  1193. #define SSL_VERIFY_NONE 0x00
  1194. #define SSL_VERIFY_PEER 0x01
  1195. #define SSL_VERIFY_FAIL_IF_NO_PEER_CERT 0x02
  1196. #define SSL_VERIFY_CLIENT_ONCE 0x04
  1197. #define SSL_VERIFY_PEER_IF_NO_OBC 0x08
  1198. #define OpenSSL_add_ssl_algorithms() SSL_library_init()
  1199. #define SSLeay_add_ssl_algorithms() SSL_library_init()
  1200. /* For backward compatibility */
  1201. #define SSL_get_cipher(s) SSL_CIPHER_get_name(SSL_get_current_cipher(s))
  1202. #define SSL_get_cipher_bits(s, np) \
  1203. SSL_CIPHER_get_bits(SSL_get_current_cipher(s), np)
  1204. #define SSL_get_cipher_version(s) \
  1205. SSL_CIPHER_get_version(SSL_get_current_cipher(s))
  1206. #define SSL_get_cipher_name(s) SSL_CIPHER_get_name(SSL_get_current_cipher(s))
  1207. #define SSL_get_time(a) SSL_SESSION_get_time(a)
  1208. #define SSL_set_time(a, b) SSL_SESSION_set_time((a), (b))
  1209. #define SSL_get_timeout(a) SSL_SESSION_get_timeout(a)
  1210. #define SSL_set_timeout(a, b) SSL_SESSION_set_timeout((a), (b))
  1211. #define d2i_SSL_SESSION_bio(bp, s_id) \
  1212. ASN1_d2i_bio_of(SSL_SESSION, SSL_SESSION_new, d2i_SSL_SESSION, bp, s_id)
  1213. #define i2d_SSL_SESSION_bio(bp, s_id) \
  1214. ASN1_i2d_bio_of(SSL_SESSION, i2d_SSL_SESSION, bp, s_id)
  1215. DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
  1216. /* make_errors.go reserves error codes above 1000 for manually-assigned errors.
  1217. * This value must be kept in sync with reservedReasonCode in make_errors.h */
  1218. #define SSL_AD_REASON_OFFSET \
  1219. 1000 /* offset to get SSL_R_... value from SSL_AD_... */
  1220. /* These alert types are for SSLv3 and TLSv1 */
  1221. #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY
  1222. #define SSL_AD_UNEXPECTED_MESSAGE SSL3_AD_UNEXPECTED_MESSAGE /* fatal */
  1223. #define SSL_AD_BAD_RECORD_MAC SSL3_AD_BAD_RECORD_MAC /* fatal */
  1224. #define SSL_AD_DECRYPTION_FAILED TLS1_AD_DECRYPTION_FAILED
  1225. #define SSL_AD_RECORD_OVERFLOW TLS1_AD_RECORD_OVERFLOW
  1226. #define SSL_AD_DECOMPRESSION_FAILURE SSL3_AD_DECOMPRESSION_FAILURE /* fatal */
  1227. #define SSL_AD_HANDSHAKE_FAILURE SSL3_AD_HANDSHAKE_FAILURE /* fatal */
  1228. #define SSL_AD_NO_CERTIFICATE SSL3_AD_NO_CERTIFICATE /* Not for TLS */
  1229. #define SSL_AD_BAD_CERTIFICATE SSL3_AD_BAD_CERTIFICATE
  1230. #define SSL_AD_UNSUPPORTED_CERTIFICATE SSL3_AD_UNSUPPORTED_CERTIFICATE
  1231. #define SSL_AD_CERTIFICATE_REVOKED SSL3_AD_CERTIFICATE_REVOKED
  1232. #define SSL_AD_CERTIFICATE_EXPIRED SSL3_AD_CERTIFICATE_EXPIRED
  1233. #define SSL_AD_CERTIFICATE_UNKNOWN SSL3_AD_CERTIFICATE_UNKNOWN
  1234. #define SSL_AD_ILLEGAL_PARAMETER SSL3_AD_ILLEGAL_PARAMETER /* fatal */
  1235. #define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA /* fatal */
  1236. #define SSL_AD_ACCESS_DENIED TLS1_AD_ACCESS_DENIED /* fatal */
  1237. #define SSL_AD_DECODE_ERROR TLS1_AD_DECODE_ERROR /* fatal */
  1238. #define SSL_AD_DECRYPT_ERROR TLS1_AD_DECRYPT_ERROR
  1239. #define SSL_AD_EXPORT_RESTRICTION TLS1_AD_EXPORT_RESTRICTION /* fatal */
  1240. #define SSL_AD_PROTOCOL_VERSION TLS1_AD_PROTOCOL_VERSION /* fatal */
  1241. #define SSL_AD_INSUFFICIENT_SECURITY TLS1_AD_INSUFFICIENT_SECURITY /* fatal */
  1242. #define SSL_AD_INTERNAL_ERROR TLS1_AD_INTERNAL_ERROR /* fatal */
  1243. #define SSL_AD_USER_CANCELLED TLS1_AD_USER_CANCELLED
  1244. #define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION
  1245. #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION
  1246. #define SSL_AD_CERTIFICATE_UNOBTAINABLE TLS1_AD_CERTIFICATE_UNOBTAINABLE
  1247. #define SSL_AD_UNRECOGNIZED_NAME TLS1_AD_UNRECOGNIZED_NAME
  1248. #define SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE \
  1249. TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE
  1250. #define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE
  1251. #define SSL_AD_UNKNOWN_PSK_IDENTITY TLS1_AD_UNKNOWN_PSK_IDENTITY /* fatal */
  1252. #define SSL_AD_INAPPROPRIATE_FALLBACK SSL3_AD_INAPPROPRIATE_FALLBACK /* fatal */
  1253. #define SSL_ERROR_NONE 0
  1254. #define SSL_ERROR_SSL 1
  1255. #define SSL_ERROR_WANT_READ 2
  1256. #define SSL_ERROR_WANT_WRITE 3
  1257. #define SSL_ERROR_WANT_X509_LOOKUP 4
  1258. #define SSL_ERROR_SYSCALL 5 /* look at error stack/return value/errno */
  1259. #define SSL_ERROR_ZERO_RETURN 6
  1260. #define SSL_ERROR_WANT_CONNECT 7
  1261. #define SSL_ERROR_WANT_ACCEPT 8
  1262. #define SSL_ERROR_WANT_CHANNEL_ID_LOOKUP 9
  1263. #define SSL_ERROR_PENDING_SESSION 11
  1264. #define SSL_ERROR_PENDING_CERTIFICATE 12
  1265. #define SSL_CTRL_NEED_TMP_RSA 1
  1266. #define SSL_CTRL_SET_TMP_RSA 2
  1267. #define SSL_CTRL_SET_TMP_DH 3
  1268. #define SSL_CTRL_SET_TMP_ECDH 4
  1269. #define SSL_CTRL_SET_TMP_RSA_CB 5
  1270. #define SSL_CTRL_SET_TMP_DH_CB 6
  1271. #define SSL_CTRL_SET_TMP_ECDH_CB 7
  1272. #define SSL_CTRL_GET_SESSION_REUSED 8
  1273. #define SSL_CTRL_GET_CLIENT_CERT_REQUEST 9
  1274. #define SSL_CTRL_GET_NUM_RENEGOTIATIONS 10
  1275. #define SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS 11
  1276. #define SSL_CTRL_GET_TOTAL_RENEGOTIATIONS 12
  1277. #define SSL_CTRL_GET_FLAGS 13
  1278. #define SSL_CTRL_EXTRA_CHAIN_CERT 14
  1279. #define SSL_CTRL_SET_MSG_CALLBACK 15
  1280. #define SSL_CTRL_SET_MSG_CALLBACK_ARG 16
  1281. /* only applies to datagram connections */
  1282. #define SSL_CTRL_SET_MTU 17
  1283. /* Stats */
  1284. #define SSL_CTRL_SESS_NUMBER 20
  1285. #define SSL_CTRL_SESS_CONNECT 21
  1286. #define SSL_CTRL_SESS_CONNECT_GOOD 22
  1287. #define SSL_CTRL_SESS_CONNECT_RENEGOTIATE 23
  1288. #define SSL_CTRL_SESS_ACCEPT 24
  1289. #define SSL_CTRL_SESS_ACCEPT_GOOD 25
  1290. #define SSL_CTRL_SESS_ACCEPT_RENEGOTIATE 26
  1291. #define SSL_CTRL_SESS_HIT 27
  1292. #define SSL_CTRL_SESS_CB_HIT 28
  1293. #define SSL_CTRL_SESS_MISSES 29
  1294. #define SSL_CTRL_SESS_TIMEOUTS 30
  1295. #define SSL_CTRL_SESS_CACHE_FULL 31
  1296. #define SSL_CTRL_OPTIONS 32
  1297. #define SSL_CTRL_MODE 33
  1298. #define SSL_CTRL_GET_READ_AHEAD 40
  1299. #define SSL_CTRL_SET_READ_AHEAD 41
  1300. #define SSL_CTRL_SET_SESS_CACHE_SIZE 42
  1301. #define SSL_CTRL_GET_SESS_CACHE_SIZE 43
  1302. #define SSL_CTRL_SET_SESS_CACHE_MODE 44
  1303. #define SSL_CTRL_GET_SESS_CACHE_MODE 45
  1304. #define SSL_CTRL_GET_MAX_CERT_LIST 50
  1305. #define SSL_CTRL_SET_MAX_CERT_LIST 51
  1306. #define SSL_CTRL_SET_MAX_SEND_FRAGMENT 52
  1307. /* see tls1.h for macros based on these */
  1308. #define SSL_CTRL_SET_TLSEXT_SERVERNAME_CB 53
  1309. #define SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG 54
  1310. #define SSL_CTRL_SET_TLSEXT_HOSTNAME 55
  1311. #define SSL_CTRL_SET_TLSEXT_DEBUG_CB 56
  1312. #define SSL_CTRL_SET_TLSEXT_DEBUG_ARG 57
  1313. #define SSL_CTRL_GET_TLSEXT_TICKET_KEYS 58
  1314. #define SSL_CTRL_SET_TLSEXT_TICKET_KEYS 59
  1315. #define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB 63
  1316. #define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG 64
  1317. #define SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB 72
  1318. #define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB 75
  1319. #define SSL_CTRL_SET_SRP_VERIFY_PARAM_CB 76
  1320. #define SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB 77
  1321. #define SSL_CTRL_SET_SRP_ARG 78
  1322. #define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79
  1323. #define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80
  1324. #define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81
  1325. #define DTLS_CTRL_GET_TIMEOUT 73
  1326. #define DTLS_CTRL_HANDLE_TIMEOUT 74
  1327. #define SSL_CTRL_GET_RI_SUPPORT 76
  1328. #define SSL_CTRL_CLEAR_OPTIONS 77
  1329. #define SSL_CTRL_CLEAR_MODE 78
  1330. #define SSL_CTRL_GET_EXTRA_CHAIN_CERTS 82
  1331. #define SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS 83
  1332. #define SSL_CTRL_CHAIN 88
  1333. #define SSL_CTRL_CHAIN_CERT 89
  1334. #define SSL_CTRL_GET_CURVES 90
  1335. #define SSL_CTRL_SET_CURVES 91
  1336. #define SSL_CTRL_SET_CURVES_LIST 92
  1337. #define SSL_CTRL_SET_ECDH_AUTO 94
  1338. #define SSL_CTRL_SET_SIGALGS 97
  1339. #define SSL_CTRL_SET_SIGALGS_LIST 98
  1340. #define SSL_CTRL_CERT_FLAGS 99
  1341. #define SSL_CTRL_CLEAR_CERT_FLAGS 100
  1342. #define SSL_CTRL_SET_CLIENT_SIGALGS 101
  1343. #define SSL_CTRL_SET_CLIENT_SIGALGS_LIST 102
  1344. #define SSL_CTRL_GET_CLIENT_CERT_TYPES 103
  1345. #define SSL_CTRL_SET_CLIENT_CERT_TYPES 104
  1346. #define SSL_CTRL_BUILD_CERT_CHAIN 105
  1347. #define SSL_CTRL_SET_VERIFY_CERT_STORE 106
  1348. #define SSL_CTRL_SET_CHAIN_CERT_STORE 107
  1349. #define SSL_CTRL_GET_SERVER_TMP_KEY 109
  1350. #define SSL_CTRL_GET_RAW_CIPHERLIST 110
  1351. #define SSL_CTRL_GET_EC_POINT_FORMATS 111
  1352. #define SSL_CTRL_GET_CHAIN_CERTS 115
  1353. #define SSL_CTRL_SELECT_CURRENT_CERT 116
  1354. #define SSL_CTRL_CHANNEL_ID 117
  1355. #define SSL_CTRL_GET_CHANNEL_ID 118
  1356. #define SSL_CTRL_SET_CHANNEL_ID 119
  1357. #define SSL_CTRL_FALLBACK_SCSV 120
  1358. #define DTLSv1_get_timeout(ssl, arg) \
  1359. SSL_ctrl(ssl, DTLS_CTRL_GET_TIMEOUT, 0, (void *)arg)
  1360. #define DTLSv1_handle_timeout(ssl) \
  1361. SSL_ctrl(ssl, DTLS_CTRL_HANDLE_TIMEOUT, 0, NULL)
  1362. #define SSL_session_reused(ssl) \
  1363. SSL_ctrl((ssl), SSL_CTRL_GET_SESSION_REUSED, 0, NULL)
  1364. #define SSL_num_renegotiations(ssl) \
  1365. SSL_ctrl((ssl), SSL_CTRL_GET_NUM_RENEGOTIATIONS, 0, NULL)
  1366. #define SSL_clear_num_renegotiations(ssl) \
  1367. SSL_ctrl((ssl), SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS, 0, NULL)
  1368. #define SSL_total_renegotiations(ssl) \
  1369. SSL_ctrl((ssl), SSL_CTRL_GET_TOTAL_RENEGOTIATIONS, 0, NULL)
  1370. #define SSL_CTX_need_tmp_RSA(ctx) \
  1371. SSL_CTX_ctrl(ctx, SSL_CTRL_NEED_TMP_RSA, 0, NULL)
  1372. #define SSL_CTX_set_tmp_rsa(ctx, rsa) \
  1373. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_TMP_RSA, 0, (char *)rsa)
  1374. #define SSL_CTX_set_tmp_dh(ctx, dh) \
  1375. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_TMP_DH, 0, (char *)dh)
  1376. #define SSL_CTX_set_tmp_ecdh(ctx, ecdh) \
  1377. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_TMP_ECDH, 0, (char *)ecdh)
  1378. #define SSL_need_tmp_RSA(ssl) SSL_ctrl(ssl, SSL_CTRL_NEED_TMP_RSA, 0, NULL)
  1379. #define SSL_set_tmp_rsa(ssl, rsa) \
  1380. SSL_ctrl(ssl, SSL_CTRL_SET_TMP_RSA, 0, (char *)rsa)
  1381. #define SSL_set_tmp_dh(ssl, dh) \
  1382. SSL_ctrl(ssl, SSL_CTRL_SET_TMP_DH, 0, (char *)dh)
  1383. #define SSL_set_tmp_ecdh(ssl, ecdh) \
  1384. SSL_ctrl(ssl, SSL_CTRL_SET_TMP_ECDH, 0, (char *)ecdh)
  1385. /* SSL_enable_tls_channel_id either configures a TLS server to accept TLS
  1386. * client IDs from clients, or configure a client to send TLS client IDs to
  1387. * server. Returns 1 on success. */
  1388. #define SSL_enable_tls_channel_id(s) SSL_ctrl(s, SSL_CTRL_CHANNEL_ID, 0, NULL)
  1389. /* SSL_set1_tls_channel_id configures a TLS client to send a TLS Channel ID to
  1390. * compatible servers. private_key must be a P-256 EVP_PKEY*. Returns 1 on
  1391. * success. */
  1392. #define SSL_set1_tls_channel_id(s, private_key) \
  1393. SSL_ctrl(s, SSL_CTRL_SET_CHANNEL_ID, 0, (void *)private_key)
  1394. #define SSL_CTX_set1_tls_channel_id(ctx, private_key) \
  1395. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CHANNEL_ID, 0, (void *)private_key)
  1396. /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server SSL*
  1397. * and copies up to the first |channel_id_len| bytes into |channel_id|. The
  1398. * Channel ID consists of the client's P-256 public key as an (x,y) pair where
  1399. * each is a 32-byte, big-endian field element. Returns 0 if the client didn't
  1400. * offer a Channel ID and the length of the complete Channel ID otherwise. */
  1401. #define SSL_get_tls_channel_id(ctx, channel_id, channel_id_len) \
  1402. SSL_ctrl(ctx, SSL_CTRL_GET_CHANNEL_ID, channel_id_len, (void *)channel_id)
  1403. #define SSL_CTX_add_extra_chain_cert(ctx, x509) \
  1404. SSL_CTX_ctrl(ctx, SSL_CTRL_EXTRA_CHAIN_CERT, 0, (char *)x509)
  1405. #define SSL_CTX_get_extra_chain_certs(ctx, px509) \
  1406. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_EXTRA_CHAIN_CERTS, 0, px509)
  1407. #define SSL_CTX_get_extra_chain_certs_only(ctx, px509) \
  1408. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_EXTRA_CHAIN_CERTS, 1, px509)
  1409. #define SSL_CTX_clear_extra_chain_certs(ctx) \
  1410. SSL_CTX_ctrl(ctx, SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS, 0, NULL)
  1411. #define SSL_CTX_set0_chain(ctx, sk) \
  1412. SSL_CTX_ctrl(ctx, SSL_CTRL_CHAIN, 0, (char *)sk)
  1413. #define SSL_CTX_set1_chain(ctx, sk) \
  1414. SSL_CTX_ctrl(ctx, SSL_CTRL_CHAIN, 1, (char *)sk)
  1415. #define SSL_CTX_add0_chain_cert(ctx, x509) \
  1416. SSL_CTX_ctrl(ctx, SSL_CTRL_CHAIN_CERT, 0, (char *)x509)
  1417. #define SSL_CTX_add1_chain_cert(ctx, x509) \
  1418. SSL_CTX_ctrl(ctx, SSL_CTRL_CHAIN_CERT, 1, (char *)x509)
  1419. #define SSL_CTX_get0_chain_certs(ctx, px509) \
  1420. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_CHAIN_CERTS, 0, px509)
  1421. #define SSL_CTX_clear_chain_certs(ctx) SSL_CTX_set0_chain(ctx, NULL)
  1422. #define SSL_CTX_build_cert_chain(ctx, flags) \
  1423. SSL_CTX_ctrl(ctx, SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL)
  1424. #define SSL_CTX_select_current_cert(ctx, x509) \
  1425. SSL_CTX_ctrl(ctx, SSL_CTRL_SELECT_CURRENT_CERT, 0, (char *)x509)
  1426. #define SSL_CTX_set0_verify_cert_store(ctx, st) \
  1427. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_VERIFY_CERT_STORE, 0, (char *)st)
  1428. #define SSL_CTX_set1_verify_cert_store(ctx, st) \
  1429. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_VERIFY_CERT_STORE, 1, (char *)st)
  1430. #define SSL_CTX_set0_chain_cert_store(ctx, st) \
  1431. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CHAIN_CERT_STORE, 0, (char *)st)
  1432. #define SSL_CTX_set1_chain_cert_store(ctx, st) \
  1433. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CHAIN_CERT_STORE, 1, (char *)st)
  1434. #define SSL_set0_chain(ctx, sk) SSL_ctrl(ctx, SSL_CTRL_CHAIN, 0, (char *)sk)
  1435. #define SSL_set1_chain(ctx, sk) SSL_ctrl(ctx, SSL_CTRL_CHAIN, 1, (char *)sk)
  1436. #define SSL_add0_chain_cert(ctx, x509) \
  1437. SSL_ctrl(ctx, SSL_CTRL_CHAIN_CERT, 0, (char *)x509)
  1438. #define SSL_add1_chain_cert(ctx, x509) \
  1439. SSL_ctrl(ctx, SSL_CTRL_CHAIN_CERT, 1, (char *)x509)
  1440. #define SSL_get0_chain_certs(ctx, px509) \
  1441. SSL_ctrl(ctx, SSL_CTRL_GET_CHAIN_CERTS, 0, px509)
  1442. #define SSL_clear_chain_certs(ctx) SSL_set0_chain(ctx, NULL)
  1443. #define SSL_build_cert_chain(s, flags) \
  1444. SSL_ctrl(s, SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL)
  1445. #define SSL_select_current_cert(ctx, x509) \
  1446. SSL_ctrl(ctx, SSL_CTRL_SELECT_CURRENT_CERT, 0, (char *)x509)
  1447. #define SSL_set0_verify_cert_store(s, st) \
  1448. SSL_ctrl(s, SSL_CTRL_SET_VERIFY_CERT_STORE, 0, (char *)st)
  1449. #define SSL_set1_verify_cert_store(s, st) \
  1450. SSL_ctrl(s, SSL_CTRL_SET_VERIFY_CERT_STORE, 1, (char *)st)
  1451. #define SSL_set0_chain_cert_store(s, st) \
  1452. SSL_ctrl(s, SSL_CTRL_SET_CHAIN_CERT_STORE, 0, (char *)st)
  1453. #define SSL_set1_chain_cert_store(s, st) \
  1454. SSL_ctrl(s, SSL_CTRL_SET_CHAIN_CERT_STORE, 1, (char *)st)
  1455. #define SSL_get1_curves(ctx, s) SSL_ctrl(ctx, SSL_CTRL_GET_CURVES, 0, (char *)s)
  1456. #define SSL_CTX_set1_curves(ctx, clist, clistlen) \
  1457. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CURVES, clistlen, (char *)clist)
  1458. #define SSL_CTX_set1_curves_list(ctx, s) \
  1459. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CURVES_LIST, 0, (char *)s)
  1460. #define SSL_set1_curves(ctx, clist, clistlen) \
  1461. SSL_ctrl(ctx, SSL_CTRL_SET_CURVES, clistlen, (char *)clist)
  1462. #define SSL_set1_curves_list(ctx, s) \
  1463. SSL_ctrl(ctx, SSL_CTRL_SET_CURVES_LIST, 0, (char *)s)
  1464. #define SSL_CTX_set_ecdh_auto(ctx, onoff) \
  1465. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_ECDH_AUTO, onoff, NULL)
  1466. #define SSL_set_ecdh_auto(s, onoff) \
  1467. SSL_ctrl(s, SSL_CTRL_SET_ECDH_AUTO, onoff, NULL)
  1468. #define SSL_CTX_set1_sigalgs(ctx, slist, slistlen) \
  1469. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_SIGALGS, slistlen, (int *)slist)
  1470. #define SSL_CTX_set1_sigalgs_list(ctx, s) \
  1471. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_SIGALGS_LIST, 0, (char *)s)
  1472. #define SSL_set1_sigalgs(ctx, slist, slistlen) \
  1473. SSL_ctrl(ctx, SSL_CTRL_SET_SIGALGS, clistlen, (int *)slist)
  1474. #define SSL_set1_sigalgs_list(ctx, s) \
  1475. SSL_ctrl(ctx, SSL_CTRL_SET_SIGALGS_LIST, 0, (char *)s)
  1476. #define SSL_CTX_set1_client_sigalgs(ctx, slist, slistlen) \
  1477. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CLIENT_SIGALGS, slistlen, (int *)slist)
  1478. #define SSL_CTX_set1_client_sigalgs_list(ctx, s) \
  1479. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CLIENT_SIGALGS_LIST, 0, (char *)s)
  1480. #define SSL_set1_client_sigalgs(ctx, slist, slistlen) \
  1481. SSL_ctrl(ctx, SSL_CTRL_SET_CLIENT_SIGALGS, clistlen, (int *)slist)
  1482. #define SSL_set1_client_sigalgs_list(ctx, s) \
  1483. SSL_ctrl(ctx, SSL_CTRL_SET_CLIENT_SIGALGS_LIST, 0, (char *)s)
  1484. #define SSL_get0_certificate_types(s, clist) \
  1485. SSL_ctrl(s, SSL_CTRL_GET_CLIENT_CERT_TYPES, 0, (char *)clist)
  1486. #define SSL_CTX_set1_client_certificate_types(ctx, clist, clistlen) \
  1487. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_CLIENT_CERT_TYPES, clistlen, (char *)clist)
  1488. #define SSL_set1_client_certificate_types(s, clist, clistlen) \
  1489. SSL_ctrl(s, SSL_CTRL_SET_CLIENT_CERT_TYPES, clistlen, (char *)clist)
  1490. #define SSL_get_server_tmp_key(s, pk) \
  1491. SSL_ctrl(s, SSL_CTRL_GET_SERVER_TMP_KEY, 0, pk)
  1492. #define SSL_get0_raw_cipherlist(s, plst) \
  1493. SSL_ctrl(s, SSL_CTRL_GET_RAW_CIPHERLIST, 0, (char *)plst)
  1494. #define SSL_get0_ec_point_formats(s, plst) \
  1495. SSL_ctrl(s, SSL_CTRL_GET_EC_POINT_FORMATS, 0, (char *)plst)
  1496. #define SSL_enable_fallback_scsv(s) \
  1497. SSL_ctrl(s, SSL_CTRL_FALLBACK_SCSV, 0, NULL)
  1498. OPENSSL_EXPORT int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str);
  1499. OPENSSL_EXPORT int SSL_CTX_set_cipher_list_tls11(SSL_CTX *, const char *str);
  1500. OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
  1501. OPENSSL_EXPORT void SSL_CTX_free(SSL_CTX *);
  1502. OPENSSL_EXPORT long SSL_CTX_set_timeout(SSL_CTX *ctx, long t);
  1503. OPENSSL_EXPORT long SSL_CTX_get_timeout(const SSL_CTX *ctx);
  1504. OPENSSL_EXPORT X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
  1505. OPENSSL_EXPORT void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
  1506. OPENSSL_EXPORT int SSL_want(const SSL *s);
  1507. OPENSSL_EXPORT int SSL_clear(SSL *s);
  1508. OPENSSL_EXPORT void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
  1509. OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
  1510. OPENSSL_EXPORT int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
  1511. OPENSSL_EXPORT const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
  1512. OPENSSL_EXPORT const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
  1513. /* SSL_CIPHER_get_kx_name returns a string that describes the key-exchange
  1514. * method used by |c|. For example, "ECDHE-ECDSA". */
  1515. OPENSSL_EXPORT const char *SSL_CIPHER_get_kx_name(const SSL_CIPHER *cipher);
  1516. OPENSSL_EXPORT unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c);
  1517. OPENSSL_EXPORT int SSL_get_fd(const SSL *s);
  1518. OPENSSL_EXPORT int SSL_get_rfd(const SSL *s);
  1519. OPENSSL_EXPORT int SSL_get_wfd(const SSL *s);
  1520. OPENSSL_EXPORT const char *SSL_get_cipher_list(const SSL *s, int n);
  1521. OPENSSL_EXPORT int SSL_get_read_ahead(const SSL *s);
  1522. OPENSSL_EXPORT int SSL_pending(const SSL *s);
  1523. OPENSSL_EXPORT int SSL_set_fd(SSL *s, int fd);
  1524. OPENSSL_EXPORT int SSL_set_rfd(SSL *s, int fd);
  1525. OPENSSL_EXPORT int SSL_set_wfd(SSL *s, int fd);
  1526. OPENSSL_EXPORT void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
  1527. OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *s);
  1528. OPENSSL_EXPORT BIO *SSL_get_wbio(const SSL *s);
  1529. OPENSSL_EXPORT int SSL_set_cipher_list(SSL *s, const char *str);
  1530. OPENSSL_EXPORT void SSL_set_read_ahead(SSL *s, int yes);
  1531. OPENSSL_EXPORT int SSL_get_verify_mode(const SSL *s);
  1532. OPENSSL_EXPORT int SSL_get_verify_depth(const SSL *s);
  1533. OPENSSL_EXPORT int (*SSL_get_verify_callback(const SSL *s))(int,
  1534. X509_STORE_CTX *);
  1535. OPENSSL_EXPORT void SSL_set_verify(SSL *s, int mode,
  1536. int (*callback)(int ok,
  1537. X509_STORE_CTX *ctx));
  1538. OPENSSL_EXPORT void SSL_set_verify_depth(SSL *s, int depth);
  1539. OPENSSL_EXPORT void SSL_set_cert_cb(SSL *s, int (*cb)(SSL *ssl, void *arg),
  1540. void *arg);
  1541. OPENSSL_EXPORT int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
  1542. OPENSSL_EXPORT int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, uint8_t *d, long len);
  1543. OPENSSL_EXPORT int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
  1544. OPENSSL_EXPORT int SSL_use_PrivateKey_ASN1(int pk, SSL *ssl, const uint8_t *d,
  1545. long len);
  1546. OPENSSL_EXPORT int SSL_use_certificate(SSL *ssl, X509 *x);
  1547. OPENSSL_EXPORT int SSL_use_certificate_ASN1(SSL *ssl, const uint8_t *d,
  1548. int len);
  1549. OPENSSL_EXPORT int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file,
  1550. int type);
  1551. OPENSSL_EXPORT int SSL_use_PrivateKey_file(SSL *ssl, const char *file,
  1552. int type);
  1553. OPENSSL_EXPORT int SSL_use_certificate_file(SSL *ssl, const char *file,
  1554. int type);
  1555. OPENSSL_EXPORT int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx,
  1556. const char *file, int type);
  1557. OPENSSL_EXPORT int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file,
  1558. int type);
  1559. OPENSSL_EXPORT int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file,
  1560. int type);
  1561. OPENSSL_EXPORT int SSL_CTX_use_certificate_chain_file(
  1562. SSL_CTX *ctx, const char *file); /* PEM type */
  1563. OPENSSL_EXPORT STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file);
  1564. OPENSSL_EXPORT int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *
  1565. stackCAs,
  1566. const char *file);
  1567. OPENSSL_EXPORT int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *
  1568. stackCAs,
  1569. const char *dir);
  1570. /* SSL_load_error_strings does nothing. */
  1571. OPENSSL_EXPORT void SSL_load_error_strings(void);
  1572. OPENSSL_EXPORT const char *SSL_state_string(const SSL *s);
  1573. OPENSSL_EXPORT const char *SSL_rstate_string(const SSL *s);
  1574. OPENSSL_EXPORT const char *SSL_state_string_long(const SSL *s);
  1575. OPENSSL_EXPORT const char *SSL_rstate_string_long(const SSL *s);
  1576. OPENSSL_EXPORT long SSL_SESSION_get_time(const SSL_SESSION *s);
  1577. OPENSSL_EXPORT long SSL_SESSION_set_time(SSL_SESSION *s, long t);
  1578. OPENSSL_EXPORT long SSL_SESSION_get_timeout(const SSL_SESSION *s);
  1579. OPENSSL_EXPORT long SSL_SESSION_set_timeout(SSL_SESSION *s, long t);
  1580. OPENSSL_EXPORT X509 *SSL_SESSION_get0_peer(SSL_SESSION *s);
  1581. OPENSSL_EXPORT int SSL_SESSION_set1_id_context(SSL_SESSION *s,
  1582. const uint8_t *sid_ctx,
  1583. unsigned int sid_ctx_len);
  1584. OPENSSL_EXPORT SSL_SESSION *SSL_SESSION_new(void);
  1585. OPENSSL_EXPORT const uint8_t *SSL_SESSION_get_id(const SSL_SESSION *s,
  1586. unsigned int *len);
  1587. OPENSSL_EXPORT int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);
  1588. OPENSSL_EXPORT int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
  1589. OPENSSL_EXPORT void SSL_SESSION_free(SSL_SESSION *ses);
  1590. OPENSSL_EXPORT int SSL_set_session(SSL *to, SSL_SESSION *session);
  1591. OPENSSL_EXPORT int SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c);
  1592. OPENSSL_EXPORT int SSL_CTX_remove_session(SSL_CTX *, SSL_SESSION *c);
  1593. OPENSSL_EXPORT int SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB);
  1594. OPENSSL_EXPORT int SSL_set_generate_session_id(SSL *, GEN_SESSION_CB);
  1595. OPENSSL_EXPORT int SSL_has_matching_session_id(const SSL *ssl,
  1596. const uint8_t *id,
  1597. unsigned int id_len);
  1598. /* SSL_SESSION_to_bytes serializes |in| into a newly allocated buffer and sets
  1599. * |*out_data| to that buffer and |*out_len| to its length. The caller takes
  1600. * ownership of the buffer and must call |OPENSSL_free| when done. It returns
  1601. * one on success and zero on error. */
  1602. OPENSSL_EXPORT int SSL_SESSION_to_bytes(SSL_SESSION *in, uint8_t **out_data,
  1603. size_t *out_len);
  1604. /* SSL_SESSION_to_bytes_for_ticket serializes |in|, but excludes the session ID
  1605. * which is not necessary in a session ticket. */
  1606. OPENSSL_EXPORT int SSL_SESSION_to_bytes_for_ticket(SSL_SESSION *in,
  1607. uint8_t **out_data,
  1608. size_t *out_len);
  1609. /* Deprecated: i2d_SSL_SESSION serializes |in| to the bytes pointed to by
  1610. * |*pp|. On success, it returns the number of bytes written and advances |*pp|
  1611. * by that many bytes. On failure, it returns -1. If |pp| is NULL, no bytes are
  1612. * written and only the length is returned.
  1613. *
  1614. * Use SSL_SESSION_to_bytes instead. */
  1615. OPENSSL_EXPORT int i2d_SSL_SESSION(SSL_SESSION *in, uint8_t **pp);
  1616. /* d2i_SSL_SESSION deserializes a serialized buffer contained in the |length|
  1617. * bytes pointed to by |*pp|. It returns the new SSL_SESSION and advances |*pp|
  1618. * by the number of bytes consumed on success and NULL on failure. If |a| is
  1619. * NULL, the caller takes ownership of the new session and must call
  1620. * |SSL_SESSION_free| when done.
  1621. *
  1622. * If |a| and |*a| are not NULL, the SSL_SESSION at |*a| is overridden with the
  1623. * deserialized session rather than allocating a new one. In addition, |a| is
  1624. * not NULL, but |*a| is, |*a| is set to the new SSL_SESSION.
  1625. *
  1626. * Passing a value other than NULL to |a| is deprecated. */
  1627. OPENSSL_EXPORT SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const uint8_t **pp,
  1628. long length);
  1629. OPENSSL_EXPORT X509 *SSL_get_peer_certificate(const SSL *s);
  1630. OPENSSL_EXPORT STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
  1631. OPENSSL_EXPORT int SSL_CTX_get_verify_mode(const SSL_CTX *ctx);
  1632. OPENSSL_EXPORT int SSL_CTX_get_verify_depth(const SSL_CTX *ctx);
  1633. OPENSSL_EXPORT int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(
  1634. int, X509_STORE_CTX *);
  1635. OPENSSL_EXPORT void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
  1636. int (*callback)(int, X509_STORE_CTX *));
  1637. OPENSSL_EXPORT void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth);
  1638. OPENSSL_EXPORT void SSL_CTX_set_cert_verify_callback(
  1639. SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *, void *), void *arg);
  1640. OPENSSL_EXPORT void SSL_CTX_set_cert_cb(SSL_CTX *c,
  1641. int (*cb)(SSL *ssl, void *arg),
  1642. void *arg);
  1643. OPENSSL_EXPORT int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
  1644. OPENSSL_EXPORT int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx,
  1645. const uint8_t *d, long len);
  1646. OPENSSL_EXPORT int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey);
  1647. OPENSSL_EXPORT int SSL_CTX_use_PrivateKey_ASN1(int pk, SSL_CTX *ctx,
  1648. const uint8_t *d, long len);
  1649. OPENSSL_EXPORT int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x);
  1650. OPENSSL_EXPORT int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len,
  1651. const uint8_t *d);
  1652. OPENSSL_EXPORT void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx,
  1653. pem_password_cb *cb);
  1654. OPENSSL_EXPORT void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx,
  1655. void *u);
  1656. OPENSSL_EXPORT int SSL_CTX_check_private_key(const SSL_CTX *ctx);
  1657. OPENSSL_EXPORT int SSL_check_private_key(const SSL *ctx);
  1658. OPENSSL_EXPORT int SSL_CTX_set_session_id_context(SSL_CTX *ctx,
  1659. const uint8_t *sid_ctx,
  1660. unsigned int sid_ctx_len);
  1661. OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
  1662. OPENSSL_EXPORT int SSL_set_session_id_context(SSL *ssl, const uint8_t *sid_ctx,
  1663. unsigned int sid_ctx_len);
  1664. OPENSSL_EXPORT int SSL_CTX_set_purpose(SSL_CTX *s, int purpose);
  1665. OPENSSL_EXPORT int SSL_set_purpose(SSL *s, int purpose);
  1666. OPENSSL_EXPORT int SSL_CTX_set_trust(SSL_CTX *s, int trust);
  1667. OPENSSL_EXPORT int SSL_set_trust(SSL *s, int trust);
  1668. OPENSSL_EXPORT int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm);
  1669. OPENSSL_EXPORT int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm);
  1670. OPENSSL_EXPORT X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx);
  1671. OPENSSL_EXPORT X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl);
  1672. OPENSSL_EXPORT void SSL_certs_clear(SSL *s);
  1673. OPENSSL_EXPORT void SSL_free(SSL *ssl);
  1674. OPENSSL_EXPORT int SSL_accept(SSL *ssl);
  1675. OPENSSL_EXPORT int SSL_connect(SSL *ssl);
  1676. OPENSSL_EXPORT int SSL_read(SSL *ssl, void *buf, int num);
  1677. OPENSSL_EXPORT int SSL_peek(SSL *ssl, void *buf, int num);
  1678. OPENSSL_EXPORT int SSL_write(SSL *ssl, const void *buf, int num);
  1679. OPENSSL_EXPORT long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
  1680. OPENSSL_EXPORT long SSL_callback_ctrl(SSL *, int, void (*)(void));
  1681. OPENSSL_EXPORT long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg);
  1682. OPENSSL_EXPORT long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void));
  1683. OPENSSL_EXPORT int SSL_get_error(const SSL *s, int ret_code);
  1684. /* SSL_get_version returns a string describing the TLS version used by |s|. For
  1685. * example, "TLSv1.2" or "SSLv3". */
  1686. OPENSSL_EXPORT const char *SSL_get_version(const SSL *s);
  1687. /* SSL_SESSION_get_version returns a string describing the TLS version used by
  1688. * |sess|. For example, "TLSv1.2" or "SSLv3". */
  1689. OPENSSL_EXPORT const char *SSL_SESSION_get_version(const SSL_SESSION *sess);
  1690. OPENSSL_EXPORT int SSL_CIPHER_is_AES(const SSL_CIPHER *c);
  1691. OPENSSL_EXPORT int SSL_CIPHER_has_MD5_HMAC(const SSL_CIPHER *c);
  1692. OPENSSL_EXPORT int SSL_CIPHER_is_AESGCM(const SSL_CIPHER *c);
  1693. OPENSSL_EXPORT int SSL_CIPHER_is_CHACHA20POLY1305(const SSL_CIPHER *c);
  1694. /* TLS_method is the SSL_METHOD used for TLS (and SSLv3) connections. */
  1695. OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
  1696. /* DTLS_method is the SSL_METHOD used for DTLS connections. */
  1697. OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
  1698. /* Deprecated methods. */
  1699. /* SSLv23_method calls TLS_method. */
  1700. OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void);
  1701. /* Version-specific methods behave exactly like TLS_method and DTLS_method
  1702. * except they also call SSL_CTX_set_min_version and SSL_CTX_set_max_version to
  1703. * lock connections to that protocol version. */
  1704. OPENSSL_EXPORT const SSL_METHOD *SSLv3_method(void);
  1705. OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void);
  1706. OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void);
  1707. OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);
  1708. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);
  1709. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_method(void);
  1710. /* Client- and server-specific methods call their corresponding generic
  1711. * methods. */
  1712. OPENSSL_EXPORT const SSL_METHOD *SSLv23_server_method(void);
  1713. OPENSSL_EXPORT const SSL_METHOD *SSLv23_client_method(void);
  1714. OPENSSL_EXPORT const SSL_METHOD *SSLv3_server_method(void);
  1715. OPENSSL_EXPORT const SSL_METHOD *SSLv3_client_method(void);
  1716. OPENSSL_EXPORT const SSL_METHOD *TLSv1_server_method(void);
  1717. OPENSSL_EXPORT const SSL_METHOD *TLSv1_client_method(void);
  1718. OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_server_method(void);
  1719. OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_client_method(void);
  1720. OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_server_method(void);
  1721. OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_client_method(void);
  1722. OPENSSL_EXPORT const SSL_METHOD *DTLS_server_method(void);
  1723. OPENSSL_EXPORT const SSL_METHOD *DTLS_client_method(void);
  1724. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_server_method(void);
  1725. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_client_method(void);
  1726. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_server_method(void);
  1727. OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_client_method(void);
  1728. OPENSSL_EXPORT STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
  1729. OPENSSL_EXPORT int SSL_do_handshake(SSL *s);
  1730. OPENSSL_EXPORT int SSL_renegotiate(SSL *s);
  1731. OPENSSL_EXPORT int SSL_renegotiate_abbreviated(SSL *s);
  1732. OPENSSL_EXPORT int SSL_renegotiate_pending(SSL *s);
  1733. OPENSSL_EXPORT int SSL_shutdown(SSL *s);
  1734. OPENSSL_EXPORT const char *SSL_alert_type_string_long(int value);
  1735. OPENSSL_EXPORT const char *SSL_alert_type_string(int value);
  1736. OPENSSL_EXPORT const char *SSL_alert_desc_string_long(int value);
  1737. OPENSSL_EXPORT const char *SSL_alert_desc_string(int value);
  1738. OPENSSL_EXPORT void SSL_set_client_CA_list(SSL *s,
  1739. STACK_OF(X509_NAME) *name_list);
  1740. OPENSSL_EXPORT void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,
  1741. STACK_OF(X509_NAME) *name_list);
  1742. OPENSSL_EXPORT STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s);
  1743. OPENSSL_EXPORT STACK_OF(X509_NAME) *
  1744. SSL_CTX_get_client_CA_list(const SSL_CTX *s);
  1745. OPENSSL_EXPORT int SSL_add_client_CA(SSL *ssl, X509 *x);
  1746. OPENSSL_EXPORT int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x);
  1747. OPENSSL_EXPORT void SSL_set_connect_state(SSL *s);
  1748. OPENSSL_EXPORT void SSL_set_accept_state(SSL *s);
  1749. OPENSSL_EXPORT long SSL_get_default_timeout(const SSL *s);
  1750. /* SSL_library_init initializes the crypto and SSL libraries, loads their error
  1751. * strings, and returns one. */
  1752. OPENSSL_EXPORT int SSL_library_init(void);
  1753. OPENSSL_EXPORT const char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf,
  1754. int size);
  1755. OPENSSL_EXPORT STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk);
  1756. OPENSSL_EXPORT X509 *SSL_get_certificate(const SSL *ssl);
  1757. OPENSSL_EXPORT /* EVP_PKEY */ struct evp_pkey_st *SSL_get_privatekey(
  1758. const SSL *ssl);
  1759. OPENSSL_EXPORT X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx);
  1760. OPENSSL_EXPORT EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx);
  1761. OPENSSL_EXPORT void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode);
  1762. OPENSSL_EXPORT int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx);
  1763. OPENSSL_EXPORT void SSL_set_quiet_shutdown(SSL *ssl, int mode);
  1764. OPENSSL_EXPORT int SSL_get_quiet_shutdown(const SSL *ssl);
  1765. OPENSSL_EXPORT void SSL_set_shutdown(SSL *ssl, int mode);
  1766. OPENSSL_EXPORT int SSL_get_shutdown(const SSL *ssl);
  1767. OPENSSL_EXPORT int SSL_version(const SSL *ssl);
  1768. OPENSSL_EXPORT int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx);
  1769. OPENSSL_EXPORT int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
  1770. const char *CAfile,
  1771. const char *CApath);
  1772. #define SSL_get0_session SSL_get_session /* just peek at pointer */
  1773. OPENSSL_EXPORT SSL_SESSION *SSL_get_session(const SSL *ssl);
  1774. OPENSSL_EXPORT SSL_SESSION *SSL_get1_session(
  1775. SSL *ssl); /* obtain a reference count */
  1776. OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
  1777. OPENSSL_EXPORT SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx);
  1778. OPENSSL_EXPORT void SSL_set_info_callback(SSL *ssl,
  1779. void (*cb)(const SSL *ssl, int type,
  1780. int val));
  1781. OPENSSL_EXPORT void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl,
  1782. int type, int val);
  1783. OPENSSL_EXPORT int SSL_state(const SSL *ssl);
  1784. OPENSSL_EXPORT void SSL_set_state(SSL *ssl, int state);
  1785. OPENSSL_EXPORT void SSL_set_verify_result(SSL *ssl, long v);
  1786. OPENSSL_EXPORT long SSL_get_verify_result(const SSL *ssl);
  1787. OPENSSL_EXPORT int SSL_set_ex_data(SSL *ssl, int idx, void *data);
  1788. OPENSSL_EXPORT void *SSL_get_ex_data(const SSL *ssl, int idx);
  1789. OPENSSL_EXPORT int SSL_get_ex_new_index(long argl, void *argp,
  1790. CRYPTO_EX_new *new_func,
  1791. CRYPTO_EX_dup *dup_func,
  1792. CRYPTO_EX_free *free_func);
  1793. OPENSSL_EXPORT int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx,
  1794. void *data);
  1795. OPENSSL_EXPORT void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx);
  1796. OPENSSL_EXPORT int SSL_SESSION_get_ex_new_index(long argl, void *argp,
  1797. CRYPTO_EX_new *new_func,
  1798. CRYPTO_EX_dup *dup_func,
  1799. CRYPTO_EX_free *free_func);
  1800. OPENSSL_EXPORT int SSL_CTX_set_ex_data(SSL_CTX *ssl, int idx, void *data);
  1801. OPENSSL_EXPORT void *SSL_CTX_get_ex_data(const SSL_CTX *ssl, int idx);
  1802. OPENSSL_EXPORT int SSL_CTX_get_ex_new_index(long argl, void *argp,
  1803. CRYPTO_EX_new *new_func,
  1804. CRYPTO_EX_dup *dup_func,
  1805. CRYPTO_EX_free *free_func);
  1806. OPENSSL_EXPORT int SSL_get_ex_data_X509_STORE_CTX_idx(void);
  1807. #define SSL_CTX_sess_set_cache_size(ctx, t) \
  1808. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_SESS_CACHE_SIZE, t, NULL)
  1809. #define SSL_CTX_sess_get_cache_size(ctx) \
  1810. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_SESS_CACHE_SIZE, 0, NULL)
  1811. #define SSL_CTX_set_session_cache_mode(ctx, m) \
  1812. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_SESS_CACHE_MODE, m, NULL)
  1813. #define SSL_CTX_get_session_cache_mode(ctx) \
  1814. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_SESS_CACHE_MODE, 0, NULL)
  1815. #define SSL_CTX_get_default_read_ahead(ctx) SSL_CTX_get_read_ahead(ctx)
  1816. #define SSL_CTX_set_default_read_ahead(ctx, m) SSL_CTX_set_read_ahead(ctx, m)
  1817. #define SSL_CTX_get_read_ahead(ctx) \
  1818. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_READ_AHEAD, 0, NULL)
  1819. #define SSL_CTX_set_read_ahead(ctx, m) \
  1820. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_READ_AHEAD, m, NULL)
  1821. #define SSL_CTX_get_max_cert_list(ctx) \
  1822. SSL_CTX_ctrl(ctx, SSL_CTRL_GET_MAX_CERT_LIST, 0, NULL)
  1823. #define SSL_CTX_set_max_cert_list(ctx, m) \
  1824. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_MAX_CERT_LIST, m, NULL)
  1825. #define SSL_get_max_cert_list(ssl) \
  1826. SSL_ctrl(ssl, SSL_CTRL_GET_MAX_CERT_LIST, 0, NULL)
  1827. #define SSL_set_max_cert_list(ssl, m) \
  1828. SSL_ctrl(ssl, SSL_CTRL_SET_MAX_CERT_LIST, m, NULL)
  1829. #define SSL_CTX_set_max_send_fragment(ctx, m) \
  1830. SSL_CTX_ctrl(ctx, SSL_CTRL_SET_MAX_SEND_FRAGMENT, m, NULL)
  1831. #define SSL_set_max_send_fragment(ssl, m) \
  1832. SSL_ctrl(ssl, SSL_CTRL_SET_MAX_SEND_FRAGMENT, m, NULL)
  1833. /* NB: the keylength is only applicable when is_export is true */
  1834. OPENSSL_EXPORT void SSL_CTX_set_tmp_rsa_callback(
  1835. SSL_CTX *ctx, RSA *(*cb)(SSL *ssl, int is_export, int keylength));
  1836. OPENSSL_EXPORT void SSL_set_tmp_rsa_callback(SSL *ssl,
  1837. RSA *(*cb)(SSL *ssl, int is_export,
  1838. int keylength));
  1839. OPENSSL_EXPORT void SSL_CTX_set_tmp_dh_callback(
  1840. SSL_CTX *ctx, DH *(*dh)(SSL *ssl, int is_export, int keylength));
  1841. OPENSSL_EXPORT void SSL_set_tmp_dh_callback(SSL *ssl,
  1842. DH *(*dh)(SSL *ssl, int is_export,
  1843. int keylength));
  1844. OPENSSL_EXPORT void SSL_CTX_set_tmp_ecdh_callback(
  1845. SSL_CTX *ctx, EC_KEY *(*ecdh)(SSL *ssl, int is_export, int keylength));
  1846. OPENSSL_EXPORT void SSL_set_tmp_ecdh_callback(
  1847. SSL *ssl, EC_KEY *(*ecdh)(SSL *ssl, int is_export, int keylength));
  1848. OPENSSL_EXPORT const void *SSL_get_current_compression(SSL *s);
  1849. OPENSSL_EXPORT const void *SSL_get_current_expansion(SSL *s);
  1850. OPENSSL_EXPORT const char *SSL_COMP_get_name(const void *comp);
  1851. OPENSSL_EXPORT void *SSL_COMP_get_compression_methods(void);
  1852. OPENSSL_EXPORT int SSL_COMP_add_compression_method(int id, void *cm);
  1853. OPENSSL_EXPORT int SSL_cache_hit(SSL *s);
  1854. OPENSSL_EXPORT int SSL_is_server(SSL *s);
  1855. /* SSL_get_structure_sizes returns the sizes of the SSL, SSL_CTX and
  1856. * SSL_SESSION structures so that a test can ensure that outside code agrees on
  1857. * these values. */
  1858. OPENSSL_EXPORT void SSL_get_structure_sizes(size_t *ssl_size,
  1859. size_t *ssl_ctx_size,
  1860. size_t *ssl_session_size);
  1861. OPENSSL_EXPORT void ERR_load_SSL_strings(void);
  1862. /* Android compatibility section.
  1863. *
  1864. * These functions are declared, temporarily, for Android because
  1865. * wpa_supplicant will take a little time to sync with upstream. Outside of
  1866. * Android they'll have no definition. */
  1867. #define SSL_F_SSL_SET_SESSION_TICKET_EXT doesnt_exist
  1868. OPENSSL_EXPORT int SSL_set_session_ticket_ext(SSL *s, void *ext_data,
  1869. int ext_len);
  1870. OPENSSL_EXPORT int SSL_set_session_secret_cb(SSL *s, void *cb, void *arg);
  1871. OPENSSL_EXPORT int SSL_set_session_ticket_ext_cb(SSL *s, void *cb, void *arg);
  1872. #ifdef __cplusplus
  1873. }
  1874. #endif
  1875. /* BEGIN ERROR CODES */
  1876. /* The following lines are auto generated by the script make_errors.go. Any
  1877. * changes made after this point may be overwritten when the script is next run.
  1878. */
  1879. #define SSL_F_SSL_use_PrivateKey_file 100
  1880. #define SSL_F_dtls1_write_app_data_bytes 101
  1881. #define SSL_F_ssl_cipher_process_rulestr 102
  1882. #define SSL_F_SSL_set_session_id_context 103
  1883. #define SSL_F_SSL_read 104
  1884. #define SSL_F_ssl_cert_new 105
  1885. #define SSL_F_dtls1_heartbeat 106
  1886. #define SSL_F_ssl3_digest_cached_records 107
  1887. #define SSL_F_SSL_set_wfd 108
  1888. #define SSL_F_ssl_set_pkey 110
  1889. #define SSL_F_SSL_CTX_use_certificate 111
  1890. #define SSL_F_dtls1_read_bytes 112
  1891. #define SSL_F_ssl23_write 113
  1892. #define SSL_F_ssl3_check_client_hello 114
  1893. #define SSL_F_SSL_use_certificate_ASN1 115
  1894. #define SSL_F_ssl_verify_cert_chain 116
  1895. #define SSL_F_ssl_parse_serverhello_renegotiate_ext 117
  1896. #define SSL_F_ssl_undefined_const_function 118
  1897. #define SSL_F_ssl3_get_server_certificate 119
  1898. #define SSL_F_tls1_get_server_supplemental_data 120
  1899. #define SSL_F_dtls1_buffer_record 121
  1900. #define SSL_F_ssl_prepare_clienthello_tlsext 122
  1901. #define SSL_F_ssl3_get_server_hello 123
  1902. #define SSL_F_ssl3_send_client_key_exchange 124
  1903. #define SSL_F_ssl3_write_bytes 125
  1904. #define SSL_F_SSL_use_RSAPrivateKey_file 126
  1905. #define SSL_F_ssl_bad_method 127
  1906. #define SSL_F_ssl3_connect 128
  1907. #define SSL_F_dtls1_connect 129
  1908. #define SSL_F_SSL_use_RSAPrivateKey 130
  1909. #define SSL_F_tls1_prf 131
  1910. #define SSL_F_ssl_bytes_to_cipher_list 132
  1911. #define SSL_F_ssl3_do_change_cipher_spec 133
  1912. #define SSL_F_SSL_SESSION_set1_id_context 134
  1913. #define SSL_F_ssl_add_serverhello_tlsext 135
  1914. #define SSL_F_read_authz 136
  1915. #define SSL_F_ssl3_get_client_hello 137
  1916. #define SSL_F_ssl3_get_certificate_request 138
  1917. #define SSL_F_authz_find_data 139
  1918. #define SSL_F_ssl_add_cert_to_buf 140
  1919. #define SSL_F_ssl_add_serverhello_renegotiate_ext 141
  1920. #define SSL_F_ssl3_get_message 142
  1921. #define SSL_F_ssl_check_srvr_ecc_cert_and_alg 143
  1922. #define SSL_F_ssl_parse_clienthello_tlsext 144
  1923. #define SSL_F_SSL_add_file_cert_subjects_to_stack 145
  1924. #define SSL_F_ssl3_ctx_ctrl 146
  1925. #define SSL_F_ssl3_get_record 147
  1926. #define SSL_F_SSL_CTX_use_RSAPrivateKey 148
  1927. #define SSL_F_SSL_use_certificate_file 149
  1928. #define SSL_F_SSL_load_client_CA_file 151
  1929. #define SSL_F_dtls1_preprocess_fragment 152
  1930. #define SSL_F_SSL_CTX_check_private_key 153
  1931. #define SSL_F_ssl3_get_cert_status 154
  1932. #define SSL_F_printf 155
  1933. #define SSL_F_SSL_CTX_new 156
  1934. #define SSL_F_ssl23_accept 157
  1935. #define SSL_F_SSL_use_authz 158
  1936. #define SSL_F_ssl_undefined_function 159
  1937. #define SSL_F_dtls1_send_hello_verify_request 160
  1938. #define SSL_F_ssl_build_cert_chain 161
  1939. #define SSL_F_SSL_SESSION_print_fp 162
  1940. #define SSL_F_tls1_change_cipher_state 163
  1941. #define SSL_F_tls12_check_peer_sigalg 164
  1942. #define SSL_F_ssl_sess_cert_new 165
  1943. #define SSL_F_ssl3_read_bytes 166
  1944. #define SSL_F_dtls1_get_hello_verify 167
  1945. #define SSL_F_tls1_cert_verify_mac 168
  1946. #define SSL_F_ssl23_client_hello 169
  1947. #define SSL_F_SSL_shutdown 170
  1948. #define SSL_F_ssl_init_wbio_buffer 171
  1949. #define SSL_F_SSL_use_certificate 172
  1950. #define SSL_F_SSL_CTX_use_RSAPrivateKey_ASN1 173
  1951. #define SSL_F_ssl_set_authz 174
  1952. #define SSL_F_ssl23_peek 175
  1953. #define SSL_F_SSL_use_psk_identity_hint 176
  1954. #define SSL_F_ssl3_get_cert_verify 177
  1955. #define SSL_F_ssl_ctx_make_profiles 178
  1956. #define SSL_F_ssl_add_clienthello_use_srtp_ext 179
  1957. #define SSL_F_ssl3_get_client_key_exchange 180
  1958. #define SSL_F_do_ssl3_write 181
  1959. #define SSL_F_ssl3_handshake_mac 182
  1960. #define SSL_F_tls1_setup_key_block 183
  1961. #define SSL_F_SSL_set_fd 184
  1962. #define SSL_F_SSL_check_private_key 185
  1963. #define SSL_F_ssl3_send_cert_verify 186
  1964. #define SSL_F_ssl3_write_pending 187
  1965. #define SSL_F_ssl_cert_inst 188
  1966. #define SSL_F_ssl3_change_cipher_state 189
  1967. #define SSL_F_ssl23_get_server_hello 190
  1968. #define SSL_F_SSL_write 191
  1969. #define SSL_F_ssl_get_sign_pkey 192
  1970. #define SSL_F_ssl_set_cert 193
  1971. #define SSL_F_SSL_CTX_use_RSAPrivateKey_file 194
  1972. #define SSL_F_SSL_CTX_use_authz 195
  1973. #define SSL_F_ssl_get_new_session 196
  1974. #define SSL_F_SSL_set_session_ticket_ext 197
  1975. #define SSL_F_ssl_add_clienthello_renegotiate_ext 198
  1976. #define SSL_F_ssl3_send_server_key_exchange 199
  1977. #define SSL_F_fprintf 200
  1978. #define SSL_F_ssl3_get_new_session_ticket 201
  1979. #define SSL_F_SSL_CTX_use_certificate_ASN1 202
  1980. #define SSL_F_ssl_add_cert_chain 203
  1981. #define SSL_F_ssl_create_cipher_list 204
  1982. #define SSL_F_ssl3_callback_ctrl 205
  1983. #define SSL_F_SSL_CTX_set_cipher_list 206
  1984. #define SSL_F_ssl3_send_certificate_request 207
  1985. #define SSL_F_SSL_use_PrivateKey_ASN1 208
  1986. #define SSL_F_SSL_CTX_use_certificate_chain_file 209
  1987. #define SSL_F_SSL_SESSION_new 210
  1988. #define SSL_F_check_suiteb_cipher_list 211
  1989. #define SSL_F_ssl_scan_clienthello_tlsext 212
  1990. #define SSL_F_ssl3_send_client_hello 213
  1991. #define SSL_F_SSL_use_RSAPrivateKey_ASN1 214
  1992. #define SSL_F_ssl3_ctrl 215
  1993. #define SSL_F_ssl3_setup_write_buffer 216
  1994. #define SSL_F_ssl_parse_serverhello_use_srtp_ext 217
  1995. #define SSL_F_ssl3_get_server_key_exchange 218
  1996. #define SSL_F_ssl3_send_server_hello 219
  1997. #define SSL_F_SSL_add_dir_cert_subjects_to_stack 220
  1998. #define SSL_F_ssl_check_serverhello_tlsext 221
  1999. #define SSL_F_ssl3_get_server_done 222
  2000. #define SSL_F_ssl3_check_cert_and_algorithm 223
  2001. #define SSL_F_do_dtls1_write 224
  2002. #define SSL_F_dtls1_check_timeout_num 225
  2003. #define SSL_F_tls1_export_keying_material 226
  2004. #define SSL_F_SSL_CTX_set_session_id_context 227
  2005. #define SSL_F_SSL_set_rfd 228
  2006. #define SSL_F_ssl3_send_client_certificate 229
  2007. #define SSL_F_ssl_cert_dup 230
  2008. #define SSL_F_dtls1_process_record 231
  2009. #define SSL_F_ssl_new 232
  2010. #define SSL_F_ssl_get_server_cert_index 233
  2011. #define SSL_F_tls1_send_server_supplemental_data 234
  2012. #define SSL_F_D2I_SSL_SESSION 235
  2013. #define SSL_F_ssl_cipher_strength_sort 236
  2014. #define SSL_F_dtls1_get_message 237
  2015. #define SSL_F_ssl23_connect 238
  2016. #define SSL_F_tls1_heartbeat 239
  2017. #define SSL_F_ssl3_read_n 240
  2018. #define SSL_F_ssl_get_prev_session 241
  2019. #define SSL_F_ssl_parse_clienthello_renegotiate_ext 242
  2020. #define SSL_F_ssl3_setup_read_buffer 243
  2021. #define SSL_F_SSL_CTX_set_ssl_version 244
  2022. #define SSL_F_SSL_peek 245
  2023. #define SSL_F_ssl3_send_server_certificate 246
  2024. #define SSL_F_SSL_do_handshake 247
  2025. #define SSL_F_ssl_undefined_void_function 248
  2026. #define SSL_F_ssl_add_serverhello_use_srtp_ext 249
  2027. #define SSL_F_fclose 250
  2028. #define SSL_F_SSL_use_PrivateKey 251
  2029. #define SSL_F_SSL_CTX_use_certificate_file 252
  2030. #define SSL_F_SSL_CTX_use_PrivateKey 253
  2031. #define SSL_F_SSL_set_session 254
  2032. #define SSL_F_SSL_CTX_use_psk_identity_hint 255
  2033. #define SSL_F_ssl_scan_serverhello_tlsext 256
  2034. #define SSL_F_ssl23_read 257
  2035. #define SSL_F_ssl_parse_clienthello_use_srtp_ext 258
  2036. #define SSL_F_ssl3_accept 259
  2037. #define SSL_F_ssl3_get_client_certificate 260
  2038. #define SSL_F_SSL_CTX_use_PrivateKey_ASN1 261
  2039. #define SSL_F_dtls1_get_message_fragment 262
  2040. #define SSL_F_SSL_clear 263
  2041. #define SSL_F_dtls1_accept 264
  2042. #define SSL_F_ssl3_get_next_proto 265
  2043. #define SSL_F_SSL_set_cipher_list 266
  2044. #define SSL_F_ssl_add_clienthello_tlsext 267
  2045. #define SSL_F_ssl23_get_client_hello 268
  2046. #define SSL_F_SSL_CTX_use_PrivateKey_file 269
  2047. #define SSL_F_ssl3_get_finished 270
  2048. #define SSL_F_ssl3_generate_key_block 271
  2049. #define SSL_F_ssl3_setup_key_block 272
  2050. #define SSL_F_SSL_new 273
  2051. #define SSL_F_ssl_parse_serverhello_tlsext 274
  2052. #define SSL_F_ssl3_get_channel_id 275
  2053. #define SSL_F_ssl3_send_channel_id 276
  2054. #define SSL_F_SSL_CTX_set_cipher_list_tls11 277
  2055. #define SSL_F_tls1_change_cipher_state_cipher 278
  2056. #define SSL_F_tls1_change_cipher_state_aead 279
  2057. #define SSL_F_tls1_aead_ctx_init 280
  2058. #define SSL_F_tls1_check_duplicate_extensions 281
  2059. #define SSL_F_ssl3_expect_change_cipher_spec 282
  2060. #define SSL_F_ssl23_get_v2_client_hello 283
  2061. #define SSL_F_ssl3_cert_verify_hash 284
  2062. #define SSL_F_ssl_ctx_log_rsa_client_key_exchange 285
  2063. #define SSL_F_ssl_ctx_log_master_secret 286
  2064. #define SSL_F_d2i_SSL_SESSION 287
  2065. #define SSL_F_i2d_SSL_SESSION 288
  2066. #define SSL_F_d2i_SSL_SESSION_get_octet_string 289
  2067. #define SSL_F_d2i_SSL_SESSION_get_string 290
  2068. #define SSL_F_ssl3_send_new_session_ticket 291
  2069. #define SSL_F_SSL_SESSION_to_bytes_full 292
  2070. #define SSL_F_SSL_accept 293
  2071. #define SSL_F_SSL_connect 294
  2072. #define SSL_F_ssl3_get_v2_client_hello 295
  2073. #define SSL_F_ssl3_get_initial_bytes 296
  2074. #define SSL_F_tls1_enc 297
  2075. #define SSL_F_ssl3_prf 298
  2076. #define SSL_F_dtls1_do_write 299
  2077. #define SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS 100
  2078. #define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC 101
  2079. #define SSL_R_INVALID_NULL_CMD_NAME 102
  2080. #define SSL_R_BAD_RSA_DECRYPT 103
  2081. #define SSL_R_NO_SHARED_CIPHER 104
  2082. #define SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH 105
  2083. #define SSL_R_SSL_HANDSHAKE_FAILURE 106
  2084. #define SSL_R_INVALID_TICKET_KEYS_LENGTH 107
  2085. #define SSL_R_PEER_ERROR 108
  2086. #define SSL_R_ECC_CERT_NOT_FOR_SIGNING 109
  2087. #define SSL_R_INCONSISTENT_COMPRESSION 110
  2088. #define SSL_R_BAD_HELLO_REQUEST 111
  2089. #define SSL_R_NULL_SSL_METHOD_PASSED 112
  2090. #define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 113
  2091. #define SSL_R_BAD_ECDSA_SIGNATURE 114
  2092. #define SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION 115
  2093. #define SSL_R_BAD_DH_PUB_KEY_LENGTH 116
  2094. #define SSL_R_COMPRESSED_LENGTH_TOO_LONG 117
  2095. #define SSL_R_APP_DATA_IN_HANDSHAKE 118
  2096. #define SSL_R_NO_PEM_EXTENSIONS 119
  2097. #define SSL_R_BAD_SRP_B_LENGTH 120
  2098. #define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG 121
  2099. #define SSL_R_UNABLE_TO_DECODE_DH_CERTS 122
  2100. #define SSL_R_MISSING_SRP_PARAM 123
  2101. #define SSL_R_MISSING_RSA_SIGNING_CERT 124
  2102. #define SSL_R_MISSING_DSA_SIGNING_CERT 125
  2103. #define SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE 126
  2104. #define SSL_R_UNEXPECTED_RECORD 127
  2105. #define SSL_R_BAD_DIGEST_LENGTH 128
  2106. #define SSL_R_READ_TIMEOUT_EXPIRED 129
  2107. #define SSL_R_KRB5_C_GET_CRED 130
  2108. #define SSL_R_NULL_SSL_CTX 131
  2109. #define SSL_R_ERROR_GENERATING_TMP_RSA_KEY 134
  2110. #define SSL_R_SSL3_SESSION_ID_TOO_LONG 135
  2111. #define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK 136
  2112. #define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO 137
  2113. #define SSL_R_COOKIE_MISMATCH 139
  2114. #define SSL_R_UNINITIALIZED 140
  2115. #define SSL_R_BAD_CHANGE_CIPHER_SPEC 141
  2116. #define SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES 142
  2117. #define SSL_R_BAD_SRP_G_LENGTH 143
  2118. #define SSL_R_NO_CERTIFICATE_ASSIGNED 144
  2119. #define SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS 145
  2120. #define SSL_R_PEM_NAME_TOO_SHORT 146
  2121. #define SSL_R_PROTOCOL_IS_SHUTDOWN 148
  2122. #define SSL_R_UNABLE_TO_FIND_SSL_METHOD 149
  2123. #define SSL_R_WRONG_MESSAGE_TYPE 150
  2124. #define SSL_R_BAD_RSA_MODULUS_LENGTH 151
  2125. #define SSL_R_PUBLIC_KEY_IS_NOT_RSA 152
  2126. #define SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE 153
  2127. #define SSL_R_NO_CLIENT_CERT_RECEIVED 154
  2128. #define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 155
  2129. #define SSL_R_CERT_LENGTH_MISMATCH 156
  2130. #define SSL_R_MISSING_EXPORT_TMP_DH_KEY 157
  2131. #define SSL_R_DUPLICATE_COMPRESSION_ID 158
  2132. #define SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT 159
  2133. #define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO 160
  2134. #define SSL_R_DATA_LENGTH_TOO_LONG 161
  2135. #define SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER 162
  2136. #define SSL_R_WRONG_SIGNATURE_LENGTH 163
  2137. #define SSL_R_SSL2_CONNECTION_ID_TOO_LONG 164
  2138. #define SSL_R_WRONG_VERSION_NUMBER 165
  2139. #define SSL_R_RECORD_TOO_LARGE 166
  2140. #define SSL_R_BIO_NOT_SET 167
  2141. #define SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES 168
  2142. #define SSL_R_UNKNOWN_PKEY_TYPE 170
  2143. #define SSL_R_CIPHER_CODE_WRONG_LENGTH 171
  2144. #define SSL_R_SSL_SESSION_ID_CONFLICT 172
  2145. #define SSL_R_INVALID_COMMAND 173
  2146. #define SSL_R_NO_PROTOCOLS_AVAILABLE 174
  2147. #define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST 175
  2148. #define SSL_R_LIBRARY_BUG 176
  2149. #define SSL_R_UNSUPPORTED_CIPHER 177
  2150. #define SSL_R_REUSE_CERT_TYPE_NOT_ZERO 178
  2151. #define SSL_R_WRONG_SIGNATURE_TYPE 179
  2152. #define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 180
  2153. #define SSL_R_PSK_NO_SERVER_CB 181
  2154. #define SSL_R_BLOCK_CIPHER_PAD_IS_WRONG 182
  2155. #define SSL_R_INVALID_TRUST 183
  2156. #define SSL_R_PARSE_TLSEXT 184
  2157. #define SSL_R_NO_SRTP_PROFILES 185
  2158. #define SSL_R_UNSUPPORTED_ELLIPTIC_CURVE 186
  2159. #define SSL_R_UNKNOWN_STATE 187
  2160. #define SSL_R_UNKNOWN_CERTIFICATE_TYPE 188
  2161. #define SSL_R_WRONG_CIPHER_RETURNED 189
  2162. #define SSL_R_BAD_DH_G_LENGTH 190
  2163. #define SSL_R_BAD_ALERT_RECORD 191
  2164. #define SSL_R_CIPHER_TABLE_SRC_ERROR 192
  2165. #define SSL_R_UNKNOWN_REMOTE_ERROR_TYPE 194
  2166. #define SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE 195
  2167. #define SSL_R_MESSAGE_TOO_LONG 196
  2168. #define SSL_R_BAD_RSA_SIGNATURE 197
  2169. #define SSL_R_X509_LIB 198
  2170. #define SSL_R_BAD_SRP_N_LENGTH 199
  2171. #define SSL_R_BAD_SSL_SESSION_ID_LENGTH 200
  2172. #define SSL_R_UNKNOWN_CIPHER_TYPE 201
  2173. #define SSL_R_BAD_DH_P_LENGTH 202
  2174. #define SSL_R_MISSING_DH_RSA_CERT 203
  2175. #define SSL_R_NO_METHOD_SPECIFIED 204
  2176. #define SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST 205
  2177. #define SSL_R_MULTIPLE_SGC_RESTARTS 206
  2178. #define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 207
  2179. #define SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT 208
  2180. #define SSL_R_SSL3_EXT_INVALID_SERVERNAME 209
  2181. #define SSL_R_BAD_SRP_S_LENGTH 210
  2182. #define SSL_R_MISSING_TMP_RSA_KEY 211
  2183. #define SSL_R_PSK_NO_CLIENT_CB 212
  2184. #define SSL_R_PEM_NAME_BAD_PREFIX 213
  2185. #define SSL_R_BAD_CHECKSUM 214
  2186. #define SSL_R_NO_CIPHER_MATCH 216
  2187. #define SSL_R_MISSING_TMP_DH_KEY 217
  2188. #define SSL_R_UNSUPPORTED_STATUS_TYPE 218
  2189. #define SSL_R_UNKNOWN_AUTHZ_DATA_TYPE 219
  2190. #define SSL_R_CONNECTION_TYPE_NOT_SET 220
  2191. #define SSL_R_MISSING_DH_KEY 221
  2192. #define SSL_R_CHANNEL_ID_NOT_P256 222
  2193. #define SSL_R_UNKNOWN_SUPPLEMENTAL_DATA_TYPE 223
  2194. #define SSL_R_UNKNOWN_PROTOCOL 224
  2195. #define SSL_R_DATA_BETWEEN_CCS_AND_FINISHED 225
  2196. #define SSL_R_KRB5_S_TKT_SKEW 226
  2197. #define SSL_R_PUBLIC_KEY_NOT_RSA 227
  2198. #define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 228
  2199. #define SSL_R_GOST_NOT_SUPPORTED 229
  2200. #define SSL_R_KRB5_C_CC_PRINC 230
  2201. #define SSL_R_INVALID_PURPOSE 234
  2202. #define SSL_R_KRB5_C_MK_REQ 235
  2203. #define SSL_R_BAD_SRTP_MKI_VALUE 237
  2204. #define SSL_R_EVP_DIGESTSIGNINIT_FAILED 238
  2205. #define SSL_R_DIGEST_CHECK_FAILED 239
  2206. #define SSL_R_BAD_SRP_A_LENGTH 240
  2207. #define SSL_R_SERVERHELLO_TLSEXT 241
  2208. #define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 242
  2209. #define SSL_R_NO_CIPHERS_AVAILABLE 243
  2210. #define SSL_R_COMPRESSION_FAILURE 244
  2211. #define SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION 245
  2212. #define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED 246
  2213. #define SSL_R_BAD_RSA_ENCRYPT 247
  2214. #define SSL_R_EXCESSIVE_MESSAGE_SIZE 248
  2215. #define SSL_R_INVALID_COMPRESSION_ALGORITHM 249
  2216. #define SSL_R_SHORT_READ 250
  2217. #define SSL_R_CA_DN_LENGTH_MISMATCH 252
  2218. #define SSL_R_BAD_ECC_CERT 253
  2219. #define SSL_R_NON_SSLV2_INITIAL_PACKET 254
  2220. #define SSL_R_SSL_SESSION_ID_IS_DIFFERENT 255
  2221. #define SSL_R_MISSING_TMP_RSA_PKEY 256
  2222. #define SSL_R_BN_LIB 257
  2223. #define SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE 258
  2224. #define SSL_R_MISSING_RSA_ENCRYPTING_CERT 259
  2225. #define SSL_R_NO_RENEGOTIATION 260
  2226. #define SSL_R_NO_COMPRESSION_SPECIFIED 261
  2227. #define SSL_R_WRONG_CERTIFICATE_TYPE 262
  2228. #define SSL_R_CHANNEL_ID_SIGNATURE_INVALID 264
  2229. #define SSL_R_READ_BIO_NOT_SET 265
  2230. #define SSL_R_SSL23_DOING_SESSION_ID_REUSE 266
  2231. #define SSL_R_RENEGOTIATE_EXT_TOO_LONG 267
  2232. #define SSL_R_INVALID_CHALLENGE_LENGTH 268
  2233. #define SSL_R_LIBRARY_HAS_NO_CIPHERS 270
  2234. #define SSL_R_WRONG_CURVE 271
  2235. #define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 272
  2236. #define SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT 275
  2237. #define SSL_R_MISSING_RSA_CERTIFICATE 276
  2238. #define SSL_R_NO_P256_SUPPORT 277
  2239. #define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM 278
  2240. #define SSL_R_INVALID_SERVERINFO_DATA 279
  2241. #define SSL_R_GOT_CHANNEL_ID_BEFORE_A_CCS 280
  2242. #define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 281
  2243. #define SSL_R_KRB5_S_BAD_TICKET 282
  2244. #define SSL_R_EVP_DIGESTSIGNFINAL_FAILED 283
  2245. #define SSL_R_PACKET_LENGTH_TOO_LONG 284
  2246. #define SSL_R_BAD_STATE 285
  2247. #define SSL_R_USE_SRTP_NOT_NEGOTIATED 286
  2248. #define SSL_R_BAD_RSA_E_LENGTH 287
  2249. #define SSL_R_ILLEGAL_PADDING 288
  2250. #define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 289
  2251. #define SSL_R_BAD_VALUE 290
  2252. #define SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE 291
  2253. #define SSL_R_COMPRESSION_DISABLED 292
  2254. #define SSL_R_BAD_DECOMPRESSION 293
  2255. #define SSL_R_CHALLENGE_IS_DIFFERENT 294
  2256. #define SSL_R_NO_CLIENT_CERT_METHOD 295
  2257. #define SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG 296
  2258. #define SSL_R_INVALID_MESSAGE 297
  2259. #define SSL_R_HTTPS_PROXY_REQUEST 298
  2260. #define SSL_R_AUTHZ_DATA_TOO_LARGE 299
  2261. #define SSL_R_KRB5_S_TKT_EXPIRED 300
  2262. #define SSL_R_NO_CERTIFICATE_SPECIFIED 301
  2263. #define SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE 302
  2264. #define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 303
  2265. #define SSL_R_INVALID_STATUS_RESPONSE 304
  2266. #define SSL_R_TLS_ILLEGAL_EXPORTER_LABEL 305
  2267. #define SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE 306
  2268. #define SSL_R_MISSING_TMP_ECDH_KEY 307
  2269. #define SSL_R_CERTIFICATE_VERIFY_FAILED 308
  2270. #define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 309
  2271. #define SSL_R_RENEGOTIATION_ENCODING_ERR 310
  2272. #define SSL_R_NO_PRIVATEKEY 311
  2273. #define SSL_R_READ_WRONG_PACKET_TYPE 313
  2274. #define SSL_R_SSL3_SESSION_ID_TOO_SHORT 314
  2275. #define SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES 315
  2276. #define SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS 316
  2277. #define SSL_R_HTTP_REQUEST 317
  2278. #define SSL_R_KRB5_S_INIT 318
  2279. #define SSL_R_RECORD_LENGTH_MISMATCH 320
  2280. #define SSL_R_BAD_LENGTH 321
  2281. #define SSL_R_NO_REQUIRED_DIGEST 322
  2282. #define SSL_R_KRB5 323
  2283. #define SSL_R_CCS_RECEIVED_EARLY 325
  2284. #define SSL_R_MISSING_ECDSA_SIGNING_CERT 326
  2285. #define SSL_R_D2I_ECDSA_SIG 327
  2286. #define SSL_R_PATH_TOO_LONG 328
  2287. #define SSL_R_CIPHER_OR_HASH_UNAVAILABLE 329
  2288. #define SSL_R_UNSUPPORTED_DIGEST_TYPE 330
  2289. #define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 331
  2290. #define SSL_R_PEER_ERROR_CERTIFICATE 332
  2291. #define SSL_R_UNABLE_TO_FIND_DH_PARAMETERS 333
  2292. #define SSL_R_NO_CERTIFICATE_SET 334
  2293. #define SSL_R_SSL_SESSION_ID_CALLBACK_FAILED 335
  2294. #define SSL_R_NO_CERTIFICATES_RETURNED 337
  2295. #define SSL_R_BAD_WRITE_RETRY 338
  2296. #define SSL_R_BAD_SSL_FILETYPE 339
  2297. #define SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE 340
  2298. #define SSL_R_NO_CIPHERS_SPECIFIED 341
  2299. #define SSL_R_LENGTH_MISMATCH 342
  2300. #define SSL_R_NO_CIPHERS_PASSED 343
  2301. #define SSL_R_NO_VERIFY_CALLBACK 344
  2302. #define SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE 345
  2303. #define SSL_R_WRONG_NUMBER_OF_KEY_BITS 347
  2304. #define SSL_R_UNEXPECTED_MESSAGE 348
  2305. #define SSL_R_MISSING_DH_DSA_CERT 349
  2306. #define SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH 350
  2307. #define SSL_R_OPAQUE_PRF_INPUT_TOO_LONG 351
  2308. #define SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES 352
  2309. #define SSL_R_ILLEGAL_SUITEB_DIGEST 353
  2310. #define SSL_R_NO_SHARED_SIGATURE_ALGORITHMS 354
  2311. #define SSL_R_CLIENTHELLO_TLSEXT 355
  2312. #define SSL_R_INVALID_AUTHZ_DATA 356
  2313. #define SSL_R_BAD_RESPONSE_ARGUMENT 357
  2314. #define SSL_R_PUBLIC_KEY_ENCRYPT_ERROR 358
  2315. #define SSL_R_REQUIRED_CIPHER_MISSING 359
  2316. #define SSL_R_INVALID_AUDIT_PROOF 360
  2317. #define SSL_R_PSK_IDENTITY_NOT_FOUND 361
  2318. #define SSL_R_UNKNOWN_ALERT_TYPE 362
  2319. #define SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER 363
  2320. #define SSL_R_BAD_AUTHENTICATION_TYPE 365
  2321. #define SSL_R_DECRYPTION_FAILED 366
  2322. #define SSL_R_WRONG_SSL_VERSION 367
  2323. #define SSL_R_NO_CERTIFICATE_RETURNED 368
  2324. #define SSL_R_CA_DN_TOO_LONG 370
  2325. #define SSL_R_GOT_A_FIN_BEFORE_A_CCS 371
  2326. #define SSL_R_COMPRESSION_LIBRARY_ERROR 372
  2327. #define SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS 374
  2328. #define SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED 375
  2329. #define SSL_R_BAD_ECPOINT 376
  2330. #define SSL_R_BAD_HANDSHAKE_LENGTH 377
  2331. #define SSL_R_KRB5_S_RD_REQ 380
  2332. #define SSL_R_PEER_ERROR_NO_CERTIFICATE 381
  2333. #define SSL_R_PRE_MAC_LENGTH_TOO_LONG 382
  2334. #define SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS 383
  2335. #define SSL_R_UNKNOWN_DIGEST 384
  2336. #define SSL_R_WRONG_SIGNATURE_SIZE 385
  2337. #define SSL_R_SIGNATURE_ALGORITHMS_ERROR 386
  2338. #define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING 387
  2339. #define SSL_R_BAD_SIGNATURE 388
  2340. #define SSL_R_BAD_PACKET_LENGTH 389
  2341. #define SSL_R_CANNOT_SERIALIZE_PUBLIC_KEY 390
  2342. #define SSL_R_RENEGOTIATION_MISMATCH 391
  2343. #define SSL_R_BAD_MAC_LENGTH 392
  2344. #define SSL_R_NO_PUBLICKEY 393
  2345. #define SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE 394
  2346. #define SSL_R_BAD_MAC_DECODE 395
  2347. #define SSL_R_NO_PRIVATE_KEY_ASSIGNED 396
  2348. #define SSL_R_EXTRA_DATA_IN_MESSAGE 397
  2349. #define SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER 398
  2350. #define SSL_R_CONNECTION_ID_IS_DIFFERENT 399
  2351. #define SSL_R_MISSING_VERIFY_MESSAGE 402
  2352. #define SSL_R_BAD_DSA_SIGNATURE 403
  2353. #define SSL_R_UNKNOWN_SSL_VERSION 404
  2354. #define SSL_R_KEY_ARG_TOO_LONG 405
  2355. #define SSL_R_KRB5_C_INIT 406
  2356. #define SSL_R_NO_CIPHER_LIST 407
  2357. #define SSL_R_PEER_ERROR_NO_CIPHER 408
  2358. #define SSL_R_UNKNOWN_CMD_NAME 409
  2359. #define SSL_R_UNKNOWN_CIPHER_RETURNED 410
  2360. #define SSL_R_RECORD_TOO_SMALL 411
  2361. #define SSL_R_ENCRYPTED_LENGTH_TOO_LONG 412
  2362. #define SSL_R_UNSUPPORTED_SSL_VERSION 413
  2363. #define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 415
  2364. #define SSL_R_MISSING_EXPORT_TMP_RSA_KEY 416
  2365. #define SSL_R_BAD_DATA 417
  2366. #define SSL_R_KRB5_S_TKT_NYV 418
  2367. #define SSL_R_BAD_PROTOCOL_VERSION_NUMBER 420
  2368. #define SSL_R_BAD_MESSAGE_TYPE 421
  2369. #define SSL_R_MISSING_ECDH_CERT 422
  2370. #define SSL_R_UNSUPPORTED_PROTOCOL 423
  2371. #define SSL_R_SRP_A_CALC 424
  2372. #define SSL_R_WRITE_BIO_NOT_SET 425
  2373. #define SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE 426
  2374. #define SSL_R_LENGTH_TOO_SHORT 427
  2375. #define SSL_R_CERT_CB_ERROR 428
  2376. #define SSL_R_DTLS_MESSAGE_TOO_BIG 429
  2377. #define SSL_R_INVALID_SRP_USERNAME 430
  2378. #define SSL_R_TOO_MANY_EMPTY_FRAGMENTS 431
  2379. #define SSL_R_NESTED_GROUP 432
  2380. #define SSL_R_UNEXPECTED_GROUP_CLOSE 433
  2381. #define SSL_R_UNEXPECTED_OPERATOR_IN_GROUP 434
  2382. #define SSL_R_MIXED_SPECIAL_OPERATOR_WITH_GROUPS 435
  2383. #define SSL_R_INAPPROPRIATE_FALLBACK 436
  2384. #define SSL_R_CLIENTHELLO_PARSE_FAILED 437
  2385. #define SSL_R_CONNECTION_REJECTED 438
  2386. #define SSL_R_DECODE_ERROR 439
  2387. #define SSL_R_UNPROCESSED_HANDSHAKE_DATA 440
  2388. #define SSL_R_HANDSHAKE_RECORD_BEFORE_CCS 441
  2389. #define SSL_R_SESSION_MAY_NOT_BE_CREATED 442
  2390. #define SSL_R_INVALID_SSL_SESSION 443
  2391. #define SSL_R_BAD_ALERT 444
  2392. #define SSL_R_HANDSHAKE_FAILURE_ON_CLIENT_HELLO 445
  2393. #define SSL_R_MTU_TOO_SMALL 446
  2394. #define SSL_R_SSLV3_ALERT_CLOSE_NOTIFY 1000
  2395. #define SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010
  2396. #define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020
  2397. #define SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021
  2398. #define SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022
  2399. #define SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030
  2400. #define SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040
  2401. #define SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041
  2402. #define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042
  2403. #define SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043
  2404. #define SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044
  2405. #define SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045
  2406. #define SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046
  2407. #define SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047
  2408. #define SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048
  2409. #define SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049
  2410. #define SSL_R_TLSV1_ALERT_DECODE_ERROR 1050
  2411. #define SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051
  2412. #define SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060
  2413. #define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070
  2414. #define SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071
  2415. #define SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080
  2416. #define SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK 1086
  2417. #define SSL_R_TLSV1_ALERT_USER_CANCELLED 1090
  2418. #define SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100
  2419. #define SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110
  2420. #define SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111
  2421. #define SSL_R_TLSV1_UNRECOGNIZED_NAME 1112
  2422. #define SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113
  2423. #define SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114
  2424. #endif