x509.c 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. /* apps/x509.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. #include <assert.h>
  59. #include <stdio.h>
  60. #include <stdlib.h>
  61. #include <string.h>
  62. #ifdef OPENSSL_NO_STDIO
  63. # define APPS_WIN16
  64. #endif
  65. #include "apps.h"
  66. #include <openssl/bio.h>
  67. #include <openssl/asn1.h>
  68. #include <openssl/err.h>
  69. #include <openssl/bn.h>
  70. #include <openssl/evp.h>
  71. #include <openssl/x509.h>
  72. #include <openssl/x509v3.h>
  73. #include <openssl/objects.h>
  74. #include <openssl/pem.h>
  75. #ifndef OPENSSL_NO_RSA
  76. # include <openssl/rsa.h>
  77. #endif
  78. #ifndef OPENSSL_NO_DSA
  79. # include <openssl/dsa.h>
  80. #endif
  81. #undef PROG
  82. #define PROG x509_main
  83. #undef POSTFIX
  84. #define POSTFIX ".srl"
  85. #define DEF_DAYS 30
  86. static const char *x509_usage[] = {
  87. "usage: x509 args\n",
  88. " -inform arg - input format - default PEM (one of DER, NET or PEM)\n",
  89. " -outform arg - output format - default PEM (one of DER, NET or PEM)\n",
  90. " -keyform arg - private key format - default PEM\n",
  91. " -CAform arg - CA format - default PEM\n",
  92. " -CAkeyform arg - CA key format - default PEM\n",
  93. " -in arg - input file - default stdin\n",
  94. " -out arg - output file - default stdout\n",
  95. " -passin arg - private key password source\n",
  96. " -serial - print serial number value\n",
  97. " -subject_hash - print subject hash value\n",
  98. #ifndef OPENSSL_NO_MD5
  99. " -subject_hash_old - print old-style (MD5) subject hash value\n",
  100. #endif
  101. " -issuer_hash - print issuer hash value\n",
  102. #ifndef OPENSSL_NO_MD5
  103. " -issuer_hash_old - print old-style (MD5) issuer hash value\n",
  104. #endif
  105. " -hash - synonym for -subject_hash\n",
  106. " -subject - print subject DN\n",
  107. " -issuer - print issuer DN\n",
  108. " -email - print email address(es)\n",
  109. " -startdate - notBefore field\n",
  110. " -enddate - notAfter field\n",
  111. " -purpose - print out certificate purposes\n",
  112. " -dates - both Before and After dates\n",
  113. " -modulus - print the RSA key modulus\n",
  114. " -pubkey - output the public key\n",
  115. " -fingerprint - print the certificate fingerprint\n",
  116. " -alias - output certificate alias\n",
  117. " -noout - no certificate output\n",
  118. " -ocspid - print OCSP hash values for the subject name and public key\n",
  119. " -ocsp_uri - print OCSP Responder URL(s)\n",
  120. " -trustout - output a \"trusted\" certificate\n",
  121. " -clrtrust - clear all trusted purposes\n",
  122. " -clrreject - clear all rejected purposes\n",
  123. " -addtrust arg - trust certificate for a given purpose\n",
  124. " -addreject arg - reject certificate for a given purpose\n",
  125. " -setalias arg - set certificate alias\n",
  126. " -days arg - How long till expiry of a signed certificate - def 30 days\n",
  127. " -checkend arg - check whether the cert expires in the next arg seconds\n",
  128. " exit 1 if so, 0 if not\n",
  129. " -signkey arg - self sign cert with arg\n",
  130. " -x509toreq - output a certification request object\n",
  131. " -req - input is a certificate request, sign and output.\n",
  132. " -CA arg - set the CA certificate, must be PEM format.\n",
  133. " -CAkey arg - set the CA key, must be PEM format\n",
  134. " missing, it is assumed to be in the CA file.\n",
  135. " -CAcreateserial - create serial number file if it does not exist\n",
  136. " -CAserial arg - serial file\n",
  137. " -set_serial - serial number to use\n",
  138. " -text - print the certificate in text form\n",
  139. " -C - print out C code forms\n",
  140. " -md2/-md5/-sha1/-mdc2 - digest to use\n",
  141. " -extfile - configuration file with X509V3 extensions to add\n",
  142. " -extensions - section from config file with X509V3 extensions to add\n",
  143. " -clrext - delete extensions before signing and input certificate\n",
  144. " -nameopt arg - various certificate name options\n",
  145. #ifndef OPENSSL_NO_ENGINE
  146. " -engine e - use engine e, possibly a hardware device.\n",
  147. #endif
  148. " -certopt arg - various certificate text options\n",
  149. NULL
  150. };
  151. static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
  152. static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
  153. const EVP_MD *digest, CONF *conf, char *section);
  154. static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
  155. X509 *x, X509 *xca, EVP_PKEY *pkey,
  156. STACK_OF(OPENSSL_STRING) *sigopts, char *serial,
  157. int create, int days, int clrext, CONF *conf,
  158. char *section, ASN1_INTEGER *sno);
  159. static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
  160. static int reqfile = 0;
  161. int MAIN(int, char **);
  162. int MAIN(int argc, char **argv)
  163. {
  164. ENGINE *e = NULL;
  165. int ret = 1;
  166. X509_REQ *req = NULL;
  167. X509 *x = NULL, *xca = NULL;
  168. ASN1_OBJECT *objtmp;
  169. STACK_OF(OPENSSL_STRING) *sigopts = NULL;
  170. EVP_PKEY *Upkey = NULL, *CApkey = NULL;
  171. ASN1_INTEGER *sno = NULL;
  172. int i, num, badops = 0;
  173. BIO *out = NULL;
  174. BIO *STDout = NULL;
  175. STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
  176. int informat, outformat, keyformat, CAformat, CAkeyformat;
  177. char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL;
  178. char *CAkeyfile = NULL, *CAserial = NULL;
  179. char *alias = NULL;
  180. int text = 0, serial = 0, subject = 0, issuer = 0, startdate =
  181. 0, enddate = 0;
  182. int next_serial = 0;
  183. int subject_hash = 0, issuer_hash = 0, ocspid = 0;
  184. #ifndef OPENSSL_NO_MD5
  185. int subject_hash_old = 0, issuer_hash_old = 0;
  186. #endif
  187. int noout = 0, sign_flag = 0, CA_flag = 0, CA_createserial = 0, email = 0;
  188. int ocsp_uri = 0;
  189. int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0;
  190. int C = 0;
  191. int x509req = 0, days = DEF_DAYS, modulus = 0, pubkey = 0;
  192. int pprint = 0;
  193. const char **pp;
  194. X509_STORE *ctx = NULL;
  195. X509_REQ *rq = NULL;
  196. int fingerprint = 0;
  197. char buf[256];
  198. const EVP_MD *md_alg, *digest = NULL;
  199. CONF *extconf = NULL;
  200. char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL;
  201. int need_rand = 0;
  202. int checkend = 0, checkoffset = 0;
  203. unsigned long nmflag = 0, certflag = 0;
  204. #ifndef OPENSSL_NO_ENGINE
  205. char *engine = NULL;
  206. #endif
  207. reqfile = 0;
  208. apps_startup();
  209. if (bio_err == NULL)
  210. bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
  211. if (!load_config(bio_err, NULL))
  212. goto end;
  213. STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
  214. #ifdef OPENSSL_SYS_VMS
  215. {
  216. BIO *tmpbio = BIO_new(BIO_f_linebuffer());
  217. STDout = BIO_push(tmpbio, STDout);
  218. }
  219. #endif
  220. informat = FORMAT_PEM;
  221. outformat = FORMAT_PEM;
  222. keyformat = FORMAT_PEM;
  223. CAformat = FORMAT_PEM;
  224. CAkeyformat = FORMAT_PEM;
  225. ctx = X509_STORE_new();
  226. if (ctx == NULL)
  227. goto end;
  228. X509_STORE_set_verify_cb(ctx, callb);
  229. argc--;
  230. argv++;
  231. num = 0;
  232. while (argc >= 1) {
  233. if (strcmp(*argv, "-inform") == 0) {
  234. if (--argc < 1)
  235. goto bad;
  236. informat = str2fmt(*(++argv));
  237. } else if (strcmp(*argv, "-outform") == 0) {
  238. if (--argc < 1)
  239. goto bad;
  240. outformat = str2fmt(*(++argv));
  241. } else if (strcmp(*argv, "-keyform") == 0) {
  242. if (--argc < 1)
  243. goto bad;
  244. keyformat = str2fmt(*(++argv));
  245. } else if (strcmp(*argv, "-req") == 0) {
  246. reqfile = 1;
  247. need_rand = 1;
  248. } else if (strcmp(*argv, "-CAform") == 0) {
  249. if (--argc < 1)
  250. goto bad;
  251. CAformat = str2fmt(*(++argv));
  252. } else if (strcmp(*argv, "-CAkeyform") == 0) {
  253. if (--argc < 1)
  254. goto bad;
  255. CAkeyformat = str2fmt(*(++argv));
  256. } else if (strcmp(*argv, "-sigopt") == 0) {
  257. if (--argc < 1)
  258. goto bad;
  259. if (!sigopts)
  260. sigopts = sk_OPENSSL_STRING_new_null();
  261. if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
  262. goto bad;
  263. } else if (strcmp(*argv, "-days") == 0) {
  264. if (--argc < 1)
  265. goto bad;
  266. days = atoi(*(++argv));
  267. if (days == 0) {
  268. BIO_printf(bio_err, "bad number of days\n");
  269. goto bad;
  270. }
  271. } else if (strcmp(*argv, "-passin") == 0) {
  272. if (--argc < 1)
  273. goto bad;
  274. passargin = *(++argv);
  275. } else if (strcmp(*argv, "-extfile") == 0) {
  276. if (--argc < 1)
  277. goto bad;
  278. extfile = *(++argv);
  279. } else if (strcmp(*argv, "-extensions") == 0) {
  280. if (--argc < 1)
  281. goto bad;
  282. extsect = *(++argv);
  283. } else if (strcmp(*argv, "-in") == 0) {
  284. if (--argc < 1)
  285. goto bad;
  286. infile = *(++argv);
  287. } else if (strcmp(*argv, "-out") == 0) {
  288. if (--argc < 1)
  289. goto bad;
  290. outfile = *(++argv);
  291. } else if (strcmp(*argv, "-signkey") == 0) {
  292. if (--argc < 1)
  293. goto bad;
  294. keyfile = *(++argv);
  295. sign_flag = ++num;
  296. need_rand = 1;
  297. } else if (strcmp(*argv, "-CA") == 0) {
  298. if (--argc < 1)
  299. goto bad;
  300. CAfile = *(++argv);
  301. CA_flag = ++num;
  302. need_rand = 1;
  303. } else if (strcmp(*argv, "-CAkey") == 0) {
  304. if (--argc < 1)
  305. goto bad;
  306. CAkeyfile = *(++argv);
  307. } else if (strcmp(*argv, "-CAserial") == 0) {
  308. if (--argc < 1)
  309. goto bad;
  310. CAserial = *(++argv);
  311. } else if (strcmp(*argv, "-set_serial") == 0) {
  312. if (--argc < 1)
  313. goto bad;
  314. if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
  315. goto bad;
  316. } else if (strcmp(*argv, "-addtrust") == 0) {
  317. if (--argc < 1)
  318. goto bad;
  319. if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
  320. BIO_printf(bio_err, "Invalid trust object value %s\n", *argv);
  321. goto bad;
  322. }
  323. if (!trust)
  324. trust = sk_ASN1_OBJECT_new_null();
  325. sk_ASN1_OBJECT_push(trust, objtmp);
  326. trustout = 1;
  327. } else if (strcmp(*argv, "-addreject") == 0) {
  328. if (--argc < 1)
  329. goto bad;
  330. if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
  331. BIO_printf(bio_err,
  332. "Invalid reject object value %s\n", *argv);
  333. goto bad;
  334. }
  335. if (!reject)
  336. reject = sk_ASN1_OBJECT_new_null();
  337. sk_ASN1_OBJECT_push(reject, objtmp);
  338. trustout = 1;
  339. } else if (strcmp(*argv, "-setalias") == 0) {
  340. if (--argc < 1)
  341. goto bad;
  342. alias = *(++argv);
  343. trustout = 1;
  344. } else if (strcmp(*argv, "-certopt") == 0) {
  345. if (--argc < 1)
  346. goto bad;
  347. if (!set_cert_ex(&certflag, *(++argv)))
  348. goto bad;
  349. } else if (strcmp(*argv, "-nameopt") == 0) {
  350. if (--argc < 1)
  351. goto bad;
  352. if (!set_name_ex(&nmflag, *(++argv)))
  353. goto bad;
  354. }
  355. #ifndef OPENSSL_NO_ENGINE
  356. else if (strcmp(*argv, "-engine") == 0) {
  357. if (--argc < 1)
  358. goto bad;
  359. engine = *(++argv);
  360. }
  361. #endif
  362. else if (strcmp(*argv, "-C") == 0)
  363. C = ++num;
  364. else if (strcmp(*argv, "-email") == 0)
  365. email = ++num;
  366. else if (strcmp(*argv, "-ocsp_uri") == 0)
  367. ocsp_uri = ++num;
  368. else if (strcmp(*argv, "-serial") == 0)
  369. serial = ++num;
  370. else if (strcmp(*argv, "-next_serial") == 0)
  371. next_serial = ++num;
  372. else if (strcmp(*argv, "-modulus") == 0)
  373. modulus = ++num;
  374. else if (strcmp(*argv, "-pubkey") == 0)
  375. pubkey = ++num;
  376. else if (strcmp(*argv, "-x509toreq") == 0)
  377. x509req = ++num;
  378. else if (strcmp(*argv, "-text") == 0)
  379. text = ++num;
  380. else if (strcmp(*argv, "-hash") == 0
  381. || strcmp(*argv, "-subject_hash") == 0)
  382. subject_hash = ++num;
  383. #ifndef OPENSSL_NO_MD5
  384. else if (strcmp(*argv, "-subject_hash_old") == 0)
  385. subject_hash_old = ++num;
  386. #endif
  387. else if (strcmp(*argv, "-issuer_hash") == 0)
  388. issuer_hash = ++num;
  389. #ifndef OPENSSL_NO_MD5
  390. else if (strcmp(*argv, "-issuer_hash_old") == 0)
  391. issuer_hash_old = ++num;
  392. #endif
  393. else if (strcmp(*argv, "-subject") == 0)
  394. subject = ++num;
  395. else if (strcmp(*argv, "-issuer") == 0)
  396. issuer = ++num;
  397. else if (strcmp(*argv, "-fingerprint") == 0)
  398. fingerprint = ++num;
  399. else if (strcmp(*argv, "-dates") == 0) {
  400. startdate = ++num;
  401. enddate = ++num;
  402. } else if (strcmp(*argv, "-purpose") == 0)
  403. pprint = ++num;
  404. else if (strcmp(*argv, "-startdate") == 0)
  405. startdate = ++num;
  406. else if (strcmp(*argv, "-enddate") == 0)
  407. enddate = ++num;
  408. else if (strcmp(*argv, "-checkend") == 0) {
  409. if (--argc < 1)
  410. goto bad;
  411. checkoffset = atoi(*(++argv));
  412. checkend = 1;
  413. } else if (strcmp(*argv, "-noout") == 0)
  414. noout = ++num;
  415. else if (strcmp(*argv, "-trustout") == 0)
  416. trustout = 1;
  417. else if (strcmp(*argv, "-clrtrust") == 0)
  418. clrtrust = ++num;
  419. else if (strcmp(*argv, "-clrreject") == 0)
  420. clrreject = ++num;
  421. else if (strcmp(*argv, "-alias") == 0)
  422. aliasout = ++num;
  423. else if (strcmp(*argv, "-CAcreateserial") == 0)
  424. CA_createserial = ++num;
  425. else if (strcmp(*argv, "-clrext") == 0)
  426. clrext = 1;
  427. #if 1 /* stay backwards-compatible with 0.9.5; this
  428. * should go away soon */
  429. else if (strcmp(*argv, "-crlext") == 0) {
  430. BIO_printf(bio_err, "use -clrext instead of -crlext\n");
  431. clrext = 1;
  432. }
  433. #endif
  434. else if (strcmp(*argv, "-ocspid") == 0)
  435. ocspid = ++num;
  436. else if ((md_alg = EVP_get_digestbyname(*argv + 1))) {
  437. /* ok */
  438. digest = md_alg;
  439. } else {
  440. BIO_printf(bio_err, "unknown option %s\n", *argv);
  441. badops = 1;
  442. break;
  443. }
  444. argc--;
  445. argv++;
  446. }
  447. if (badops) {
  448. bad:
  449. for (pp = x509_usage; (*pp != NULL); pp++)
  450. BIO_printf(bio_err, "%s", *pp);
  451. goto end;
  452. }
  453. #ifndef OPENSSL_NO_ENGINE
  454. e = setup_engine(bio_err, engine, 0);
  455. #endif
  456. if (need_rand)
  457. app_RAND_load_file(NULL, bio_err, 0);
  458. ERR_load_crypto_strings();
  459. if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
  460. BIO_printf(bio_err, "Error getting password\n");
  461. goto end;
  462. }
  463. if (!X509_STORE_set_default_paths(ctx)) {
  464. ERR_print_errors(bio_err);
  465. goto end;
  466. }
  467. if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
  468. CAkeyfile = CAfile;
  469. } else if ((CA_flag) && (CAkeyfile == NULL)) {
  470. BIO_printf(bio_err,
  471. "need to specify a CAkey if using the CA command\n");
  472. goto end;
  473. }
  474. if (extfile) {
  475. long errorline = -1;
  476. X509V3_CTX ctx2;
  477. extconf = NCONF_new(NULL);
  478. if (!NCONF_load(extconf, extfile, &errorline)) {
  479. if (errorline <= 0)
  480. BIO_printf(bio_err,
  481. "error loading the config file '%s'\n", extfile);
  482. else
  483. BIO_printf(bio_err,
  484. "error on line %ld of config file '%s'\n",
  485. errorline, extfile);
  486. goto end;
  487. }
  488. if (!extsect) {
  489. extsect = NCONF_get_string(extconf, "default", "extensions");
  490. if (!extsect) {
  491. ERR_clear_error();
  492. extsect = "default";
  493. }
  494. }
  495. X509V3_set_ctx_test(&ctx2);
  496. X509V3_set_nconf(&ctx2, extconf);
  497. if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
  498. BIO_printf(bio_err,
  499. "Error Loading extension section %s\n", extsect);
  500. ERR_print_errors(bio_err);
  501. goto end;
  502. }
  503. }
  504. if (reqfile) {
  505. EVP_PKEY *pkey;
  506. BIO *in;
  507. if (!sign_flag && !CA_flag) {
  508. BIO_printf(bio_err, "We need a private key to sign with\n");
  509. goto end;
  510. }
  511. in = BIO_new(BIO_s_file());
  512. if (in == NULL) {
  513. ERR_print_errors(bio_err);
  514. goto end;
  515. }
  516. if (infile == NULL)
  517. BIO_set_fp(in, stdin, BIO_NOCLOSE | BIO_FP_TEXT);
  518. else {
  519. if (BIO_read_filename(in, infile) <= 0) {
  520. perror(infile);
  521. BIO_free(in);
  522. goto end;
  523. }
  524. }
  525. req = PEM_read_bio_X509_REQ(in, NULL, NULL, NULL);
  526. BIO_free(in);
  527. if (req == NULL) {
  528. ERR_print_errors(bio_err);
  529. goto end;
  530. }
  531. if ((req->req_info == NULL) ||
  532. (req->req_info->pubkey == NULL) ||
  533. (req->req_info->pubkey->public_key == NULL) ||
  534. (req->req_info->pubkey->public_key->data == NULL)) {
  535. BIO_printf(bio_err,
  536. "The certificate request appears to corrupted\n");
  537. BIO_printf(bio_err, "It does not contain a public key\n");
  538. goto end;
  539. }
  540. if ((pkey = X509_REQ_get_pubkey(req)) == NULL) {
  541. BIO_printf(bio_err, "error unpacking public key\n");
  542. goto end;
  543. }
  544. i = X509_REQ_verify(req, pkey);
  545. EVP_PKEY_free(pkey);
  546. if (i < 0) {
  547. BIO_printf(bio_err, "Signature verification error\n");
  548. ERR_print_errors(bio_err);
  549. goto end;
  550. }
  551. if (i == 0) {
  552. BIO_printf(bio_err,
  553. "Signature did not match the certificate request\n");
  554. goto end;
  555. } else
  556. BIO_printf(bio_err, "Signature ok\n");
  557. print_name(bio_err, "subject=", X509_REQ_get_subject_name(req),
  558. nmflag);
  559. if ((x = X509_new()) == NULL)
  560. goto end;
  561. if (sno == NULL) {
  562. sno = ASN1_INTEGER_new();
  563. if (!sno || !rand_serial(NULL, sno))
  564. goto end;
  565. if (!X509_set_serialNumber(x, sno))
  566. goto end;
  567. ASN1_INTEGER_free(sno);
  568. sno = NULL;
  569. } else if (!X509_set_serialNumber(x, sno))
  570. goto end;
  571. if (!X509_set_issuer_name(x, req->req_info->subject))
  572. goto end;
  573. if (!X509_set_subject_name(x, req->req_info->subject))
  574. goto end;
  575. X509_gmtime_adj(X509_get_notBefore(x), 0);
  576. X509_time_adj_ex(X509_get_notAfter(x), days, 0, NULL);
  577. pkey = X509_REQ_get_pubkey(req);
  578. X509_set_pubkey(x, pkey);
  579. EVP_PKEY_free(pkey);
  580. } else
  581. x = load_cert(bio_err, infile, informat, NULL, e, "Certificate");
  582. if (x == NULL)
  583. goto end;
  584. if (CA_flag) {
  585. xca = load_cert(bio_err, CAfile, CAformat, NULL, e, "CA Certificate");
  586. if (xca == NULL)
  587. goto end;
  588. }
  589. if (!noout || text || next_serial) {
  590. OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
  591. out = BIO_new(BIO_s_file());
  592. if (out == NULL) {
  593. ERR_print_errors(bio_err);
  594. goto end;
  595. }
  596. if (outfile == NULL) {
  597. BIO_set_fp(out, stdout, BIO_NOCLOSE);
  598. #ifdef OPENSSL_SYS_VMS
  599. {
  600. BIO *tmpbio = BIO_new(BIO_f_linebuffer());
  601. out = BIO_push(tmpbio, out);
  602. }
  603. #endif
  604. } else {
  605. if (BIO_write_filename(out, outfile) <= 0) {
  606. perror(outfile);
  607. goto end;
  608. }
  609. }
  610. }
  611. if (alias)
  612. X509_alias_set1(x, (unsigned char *)alias, -1);
  613. if (clrtrust)
  614. X509_trust_clear(x);
  615. if (clrreject)
  616. X509_reject_clear(x);
  617. if (trust) {
  618. for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) {
  619. objtmp = sk_ASN1_OBJECT_value(trust, i);
  620. X509_add1_trust_object(x, objtmp);
  621. }
  622. }
  623. if (reject) {
  624. for (i = 0; i < sk_ASN1_OBJECT_num(reject); i++) {
  625. objtmp = sk_ASN1_OBJECT_value(reject, i);
  626. X509_add1_reject_object(x, objtmp);
  627. }
  628. }
  629. if (num) {
  630. for (i = 1; i <= num; i++) {
  631. if (issuer == i) {
  632. print_name(STDout, "issuer= ",
  633. X509_get_issuer_name(x), nmflag);
  634. } else if (subject == i) {
  635. print_name(STDout, "subject= ",
  636. X509_get_subject_name(x), nmflag);
  637. } else if (serial == i) {
  638. BIO_printf(STDout, "serial=");
  639. i2a_ASN1_INTEGER(STDout, X509_get_serialNumber(x));
  640. BIO_printf(STDout, "\n");
  641. } else if (next_serial == i) {
  642. BIGNUM *bnser;
  643. ASN1_INTEGER *ser;
  644. ser = X509_get_serialNumber(x);
  645. bnser = ASN1_INTEGER_to_BN(ser, NULL);
  646. if (!bnser)
  647. goto end;
  648. if (!BN_add_word(bnser, 1))
  649. goto end;
  650. ser = BN_to_ASN1_INTEGER(bnser, NULL);
  651. if (!ser)
  652. goto end;
  653. BN_free(bnser);
  654. i2a_ASN1_INTEGER(out, ser);
  655. ASN1_INTEGER_free(ser);
  656. BIO_puts(out, "\n");
  657. } else if ((email == i) || (ocsp_uri == i)) {
  658. int j;
  659. STACK_OF(OPENSSL_STRING) *emlst;
  660. if (email == i)
  661. emlst = X509_get1_email(x);
  662. else
  663. emlst = X509_get1_ocsp(x);
  664. for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++)
  665. BIO_printf(STDout, "%s\n",
  666. sk_OPENSSL_STRING_value(emlst, j));
  667. X509_email_free(emlst);
  668. } else if (aliasout == i) {
  669. unsigned char *alstr;
  670. alstr = X509_alias_get0(x, NULL);
  671. if (alstr)
  672. BIO_printf(STDout, "%s\n", alstr);
  673. else
  674. BIO_puts(STDout, "<No Alias>\n");
  675. } else if (subject_hash == i) {
  676. BIO_printf(STDout, "%08lx\n", X509_subject_name_hash(x));
  677. }
  678. #ifndef OPENSSL_NO_MD5
  679. else if (subject_hash_old == i) {
  680. BIO_printf(STDout, "%08lx\n", X509_subject_name_hash_old(x));
  681. }
  682. #endif
  683. else if (issuer_hash == i) {
  684. BIO_printf(STDout, "%08lx\n", X509_issuer_name_hash(x));
  685. }
  686. #ifndef OPENSSL_NO_MD5
  687. else if (issuer_hash_old == i) {
  688. BIO_printf(STDout, "%08lx\n", X509_issuer_name_hash_old(x));
  689. }
  690. #endif
  691. else if (pprint == i) {
  692. X509_PURPOSE *ptmp;
  693. int j;
  694. BIO_printf(STDout, "Certificate purposes:\n");
  695. for (j = 0; j < X509_PURPOSE_get_count(); j++) {
  696. ptmp = X509_PURPOSE_get0(j);
  697. purpose_print(STDout, x, ptmp);
  698. }
  699. } else if (modulus == i) {
  700. EVP_PKEY *pkey;
  701. pkey = X509_get_pubkey(x);
  702. if (pkey == NULL) {
  703. BIO_printf(bio_err, "Modulus=unavailable\n");
  704. ERR_print_errors(bio_err);
  705. goto end;
  706. }
  707. BIO_printf(STDout, "Modulus=");
  708. #ifndef OPENSSL_NO_RSA
  709. if (pkey->type == EVP_PKEY_RSA)
  710. BN_print(STDout, pkey->pkey.rsa->n);
  711. else
  712. #endif
  713. #ifndef OPENSSL_NO_DSA
  714. if (pkey->type == EVP_PKEY_DSA)
  715. BN_print(STDout, pkey->pkey.dsa->pub_key);
  716. else
  717. #endif
  718. BIO_printf(STDout, "Wrong Algorithm type");
  719. BIO_printf(STDout, "\n");
  720. EVP_PKEY_free(pkey);
  721. } else if (pubkey == i) {
  722. EVP_PKEY *pkey;
  723. pkey = X509_get_pubkey(x);
  724. if (pkey == NULL) {
  725. BIO_printf(bio_err, "Error getting public key\n");
  726. ERR_print_errors(bio_err);
  727. goto end;
  728. }
  729. PEM_write_bio_PUBKEY(STDout, pkey);
  730. EVP_PKEY_free(pkey);
  731. } else if (C == i) {
  732. unsigned char *d;
  733. char *m;
  734. int y, z;
  735. X509_NAME_oneline(X509_get_subject_name(x), buf, sizeof buf);
  736. BIO_printf(STDout, "/* subject:%s */\n", buf);
  737. m = X509_NAME_oneline(X509_get_issuer_name(x), buf,
  738. sizeof buf);
  739. BIO_printf(STDout, "/* issuer :%s */\n", buf);
  740. z = i2d_X509(x, NULL);
  741. m = OPENSSL_malloc(z);
  742. if (!m) {
  743. BIO_printf(bio_err, "Out of memory\n");
  744. ERR_print_errors(bio_err);
  745. goto end;
  746. }
  747. d = (unsigned char *)m;
  748. z = i2d_X509_NAME(X509_get_subject_name(x), &d);
  749. BIO_printf(STDout, "unsigned char XXX_subject_name[%d]={\n",
  750. z);
  751. d = (unsigned char *)m;
  752. for (y = 0; y < z; y++) {
  753. BIO_printf(STDout, "0x%02X,", d[y]);
  754. if ((y & 0x0f) == 0x0f)
  755. BIO_printf(STDout, "\n");
  756. }
  757. if (y % 16 != 0)
  758. BIO_printf(STDout, "\n");
  759. BIO_printf(STDout, "};\n");
  760. z = i2d_X509_PUBKEY(X509_get_X509_PUBKEY(x), &d);
  761. BIO_printf(STDout, "unsigned char XXX_public_key[%d]={\n", z);
  762. d = (unsigned char *)m;
  763. for (y = 0; y < z; y++) {
  764. BIO_printf(STDout, "0x%02X,", d[y]);
  765. if ((y & 0x0f) == 0x0f)
  766. BIO_printf(STDout, "\n");
  767. }
  768. if (y % 16 != 0)
  769. BIO_printf(STDout, "\n");
  770. BIO_printf(STDout, "};\n");
  771. z = i2d_X509(x, &d);
  772. BIO_printf(STDout, "unsigned char XXX_certificate[%d]={\n",
  773. z);
  774. d = (unsigned char *)m;
  775. for (y = 0; y < z; y++) {
  776. BIO_printf(STDout, "0x%02X,", d[y]);
  777. if ((y & 0x0f) == 0x0f)
  778. BIO_printf(STDout, "\n");
  779. }
  780. if (y % 16 != 0)
  781. BIO_printf(STDout, "\n");
  782. BIO_printf(STDout, "};\n");
  783. OPENSSL_free(m);
  784. } else if (text == i) {
  785. X509_print_ex(STDout, x, nmflag, certflag);
  786. } else if (startdate == i) {
  787. BIO_puts(STDout, "notBefore=");
  788. ASN1_TIME_print(STDout, X509_get_notBefore(x));
  789. BIO_puts(STDout, "\n");
  790. } else if (enddate == i) {
  791. BIO_puts(STDout, "notAfter=");
  792. ASN1_TIME_print(STDout, X509_get_notAfter(x));
  793. BIO_puts(STDout, "\n");
  794. } else if (fingerprint == i) {
  795. int j;
  796. unsigned int n;
  797. unsigned char md[EVP_MAX_MD_SIZE];
  798. const EVP_MD *fdig = digest;
  799. if (!fdig)
  800. fdig = EVP_sha1();
  801. if (!X509_digest(x, fdig, md, &n)) {
  802. BIO_printf(bio_err, "out of memory\n");
  803. goto end;
  804. }
  805. BIO_printf(STDout, "%s Fingerprint=",
  806. OBJ_nid2sn(EVP_MD_type(fdig)));
  807. for (j = 0; j < (int)n; j++) {
  808. BIO_printf(STDout, "%02X%c", md[j], (j + 1 == (int)n)
  809. ? '\n' : ':');
  810. }
  811. }
  812. /* should be in the library */
  813. else if ((sign_flag == i) && (x509req == 0)) {
  814. BIO_printf(bio_err, "Getting Private key\n");
  815. if (Upkey == NULL) {
  816. Upkey = load_key(bio_err,
  817. keyfile, keyformat, 0,
  818. passin, e, "Private key");
  819. if (Upkey == NULL)
  820. goto end;
  821. }
  822. assert(need_rand);
  823. if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
  824. goto end;
  825. } else if (CA_flag == i) {
  826. BIO_printf(bio_err, "Getting CA Private Key\n");
  827. if (CAkeyfile != NULL) {
  828. CApkey = load_key(bio_err,
  829. CAkeyfile, CAkeyformat,
  830. 0, passin, e, "CA Private Key");
  831. if (CApkey == NULL)
  832. goto end;
  833. }
  834. assert(need_rand);
  835. if (!x509_certify(ctx, CAfile, digest, x, xca,
  836. CApkey, sigopts,
  837. CAserial, CA_createserial, days, clrext,
  838. extconf, extsect, sno))
  839. goto end;
  840. } else if (x509req == i) {
  841. EVP_PKEY *pk;
  842. BIO_printf(bio_err, "Getting request Private Key\n");
  843. if (keyfile == NULL) {
  844. BIO_printf(bio_err, "no request key file specified\n");
  845. goto end;
  846. } else {
  847. pk = load_key(bio_err,
  848. keyfile, keyformat, 0,
  849. passin, e, "request key");
  850. if (pk == NULL)
  851. goto end;
  852. }
  853. BIO_printf(bio_err, "Generating certificate request\n");
  854. rq = X509_to_X509_REQ(x, pk, digest);
  855. EVP_PKEY_free(pk);
  856. if (rq == NULL) {
  857. ERR_print_errors(bio_err);
  858. goto end;
  859. }
  860. if (!noout) {
  861. X509_REQ_print(out, rq);
  862. PEM_write_bio_X509_REQ(out, rq);
  863. }
  864. noout = 1;
  865. } else if (ocspid == i) {
  866. X509_ocspid_print(out, x);
  867. }
  868. }
  869. }
  870. if (checkend) {
  871. time_t tcheck = time(NULL) + checkoffset;
  872. if (X509_cmp_time(X509_get_notAfter(x), &tcheck) < 0) {
  873. BIO_printf(out, "Certificate will expire\n");
  874. ret = 1;
  875. } else {
  876. BIO_printf(out, "Certificate will not expire\n");
  877. ret = 0;
  878. }
  879. goto end;
  880. }
  881. if (noout) {
  882. ret = 0;
  883. goto end;
  884. }
  885. if (outformat == FORMAT_ASN1)
  886. i = i2d_X509_bio(out, x);
  887. else if (outformat == FORMAT_PEM) {
  888. if (trustout)
  889. i = PEM_write_bio_X509_AUX(out, x);
  890. else
  891. i = PEM_write_bio_X509(out, x);
  892. } else if (outformat == FORMAT_NETSCAPE) {
  893. NETSCAPE_X509 nx;
  894. ASN1_OCTET_STRING hdr;
  895. hdr.data = (unsigned char *)NETSCAPE_CERT_HDR;
  896. hdr.length = strlen(NETSCAPE_CERT_HDR);
  897. nx.header = &hdr;
  898. nx.cert = x;
  899. i = ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), out, &nx);
  900. } else {
  901. BIO_printf(bio_err, "bad output format specified for outfile\n");
  902. goto end;
  903. }
  904. if (!i) {
  905. BIO_printf(bio_err, "unable to write certificate\n");
  906. ERR_print_errors(bio_err);
  907. goto end;
  908. }
  909. ret = 0;
  910. end:
  911. if (need_rand)
  912. app_RAND_write_file(NULL, bio_err);
  913. OBJ_cleanup();
  914. NCONF_free(extconf);
  915. BIO_free_all(out);
  916. BIO_free_all(STDout);
  917. X509_STORE_free(ctx);
  918. X509_REQ_free(req);
  919. X509_free(x);
  920. X509_free(xca);
  921. EVP_PKEY_free(Upkey);
  922. EVP_PKEY_free(CApkey);
  923. if (sigopts)
  924. sk_OPENSSL_STRING_free(sigopts);
  925. X509_REQ_free(rq);
  926. ASN1_INTEGER_free(sno);
  927. sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free);
  928. sk_ASN1_OBJECT_pop_free(reject, ASN1_OBJECT_free);
  929. if (passin)
  930. OPENSSL_free(passin);
  931. apps_shutdown();
  932. OPENSSL_EXIT(ret);
  933. }
  934. static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile,
  935. int create)
  936. {
  937. char *buf = NULL, *p;
  938. ASN1_INTEGER *bs = NULL;
  939. BIGNUM *serial = NULL;
  940. size_t len;
  941. len = ((serialfile == NULL)
  942. ? (strlen(CAfile) + strlen(POSTFIX) + 1)
  943. : (strlen(serialfile))) + 1;
  944. buf = OPENSSL_malloc(len);
  945. if (buf == NULL) {
  946. BIO_printf(bio_err, "out of mem\n");
  947. goto end;
  948. }
  949. if (serialfile == NULL) {
  950. BUF_strlcpy(buf, CAfile, len);
  951. for (p = buf; *p; p++)
  952. if (*p == '.') {
  953. *p = '\0';
  954. break;
  955. }
  956. BUF_strlcat(buf, POSTFIX, len);
  957. } else
  958. BUF_strlcpy(buf, serialfile, len);
  959. serial = load_serial(buf, create, NULL);
  960. if (serial == NULL)
  961. goto end;
  962. if (!BN_add_word(serial, 1)) {
  963. BIO_printf(bio_err, "add_word failure\n");
  964. goto end;
  965. }
  966. if (!save_serial(buf, NULL, serial, &bs))
  967. goto end;
  968. end:
  969. if (buf)
  970. OPENSSL_free(buf);
  971. BN_free(serial);
  972. return bs;
  973. }
  974. static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
  975. X509 *x, X509 *xca, EVP_PKEY *pkey,
  976. STACK_OF(OPENSSL_STRING) *sigopts,
  977. char *serialfile, int create,
  978. int days, int clrext, CONF *conf, char *section,
  979. ASN1_INTEGER *sno)
  980. {
  981. int ret = 0;
  982. ASN1_INTEGER *bs = NULL;
  983. X509_STORE_CTX xsc;
  984. EVP_PKEY *upkey;
  985. upkey = X509_get_pubkey(xca);
  986. EVP_PKEY_copy_parameters(upkey, pkey);
  987. EVP_PKEY_free(upkey);
  988. if (!X509_STORE_CTX_init(&xsc, ctx, x, NULL)) {
  989. BIO_printf(bio_err, "Error initialising X509 store\n");
  990. goto end;
  991. }
  992. if (sno)
  993. bs = sno;
  994. else if (!(bs = x509_load_serial(CAfile, serialfile, create)))
  995. goto end;
  996. /* if (!X509_STORE_add_cert(ctx,x)) goto end;*/
  997. /*
  998. * NOTE: this certificate can/should be self signed, unless it was a
  999. * certificate request in which case it is not.
  1000. */
  1001. X509_STORE_CTX_set_cert(&xsc, x);
  1002. X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
  1003. if (!reqfile && X509_verify_cert(&xsc) <= 0)
  1004. goto end;
  1005. if (!X509_check_private_key(xca, pkey)) {
  1006. BIO_printf(bio_err,
  1007. "CA certificate and CA private key do not match\n");
  1008. goto end;
  1009. }
  1010. if (!X509_set_issuer_name(x, X509_get_subject_name(xca)))
  1011. goto end;
  1012. if (!X509_set_serialNumber(x, bs))
  1013. goto end;
  1014. if (X509_gmtime_adj(X509_get_notBefore(x), 0L) == NULL)
  1015. goto end;
  1016. /* hardwired expired */
  1017. if (X509_time_adj_ex(X509_get_notAfter(x), days, 0, NULL) == NULL)
  1018. goto end;
  1019. if (clrext) {
  1020. while (X509_get_ext_count(x) > 0)
  1021. X509_delete_ext(x, 0);
  1022. }
  1023. if (conf) {
  1024. X509V3_CTX ctx2;
  1025. X509_set_version(x, 2); /* version 3 certificate */
  1026. X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
  1027. X509V3_set_nconf(&ctx2, conf);
  1028. if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
  1029. goto end;
  1030. }
  1031. if (!do_X509_sign(bio_err, x, pkey, digest, sigopts))
  1032. goto end;
  1033. ret = 1;
  1034. end:
  1035. X509_STORE_CTX_cleanup(&xsc);
  1036. if (!ret)
  1037. ERR_print_errors(bio_err);
  1038. if (!sno)
  1039. ASN1_INTEGER_free(bs);
  1040. return ret;
  1041. }
  1042. static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
  1043. {
  1044. int err;
  1045. X509 *err_cert;
  1046. /*
  1047. * it is ok to use a self signed certificate This case will catch both
  1048. * the initial ok == 0 and the final ok == 1 calls to this function
  1049. */
  1050. err = X509_STORE_CTX_get_error(ctx);
  1051. if (err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT)
  1052. return 1;
  1053. /*
  1054. * BAD we should have gotten an error. Normally if everything worked
  1055. * X509_STORE_CTX_get_error(ctx) will still be set to
  1056. * DEPTH_ZERO_SELF_....
  1057. */
  1058. if (ok) {
  1059. BIO_printf(bio_err,
  1060. "error with certificate to be certified - should be self signed\n");
  1061. return 0;
  1062. } else {
  1063. err_cert = X509_STORE_CTX_get_current_cert(ctx);
  1064. print_name(bio_err, NULL, X509_get_subject_name(err_cert), 0);
  1065. BIO_printf(bio_err,
  1066. "error with certificate - error %d at depth %d\n%s\n", err,
  1067. X509_STORE_CTX_get_error_depth(ctx),
  1068. X509_verify_cert_error_string(err));
  1069. return 1;
  1070. }
  1071. }
  1072. /* self sign */
  1073. static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
  1074. const EVP_MD *digest, CONF *conf, char *section)
  1075. {
  1076. EVP_PKEY *pktmp;
  1077. pktmp = X509_get_pubkey(x);
  1078. EVP_PKEY_copy_parameters(pktmp, pkey);
  1079. EVP_PKEY_save_parameters(pktmp, 1);
  1080. EVP_PKEY_free(pktmp);
  1081. if (!X509_set_issuer_name(x, X509_get_subject_name(x)))
  1082. goto err;
  1083. if (X509_gmtime_adj(X509_get_notBefore(x), 0) == NULL)
  1084. goto err;
  1085. /* Lets just make it 12:00am GMT, Jan 1 1970 */
  1086. /* memcpy(x->cert_info->validity->notBefore,"700101120000Z",13); */
  1087. /* 28 days to be certified */
  1088. if (X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days) ==
  1089. NULL)
  1090. goto err;
  1091. if (!X509_set_pubkey(x, pkey))
  1092. goto err;
  1093. if (clrext) {
  1094. while (X509_get_ext_count(x) > 0)
  1095. X509_delete_ext(x, 0);
  1096. }
  1097. if (conf) {
  1098. X509V3_CTX ctx;
  1099. X509_set_version(x, 2); /* version 3 certificate */
  1100. X509V3_set_ctx(&ctx, x, x, NULL, NULL, 0);
  1101. X509V3_set_nconf(&ctx, conf);
  1102. if (!X509V3_EXT_add_nconf(conf, &ctx, section, x))
  1103. goto err;
  1104. }
  1105. if (!X509_sign(x, pkey, digest))
  1106. goto err;
  1107. return 1;
  1108. err:
  1109. ERR_print_errors(bio_err);
  1110. return 0;
  1111. }
  1112. static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)
  1113. {
  1114. int id, i, idret;
  1115. char *pname;
  1116. id = X509_PURPOSE_get_id(pt);
  1117. pname = X509_PURPOSE_get0_name(pt);
  1118. for (i = 0; i < 2; i++) {
  1119. idret = X509_check_purpose(cert, id, i);
  1120. BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
  1121. if (idret == 1)
  1122. BIO_printf(bio, "Yes\n");
  1123. else if (idret == 0)
  1124. BIO_printf(bio, "No\n");
  1125. else
  1126. BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);
  1127. }
  1128. return 1;
  1129. }