ssl_ciph.c 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. /* ssl/ssl_ciph.c */
  2. /* Copyright (C) 1995-1998 Eric Young ([email protected])
  3. * All rights reserved.
  4. *
  5. * This package is an SSL implementation written
  6. * by Eric Young ([email protected]).
  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 ([email protected]).
  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 ([email protected])"
  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 ([email protected])"
  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. * [email protected].
  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. * ([email protected]). This product includes software written by Tim
  108. * Hudson ([email protected]).
  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. #include <stdio.h>
  143. #include <openssl/objects.h>
  144. #ifndef OPENSSL_NO_COMP
  145. #include <openssl/comp.h>
  146. #endif
  147. #ifndef OPENSSL_NO_ENGINE
  148. #include <openssl/engine.h>
  149. #endif
  150. #include "ssl_locl.h"
  151. #define SSL_ENC_DES_IDX 0
  152. #define SSL_ENC_3DES_IDX 1
  153. #define SSL_ENC_RC4_IDX 2
  154. #define SSL_ENC_RC2_IDX 3
  155. #define SSL_ENC_IDEA_IDX 4
  156. #define SSL_ENC_NULL_IDX 5
  157. #define SSL_ENC_AES128_IDX 6
  158. #define SSL_ENC_AES256_IDX 7
  159. #define SSL_ENC_CAMELLIA128_IDX 8
  160. #define SSL_ENC_CAMELLIA256_IDX 9
  161. #define SSL_ENC_GOST89_IDX 10
  162. #define SSL_ENC_SEED_IDX 11
  163. #define SSL_ENC_NUM_IDX 12
  164. static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]={
  165. NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
  166. };
  167. #define SSL_COMP_NULL_IDX 0
  168. #define SSL_COMP_ZLIB_IDX 1
  169. #define SSL_COMP_NUM_IDX 2
  170. static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL;
  171. #define SSL_MD_MD5_IDX 0
  172. #define SSL_MD_SHA1_IDX 1
  173. #define SSL_MD_GOST94_IDX 2
  174. #define SSL_MD_GOST89MAC_IDX 3
  175. /*Constant SSL_MAX_DIGEST equal to size of digests array should be
  176. * defined in the
  177. * ssl_locl.h */
  178. #define SSL_MD_NUM_IDX SSL_MAX_DIGEST
  179. static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX]={
  180. NULL,NULL,NULL,NULL
  181. };
  182. /* PKEY_TYPE for GOST89MAC is known in advance, but, because
  183. * implementation is engine-provided, we'll fill it only if
  184. * corresponding EVP_PKEY_METHOD is found
  185. */
  186. static int ssl_mac_pkey_id[SSL_MD_NUM_IDX]={
  187. EVP_PKEY_HMAC,EVP_PKEY_HMAC,EVP_PKEY_HMAC,NID_undef
  188. };
  189. static int ssl_mac_secret_size[SSL_MD_NUM_IDX]={
  190. 0,0,0,0
  191. };
  192. static int ssl_handshake_digest_flag[SSL_MD_NUM_IDX]={
  193. SSL_HANDSHAKE_MAC_MD5,SSL_HANDSHAKE_MAC_SHA,
  194. SSL_HANDSHAKE_MAC_GOST94,0
  195. };
  196. #define CIPHER_ADD 1
  197. #define CIPHER_KILL 2
  198. #define CIPHER_DEL 3
  199. #define CIPHER_ORD 4
  200. #define CIPHER_SPECIAL 5
  201. typedef struct cipher_order_st
  202. {
  203. const SSL_CIPHER *cipher;
  204. int active;
  205. int dead;
  206. struct cipher_order_st *next,*prev;
  207. } CIPHER_ORDER;
  208. static const SSL_CIPHER cipher_aliases[]={
  209. /* "ALL" doesn't include eNULL (must be specifically enabled) */
  210. {0,SSL_TXT_ALL,0, 0,0,~SSL_eNULL,0,0,0,0,0,0},
  211. /* "COMPLEMENTOFALL" */
  212. {0,SSL_TXT_CMPALL,0, 0,0,SSL_eNULL,0,0,0,0,0,0},
  213. /* "COMPLEMENTOFDEFAULT" (does *not* include ciphersuites not found in ALL!) */
  214. {0,SSL_TXT_CMPDEF,0, SSL_kEDH|SSL_kEECDH,SSL_aNULL,~SSL_eNULL,0,0,0,0,0,0},
  215. /* key exchange aliases
  216. * (some of those using only a single bit here combine
  217. * multiple key exchange algs according to the RFCs,
  218. * e.g. kEDH combines DHE_DSS and DHE_RSA) */
  219. {0,SSL_TXT_kRSA,0, SSL_kRSA, 0,0,0,0,0,0,0,0},
  220. {0,SSL_TXT_kDHr,0, SSL_kDHr, 0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */
  221. {0,SSL_TXT_kDHd,0, SSL_kDHd, 0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */
  222. {0,SSL_TXT_kDH,0, SSL_kDHr|SSL_kDHd,0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */
  223. {0,SSL_TXT_kEDH,0, SSL_kEDH, 0,0,0,0,0,0,0,0},
  224. {0,SSL_TXT_DH,0, SSL_kDHr|SSL_kDHd|SSL_kEDH,0,0,0,0,0,0,0,0},
  225. {0,SSL_TXT_kKRB5,0, SSL_kKRB5, 0,0,0,0,0,0,0,0},
  226. {0,SSL_TXT_kECDHr,0, SSL_kECDHr,0,0,0,0,0,0,0,0},
  227. {0,SSL_TXT_kECDHe,0, SSL_kECDHe,0,0,0,0,0,0,0,0},
  228. {0,SSL_TXT_kECDH,0, SSL_kECDHr|SSL_kECDHe,0,0,0,0,0,0,0,0},
  229. {0,SSL_TXT_kEECDH,0, SSL_kEECDH,0,0,0,0,0,0,0,0},
  230. {0,SSL_TXT_ECDH,0, SSL_kECDHr|SSL_kECDHe|SSL_kEECDH,0,0,0,0,0,0,0,0},
  231. {0,SSL_TXT_kPSK,0, SSL_kPSK, 0,0,0,0,0,0,0,0},
  232. {0,SSL_TXT_kGOST,0, SSL_kGOST,0,0,0,0,0,0,0,0},
  233. /* server authentication aliases */
  234. {0,SSL_TXT_aRSA,0, 0,SSL_aRSA, 0,0,0,0,0,0,0},
  235. {0,SSL_TXT_aDSS,0, 0,SSL_aDSS, 0,0,0,0,0,0,0},
  236. {0,SSL_TXT_DSS,0, 0,SSL_aDSS, 0,0,0,0,0,0,0},
  237. {0,SSL_TXT_aKRB5,0, 0,SSL_aKRB5, 0,0,0,0,0,0,0},
  238. {0,SSL_TXT_aNULL,0, 0,SSL_aNULL, 0,0,0,0,0,0,0},
  239. {0,SSL_TXT_aDH,0, 0,SSL_aDH, 0,0,0,0,0,0,0}, /* no such ciphersuites supported! */
  240. {0,SSL_TXT_aECDH,0, 0,SSL_aECDH, 0,0,0,0,0,0,0},
  241. {0,SSL_TXT_aECDSA,0, 0,SSL_aECDSA,0,0,0,0,0,0,0},
  242. {0,SSL_TXT_ECDSA,0, 0,SSL_aECDSA, 0,0,0,0,0,0,0},
  243. {0,SSL_TXT_aPSK,0, 0,SSL_aPSK, 0,0,0,0,0,0,0},
  244. {0,SSL_TXT_aGOST94,0,0,SSL_aGOST94,0,0,0,0,0,0,0},
  245. {0,SSL_TXT_aGOST01,0,0,SSL_aGOST01,0,0,0,0,0,0,0},
  246. {0,SSL_TXT_aGOST,0,0,SSL_aGOST94|SSL_aGOST01,0,0,0,0,0,0,0},
  247. /* aliases combining key exchange and server authentication */
  248. {0,SSL_TXT_EDH,0, SSL_kEDH,~SSL_aNULL,0,0,0,0,0,0,0},
  249. {0,SSL_TXT_EECDH,0, SSL_kEECDH,~SSL_aNULL,0,0,0,0,0,0,0},
  250. {0,SSL_TXT_NULL,0, 0,0,SSL_eNULL, 0,0,0,0,0,0},
  251. {0,SSL_TXT_KRB5,0, SSL_kKRB5,SSL_aKRB5,0,0,0,0,0,0,0},
  252. {0,SSL_TXT_RSA,0, SSL_kRSA,SSL_aRSA,0,0,0,0,0,0,0},
  253. {0,SSL_TXT_ADH,0, SSL_kEDH,SSL_aNULL,0,0,0,0,0,0,0},
  254. {0,SSL_TXT_AECDH,0, SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0},
  255. {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0},
  256. /* symmetric encryption aliases */
  257. {0,SSL_TXT_DES,0, 0,0,SSL_DES, 0,0,0,0,0,0},
  258. {0,SSL_TXT_3DES,0, 0,0,SSL_3DES, 0,0,0,0,0,0},
  259. {0,SSL_TXT_RC4,0, 0,0,SSL_RC4, 0,0,0,0,0,0},
  260. {0,SSL_TXT_RC2,0, 0,0,SSL_RC2, 0,0,0,0,0,0},
  261. {0,SSL_TXT_IDEA,0, 0,0,SSL_IDEA, 0,0,0,0,0,0},
  262. {0,SSL_TXT_SEED,0, 0,0,SSL_SEED, 0,0,0,0,0,0},
  263. {0,SSL_TXT_eNULL,0, 0,0,SSL_eNULL, 0,0,0,0,0,0},
  264. {0,SSL_TXT_AES128,0, 0,0,SSL_AES128,0,0,0,0,0,0},
  265. {0,SSL_TXT_AES256,0, 0,0,SSL_AES256,0,0,0,0,0,0},
  266. {0,SSL_TXT_AES,0, 0,0,SSL_AES128|SSL_AES256,0,0,0,0,0,0},
  267. {0,SSL_TXT_CAMELLIA128,0,0,0,SSL_CAMELLIA128,0,0,0,0,0,0},
  268. {0,SSL_TXT_CAMELLIA256,0,0,0,SSL_CAMELLIA256,0,0,0,0,0,0},
  269. {0,SSL_TXT_CAMELLIA ,0,0,0,SSL_CAMELLIA128|SSL_CAMELLIA256,0,0,0,0,0,0},
  270. /* MAC aliases */
  271. {0,SSL_TXT_MD5,0, 0,0,0,SSL_MD5, 0,0,0,0,0},
  272. {0,SSL_TXT_SHA1,0, 0,0,0,SSL_SHA1, 0,0,0,0,0},
  273. {0,SSL_TXT_SHA,0, 0,0,0,SSL_SHA1, 0,0,0,0,0},
  274. {0,SSL_TXT_GOST94,0, 0,0,0,SSL_GOST94, 0,0,0,0,0},
  275. {0,SSL_TXT_GOST89MAC,0, 0,0,0,SSL_GOST89MAC, 0,0,0,0,0},
  276. /* protocol version aliases */
  277. {0,SSL_TXT_SSLV2,0, 0,0,0,0,SSL_SSLV2, 0,0,0,0},
  278. {0,SSL_TXT_SSLV3,0, 0,0,0,0,SSL_SSLV3, 0,0,0,0},
  279. {0,SSL_TXT_TLSV1,0, 0,0,0,0,SSL_TLSV1, 0,0,0,0},
  280. /* export flag */
  281. {0,SSL_TXT_EXP,0, 0,0,0,0,0,SSL_EXPORT,0,0,0},
  282. {0,SSL_TXT_EXPORT,0, 0,0,0,0,0,SSL_EXPORT,0,0,0},
  283. /* strength classes */
  284. {0,SSL_TXT_EXP40,0, 0,0,0,0,0,SSL_EXP40, 0,0,0},
  285. {0,SSL_TXT_EXP56,0, 0,0,0,0,0,SSL_EXP56, 0,0,0},
  286. {0,SSL_TXT_LOW,0, 0,0,0,0,0,SSL_LOW, 0,0,0},
  287. {0,SSL_TXT_MEDIUM,0, 0,0,0,0,0,SSL_MEDIUM,0,0,0},
  288. {0,SSL_TXT_HIGH,0, 0,0,0,0,0,SSL_HIGH, 0,0,0},
  289. /* FIPS 140-2 approved ciphersuite */
  290. {0,SSL_TXT_FIPS,0, 0,0,~SSL_eNULL,0,0,SSL_FIPS, 0,0,0},
  291. };
  292. /* Search for public key algorithm with given name and
  293. * return its pkey_id if it is available. Otherwise return 0
  294. */
  295. #ifdef OPENSSL_NO_ENGINE
  296. static int get_optional_pkey_id(const char *pkey_name)
  297. {
  298. const EVP_PKEY_ASN1_METHOD *ameth;
  299. int pkey_id=0;
  300. ameth = EVP_PKEY_asn1_find_str(NULL,pkey_name,-1);
  301. if (ameth)
  302. {
  303. EVP_PKEY_asn1_get0_info(&pkey_id, NULL,NULL,NULL,NULL,ameth);
  304. }
  305. return pkey_id;
  306. }
  307. #else
  308. static int get_optional_pkey_id(const char *pkey_name)
  309. {
  310. const EVP_PKEY_ASN1_METHOD *ameth;
  311. ENGINE *tmpeng = NULL;
  312. int pkey_id=0;
  313. ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1);
  314. if (ameth)
  315. {
  316. EVP_PKEY_asn1_get0_info(&pkey_id, NULL,NULL,NULL,NULL,ameth);
  317. }
  318. if (tmpeng) ENGINE_finish(tmpeng);
  319. return pkey_id;
  320. }
  321. #endif
  322. void ssl_load_ciphers(void)
  323. {
  324. ssl_cipher_methods[SSL_ENC_DES_IDX]=
  325. EVP_get_cipherbyname(SN_des_cbc);
  326. ssl_cipher_methods[SSL_ENC_3DES_IDX]=
  327. EVP_get_cipherbyname(SN_des_ede3_cbc);
  328. ssl_cipher_methods[SSL_ENC_RC4_IDX]=
  329. EVP_get_cipherbyname(SN_rc4);
  330. ssl_cipher_methods[SSL_ENC_RC2_IDX]=
  331. EVP_get_cipherbyname(SN_rc2_cbc);
  332. #ifndef OPENSSL_NO_IDEA
  333. ssl_cipher_methods[SSL_ENC_IDEA_IDX]=
  334. EVP_get_cipherbyname(SN_idea_cbc);
  335. #else
  336. ssl_cipher_methods[SSL_ENC_IDEA_IDX]= NULL;
  337. #endif
  338. ssl_cipher_methods[SSL_ENC_AES128_IDX]=
  339. EVP_get_cipherbyname(SN_aes_128_cbc);
  340. ssl_cipher_methods[SSL_ENC_AES256_IDX]=
  341. EVP_get_cipherbyname(SN_aes_256_cbc);
  342. ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX]=
  343. EVP_get_cipherbyname(SN_camellia_128_cbc);
  344. ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX]=
  345. EVP_get_cipherbyname(SN_camellia_256_cbc);
  346. ssl_cipher_methods[SSL_ENC_GOST89_IDX]=
  347. EVP_get_cipherbyname(SN_gost89_cnt);
  348. ssl_cipher_methods[SSL_ENC_SEED_IDX]=
  349. EVP_get_cipherbyname(SN_seed_cbc);
  350. ssl_digest_methods[SSL_MD_MD5_IDX]=
  351. EVP_get_digestbyname(SN_md5);
  352. ssl_mac_secret_size[SSL_MD_MD5_IDX]=
  353. EVP_MD_size(ssl_digest_methods[SSL_MD_MD5_IDX]);
  354. OPENSSL_assert(ssl_mac_secret_size[SSL_MD_MD5_IDX] >= 0);
  355. ssl_digest_methods[SSL_MD_SHA1_IDX]=
  356. EVP_get_digestbyname(SN_sha1);
  357. ssl_mac_secret_size[SSL_MD_SHA1_IDX]=
  358. EVP_MD_size(ssl_digest_methods[SSL_MD_SHA1_IDX]);
  359. OPENSSL_assert(ssl_mac_secret_size[SSL_MD_SHA1_IDX] >= 0);
  360. ssl_digest_methods[SSL_MD_GOST94_IDX]=
  361. EVP_get_digestbyname(SN_id_GostR3411_94);
  362. if (ssl_digest_methods[SSL_MD_GOST94_IDX])
  363. {
  364. ssl_mac_secret_size[SSL_MD_GOST94_IDX]=
  365. EVP_MD_size(ssl_digest_methods[SSL_MD_GOST94_IDX]);
  366. OPENSSL_assert(ssl_mac_secret_size[SSL_MD_GOST94_IDX] >= 0);
  367. }
  368. ssl_digest_methods[SSL_MD_GOST89MAC_IDX]=
  369. EVP_get_digestbyname(SN_id_Gost28147_89_MAC);
  370. ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
  371. if (ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]) {
  372. ssl_mac_secret_size[SSL_MD_GOST89MAC_IDX]=32;
  373. }
  374. }
  375. #ifndef OPENSSL_NO_COMP
  376. static int sk_comp_cmp(const SSL_COMP * const *a,
  377. const SSL_COMP * const *b)
  378. {
  379. return((*a)->id-(*b)->id);
  380. }
  381. static void load_builtin_compressions(void)
  382. {
  383. int got_write_lock = 0;
  384. CRYPTO_r_lock(CRYPTO_LOCK_SSL);
  385. if (ssl_comp_methods == NULL)
  386. {
  387. CRYPTO_r_unlock(CRYPTO_LOCK_SSL);
  388. CRYPTO_w_lock(CRYPTO_LOCK_SSL);
  389. got_write_lock = 1;
  390. if (ssl_comp_methods == NULL)
  391. {
  392. SSL_COMP *comp = NULL;
  393. MemCheck_off();
  394. ssl_comp_methods=sk_SSL_COMP_new(sk_comp_cmp);
  395. if (ssl_comp_methods != NULL)
  396. {
  397. comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
  398. if (comp != NULL)
  399. {
  400. comp->method=COMP_zlib();
  401. if (comp->method
  402. && comp->method->type == NID_undef)
  403. OPENSSL_free(comp);
  404. else
  405. {
  406. comp->id=SSL_COMP_ZLIB_IDX;
  407. comp->name=comp->method->name;
  408. sk_SSL_COMP_push(ssl_comp_methods,comp);
  409. }
  410. }
  411. sk_SSL_COMP_sort(ssl_comp_methods);
  412. }
  413. MemCheck_on();
  414. }
  415. }
  416. if (got_write_lock)
  417. CRYPTO_w_unlock(CRYPTO_LOCK_SSL);
  418. else
  419. CRYPTO_r_unlock(CRYPTO_LOCK_SSL);
  420. }
  421. #endif
  422. int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,
  423. const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size,SSL_COMP **comp)
  424. {
  425. int i;
  426. const SSL_CIPHER *c;
  427. c=s->cipher;
  428. if (c == NULL) return(0);
  429. if (comp != NULL)
  430. {
  431. SSL_COMP ctmp;
  432. #ifndef OPENSSL_NO_COMP
  433. load_builtin_compressions();
  434. #endif
  435. *comp=NULL;
  436. ctmp.id=s->compress_meth;
  437. if (ssl_comp_methods != NULL)
  438. {
  439. i=sk_SSL_COMP_find(ssl_comp_methods,&ctmp);
  440. if (i >= 0)
  441. *comp=sk_SSL_COMP_value(ssl_comp_methods,i);
  442. else
  443. *comp=NULL;
  444. }
  445. }
  446. if ((enc == NULL) || (md == NULL)) return(0);
  447. switch (c->algorithm_enc)
  448. {
  449. case SSL_DES:
  450. i=SSL_ENC_DES_IDX;
  451. break;
  452. case SSL_3DES:
  453. i=SSL_ENC_3DES_IDX;
  454. break;
  455. case SSL_RC4:
  456. i=SSL_ENC_RC4_IDX;
  457. break;
  458. case SSL_RC2:
  459. i=SSL_ENC_RC2_IDX;
  460. break;
  461. case SSL_IDEA:
  462. i=SSL_ENC_IDEA_IDX;
  463. break;
  464. case SSL_eNULL:
  465. i=SSL_ENC_NULL_IDX;
  466. break;
  467. case SSL_AES128:
  468. i=SSL_ENC_AES128_IDX;
  469. break;
  470. case SSL_AES256:
  471. i=SSL_ENC_AES256_IDX;
  472. break;
  473. case SSL_CAMELLIA128:
  474. i=SSL_ENC_CAMELLIA128_IDX;
  475. break;
  476. case SSL_CAMELLIA256:
  477. i=SSL_ENC_CAMELLIA256_IDX;
  478. break;
  479. case SSL_eGOST2814789CNT:
  480. i=SSL_ENC_GOST89_IDX;
  481. break;
  482. case SSL_SEED:
  483. i=SSL_ENC_SEED_IDX;
  484. break;
  485. default:
  486. i= -1;
  487. break;
  488. }
  489. if ((i < 0) || (i > SSL_ENC_NUM_IDX))
  490. *enc=NULL;
  491. else
  492. {
  493. if (i == SSL_ENC_NULL_IDX)
  494. *enc=EVP_enc_null();
  495. else
  496. *enc=ssl_cipher_methods[i];
  497. }
  498. switch (c->algorithm_mac)
  499. {
  500. case SSL_MD5:
  501. i=SSL_MD_MD5_IDX;
  502. break;
  503. case SSL_SHA1:
  504. i=SSL_MD_SHA1_IDX;
  505. break;
  506. case SSL_GOST94:
  507. i = SSL_MD_GOST94_IDX;
  508. break;
  509. case SSL_GOST89MAC:
  510. i = SSL_MD_GOST89MAC_IDX;
  511. break;
  512. default:
  513. i= -1;
  514. break;
  515. }
  516. if ((i < 0) || (i > SSL_MD_NUM_IDX))
  517. {
  518. *md=NULL;
  519. if (mac_pkey_type!=NULL) *mac_pkey_type = NID_undef;
  520. if (mac_secret_size!=NULL) *mac_secret_size = 0;
  521. }
  522. else
  523. {
  524. *md=ssl_digest_methods[i];
  525. if (mac_pkey_type!=NULL) *mac_pkey_type = ssl_mac_pkey_id[i];
  526. if (mac_secret_size!=NULL) *mac_secret_size = ssl_mac_secret_size[i];
  527. }
  528. if ((*enc != NULL) && (*md != NULL) && (!mac_pkey_type||*mac_pkey_type != NID_undef))
  529. return(1);
  530. else
  531. return(0);
  532. }
  533. int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md)
  534. {
  535. if (idx <0||idx>=SSL_MD_NUM_IDX)
  536. {
  537. return 0;
  538. }
  539. if (ssl_handshake_digest_flag[idx]==0) return 0;
  540. *mask = ssl_handshake_digest_flag[idx];
  541. *md = ssl_digest_methods[idx];
  542. return 1;
  543. }
  544. #define ITEM_SEP(a) \
  545. (((a) == ':') || ((a) == ' ') || ((a) == ';') || ((a) == ','))
  546. static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr,
  547. CIPHER_ORDER **tail)
  548. {
  549. if (curr == *tail) return;
  550. if (curr == *head)
  551. *head=curr->next;
  552. if (curr->prev != NULL)
  553. curr->prev->next=curr->next;
  554. if (curr->next != NULL)
  555. curr->next->prev=curr->prev;
  556. (*tail)->next=curr;
  557. curr->prev= *tail;
  558. curr->next=NULL;
  559. *tail=curr;
  560. }
  561. static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr,
  562. CIPHER_ORDER **tail)
  563. {
  564. if (curr == *head) return;
  565. if (curr == *tail)
  566. *tail=curr->prev;
  567. if (curr->next != NULL)
  568. curr->next->prev=curr->prev;
  569. if (curr->prev != NULL)
  570. curr->prev->next=curr->next;
  571. (*head)->prev=curr;
  572. curr->next= *head;
  573. curr->prev=NULL;
  574. *head=curr;
  575. }
  576. static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
  577. {
  578. *mkey = 0;
  579. *auth = 0;
  580. *enc = 0;
  581. *mac = 0;
  582. *ssl = 0;
  583. #ifdef OPENSSL_NO_RSA
  584. *mkey |= SSL_kRSA;
  585. *auth |= SSL_aRSA;
  586. #endif
  587. #ifdef OPENSSL_NO_DSA
  588. *auth |= SSL_aDSS;
  589. #endif
  590. *mkey |= SSL_kDHr|SSL_kDHd; /* no such ciphersuites supported! */
  591. *auth |= SSL_aDH;
  592. #ifdef OPENSSL_NO_DH
  593. *mkey |= SSL_kDHr|SSL_kDHd|SSL_kEDH;
  594. *auth |= SSL_aDH;
  595. #endif
  596. #ifdef OPENSSL_NO_KRB5
  597. *mkey |= SSL_kKRB5;
  598. *auth |= SSL_aKRB5;
  599. #endif
  600. #ifdef OPENSSL_NO_ECDSA
  601. *auth |= SSL_aECDSA;
  602. #endif
  603. #ifdef OPENSSL_NO_ECDH
  604. *mkey |= SSL_kECDHe|SSL_kECDHr;
  605. *auth |= SSL_aECDH;
  606. #endif
  607. #ifdef OPENSSL_NO_PSK
  608. *mkey |= SSL_kPSK;
  609. *auth |= SSL_aPSK;
  610. #endif
  611. /* Check for presence of GOST 34.10 algorithms, and if they
  612. * do not present, disable appropriate auth and key exchange */
  613. if (!get_optional_pkey_id("gost94")) {
  614. *auth |= SSL_aGOST94;
  615. }
  616. if (!get_optional_pkey_id("gost2001")) {
  617. *auth |= SSL_aGOST01;
  618. }
  619. /* Disable GOST key exchange if no GOST signature algs are available * */
  620. if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) {
  621. *mkey |= SSL_kGOST;
  622. }
  623. #ifdef SSL_FORBID_ENULL
  624. *enc |= SSL_eNULL;
  625. #endif
  626. *enc |= (ssl_cipher_methods[SSL_ENC_DES_IDX ] == NULL) ? SSL_DES :0;
  627. *enc |= (ssl_cipher_methods[SSL_ENC_3DES_IDX] == NULL) ? SSL_3DES:0;
  628. *enc |= (ssl_cipher_methods[SSL_ENC_RC4_IDX ] == NULL) ? SSL_RC4 :0;
  629. *enc |= (ssl_cipher_methods[SSL_ENC_RC2_IDX ] == NULL) ? SSL_RC2 :0;
  630. *enc |= (ssl_cipher_methods[SSL_ENC_IDEA_IDX] == NULL) ? SSL_IDEA:0;
  631. *enc |= (ssl_cipher_methods[SSL_ENC_AES128_IDX] == NULL) ? SSL_AES128:0;
  632. *enc |= (ssl_cipher_methods[SSL_ENC_AES256_IDX] == NULL) ? SSL_AES256:0;
  633. *enc |= (ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX] == NULL) ? SSL_CAMELLIA128:0;
  634. *enc |= (ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX] == NULL) ? SSL_CAMELLIA256:0;
  635. *enc |= (ssl_cipher_methods[SSL_ENC_GOST89_IDX] == NULL) ? SSL_eGOST2814789CNT:0;
  636. *enc |= (ssl_cipher_methods[SSL_ENC_SEED_IDX] == NULL) ? SSL_SEED:0;
  637. *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0;
  638. *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0;
  639. *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0;
  640. *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID_undef)? SSL_GOST89MAC:0;
  641. }
  642. static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
  643. int num_of_ciphers,
  644. unsigned long disabled_mkey, unsigned long disabled_auth,
  645. unsigned long disabled_enc, unsigned long disabled_mac,
  646. unsigned long disabled_ssl,
  647. CIPHER_ORDER *co_list,
  648. CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
  649. {
  650. int i, co_list_num;
  651. const SSL_CIPHER *c;
  652. /*
  653. * We have num_of_ciphers descriptions compiled in, depending on the
  654. * method selected (SSLv2 and/or SSLv3, TLSv1 etc).
  655. * These will later be sorted in a linked list with at most num
  656. * entries.
  657. */
  658. /* Get the initial list of ciphers */
  659. co_list_num = 0; /* actual count of ciphers */
  660. for (i = 0; i < num_of_ciphers; i++)
  661. {
  662. c = ssl_method->get_cipher(i);
  663. /* drop those that use any of that is not available */
  664. if ((c != NULL) && c->valid &&
  665. !(c->algorithm_mkey & disabled_mkey) &&
  666. !(c->algorithm_auth & disabled_auth) &&
  667. !(c->algorithm_enc & disabled_enc) &&
  668. !(c->algorithm_mac & disabled_mac) &&
  669. !(c->algorithm_ssl & disabled_ssl))
  670. {
  671. co_list[co_list_num].cipher = c;
  672. co_list[co_list_num].next = NULL;
  673. co_list[co_list_num].prev = NULL;
  674. co_list[co_list_num].active = 0;
  675. co_list_num++;
  676. #ifdef KSSL_DEBUG
  677. printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
  678. #endif /* KSSL_DEBUG */
  679. /*
  680. if (!sk_push(ca_list,(char *)c)) goto err;
  681. */
  682. }
  683. }
  684. /*
  685. * Prepare linked list from list entries
  686. */
  687. if (co_list_num > 0)
  688. {
  689. co_list[0].prev = NULL;
  690. if (co_list_num > 1)
  691. {
  692. co_list[0].next = &co_list[1];
  693. for (i = 1; i < co_list_num - 1; i++)
  694. {
  695. co_list[i].prev = &co_list[i - 1];
  696. co_list[i].next = &co_list[i + 1];
  697. }
  698. co_list[co_list_num - 1].prev = &co_list[co_list_num - 2];
  699. }
  700. co_list[co_list_num - 1].next = NULL;
  701. *head_p = &co_list[0];
  702. *tail_p = &co_list[co_list_num - 1];
  703. }
  704. }
  705. static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
  706. int num_of_group_aliases,
  707. unsigned long disabled_mkey, unsigned long disabled_auth,
  708. unsigned long disabled_enc, unsigned long disabled_mac,
  709. unsigned long disabled_ssl,
  710. CIPHER_ORDER *head)
  711. {
  712. CIPHER_ORDER *ciph_curr;
  713. const SSL_CIPHER **ca_curr;
  714. int i;
  715. unsigned long mask_mkey = ~disabled_mkey;
  716. unsigned long mask_auth = ~disabled_auth;
  717. unsigned long mask_enc = ~disabled_enc;
  718. unsigned long mask_mac = ~disabled_mac;
  719. unsigned long mask_ssl = ~disabled_ssl;
  720. /*
  721. * First, add the real ciphers as already collected
  722. */
  723. ciph_curr = head;
  724. ca_curr = ca_list;
  725. while (ciph_curr != NULL)
  726. {
  727. *ca_curr = ciph_curr->cipher;
  728. ca_curr++;
  729. ciph_curr = ciph_curr->next;
  730. }
  731. /*
  732. * Now we add the available ones from the cipher_aliases[] table.
  733. * They represent either one or more algorithms, some of which
  734. * in any affected category must be supported (set in enabled_mask),
  735. * or represent a cipher strength value (will be added in any case because algorithms=0).
  736. */
  737. for (i = 0; i < num_of_group_aliases; i++)
  738. {
  739. unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
  740. unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
  741. unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
  742. unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
  743. unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
  744. if (algorithm_mkey)
  745. if ((algorithm_mkey & mask_mkey) == 0)
  746. continue;
  747. if (algorithm_auth)
  748. if ((algorithm_auth & mask_auth) == 0)
  749. continue;
  750. if (algorithm_enc)
  751. if ((algorithm_enc & mask_enc) == 0)
  752. continue;
  753. if (algorithm_mac)
  754. if ((algorithm_mac & mask_mac) == 0)
  755. continue;
  756. if (algorithm_ssl)
  757. if ((algorithm_ssl & mask_ssl) == 0)
  758. continue;
  759. *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
  760. ca_curr++;
  761. }
  762. *ca_curr = NULL; /* end of list */
  763. }
  764. static void ssl_cipher_apply_rule(unsigned long cipher_id,
  765. unsigned long alg_mkey, unsigned long alg_auth,
  766. unsigned long alg_enc, unsigned long alg_mac,
  767. unsigned long alg_ssl,
  768. unsigned long algo_strength,
  769. int rule, int strength_bits,
  770. CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
  771. {
  772. CIPHER_ORDER *head, *tail, *curr, *curr2, *last;
  773. const SSL_CIPHER *cp;
  774. int reverse = 0;
  775. #ifdef CIPHER_DEBUG
  776. printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n",
  777. rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
  778. #endif
  779. if (rule == CIPHER_DEL)
  780. reverse = 1; /* needed to maintain sorting between currently deleted ciphers */
  781. head = *head_p;
  782. tail = *tail_p;
  783. if (reverse)
  784. {
  785. curr = tail;
  786. last = head;
  787. }
  788. else
  789. {
  790. curr = head;
  791. last = tail;
  792. }
  793. curr2 = curr;
  794. for (;;)
  795. {
  796. if ((curr == NULL) || (curr == last)) break;
  797. curr = curr2;
  798. curr2 = reverse ? curr->prev : curr->next;
  799. cp = curr->cipher;
  800. /*
  801. * Selection criteria is either the value of strength_bits
  802. * or the algorithms used.
  803. */
  804. if (strength_bits >= 0)
  805. {
  806. if (strength_bits != cp->strength_bits)
  807. continue;
  808. }
  809. else
  810. {
  811. #ifdef CIPHER_DEBUG
  812. printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
  813. #endif
  814. if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
  815. continue;
  816. if (alg_auth && !(alg_auth & cp->algorithm_auth))
  817. continue;
  818. if (alg_enc && !(alg_enc & cp->algorithm_enc))
  819. continue;
  820. if (alg_mac && !(alg_mac & cp->algorithm_mac))
  821. continue;
  822. if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
  823. continue;
  824. if ((algo_strength & SSL_EXP_MASK) && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
  825. continue;
  826. if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength))
  827. continue;
  828. }
  829. #ifdef CIPHER_DEBUG
  830. printf("Action = %d\n", rule);
  831. #endif
  832. /* add the cipher if it has not been added yet. */
  833. if (rule == CIPHER_ADD)
  834. {
  835. /* reverse == 0 */
  836. if (!curr->active)
  837. {
  838. ll_append_tail(&head, curr, &tail);
  839. curr->active = 1;
  840. }
  841. }
  842. /* Move the added cipher to this location */
  843. else if (rule == CIPHER_ORD)
  844. {
  845. /* reverse == 0 */
  846. if (curr->active)
  847. {
  848. ll_append_tail(&head, curr, &tail);
  849. }
  850. }
  851. else if (rule == CIPHER_DEL)
  852. {
  853. /* reverse == 1 */
  854. if (curr->active)
  855. {
  856. /* most recently deleted ciphersuites get best positions
  857. * for any future CIPHER_ADD (note that the CIPHER_DEL loop
  858. * works in reverse to maintain the order) */
  859. ll_append_head(&head, curr, &tail);
  860. curr->active = 0;
  861. }
  862. }
  863. else if (rule == CIPHER_KILL)
  864. {
  865. /* reverse == 0 */
  866. if (head == curr)
  867. head = curr->next;
  868. else
  869. curr->prev->next = curr->next;
  870. if (tail == curr)
  871. tail = curr->prev;
  872. curr->active = 0;
  873. if (curr->next != NULL)
  874. curr->next->prev = curr->prev;
  875. if (curr->prev != NULL)
  876. curr->prev->next = curr->next;
  877. curr->next = NULL;
  878. curr->prev = NULL;
  879. }
  880. }
  881. *head_p = head;
  882. *tail_p = tail;
  883. }
  884. static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p,
  885. CIPHER_ORDER **tail_p)
  886. {
  887. int max_strength_bits, i, *number_uses;
  888. CIPHER_ORDER *curr;
  889. /*
  890. * This routine sorts the ciphers with descending strength. The sorting
  891. * must keep the pre-sorted sequence, so we apply the normal sorting
  892. * routine as '+' movement to the end of the list.
  893. */
  894. max_strength_bits = 0;
  895. curr = *head_p;
  896. while (curr != NULL)
  897. {
  898. if (curr->active &&
  899. (curr->cipher->strength_bits > max_strength_bits))
  900. max_strength_bits = curr->cipher->strength_bits;
  901. curr = curr->next;
  902. }
  903. number_uses = OPENSSL_malloc((max_strength_bits + 1) * sizeof(int));
  904. if (!number_uses)
  905. {
  906. SSLerr(SSL_F_SSL_CIPHER_STRENGTH_SORT,ERR_R_MALLOC_FAILURE);
  907. return(0);
  908. }
  909. memset(number_uses, 0, (max_strength_bits + 1) * sizeof(int));
  910. /*
  911. * Now find the strength_bits values actually used
  912. */
  913. curr = *head_p;
  914. while (curr != NULL)
  915. {
  916. if (curr->active)
  917. number_uses[curr->cipher->strength_bits]++;
  918. curr = curr->next;
  919. }
  920. /*
  921. * Go through the list of used strength_bits values in descending
  922. * order.
  923. */
  924. for (i = max_strength_bits; i >= 0; i--)
  925. if (number_uses[i] > 0)
  926. ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p);
  927. OPENSSL_free(number_uses);
  928. return(1);
  929. }
  930. static int ssl_cipher_process_rulestr(const char *rule_str,
  931. CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p,
  932. const SSL_CIPHER **ca_list)
  933. {
  934. unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength;
  935. const char *l, *buf;
  936. int j, multi, found, rule, retval, ok, buflen;
  937. unsigned long cipher_id = 0;
  938. char ch;
  939. retval = 1;
  940. l = rule_str;
  941. for (;;)
  942. {
  943. ch = *l;
  944. if (ch == '\0')
  945. break; /* done */
  946. if (ch == '-')
  947. { rule = CIPHER_DEL; l++; }
  948. else if (ch == '+')
  949. { rule = CIPHER_ORD; l++; }
  950. else if (ch == '!')
  951. { rule = CIPHER_KILL; l++; }
  952. else if (ch == '@')
  953. { rule = CIPHER_SPECIAL; l++; }
  954. else
  955. { rule = CIPHER_ADD; }
  956. if (ITEM_SEP(ch))
  957. {
  958. l++;
  959. continue;
  960. }
  961. alg_mkey = 0;
  962. alg_auth = 0;
  963. alg_enc = 0;
  964. alg_mac = 0;
  965. alg_ssl = 0;
  966. algo_strength = 0;
  967. for (;;)
  968. {
  969. ch = *l;
  970. buf = l;
  971. buflen = 0;
  972. #ifndef CHARSET_EBCDIC
  973. while ( ((ch >= 'A') && (ch <= 'Z')) ||
  974. ((ch >= '0') && (ch <= '9')) ||
  975. ((ch >= 'a') && (ch <= 'z')) ||
  976. (ch == '-'))
  977. #else
  978. while ( isalnum(ch) || (ch == '-'))
  979. #endif
  980. {
  981. ch = *(++l);
  982. buflen++;
  983. }
  984. if (buflen == 0)
  985. {
  986. /*
  987. * We hit something we cannot deal with,
  988. * it is no command or separator nor
  989. * alphanumeric, so we call this an error.
  990. */
  991. SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR,
  992. SSL_R_INVALID_COMMAND);
  993. retval = found = 0;
  994. l++;
  995. break;
  996. }
  997. if (rule == CIPHER_SPECIAL)
  998. {
  999. found = 0; /* unused -- avoid compiler warning */
  1000. break; /* special treatment */
  1001. }
  1002. /* check for multi-part specification */
  1003. if (ch == '+')
  1004. {
  1005. multi=1;
  1006. l++;
  1007. }
  1008. else
  1009. multi=0;
  1010. /*
  1011. * Now search for the cipher alias in the ca_list. Be careful
  1012. * with the strncmp, because the "buflen" limitation
  1013. * will make the rule "ADH:SOME" and the cipher
  1014. * "ADH-MY-CIPHER" look like a match for buflen=3.
  1015. * So additionally check whether the cipher name found
  1016. * has the correct length. We can save a strlen() call:
  1017. * just checking for the '\0' at the right place is
  1018. * sufficient, we have to strncmp() anyway. (We cannot
  1019. * use strcmp(), because buf is not '\0' terminated.)
  1020. */
  1021. j = found = 0;
  1022. cipher_id = 0;
  1023. while (ca_list[j])
  1024. {
  1025. if (!strncmp(buf, ca_list[j]->name, buflen) &&
  1026. (ca_list[j]->name[buflen] == '\0'))
  1027. {
  1028. found = 1;
  1029. break;
  1030. }
  1031. else
  1032. j++;
  1033. }
  1034. if (!found)
  1035. break; /* ignore this entry */
  1036. if (ca_list[j]->algorithm_mkey)
  1037. {
  1038. if (alg_mkey)
  1039. {
  1040. alg_mkey &= ca_list[j]->algorithm_mkey;
  1041. if (!alg_mkey) { found = 0; break; }
  1042. }
  1043. else
  1044. alg_mkey = ca_list[j]->algorithm_mkey;
  1045. }
  1046. if (ca_list[j]->algorithm_auth)
  1047. {
  1048. if (alg_auth)
  1049. {
  1050. alg_auth &= ca_list[j]->algorithm_auth;
  1051. if (!alg_auth) { found = 0; break; }
  1052. }
  1053. else
  1054. alg_auth = ca_list[j]->algorithm_auth;
  1055. }
  1056. if (ca_list[j]->algorithm_enc)
  1057. {
  1058. if (alg_enc)
  1059. {
  1060. alg_enc &= ca_list[j]->algorithm_enc;
  1061. if (!alg_enc) { found = 0; break; }
  1062. }
  1063. else
  1064. alg_enc = ca_list[j]->algorithm_enc;
  1065. }
  1066. if (ca_list[j]->algorithm_mac)
  1067. {
  1068. if (alg_mac)
  1069. {
  1070. alg_mac &= ca_list[j]->algorithm_mac;
  1071. if (!alg_mac) { found = 0; break; }
  1072. }
  1073. else
  1074. alg_mac = ca_list[j]->algorithm_mac;
  1075. }
  1076. if (ca_list[j]->algo_strength & SSL_EXP_MASK)
  1077. {
  1078. if (algo_strength & SSL_EXP_MASK)
  1079. {
  1080. algo_strength &= (ca_list[j]->algo_strength & SSL_EXP_MASK) | ~SSL_EXP_MASK;
  1081. if (!(algo_strength & SSL_EXP_MASK)) { found = 0; break; }
  1082. }
  1083. else
  1084. algo_strength |= ca_list[j]->algo_strength & SSL_EXP_MASK;
  1085. }
  1086. if (ca_list[j]->algo_strength & SSL_STRONG_MASK)
  1087. {
  1088. if (algo_strength & SSL_STRONG_MASK)
  1089. {
  1090. algo_strength &= (ca_list[j]->algo_strength & SSL_STRONG_MASK) | ~SSL_STRONG_MASK;
  1091. if (!(algo_strength & SSL_STRONG_MASK)) { found = 0; break; }
  1092. }
  1093. else
  1094. algo_strength |= ca_list[j]->algo_strength & SSL_STRONG_MASK;
  1095. }
  1096. if (ca_list[j]->valid)
  1097. {
  1098. /* explicit ciphersuite found; its protocol version
  1099. * does not become part of the search pattern!*/
  1100. cipher_id = ca_list[j]->id;
  1101. }
  1102. else
  1103. {
  1104. /* not an explicit ciphersuite; only in this case, the
  1105. * protocol version is considered part of the search pattern */
  1106. if (ca_list[j]->algorithm_ssl)
  1107. {
  1108. if (alg_ssl)
  1109. {
  1110. alg_ssl &= ca_list[j]->algorithm_ssl;
  1111. if (!alg_ssl) { found = 0; break; }
  1112. }
  1113. else
  1114. alg_ssl = ca_list[j]->algorithm_ssl;
  1115. }
  1116. }
  1117. if (!multi) break;
  1118. }
  1119. /*
  1120. * Ok, we have the rule, now apply it
  1121. */
  1122. if (rule == CIPHER_SPECIAL)
  1123. { /* special command */
  1124. ok = 0;
  1125. if ((buflen == 8) &&
  1126. !strncmp(buf, "STRENGTH", 8))
  1127. ok = ssl_cipher_strength_sort(head_p, tail_p);
  1128. else
  1129. SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR,
  1130. SSL_R_INVALID_COMMAND);
  1131. if (ok == 0)
  1132. retval = 0;
  1133. /*
  1134. * We do not support any "multi" options
  1135. * together with "@", so throw away the
  1136. * rest of the command, if any left, until
  1137. * end or ':' is found.
  1138. */
  1139. while ((*l != '\0') && !ITEM_SEP(*l))
  1140. l++;
  1141. }
  1142. else if (found)
  1143. {
  1144. ssl_cipher_apply_rule(cipher_id,
  1145. alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength,
  1146. rule, -1, head_p, tail_p);
  1147. }
  1148. else
  1149. {
  1150. while ((*l != '\0') && !ITEM_SEP(*l))
  1151. l++;
  1152. }
  1153. if (*l == '\0') break; /* done */
  1154. }
  1155. return(retval);
  1156. }
  1157. STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
  1158. STACK_OF(SSL_CIPHER) **cipher_list,
  1159. STACK_OF(SSL_CIPHER) **cipher_list_by_id,
  1160. const char *rule_str)
  1161. {
  1162. int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases;
  1163. unsigned long disabled_mkey, disabled_auth, disabled_enc, disabled_mac, disabled_ssl;
  1164. STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list;
  1165. const char *rule_p;
  1166. CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr;
  1167. const SSL_CIPHER **ca_list = NULL;
  1168. /*
  1169. * Return with error if nothing to do.
  1170. */
  1171. if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
  1172. return NULL;
  1173. /*
  1174. * To reduce the work to do we only want to process the compiled
  1175. * in algorithms, so we first get the mask of disabled ciphers.
  1176. */
  1177. ssl_cipher_get_disabled(&disabled_mkey, &disabled_auth, &disabled_enc, &disabled_mac, &disabled_ssl);
  1178. /*
  1179. * Now we have to collect the available ciphers from the compiled
  1180. * in ciphers. We cannot get more than the number compiled in, so
  1181. * it is used for allocation.
  1182. */
  1183. num_of_ciphers = ssl_method->num_ciphers();
  1184. #ifdef KSSL_DEBUG
  1185. printf("ssl_create_cipher_list() for %d ciphers\n", num_of_ciphers);
  1186. #endif /* KSSL_DEBUG */
  1187. co_list = (CIPHER_ORDER *)OPENSSL_malloc(sizeof(CIPHER_ORDER) * num_of_ciphers);
  1188. if (co_list == NULL)
  1189. {
  1190. SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST,ERR_R_MALLOC_FAILURE);
  1191. return(NULL); /* Failure */
  1192. }
  1193. ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers,
  1194. disabled_mkey, disabled_auth, disabled_enc, disabled_mac, disabled_ssl,
  1195. co_list, &head, &tail);
  1196. /* Now arrange all ciphers by preference: */
  1197. /* Everything else being equal, prefer ephemeral ECDH over other key exchange mechanisms */
  1198. ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail);
  1199. ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail);
  1200. /* AES is our preferred symmetric cipher */
  1201. ssl_cipher_apply_rule(0, 0, 0, SSL_AES, 0, 0, 0, CIPHER_ADD, -1, &head, &tail);
  1202. /* Temporarily enable everything else for sorting */
  1203. ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail);
  1204. /* Low priority for MD5 */
  1205. ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1206. /* Move anonymous ciphers to the end. Usually, these will remain disabled.
  1207. * (For applications that allow them, they aren't too bad, but we prefer
  1208. * authenticated ciphers.) */
  1209. ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1210. /* Move ciphers without forward secrecy to the end */
  1211. ssl_cipher_apply_rule(0, 0, SSL_aECDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1212. /* ssl_cipher_apply_rule(0, 0, SSL_aDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); */
  1213. ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1214. ssl_cipher_apply_rule(0, SSL_kPSK, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1215. ssl_cipher_apply_rule(0, SSL_kKRB5, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1216. /* RC4 is sort-of broken -- move the the end */
  1217. ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, &tail);
  1218. /* Now sort by symmetric encryption strength. The above ordering remains
  1219. * in force within each class */
  1220. if (!ssl_cipher_strength_sort(&head, &tail))
  1221. {
  1222. OPENSSL_free(co_list);
  1223. return NULL;
  1224. }
  1225. /* Now disable everything (maintaining the ordering!) */
  1226. ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail);
  1227. /*
  1228. * We also need cipher aliases for selecting based on the rule_str.
  1229. * There might be two types of entries in the rule_str: 1) names
  1230. * of ciphers themselves 2) aliases for groups of ciphers.
  1231. * For 1) we need the available ciphers and for 2) the cipher
  1232. * groups of cipher_aliases added together in one list (otherwise
  1233. * we would be happy with just the cipher_aliases table).
  1234. */
  1235. num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER);
  1236. num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1;
  1237. ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max);
  1238. if (ca_list == NULL)
  1239. {
  1240. OPENSSL_free(co_list);
  1241. SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST,ERR_R_MALLOC_FAILURE);
  1242. return(NULL); /* Failure */
  1243. }
  1244. ssl_cipher_collect_aliases(ca_list, num_of_group_aliases,
  1245. disabled_mkey, disabled_auth, disabled_enc,
  1246. disabled_mac, disabled_ssl, head);
  1247. /*
  1248. * If the rule_string begins with DEFAULT, apply the default rule
  1249. * before using the (possibly available) additional rules.
  1250. */
  1251. ok = 1;
  1252. rule_p = rule_str;
  1253. if (strncmp(rule_str,"DEFAULT",7) == 0)
  1254. {
  1255. ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST,
  1256. &head, &tail, ca_list);
  1257. rule_p += 7;
  1258. if (*rule_p == ':')
  1259. rule_p++;
  1260. }
  1261. if (ok && (strlen(rule_p) > 0))
  1262. ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list);
  1263. OPENSSL_free((void *)ca_list); /* Not needed anymore */
  1264. if (!ok)
  1265. { /* Rule processing failure */
  1266. OPENSSL_free(co_list);
  1267. return(NULL);
  1268. }
  1269. /*
  1270. * Allocate new "cipherstack" for the result, return with error
  1271. * if we cannot get one.
  1272. */
  1273. if ((cipherstack = sk_SSL_CIPHER_new_null()) == NULL)
  1274. {
  1275. OPENSSL_free(co_list);
  1276. return(NULL);
  1277. }
  1278. /*
  1279. * The cipher selection for the list is done. The ciphers are added
  1280. * to the resulting precedence to the STACK_OF(SSL_CIPHER).
  1281. */
  1282. for (curr = head; curr != NULL; curr = curr->next)
  1283. {
  1284. if (curr->active)
  1285. {
  1286. sk_SSL_CIPHER_push(cipherstack, curr->cipher);
  1287. #ifdef CIPHER_DEBUG
  1288. printf("<%s>\n",curr->cipher->name);
  1289. #endif
  1290. }
  1291. }
  1292. OPENSSL_free(co_list); /* Not needed any longer */
  1293. tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack);
  1294. if (tmp_cipher_list == NULL)
  1295. {
  1296. sk_SSL_CIPHER_free(cipherstack);
  1297. return NULL;
  1298. }
  1299. if (*cipher_list != NULL)
  1300. sk_SSL_CIPHER_free(*cipher_list);
  1301. *cipher_list = cipherstack;
  1302. if (*cipher_list_by_id != NULL)
  1303. sk_SSL_CIPHER_free(*cipher_list_by_id);
  1304. *cipher_list_by_id = tmp_cipher_list;
  1305. (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp);
  1306. sk_SSL_CIPHER_sort(*cipher_list_by_id);
  1307. return(cipherstack);
  1308. }
  1309. char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
  1310. {
  1311. int is_export,pkl,kl;
  1312. const char *ver,*exp_str;
  1313. const char *kx,*au,*enc,*mac;
  1314. unsigned long alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl,alg2;
  1315. #ifdef KSSL_DEBUG
  1316. static const char *format="%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s AL=%lx/%lx/%lx/%lx/%lx\n";
  1317. #else
  1318. static const char *format="%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s\n";
  1319. #endif /* KSSL_DEBUG */
  1320. alg_mkey = cipher->algorithm_mkey;
  1321. alg_auth = cipher->algorithm_auth;
  1322. alg_enc = cipher->algorithm_enc;
  1323. alg_mac = cipher->algorithm_mac;
  1324. alg_ssl = cipher->algorithm_ssl;
  1325. alg2=cipher->algorithm2;
  1326. is_export=SSL_C_IS_EXPORT(cipher);
  1327. pkl=SSL_C_EXPORT_PKEYLENGTH(cipher);
  1328. kl=SSL_C_EXPORT_KEYLENGTH(cipher);
  1329. exp_str=is_export?" export":"";
  1330. if (alg_ssl & SSL_SSLV2)
  1331. ver="SSLv2";
  1332. else if (alg_ssl & SSL_SSLV3)
  1333. ver="SSLv3";
  1334. else
  1335. ver="unknown";
  1336. switch (alg_mkey)
  1337. {
  1338. case SSL_kRSA:
  1339. kx=is_export?(pkl == 512 ? "RSA(512)" : "RSA(1024)"):"RSA";
  1340. break;
  1341. case SSL_kDHr:
  1342. kx="DH/RSA";
  1343. break;
  1344. case SSL_kDHd:
  1345. kx="DH/DSS";
  1346. break;
  1347. case SSL_kKRB5:
  1348. kx="KRB5";
  1349. break;
  1350. case SSL_kEDH:
  1351. kx=is_export?(pkl == 512 ? "DH(512)" : "DH(1024)"):"DH";
  1352. break;
  1353. case SSL_kECDHr:
  1354. kx="ECDH/RSA";
  1355. break;
  1356. case SSL_kECDHe:
  1357. kx="ECDH/ECDSA";
  1358. break;
  1359. case SSL_kEECDH:
  1360. kx="ECDH";
  1361. break;
  1362. case SSL_kPSK:
  1363. kx="PSK";
  1364. break;
  1365. default:
  1366. kx="unknown";
  1367. }
  1368. switch (alg_auth)
  1369. {
  1370. case SSL_aRSA:
  1371. au="RSA";
  1372. break;
  1373. case SSL_aDSS:
  1374. au="DSS";
  1375. break;
  1376. case SSL_aDH:
  1377. au="DH";
  1378. break;
  1379. case SSL_aKRB5:
  1380. au="KRB5";
  1381. break;
  1382. case SSL_aECDH:
  1383. au="ECDH";
  1384. break;
  1385. case SSL_aNULL:
  1386. au="None";
  1387. break;
  1388. case SSL_aECDSA:
  1389. au="ECDSA";
  1390. break;
  1391. case SSL_aPSK:
  1392. au="PSK";
  1393. break;
  1394. default:
  1395. au="unknown";
  1396. break;
  1397. }
  1398. switch (alg_enc)
  1399. {
  1400. case SSL_DES:
  1401. enc=(is_export && kl == 5)?"DES(40)":"DES(56)";
  1402. break;
  1403. case SSL_3DES:
  1404. enc="3DES(168)";
  1405. break;
  1406. case SSL_RC4:
  1407. enc=is_export?(kl == 5 ? "RC4(40)" : "RC4(56)")
  1408. :((alg2&SSL2_CF_8_BYTE_ENC)?"RC4(64)":"RC4(128)");
  1409. break;
  1410. case SSL_RC2:
  1411. enc=is_export?(kl == 5 ? "RC2(40)" : "RC2(56)"):"RC2(128)";
  1412. break;
  1413. case SSL_IDEA:
  1414. enc="IDEA(128)";
  1415. break;
  1416. case SSL_eNULL:
  1417. enc="None";
  1418. break;
  1419. case SSL_AES128:
  1420. enc="AES(128)";
  1421. break;
  1422. case SSL_AES256:
  1423. enc="AES(256)";
  1424. break;
  1425. case SSL_CAMELLIA128:
  1426. enc="Camellia(128)";
  1427. break;
  1428. case SSL_CAMELLIA256:
  1429. enc="Camellia(256)";
  1430. break;
  1431. case SSL_SEED:
  1432. enc="SEED(128)";
  1433. break;
  1434. default:
  1435. enc="unknown";
  1436. break;
  1437. }
  1438. switch (alg_mac)
  1439. {
  1440. case SSL_MD5:
  1441. mac="MD5";
  1442. break;
  1443. case SSL_SHA1:
  1444. mac="SHA1";
  1445. break;
  1446. default:
  1447. mac="unknown";
  1448. break;
  1449. }
  1450. if (buf == NULL)
  1451. {
  1452. len=128;
  1453. buf=OPENSSL_malloc(len);
  1454. if (buf == NULL) return("OPENSSL_malloc Error");
  1455. }
  1456. else if (len < 128)
  1457. return("Buffer too small");
  1458. #ifdef KSSL_DEBUG
  1459. BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str,alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl);
  1460. #else
  1461. BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str);
  1462. #endif /* KSSL_DEBUG */
  1463. return(buf);
  1464. }
  1465. char *SSL_CIPHER_get_version(const SSL_CIPHER *c)
  1466. {
  1467. int i;
  1468. if (c == NULL) return("(NONE)");
  1469. i=(int)(c->id>>24L);
  1470. if (i == 3)
  1471. return("TLSv1/SSLv3");
  1472. else if (i == 2)
  1473. return("SSLv2");
  1474. else
  1475. return("unknown");
  1476. }
  1477. /* return the actual cipher being used */
  1478. const char *SSL_CIPHER_get_name(const SSL_CIPHER *c)
  1479. {
  1480. if (c != NULL)
  1481. return(c->name);
  1482. return("(NONE)");
  1483. }
  1484. /* number of bits for symmetric cipher */
  1485. int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits)
  1486. {
  1487. int ret=0;
  1488. if (c != NULL)
  1489. {
  1490. if (alg_bits != NULL) *alg_bits = c->alg_bits;
  1491. ret = c->strength_bits;
  1492. }
  1493. return(ret);
  1494. }
  1495. SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n)
  1496. {
  1497. SSL_COMP *ctmp;
  1498. int i,nn;
  1499. if ((n == 0) || (sk == NULL)) return(NULL);
  1500. nn=sk_SSL_COMP_num(sk);
  1501. for (i=0; i<nn; i++)
  1502. {
  1503. ctmp=sk_SSL_COMP_value(sk,i);
  1504. if (ctmp->id == n)
  1505. return(ctmp);
  1506. }
  1507. return(NULL);
  1508. }
  1509. #ifdef OPENSSL_NO_COMP
  1510. void *SSL_COMP_get_compression_methods(void)
  1511. {
  1512. return NULL;
  1513. }
  1514. int SSL_COMP_add_compression_method(int id, void *cm)
  1515. {
  1516. return 1;
  1517. }
  1518. const char *SSL_COMP_get_name(const void *comp)
  1519. {
  1520. return NULL;
  1521. }
  1522. #else
  1523. STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void)
  1524. {
  1525. load_builtin_compressions();
  1526. return(ssl_comp_methods);
  1527. }
  1528. int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm)
  1529. {
  1530. SSL_COMP *comp;
  1531. if (cm == NULL || cm->type == NID_undef)
  1532. return 1;
  1533. /* According to draft-ietf-tls-compression-04.txt, the
  1534. compression number ranges should be the following:
  1535. 0 to 63: methods defined by the IETF
  1536. 64 to 192: external party methods assigned by IANA
  1537. 193 to 255: reserved for private use */
  1538. if (id < 193 || id > 255)
  1539. {
  1540. SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE);
  1541. return 0;
  1542. }
  1543. MemCheck_off();
  1544. comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
  1545. comp->id=id;
  1546. comp->method=cm;
  1547. load_builtin_compressions();
  1548. if (ssl_comp_methods
  1549. && sk_SSL_COMP_find(ssl_comp_methods,comp) >= 0)
  1550. {
  1551. OPENSSL_free(comp);
  1552. MemCheck_on();
  1553. SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,SSL_R_DUPLICATE_COMPRESSION_ID);
  1554. return(1);
  1555. }
  1556. else if ((ssl_comp_methods == NULL)
  1557. || !sk_SSL_COMP_push(ssl_comp_methods,comp))
  1558. {
  1559. OPENSSL_free(comp);
  1560. MemCheck_on();
  1561. SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,ERR_R_MALLOC_FAILURE);
  1562. return(1);
  1563. }
  1564. else
  1565. {
  1566. MemCheck_on();
  1567. return(0);
  1568. }
  1569. }
  1570. const char *SSL_COMP_get_name(const COMP_METHOD *comp)
  1571. {
  1572. if (comp)
  1573. return comp->name;
  1574. return NULL;
  1575. }
  1576. #endif