crypto/libressl/apps/openssl/apps.c
1083
BIO_printf(bp, "Error loading file %s\n", CAfile);
crypto/libressl/apps/openssl/apps.c
1094
BIO_printf(bp, "Error loading directory %s\n", CApath);
crypto/libressl/apps/openssl/apps.c
1124
BIO_printf(err, "Error configuring OpenSSL\n");
crypto/libressl/apps/openssl/apps.c
1211
BIO_printf(bio_err, "Out of memory\n");
crypto/libressl/apps/openssl/apps.c
1215
BIO_printf(bio_err, "unable to load number from %s\n",
crypto/libressl/apps/openssl/apps.c
1221
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1253
BIO_printf(bio_err, "serial too long\n");
crypto/libressl/apps/openssl/apps.c
1266
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1291
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1297
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1303
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1311
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1315
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1371
BIO_printf(bio_err, "unable to open '%s'\n", dbfile);
crypto/libressl/apps/openssl/apps.c
1379
BIO_printf(bio_err, "attr filename too long\n");
crypto/libressl/apps/openssl/apps.c
1386
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1426
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1434
BIO_printf(bio_err, "error creating name index:(%ld,%ld,%ld)\n",
crypto/libressl/apps/openssl/apps.c
1454
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1459
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1465
BIO_printf(bio_err, "unable to open '%s'\n", dbfile);
crypto/libressl/apps/openssl/apps.c
1478
BIO_printf(bio_err, "unable to open '%s'\n", attrpath);
crypto/libressl/apps/openssl/apps.c
1481
BIO_printf(out, "unique_subject = %s\n",
crypto/libressl/apps/openssl/apps.c
1499
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1504
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1509
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1514
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1519
BIO_printf(bio_err, "file name too long\n");
crypto/libressl/apps/openssl/apps.c
1524
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1531
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1535
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1543
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1547
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1552
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1560
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1564
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1569
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1574
BIO_printf(bio_err, "unable to rename %s to %s\n",
crypto/libressl/apps/openssl/apps.c
1653
BIO_printf(bio_err, "malloc error\n");
crypto/libressl/apps/openssl/apps.c
1661
BIO_printf(bio_err, "Subject does not start with '/'.\n");
crypto/libressl/apps/openssl/apps.c
1680
BIO_printf(bio_err, "escape character "
crypto/libressl/apps/openssl/apps.c
1692
BIO_printf(bio_err, "end of string encountered while "
crypto/libressl/apps/openssl/apps.c
1703
BIO_printf(bio_err, "escape character "
crypto/libressl/apps/openssl/apps.c
1729
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1735
BIO_printf(bio_err, "No value provided for Subject "
crypto/libressl/apps/openssl/apps.c
1777
BIO_printf(err, "Invalid Policy \"%s\"\n",
crypto/libressl/apps/openssl/apps.c
1790
BIO_printf(err, "unrecognized purpose\n");
crypto/libressl/apps/openssl/apps.c
1804
BIO_printf(err, "invalid depth %s: %s\n",
crypto/libressl/apps/openssl/apps.c
1820
BIO_printf(bio_err,
crypto/libressl/apps/openssl/apps.c
1960
BIO_printf(out, "%s Policies:", name);
crypto/libressl/apps/openssl/apps.c
1985
BIO_printf(out, "Require explicit Policy: %s\n",
crypto/libressl/apps/openssl/apps.c
2278
BIO_printf(out, "%s valid\n", desc);
crypto/libressl/apps/openssl/apps.c
2282
BIO_printf(out, "%s invalid\n", desc);
crypto/libressl/apps/openssl/apps.c
2285
BIO_printf(out, "Detailed error: %s\n",
crypto/libressl/apps/openssl/apps.c
395
BIO_printf(bio_err, "User interface error\n");
crypto/libressl/apps/openssl/apps.c
401
BIO_printf(bio_err, "aborted!\n");
crypto/libressl/apps/openssl/apps.c
450
BIO_printf(err, "Can't read environment variable %s\n",
crypto/libressl/apps/openssl/apps.c
460
BIO_printf(err, "Can't open file %s\n",
crypto/libressl/apps/openssl/apps.c
468
BIO_printf(err,
crypto/libressl/apps/openssl/apps.c
475
BIO_printf(err,
crypto/libressl/apps/openssl/apps.c
489
BIO_printf(err, "Can't open BIO for stdin\n");
crypto/libressl/apps/openssl/apps.c
493
BIO_printf(err, "Invalid password argument \"%s\"\n",
crypto/libressl/apps/openssl/apps.c
504
BIO_printf(err, "Error reading password from BIO\n");
crypto/libressl/apps/openssl/apps.c
526
BIO_printf(err, "problem loading oid section %s\n", p);
crypto/libressl/apps/openssl/apps.c
532
BIO_printf(err, "problem creating object %s=%s\n",
crypto/libressl/apps/openssl/apps.c
551
BIO_printf(err, "Error loading PKCS12 file for %s\n", desc);
crypto/libressl/apps/openssl/apps.c
562
BIO_printf(err, "Passpharse callback error for %s\n",
crypto/libressl/apps/openssl/apps.c
569
BIO_printf(err,
crypto/libressl/apps/openssl/apps.c
598
BIO_printf(err, "Error opening %s %s\n",
crypto/libressl/apps/openssl/apps.c
614
BIO_printf(err, "bad input format specified for %s\n",
crypto/libressl/apps/openssl/apps.c
621
BIO_printf(err, "unable to load certificate\n");
crypto/libressl/apps/openssl/apps.c
640
BIO_printf(err, "no keyfile specified\n");
crypto/libressl/apps/openssl/apps.c
652
BIO_printf(err, "Error opening %s %s\n",
crypto/libressl/apps/openssl/apps.c
675
BIO_printf(err, "bad input format specified for key file\n");
crypto/libressl/apps/openssl/apps.c
681
BIO_printf(err, "unable to load %s\n", key_descrip);
crypto/libressl/apps/openssl/apps.c
699
BIO_printf(err, "no keyfile specified\n");
crypto/libressl/apps/openssl/apps.c
711
BIO_printf(err, "Error opening %s %s\n", key_descrip, file);
crypto/libressl/apps/openssl/apps.c
747
BIO_printf(err, "bad input format specified for key file\n");
crypto/libressl/apps/openssl/apps.c
754
BIO_printf(err, "unable to load %s\n", key_descrip);
crypto/libressl/apps/openssl/apps.c
774
BIO_printf(err, "bad input format specified for %s\n", desc);
crypto/libressl/apps/openssl/apps.c
783
BIO_printf(err, "Error opening %s %s\n",
crypto/libressl/apps/openssl/apps.c
834
BIO_printf(err, "unable to load %s\n",
crypto/libressl/apps/openssl/asn1pars.c
261
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/asn1pars.c
280
BIO_printf(bio_err, "problems opening %s\n",
crypto/libressl/apps/openssl/asn1pars.c
298
BIO_printf(bio_err, "problems opening %s\n",
crypto/libressl/apps/openssl/asn1pars.c
353
BIO_printf(bio_err,
crypto/libressl/apps/openssl/asn1pars.c
366
BIO_printf(bio_err, "Error parsing structure\n");
crypto/libressl/apps/openssl/asn1pars.c
373
BIO_printf(bio_err, "Can't parse %s type\n",
crypto/libressl/apps/openssl/asn1pars.c
386
BIO_printf(bio_err, "Error: offset too large\n");
crypto/libressl/apps/openssl/asn1pars.c
397
BIO_printf(bio_err, "Error writing output\n");
crypto/libressl/apps/openssl/asn1pars.c
442
BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
crypto/libressl/apps/openssl/asn1pars.c
470
BIO_printf(bio, "Error on line %ld of config file '%s'\n",
crypto/libressl/apps/openssl/asn1pars.c
473
BIO_printf(bio, "Error loading config file '%s'\n", genconf);
crypto/libressl/apps/openssl/ca.c
1003
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1013
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1023
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1027
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1034
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1072
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1084
BIO_printf(bio_err, "message digest is %s\n",
crypto/libressl/apps/openssl/ca.c
1093
BIO_printf(bio_err, "policy is %s\n", ca_config.policy);
crypto/libressl/apps/openssl/ca.c
1118
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1147
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1153
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1159
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1164
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1171
BIO_printf(bio_err, "unable to find 'section' for %s\n",
crypto/libressl/apps/openssl/ca.c
1176
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
1193
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/ca.c
1197
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1221
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/ca.c
1225
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1246
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/ca.c
1250
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1271
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/ca.c
1275
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1290
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1296
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1302
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1308
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1319
BIO_printf(bio_err, "writing new certificates\n");
crypto/libressl/apps/openssl/ca.c
1342
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1347
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1352
BIO_printf(bio_err, "writing %s\n", pempath);
crypto/libressl/apps/openssl/ca.c
1374
BIO_printf(bio_err, "Data Base Updated\n");
crypto/libressl/apps/openssl/ca.c
1393
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1404
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1420
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1425
BIO_printf(bio_err, "making CRL\n");
crypto/libressl/apps/openssl/ca.c
1481
BIO_printf(bio_err, "signing CRL\n");
crypto/libressl/apps/openssl/ca.c
1536
BIO_printf(bio_err, "no input files\n");
crypto/libressl/apps/openssl/ca.c
1556
BIO_printf(bio_err, "Data Base Updated\n");
crypto/libressl/apps/openssl/ca.c
1595
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
crypto/libressl/apps/openssl/ca.c
1619
BIO_printf(bio_err, "Error reading certificate request in %s\n",
crypto/libressl/apps/openssl/ca.c
1628
BIO_printf(bio_err, "Check that the request matches the signature\n");
crypto/libressl/apps/openssl/ca.c
1631
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1637
BIO_printf(bio_err, "error unpacking public key\n");
crypto/libressl/apps/openssl/ca.c
1643
BIO_printf(bio_err, "Signature verification problems....\n");
crypto/libressl/apps/openssl/ca.c
1648
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1652
BIO_printf(bio_err, "Signature ok\n");
crypto/libressl/apps/openssl/ca.c
1688
BIO_printf(bio_err, "Check that the request matches the signature\n");
crypto/libressl/apps/openssl/ca.c
1691
BIO_printf(bio_err, "error unpacking public key\n");
crypto/libressl/apps/openssl/ca.c
1697
BIO_printf(bio_err, "Signature verification problems....\n");
crypto/libressl/apps/openssl/ca.c
1702
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1706
BIO_printf(bio_err, "Signature ok\n");
crypto/libressl/apps/openssl/ca.c
1768
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1807
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1818
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1829
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
1844
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1875
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1885
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1896
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1916
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1925
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1935
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1955
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
1982
BIO_printf(bio_err, "Invalid start date %s\n", startdate);
crypto/libressl/apps/openssl/ca.c
1991
BIO_printf(bio_err, "Invalid end date %s\n", enddate);
crypto/libressl/apps/openssl/ca.c
2016
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2028
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2035
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2042
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2049
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2056
BIO_printf(bio_err, "ERROR: adding extensions from request\n");
crypto/libressl/apps/openssl/ca.c
2069
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2080
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2104
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2113
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2126
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2136
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2144
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2147
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2152
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2162
BIO_printf(bio_err, "Type :%s\n", p);
crypto/libressl/apps/openssl/ca.c
2167
BIO_printf(bio_err, "Was revoked on:%s\n", p);
crypto/libressl/apps/openssl/ca.c
2172
BIO_printf(bio_err, "Expires on :%s\n", p);
crypto/libressl/apps/openssl/ca.c
2176
BIO_printf(bio_err, "Serial Number :%s\n", p);
crypto/libressl/apps/openssl/ca.c
2180
BIO_printf(bio_err, "File name :%s\n", p);
crypto/libressl/apps/openssl/ca.c
2184
BIO_printf(bio_err, "Subject Name :%s\n", p);
crypto/libressl/apps/openssl/ca.c
2190
BIO_printf(bio_err, "Certificate Details:\n");
crypto/libressl/apps/openssl/ca.c
2199
BIO_printf(bio_err, "Certificate is to be certified until ");
crypto/libressl/apps/openssl/ca.c
2202
BIO_printf(bio_err, " (%ld days)", days);
crypto/libressl/apps/openssl/ca.c
2203
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/ca.c
2208
BIO_printf(bio_err, "Sign the certificate? [y/n]:");
crypto/libressl/apps/openssl/ca.c
2211
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2217
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2244
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2255
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2264
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2274
BIO_printf(bio_err, "failed to update database\n");
crypto/libressl/apps/openssl/ca.c
2275
BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
crypto/libressl/apps/openssl/ca.c
2337
BIO_printf(bio_err, "error on line %ld of %s\n",
crypto/libressl/apps/openssl/ca.c
2344
BIO_printf(bio_err, "no name/value pairs found in %s\n",
crypto/libressl/apps/openssl/ca.c
2390
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2403
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2411
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2415
BIO_printf(bio_err, "error unpacking SPKAC public key\n");
crypto/libressl/apps/openssl/ca.c
2420
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2424
BIO_printf(bio_err, "Signature ok\n");
crypto/libressl/apps/openssl/ca.c
2479
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2485
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2494
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2505
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2517
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2526
BIO_printf(bio_err, "Memory allocation failure\n");
crypto/libressl/apps/openssl/ca.c
2536
BIO_printf(bio_err, "failed to update database\n");
crypto/libressl/apps/openssl/ca.c
2537
BIO_printf(bio_err, "TXT_DB error number %ld\n",
crypto/libressl/apps/openssl/ca.c
2547
BIO_printf(bio_err, "ERROR:name does not match %s\n",
crypto/libressl/apps/openssl/ca.c
2551
BIO_printf(bio_err, "ERROR:Already revoked, serial number %s\n",
crypto/libressl/apps/openssl/ca.c
2555
BIO_printf(bio_err, "Revoking Certificate %s.\n",
crypto/libressl/apps/openssl/ca.c
2559
BIO_printf(bio_err, "Error in revocation arguments\n");
crypto/libressl/apps/openssl/ca.c
2588
BIO_printf(bio_err, "Malloc failure\n");
crypto/libressl/apps/openssl/ca.c
2614
BIO_printf(bio_err, "Serial %s not present in db.\n",
crypto/libressl/apps/openssl/ca.c
2619
BIO_printf(bio_err, "%s=Valid (%c)\n",
crypto/libressl/apps/openssl/ca.c
2623
BIO_printf(bio_err, "%s=Revoked (%c)\n",
crypto/libressl/apps/openssl/ca.c
2627
BIO_printf(bio_err, "%s=Expired (%c)\n",
crypto/libressl/apps/openssl/ca.c
2631
BIO_printf(bio_err, "%s=Suspended (%c)\n",
crypto/libressl/apps/openssl/ca.c
2635
BIO_printf(bio_err, "%s=Unknown (%c).\n",
crypto/libressl/apps/openssl/ca.c
2695
BIO_printf(bio_err, "%s=Expired\n",
crypto/libressl/apps/openssl/ca.c
2703
BIO_printf(bio_err, "%s=Expired\n",
crypto/libressl/apps/openssl/ca.c
2762
BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg);
crypto/libressl/apps/openssl/ca.c
2773
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2785
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2888
BIO_printf(bp, "PRINTABLE:'");
crypto/libressl/apps/openssl/ca.c
2890
BIO_printf(bp, "T61STRING:'");
crypto/libressl/apps/openssl/ca.c
2892
BIO_printf(bp, "IA5STRING:'");
crypto/libressl/apps/openssl/ca.c
2894
BIO_printf(bp, "UNIVERSALSTRING:'");
crypto/libressl/apps/openssl/ca.c
2896
BIO_printf(bp, "ASN.1 %2d:'", str->type);
crypto/libressl/apps/openssl/ca.c
2901
BIO_printf(bp, "%c", *p);
crypto/libressl/apps/openssl/ca.c
2903
BIO_printf(bp, "\\0x%02X", *p);
crypto/libressl/apps/openssl/ca.c
2905
BIO_printf(bp, "^?");
crypto/libressl/apps/openssl/ca.c
2907
BIO_printf(bp, "^%c", *p + '@');
crypto/libressl/apps/openssl/ca.c
2910
BIO_printf(bp, "'\n");
crypto/libressl/apps/openssl/ca.c
2927
BIO_printf(bio_err, "malloc failed\n");
crypto/libressl/apps/openssl/ca.c
2946
BIO_printf(bio_err, "invalid revocation date %s\n",
crypto/libressl/apps/openssl/ca.c
2959
BIO_printf(bio_err, "invalid reason code %s\n",
crypto/libressl/apps/openssl/ca.c
2967
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2975
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2983
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
2990
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
714
BIO_printf(bio_err, "error making config file name\n");
crypto/libressl/apps/openssl/ca.c
719
BIO_printf(bio_err, "Using configuration from %s\n",
crypto/libressl/apps/openssl/ca.c
724
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
728
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
775
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
817
BIO_printf(bio_err, "Error verifying serial %s!\n",
crypto/libressl/apps/openssl/ca.c
834
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/ca.c
862
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
885
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
897
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
909
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
921
BIO_printf(bio_err, "output directory %s not defined\n",
crypto/libressl/apps/openssl/ca.c
942
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
949
BIO_printf(bio_err, " in entry %d\n", i + 1);
crypto/libressl/apps/openssl/ca.c
953
BIO_printf(bio_err, "entry %d: invalid expiry date\n",
crypto/libressl/apps/openssl/ca.c
964
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
973
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ca.c
984
BIO_printf(bio_err, "%d entries loaded from the database\n",
crypto/libressl/apps/openssl/ca.c
986
BIO_printf(bio_err, "generating index\n");
crypto/libressl/apps/openssl/ca.c
995
BIO_printf(bio_err, "Updating %s ...\n", dbfile);
crypto/libressl/apps/openssl/ca.c
999
BIO_printf(bio_err, "Malloc failure\n");
crypto/libressl/apps/openssl/cms.c
1229
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1240
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1248
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1263
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/cms.c
1292
BIO_printf(bio_err, "No cipher selected\n");
crypto/libressl/apps/openssl/cms.c
1298
BIO_printf(bio_err, "No secret key id\n");
crypto/libressl/apps/openssl/cms.c
1357
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1374
BIO_printf(bio_err, "Bad input format for CMS file\n");
crypto/libressl/apps/openssl/cms.c
1379
BIO_printf(bio_err, "Error reading S/MIME message\n");
crypto/libressl/apps/openssl/cms.c
1386
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1397
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1411
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1422
BIO_printf(bio_err, "Bad input format for receipt\n");
crypto/libressl/apps/openssl/cms.c
1427
BIO_printf(bio_err, "Error reading receipt\n");
crypto/libressl/apps/openssl/cms.c
1433
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1628
BIO_printf(bio_err, "Error creating CMS structure\n");
crypto/libressl/apps/openssl/cms.c
1663
BIO_printf(bio_err, "Error decrypting CMS structure\n");
crypto/libressl/apps/openssl/cms.c
1674
BIO_printf(bio_err, "Verification successful\n");
crypto/libressl/apps/openssl/cms.c
1676
BIO_printf(bio_err, "Verification failure\n");
crypto/libressl/apps/openssl/cms.c
1686
BIO_printf(bio_err, "Verification successful\n");
crypto/libressl/apps/openssl/cms.c
1688
BIO_printf(bio_err, "Verification failure\n");
crypto/libressl/apps/openssl/cms.c
1698
BIO_printf(bio_err,
crypto/libressl/apps/openssl/cms.c
1713
BIO_printf(bio_err, "Verification successful\n");
crypto/libressl/apps/openssl/cms.c
1715
BIO_printf(bio_err, "Verification failure\n");
crypto/libressl/apps/openssl/cms.c
1725
BIO_printf(out, "To: %s\n", cms_config.to);
crypto/libressl/apps/openssl/cms.c
1727
BIO_printf(out, "From: %s\n", cms_config.from);
crypto/libressl/apps/openssl/cms.c
1729
BIO_printf(out, "Subject: %s\n",
crypto/libressl/apps/openssl/cms.c
1743
BIO_printf(bio_err, "Bad output format for CMS file\n");
crypto/libressl/apps/openssl/cms.c
1865
BIO_printf(bio_err, "Signer %d:\n", i + 1);
crypto/libressl/apps/openssl/cms.c
1890
BIO_printf(out, " Unknown (%d)\n", allorfirst);
crypto/libressl/apps/openssl/cms.c
1977
BIO_printf(bio_err, "parameter error \"%s\"\n", keyopt);
crypto/libressl/apps/openssl/cms.c
215
BIO_printf(bio_err, "Invalid OID %s\n", arg);
crypto/libressl/apps/openssl/cms.c
270
BIO_printf(bio_err, "No key specified\n");
crypto/libressl/apps/openssl/cms.c
306
BIO_printf(bio_err, "Unknown digest %s\n", arg);
crypto/libressl/apps/openssl/cms.c
385
BIO_printf(bio_err, "Invalid key %s\n", arg);
crypto/libressl/apps/openssl/cms.c
400
BIO_printf(bio_err, "Invalid id %s\n", arg);
crypto/libressl/apps/openssl/crl.c
309
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl.c
316
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl.c
324
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl.c
333
BIO_printf(bio_err, "verify failure\n");
crypto/libressl/apps/openssl/crl.c
335
BIO_printf(bio_err, "verify OK\n");
crypto/libressl/apps/openssl/crl.c
348
BIO_printf(bio_out, "crlNumber=");
crypto/libressl/apps/openssl/crl.c
354
BIO_printf(bio_out, "\n");
crypto/libressl/apps/openssl/crl.c
357
BIO_printf(bio_out, "%08lx\n",
crypto/libressl/apps/openssl/crl.c
362
BIO_printf(bio_out, "%08lx\n",
crypto/libressl/apps/openssl/crl.c
367
BIO_printf(bio_out, "lastUpdate=");
crypto/libressl/apps/openssl/crl.c
370
BIO_printf(bio_out, "\n");
crypto/libressl/apps/openssl/crl.c
373
BIO_printf(bio_out, "nextUpdate=");
crypto/libressl/apps/openssl/crl.c
378
BIO_printf(bio_out, "NONE");
crypto/libressl/apps/openssl/crl.c
379
BIO_printf(bio_out, "\n");
crypto/libressl/apps/openssl/crl.c
387
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/crl.c
390
BIO_printf(bio_out, "%s Fingerprint=",
crypto/libressl/apps/openssl/crl.c
393
BIO_printf(bio_out, "%02X%c", md[j],
crypto/libressl/apps/openssl/crl.c
425
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl.c
430
BIO_printf(bio_err, "unable to write CRL\n");
crypto/libressl/apps/openssl/crl.c
471
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl.c
476
BIO_printf(bio_err, "unable to load CRL\n");
crypto/libressl/apps/openssl/crl2p7.c
210
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl2p7.c
215
BIO_printf(bio_err, "unable to load CRL\n");
crypto/libressl/apps/openssl/crl2p7.c
245
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl2p7.c
269
BIO_printf(bio_err,
crypto/libressl/apps/openssl/crl2p7.c
274
BIO_printf(bio_err, "unable to write pkcs7 object\n");
crypto/libressl/apps/openssl/crl2p7.c
304
BIO_printf(bio_err, "error opening the file, %s\n", certfile);
crypto/libressl/apps/openssl/crl2p7.c
310
BIO_printf(bio_err, "error reading the file, %s\n", certfile);
crypto/libressl/apps/openssl/dgst.c
307
BIO_printf(arg, " -%-17s To use the %s message digest algorithm\n",
crypto/libressl/apps/openssl/dgst.c
349
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/dgst.c
371
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dgst.c
389
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/dgst.c
409
BIO_printf(bio_err, "Error opening output file %s\n",
crypto/libressl/apps/openssl/dgst.c
416
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dgst.c
447
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dgst.c
477
BIO_printf(bio_err, "Error getting context\n");
crypto/libressl/apps/openssl/dgst.c
488
BIO_printf(bio_err, "Error setting context\n");
crypto/libressl/apps/openssl/dgst.c
499
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dgst.c
513
BIO_printf(bio_err, "Error setting digest %s\n", pname);
crypto/libressl/apps/openssl/dgst.c
524
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/dgst.c
530
BIO_printf(bio_err, "Error opening signature file %s\n",
crypto/libressl/apps/openssl/dgst.c
538
BIO_printf(bio_err, "Error reading signature file %s\n",
crypto/libressl/apps/openssl/dgst.c
612
BIO_printf(bio_err, "Read Error in %s\n", file);
crypto/libressl/apps/openssl/dgst.c
624
BIO_printf(out, "Verified OK\n");
crypto/libressl/apps/openssl/dgst.c
626
BIO_printf(out, "Verification Failure\n");
crypto/libressl/apps/openssl/dgst.c
629
BIO_printf(bio_err, "Error Verifying Data\n");
crypto/libressl/apps/openssl/dgst.c
640
BIO_printf(bio_err, "Error Signing Data\n");
crypto/libressl/apps/openssl/dgst.c
656
BIO_printf(out, "%02x", buf[i]);
crypto/libressl/apps/openssl/dgst.c
657
BIO_printf(out, " *%s\n", file);
crypto/libressl/apps/openssl/dgst.c
660
BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file);
crypto/libressl/apps/openssl/dgst.c
662
BIO_printf(out, "%s(%s)= ", md_name, file);
crypto/libressl/apps/openssl/dgst.c
664
BIO_printf(out, "(%s)= ", file);
crypto/libressl/apps/openssl/dgst.c
667
BIO_printf(out, ":");
crypto/libressl/apps/openssl/dgst.c
668
BIO_printf(out, "%02x", buf[i]);
crypto/libressl/apps/openssl/dgst.c
670
BIO_printf(out, "\n");
crypto/libressl/apps/openssl/dh.c
206
BIO_printf(bio_err, "bad input format specified\n");
crypto/libressl/apps/openssl/dh.c
210
BIO_printf(bio_err, "unable to load DH parameters\n");
crypto/libressl/apps/openssl/dh.c
282
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/dh.c
286
BIO_printf(bio_err, "unable to write DH parameters\n");
crypto/libressl/apps/openssl/dhparam.c
266
BIO_printf(bio_err, "invalid number of bits: %s\n",
crypto/libressl/apps/openssl/dhparam.c
277
BIO_printf(bio_err, "generator may not be chosen for DSA parameters\n");
crypto/libressl/apps/openssl/dhparam.c
288
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dhparam.c
297
BIO_printf(bio_err, "Generating DSA parameters, %d bit long prime\n", num);
crypto/libressl/apps/openssl/dhparam.c
312
BIO_printf(bio_err, "Generating DH parameters, %d bit long safe prime, generator %d\n", num, dhparam_config.g);
crypto/libressl/apps/openssl/dhparam.c
313
BIO_printf(bio_err, "This is going to take a long time\n");
crypto/libressl/apps/openssl/dhparam.c
337
BIO_printf(bio_err, "bad input format specified\n");
crypto/libressl/apps/openssl/dhparam.c
349
BIO_printf(bio_err, "unable to load DSA parameters\n");
crypto/libressl/apps/openssl/dhparam.c
367
BIO_printf(bio_err, "unable to load DH parameters\n");
crypto/libressl/apps/openssl/dhparam.c
465
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/dhparam.c
469
BIO_printf(bio_err, "unable to write DH parameters\n");
crypto/libressl/apps/openssl/dsa.c
259
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/dsa.c
278
BIO_printf(bio_err, "read DSA key\n");
crypto/libressl/apps/openssl/dsa.c
296
BIO_printf(bio_err, "unable to load Key\n");
crypto/libressl/apps/openssl/dsa.c
323
BIO_printf(bio_err, "writing DSA key\n");
crypto/libressl/apps/openssl/dsa.c
351
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/dsa.c
355
BIO_printf(bio_err, "unable to write private key\n");
crypto/libressl/apps/openssl/dsaparam.c
223
BIO_printf(bio_err,
crypto/libressl/apps/openssl/dsaparam.c
232
BIO_printf(bio_err, "Error allocating DSA object\n");
crypto/libressl/apps/openssl/dsaparam.c
235
BIO_printf(bio_err, "Generating DSA parameters, %d bit long prime\n", numbits);
crypto/libressl/apps/openssl/dsaparam.c
236
BIO_printf(bio_err, "This could take some time\n");
crypto/libressl/apps/openssl/dsaparam.c
239
BIO_printf(bio_err, "Error, DSA key generation failed\n");
crypto/libressl/apps/openssl/dsaparam.c
247
BIO_printf(bio_err, "bad input format specified\n");
crypto/libressl/apps/openssl/dsaparam.c
251
BIO_printf(bio_err, "unable to load DSA parameters\n");
crypto/libressl/apps/openssl/dsaparam.c
318
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/dsaparam.c
322
BIO_printf(bio_err, "unable to write DSA parameters\n");
crypto/libressl/apps/openssl/dsaparam.c
342
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/ec.c
291
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/ec.c
309
BIO_printf(bio_err, "read EC key\n");
crypto/libressl/apps/openssl/ec.c
323
BIO_printf(bio_err, "bad input format specified for key\n");
crypto/libressl/apps/openssl/ec.c
327
BIO_printf(bio_err, "unable to load Key\n");
crypto/libressl/apps/openssl/ec.c
358
BIO_printf(bio_err, "writing EC key\n");
crypto/libressl/apps/openssl/ec.c
375
BIO_printf(bio_err, "bad output format specified for "
crypto/libressl/apps/openssl/ec.c
381
BIO_printf(bio_err, "unable to write private key\n");
crypto/libressl/apps/openssl/ecparam.c
328
BIO_printf(out, " %-10s: ", sname);
crypto/libressl/apps/openssl/ecparam.c
329
BIO_printf(out, "%s\n", comment);
crypto/libressl/apps/openssl/ecparam.c
345
BIO_printf(bio_err, "using curve name prime192v1 "
crypto/libressl/apps/openssl/ecparam.c
349
BIO_printf(bio_err, "using curve name prime256v1 "
crypto/libressl/apps/openssl/ecparam.c
359
BIO_printf(bio_err, "unknown curve name (%s)\n",
crypto/libressl/apps/openssl/ecparam.c
365
BIO_printf(bio_err, "unable to create curve (%s)\n",
crypto/libressl/apps/openssl/ecparam.c
376
BIO_printf(bio_err, "bad input format specified\n");
crypto/libressl/apps/openssl/ecparam.c
381
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ecparam.c
400
BIO_printf(bio_err, "checking elliptic curve parameters: ");
crypto/libressl/apps/openssl/ecparam.c
402
BIO_printf(bio_err, "failed\n");
crypto/libressl/apps/openssl/ecparam.c
405
BIO_printf(bio_err, "ok\n");
crypto/libressl/apps/openssl/ecparam.c
467
BIO_printf(out, "\n\n");
crypto/libressl/apps/openssl/ecparam.c
469
BIO_printf(out, "EC_GROUP *get_ec_group_%d(void)\n\t{\n", len);
crypto/libressl/apps/openssl/ecparam.c
470
BIO_printf(out, "\tint ok=0;\n");
crypto/libressl/apps/openssl/ecparam.c
471
BIO_printf(out, "\tEC_GROUP *group = NULL;\n");
crypto/libressl/apps/openssl/ecparam.c
472
BIO_printf(out, "\tEC_POINT *point = NULL;\n");
crypto/libressl/apps/openssl/ecparam.c
473
BIO_printf(out, "\tBIGNUM *tmp_1 = NULL, *tmp_2 = NULL, "
crypto/libressl/apps/openssl/ecparam.c
475
BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_p_%d, "
crypto/libressl/apps/openssl/ecparam.c
478
BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_a_%d, "
crypto/libressl/apps/openssl/ecparam.c
481
BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, "
crypto/libressl/apps/openssl/ecparam.c
485
BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_"
crypto/libressl/apps/openssl/ecparam.c
489
BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_"
crypto/libressl/apps/openssl/ecparam.c
493
BIO_printf(out, "\t/* build generator */\n");
crypto/libressl/apps/openssl/ecparam.c
494
BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_gen_%d, "
crypto/libressl/apps/openssl/ecparam.c
497
BIO_printf(out, "\tpoint = EC_POINT_bn2point(group, tmp_1, "
crypto/libressl/apps/openssl/ecparam.c
499
BIO_printf(out, "\tif (point == NULL)\n\t\tgoto err;\n");
crypto/libressl/apps/openssl/ecparam.c
500
BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_order_%d, "
crypto/libressl/apps/openssl/ecparam.c
503
BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_cofactor_%d, "
crypto/libressl/apps/openssl/ecparam.c
506
BIO_printf(out, "\tif (!EC_GROUP_set_generator(group, point,"
crypto/libressl/apps/openssl/ecparam.c
508
BIO_printf(out, "\n\tok=1;\n");
crypto/libressl/apps/openssl/ecparam.c
509
BIO_printf(out, "err:\n");
crypto/libressl/apps/openssl/ecparam.c
510
BIO_printf(out, "\tif (tmp_1)\n\t\tBN_free(tmp_1);\n");
crypto/libressl/apps/openssl/ecparam.c
511
BIO_printf(out, "\tif (tmp_2)\n\t\tBN_free(tmp_2);\n");
crypto/libressl/apps/openssl/ecparam.c
512
BIO_printf(out, "\tif (tmp_3)\n\t\tBN_free(tmp_3);\n");
crypto/libressl/apps/openssl/ecparam.c
513
BIO_printf(out, "\tif (point)\n\t\tEC_POINT_free(point);\n");
crypto/libressl/apps/openssl/ecparam.c
514
BIO_printf(out, "\tif (!ok)\n");
crypto/libressl/apps/openssl/ecparam.c
515
BIO_printf(out, "\t\t{\n");
crypto/libressl/apps/openssl/ecparam.c
516
BIO_printf(out, "\t\tEC_GROUP_free(group);\n");
crypto/libressl/apps/openssl/ecparam.c
517
BIO_printf(out, "\t\tgroup = NULL;\n");
crypto/libressl/apps/openssl/ecparam.c
518
BIO_printf(out, "\t\t}\n");
crypto/libressl/apps/openssl/ecparam.c
519
BIO_printf(out, "\treturn(group);\n\t}\n");
crypto/libressl/apps/openssl/ecparam.c
527
BIO_printf(bio_err, "bad output format specified for"
crypto/libressl/apps/openssl/ecparam.c
532
BIO_printf(bio_err, "unable to write elliptic "
crypto/libressl/apps/openssl/ecparam.c
559
BIO_printf(bio_err, "bad output format specified "
crypto/libressl/apps/openssl/ecparam.c
589
BIO_printf(out, "static unsigned char %s_%d[] = {", var, len);
crypto/libressl/apps/openssl/ecparam.c
591
BIO_printf(out, "\n\t0x00");
crypto/libressl/apps/openssl/ecparam.c
598
BIO_printf(out, "\n\t");
crypto/libressl/apps/openssl/ecparam.c
599
BIO_printf(out, "0x%02X,", buffer[i]);
crypto/libressl/apps/openssl/ecparam.c
602
BIO_printf(out, "\n\t");
crypto/libressl/apps/openssl/ecparam.c
603
BIO_printf(out, "0x%02X", buffer[i]);
crypto/libressl/apps/openssl/ecparam.c
605
BIO_printf(out, "\n\t};\n\n");
crypto/libressl/apps/openssl/enc.c
378
BIO_printf(bio_err, "%s is an unknown cipher\n", pname);
crypto/libressl/apps/openssl/enc.c
393
BIO_printf(bio_err, "unable to read key from '%s'\n",
crypto/libressl/apps/openssl/enc.c
399
BIO_printf(bio_err, "unable to read key from '%s'\n",
crypto/libressl/apps/openssl/enc.c
411
BIO_printf(bio_err, "zero length password\n");
crypto/libressl/apps/openssl/enc.c
419
BIO_printf(bio_err,
crypto/libressl/apps/openssl/enc.c
444
BIO_printf(bio_err, "invalid 'bufsize' specified.\n");
crypto/libressl/apps/openssl/enc.c
453
BIO_printf(bio_err, "bufsize=%d\n", bsize);
crypto/libressl/apps/openssl/enc.c
458
BIO_printf(bio_err, "malloc failure %ld\n", (long) EVP_ENCODE_LENGTH(bsize));
crypto/libressl/apps/openssl/enc.c
487
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/enc.c
503
BIO_printf(bio_err,
crypto/libressl/apps/openssl/enc.c
519
BIO_printf(bio_err, "bad password read\n");
crypto/libressl/apps/openssl/enc.c
581
BIO_printf(bio_err,
crypto/libressl/apps/openssl/enc.c
598
BIO_printf(bio_err, "error writing output file\n");
crypto/libressl/apps/openssl/enc.c
605
BIO_printf(bio_err, "error reading input file\n");
crypto/libressl/apps/openssl/enc.c
608
BIO_printf(bio_err, "bad magic number\n");
crypto/libressl/apps/openssl/enc.c
630
BIO_printf(bio_err, "PKCS5_PBKDF2_HMAC failed\n");
crypto/libressl/apps/openssl/enc.c
656
BIO_printf(bio_err, "invalid hex iv value\n");
crypto/libressl/apps/openssl/enc.c
666
BIO_printf(bio_err, "iv undefined\n");
crypto/libressl/apps/openssl/enc.c
671
BIO_printf(bio_err, "invalid hex key value\n");
crypto/libressl/apps/openssl/enc.c
686
BIO_printf(bio_err, "Error setting cipher %s\n",
crypto/libressl/apps/openssl/enc.c
696
BIO_printf(bio_err, "Error setting cipher %s\n",
crypto/libressl/apps/openssl/enc.c
743
BIO_printf(bio_err, "error writing output file\n");
crypto/libressl/apps/openssl/enc.c
748
BIO_printf(bio_err, "bad decrypt\n");
crypto/libressl/apps/openssl/enc.c
753
BIO_printf(bio_err, "bytes read :%8ld\n", BIO_number_read(in));
crypto/libressl/apps/openssl/enc.c
754
BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out));
crypto/libressl/apps/openssl/enc.c
780
BIO_printf(bio_err, "hex string is too long\n");
crypto/libressl/apps/openssl/enc.c
796
BIO_printf(bio_err, "non-hex digit\n");
crypto/libressl/apps/openssl/gendh.c
145
BIO_printf(bio_err, "Error allocating BN_GENCB object\n");
crypto/libressl/apps/openssl/gendh.c
183
BIO_printf(bio_err, "Generating DH parameters, %d bit long safe prime,"
crypto/libressl/apps/openssl/gendh.c
185
BIO_printf(bio_err, "This is going to take a long time\n");
crypto/libressl/apps/openssl/gendsa.c
252
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/gendsa.c
261
BIO_printf(bio_err, "unable to load DSA parameter file\n");
crypto/libressl/apps/openssl/gendsa.c
280
BIO_printf(bio_err, "Generating DSA key, %d bits\n",
crypto/libressl/apps/openssl/genpkey.c
255
BIO_printf(bio_err, "Can't open output file %s\n",
crypto/libressl/apps/openssl/genpkey.c
288
BIO_printf(bio_err, "Bad format specified for key\n");
crypto/libressl/apps/openssl/genpkey.c
331
BIO_printf(err, "Can't open parameter file %s\n", file);
crypto/libressl/apps/openssl/genpkey.c
338
BIO_printf(bio_err, "Error reading parameter file %s\n", file);
crypto/libressl/apps/openssl/genpkey.c
373
BIO_printf(bio_err, "Algorithm %s not found\n", algname);
crypto/libressl/apps/openssl/genpkey.c
395
BIO_printf(err, "Error initializing %s context\n", algname);
crypto/libressl/apps/openssl/genrsa.c
294
BIO_printf(bio_err, "Error allocating BN_GENCB object\n");
crypto/libressl/apps/openssl/genrsa.c
301
BIO_printf(bio_err, "unable to create BIO for output\n");
crypto/libressl/apps/openssl/genrsa.c
321
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/genrsa.c
334
BIO_printf(bio_err, "Generating RSA private key, %d bit long modulus\n",
crypto/libressl/apps/openssl/genrsa.c
349
BIO_printf(bio_err, "e is %s (0x%s)\n", rsa_e_hex, rsa_e_dec);
crypto/libressl/apps/openssl/nseq.c
128
BIO_printf(bio_err,
crypto/libressl/apps/openssl/nseq.c
137
BIO_printf(bio_err,
crypto/libressl/apps/openssl/nseq.c
151
BIO_printf(bio_err, "Error reading certs file %s\n", nseq_config.infile);
crypto/libressl/apps/openssl/nseq.c
160
BIO_printf(bio_err, "Error reading sequence file %s\n", nseq_config.infile);
crypto/libressl/apps/openssl/ocsp.c
1009
BIO_printf(bio_err, "Error parsing response\n");
crypto/libressl/apps/openssl/ocsp.c
1016
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
1019
BIO_printf(bio_err, "Nonce Verify error\n");
crypto/libressl/apps/openssl/ocsp.c
1029
BIO_printf(bio_err, "Response Verify Failure\n");
crypto/libressl/apps/openssl/ocsp.c
1032
BIO_printf(bio_err, "Response verify OK\n");
crypto/libressl/apps/openssl/ocsp.c
1079
BIO_printf(bio_err, "No issuer certificate specified\n");
crypto/libressl/apps/openssl/ocsp.c
1094
BIO_printf(bio_err, "Error Creating OCSP request\n");
crypto/libressl/apps/openssl/ocsp.c
1108
BIO_printf(bio_err, "No issuer certificate specified\n");
crypto/libressl/apps/openssl/ocsp.c
1119
BIO_printf(bio_err, "Error converting serial number %s\n",
crypto/libressl/apps/openssl/ocsp.c
1132
BIO_printf(bio_err, "Error Creating OCSP request\n");
crypto/libressl/apps/openssl/ocsp.c
1155
BIO_printf(out, "%s: ", name);
crypto/libressl/apps/openssl/ocsp.c
1170
BIO_printf(out, "%s\n", OCSP_cert_status_str(status));
crypto/libressl/apps/openssl/ocsp.c
1185
BIO_printf(out, "\tReason: %s\n",
crypto/libressl/apps/openssl/ocsp.c
1337
BIO_printf(bio_err, "Error setting up accept BIO\n");
crypto/libressl/apps/openssl/ocsp.c
1358
BIO_printf(bio_err, "Error accepting connection\n");
crypto/libressl/apps/openssl/ocsp.c
1372
BIO_printf(bio_err, "Invalid request\n");
crypto/libressl/apps/openssl/ocsp.c
1387
BIO_printf(bio_err, "Error parsing OCSP request\n");
crypto/libressl/apps/openssl/ocsp.c
1404
BIO_printf(cbio, http_resp, i2d_OCSP_RESPONSE(resp, NULL));
crypto/libressl/apps/openssl/ocsp.c
1509
BIO_printf(err, "Error creating connect BIO\n");
crypto/libressl/apps/openssl/ocsp.c
1518
BIO_printf(err, "Error creating SSL context.\n");
crypto/libressl/apps/openssl/ocsp.c
1527
BIO_printf(bio_err, "Error querying OCSP responder\n");
crypto/libressl/apps/openssl/ocsp.c
232
BIO_printf(bio_err, "Illegal update period %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
246
BIO_printf(bio_err, "Illegal update period %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
265
BIO_printf(bio_err, "Illegal accept count %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
306
BIO_printf(bio_err, "Illegal validity age %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
328
BIO_printf(bio_err, "Illegal timeout value %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
342
BIO_printf(bio_err, "Error parsing URL\n");
crypto/libressl/apps/openssl/ocsp.c
364
BIO_printf(bio_err, "Illegal validity period %s: %s\n",
crypto/libressl/apps/openssl/ocsp.c
795
BIO_printf(bio_err, "Error opening output file\n");
crypto/libressl/apps/openssl/ocsp.c
804
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
811
BIO_printf(bio_err, "Error reading OCSP request\n");
crypto/libressl/apps/openssl/ocsp.c
826
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
844
BIO_printf(bio_err, "Waiting for OCSP client connections...\n");
crypto/libressl/apps/openssl/ocsp.c
862
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
875
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
893
BIO_printf(bio_err, "Error signing OCSP request\n");
crypto/libressl/apps/openssl/ocsp.c
903
BIO_printf(bio_err, "Error opening file %s\n",
crypto/libressl/apps/openssl/ocsp.c
911
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
939
BIO_printf(bio_err,
crypto/libressl/apps/openssl/ocsp.c
946
BIO_printf(bio_err, "Error reading OCSP response\n");
crypto/libressl/apps/openssl/ocsp.c
959
BIO_printf(bio_err, "Error opening file %s\n",
crypto/libressl/apps/openssl/ocsp.c
969
BIO_printf(bio_err, "Responder Error: %s (%d)\n",
crypto/libressl/apps/openssl/openssl.c
416
BIO_printf(bio_err, "BIO_sock_init failed\n");
crypto/libressl/apps/openssl/openssl.c
427
BIO_printf(bio_err, "error making config file name\n");
crypto/libressl/apps/openssl/openssl.c
439
BIO_printf(bio_err,
crypto/libressl/apps/openssl/openssl.c
452
BIO_printf(bio_err, "failed to load configuration\n");
crypto/libressl/apps/openssl/openssl.c
521
BIO_printf(bio_err, "error in %s\n", argv[0]);
crypto/libressl/apps/openssl/openssl.c
524
BIO_printf(bio_err, "bad exit\n");
crypto/libressl/apps/openssl/openssl.c
585
BIO_printf(bio_stdout, "%s\n", argv[0]);
crypto/libressl/apps/openssl/openssl.c
587
BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
crypto/libressl/apps/openssl/openssl.c
628
BIO_printf(bio_stdout, "%s\n",
crypto/libressl/apps/openssl/openssl.c
635
BIO_printf(bio_err,
crypto/libressl/apps/openssl/openssl.c
638
BIO_printf(bio_err, "\nStandard commands");
crypto/libressl/apps/openssl/openssl.c
649
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/openssl.c
655
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/openssl.c
658
BIO_printf(bio_err,
crypto/libressl/apps/openssl/openssl.c
662
BIO_printf(bio_err, "\nCipher commands (see the `enc' command for more details)\n");
crypto/libressl/apps/openssl/openssl.c
666
BIO_printf(bio_err, "%-15s", fp->name);
crypto/libressl/apps/openssl/openssl.c
668
BIO_printf(bio_err, "%-18s", fp->name);
crypto/libressl/apps/openssl/openssl.c
671
BIO_printf(bio_err, "\n\n");
crypto/libressl/apps/openssl/openssl.c
702
BIO_printf(out, "Name: %s\n",
crypto/libressl/apps/openssl/openssl.c
704
BIO_printf(out, "\tType: Alias to %s\n",
crypto/libressl/apps/openssl/openssl.c
707
BIO_printf(out, "Name: %s\n", pinfo);
crypto/libressl/apps/openssl/openssl.c
708
BIO_printf(out, "\tType: %s Algorithm\n",
crypto/libressl/apps/openssl/openssl.c
711
BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id));
crypto/libressl/apps/openssl/openssl.c
714
BIO_printf(out, "\tPEM string: %s\n", pem_str);
crypto/libressl/apps/openssl/openssl.c
725
BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));
crypto/libressl/apps/openssl/openssl.c
731
BIO_printf(arg, "%s => %s\n", from, to);
crypto/libressl/apps/openssl/openssl.c
745
BIO_printf(arg, "%s\n", EVP_MD_name(m));
crypto/libressl/apps/openssl/openssl.c
751
BIO_printf(arg, "%s => %s\n", from, to);
crypto/libressl/apps/openssl/passwd.c
486
BIO_printf(bio_err,
crypto/libressl/apps/openssl/passwd.c
506
BIO_printf(out, "%s\t%s\n", passwd, hash);
crypto/libressl/apps/openssl/passwd.c
508
BIO_printf(out, "%s\t%s\n", hash, passwd);
crypto/libressl/apps/openssl/passwd.c
510
BIO_printf(out, "%s\n", hash);
crypto/libressl/apps/openssl/pkcs12.c
1022
BIO_printf(bio_err, "%s, Iteration %ld\n",
crypto/libressl/apps/openssl/pkcs12.c
1040
BIO_printf(out, "%s\n", value);
crypto/libressl/apps/openssl/pkcs12.c
1047
BIO_printf(out, "\n");
crypto/libressl/apps/openssl/pkcs12.c
1053
BIO_printf(out, "\n");
crypto/libressl/apps/openssl/pkcs12.c
1057
BIO_printf(out, "<Unsupported tag %d>\n",
crypto/libressl/apps/openssl/pkcs12.c
1072
BIO_printf(out, "%s: <No Attributes>\n", name);
crypto/libressl/apps/openssl/pkcs12.c
1076
BIO_printf(out, "%s: <Empty Attributes>\n", name);
crypto/libressl/apps/openssl/pkcs12.c
1079
BIO_printf(out, "%s\n", name);
crypto/libressl/apps/openssl/pkcs12.c
1086
BIO_printf(out, " ");
crypto/libressl/apps/openssl/pkcs12.c
1089
BIO_printf(out, ": ");
crypto/libressl/apps/openssl/pkcs12.c
1091
BIO_printf(out, "%s: ", OBJ_nid2ln(attr_nid));
crypto/libressl/apps/openssl/pkcs12.c
1099
BIO_printf(out, "<No Values>\n");
crypto/libressl/apps/openssl/pkcs12.c
1110
BIO_printf(out, "%02X ", buf[i]);
crypto/libressl/apps/openssl/pkcs12.c
1124
BIO_printf(bio_err, "Unknown PBE algorithm %s\n", str);
crypto/libressl/apps/openssl/pkcs12.c
567
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/pkcs12.c
589
BIO_printf(bio_err, "Error opening input file %s\n",
crypto/libressl/apps/openssl/pkcs12.c
600
BIO_printf(bio_err, "Error opening output file %s\n",
crypto/libressl/apps/openssl/pkcs12.c
608
BIO_printf(bio_err, "Can't read Password\n");
crypto/libressl/apps/openssl/pkcs12.c
622
BIO_printf(bio_err, "Nothing to do!\n");
crypto/libressl/apps/openssl/pkcs12.c
658
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs12.c
684
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs12.c
705
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs12.c
735
BIO_printf(bio_err, "Can't read Password\n");
crypto/libressl/apps/openssl/pkcs12.c
753
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs12.c
780
BIO_printf(bio_err, "Can't read Password\n");
crypto/libressl/apps/openssl/pkcs12.c
791
BIO_printf(bio_err, "MAC Iteration %ld\n",
crypto/libressl/apps/openssl/pkcs12.c
801
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs12.c
806
BIO_printf(bio_err, "MAC verified OK\n");
crypto/libressl/apps/openssl/pkcs12.c
810
BIO_printf(bio_err, "Error outputting keys and certificates\n");
crypto/libressl/apps/openssl/pkcs12.c
844
BIO_printf(bio_err, "PKCS7 Data\n");
crypto/libressl/apps/openssl/pkcs12.c
847
BIO_printf(bio_err, "PKCS7 Encrypted data: ");
crypto/libressl/apps/openssl/pkcs12.c
903
BIO_printf(bio_err, "Key bag\n");
crypto/libressl/apps/openssl/pkcs12.c
926
BIO_printf(bio_err, "Shrouded Keybag: ");
crypto/libressl/apps/openssl/pkcs12.c
951
BIO_printf(bio_err, "Certificate bag\n");
crypto/libressl/apps/openssl/pkcs12.c
971
BIO_printf(bio_err, "Safe Contents bag\n");
crypto/libressl/apps/openssl/pkcs12.c
977
BIO_printf(bio_err, "Warning unsupported bag type: ");
crypto/libressl/apps/openssl/pkcs12.c
979
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/pkcs7.c
194
BIO_printf(bio_err, "bad input format specified for pkcs7 object\n");
crypto/libressl/apps/openssl/pkcs7.c
198
BIO_printf(bio_err, "unable to load PKCS7 object\n");
crypto/libressl/apps/openssl/pkcs7.c
269
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/pkcs7.c
274
BIO_printf(bio_err, "unable to write pkcs7 object\n");
crypto/libressl/apps/openssl/pkcs8.c
227
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/pkcs8.c
235
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs8.c
245
BIO_printf(bio_err, "Can't open output file '%s'\n",
crypto/libressl/apps/openssl/pkcs8.c
258
BIO_printf(bio_err, "Error converting key\n");
crypto/libressl/apps/openssl/pkcs8.c
268
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs8.c
284
BIO_printf(bio_err, "Error encrypting key\n");
crypto/libressl/apps/openssl/pkcs8.c
293
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkcs8.c
309
BIO_printf(bio_err, "Bad format specified for key\n");
crypto/libressl/apps/openssl/pkcs8.c
318
BIO_printf(bio_err, "Bad format specified for key\n");
crypto/libressl/apps/openssl/pkcs8.c
323
BIO_printf(bio_err, "Error reading key\n");
crypto/libressl/apps/openssl/pkcs8.c
338
BIO_printf(bio_err, "Error decrypting key\n");
crypto/libressl/apps/openssl/pkcs8.c
343
BIO_printf(bio_err, "Error converting key\n");
crypto/libressl/apps/openssl/pkcs8.c
353
BIO_printf(bio_err, "Bad format specified for key\n");
crypto/libressl/apps/openssl/pkey.c
247
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/pkey.c
252
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkey.c
290
BIO_printf(bio_err, "Bad format specified for key\n");
crypto/libressl/apps/openssl/pkey.c
94
BIO_printf(bio_err, "Unknown cipher %s\n", name);
crypto/libressl/apps/openssl/pkeyparam.c
144
BIO_printf(bio_err, "Can't open input file %s\n",
crypto/libressl/apps/openssl/pkeyparam.c
153
BIO_printf(bio_err, "Can't open output file %s\n",
crypto/libressl/apps/openssl/pkeyparam.c
163
BIO_printf(bio_err, "Error reading parameters\n");
crypto/libressl/apps/openssl/pkeyutl.c
313
BIO_printf(bio_err, "Error Creating Output File\n");
crypto/libressl/apps/openssl/pkeyutl.c
324
BIO_printf(bio_err, "Can't open signature file %s\n",
crypto/libressl/apps/openssl/pkeyutl.c
331
BIO_printf(bio_err, "Error reading signature data\n");
crypto/libressl/apps/openssl/pkeyutl.c
339
BIO_printf(bio_err, "Error reading input Data\n");
crypto/libressl/apps/openssl/pkeyutl.c
379
BIO_printf(bio_err, "Public Key operation error\n");
crypto/libressl/apps/openssl/pkeyutl.c
415
BIO_printf(bio_err,
crypto/libressl/apps/openssl/pkeyutl.c
421
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/pkeyutl.c
514
BIO_printf(bio_err, "Error reading peer key %s\n", file);
crypto/libressl/apps/openssl/prime.c
139
BIO_printf(bio_err, "No prime specified.\n");
crypto/libressl/apps/openssl/prime.c
152
BIO_printf(bio_err, "Specify the number of bits.\n");
crypto/libressl/apps/openssl/prime.c
157
BIO_printf(bio_err, "Out of memory.\n");
crypto/libressl/apps/openssl/prime.c
162
BIO_printf(bio_err, "Prime generation error.\n");
crypto/libressl/apps/openssl/prime.c
167
BIO_printf(bio_err, "Out of memory.\n");
crypto/libressl/apps/openssl/prime.c
170
BIO_printf(bio_out, "%s\n", s);
crypto/libressl/apps/openssl/prime.c
175
BIO_printf(bio_err, "%s is an invalid hex "
crypto/libressl/apps/openssl/prime.c
181
BIO_printf(bio_err, "%s is an invalid decimal "
crypto/libressl/apps/openssl/prime.c
189
BIO_printf(bio_err, "BN_is_prime_ex failed.\n");
crypto/libressl/apps/openssl/prime.c
192
BIO_printf(bio_out, "%s is %sprime\n", prime,
crypto/libressl/apps/openssl/rand.c
167
BIO_printf(out, "%02x", buf[i]);
crypto/libressl/apps/openssl/req.c
1001
BIO_printf(bio_err, "verify OK\n");
crypto/libressl/apps/openssl/req.c
1024
BIO_printf(bio_err, "Error getting public key\n");
crypto/libressl/apps/openssl/req.c
1073
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/req.c
1077
BIO_printf(bio_err, "unable to write X509 request\n");
crypto/libressl/apps/openssl/req.c
1087
BIO_printf(bio_err, "bad output format specified for outfile\n");
crypto/libressl/apps/openssl/req.c
1091
BIO_printf(bio_err, "unable to write X509 certificate\n");
crypto/libressl/apps/openssl/req.c
1145
BIO_printf(bio_err, "unable to find '%s' in config\n",
crypto/libressl/apps/openssl/req.c
1151
BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect);
crypto/libressl/apps/openssl/req.c
1161
BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect);
crypto/libressl/apps/openssl/req.c
1228
BIO_printf(bio_err, "You are about to be asked to enter information that will be incorporated\n");
crypto/libressl/apps/openssl/req.c
1229
BIO_printf(bio_err, "into your certificate request.\n");
crypto/libressl/apps/openssl/req.c
1230
BIO_printf(bio_err, "What you are about to enter is what is called a Distinguished Name or a DN.\n");
crypto/libressl/apps/openssl/req.c
1231
BIO_printf(bio_err, "There are quite a few fields but you can leave some blank\n");
crypto/libressl/apps/openssl/req.c
1232
BIO_printf(bio_err, "For some fields there will be a default value,\n");
crypto/libressl/apps/openssl/req.c
1233
BIO_printf(bio_err, "If you enter '.', the field will be left blank.\n");
crypto/libressl/apps/openssl/req.c
1234
BIO_printf(bio_err, "-----\n");
crypto/libressl/apps/openssl/req.c
1273
BIO_printf(bio_err, "Name '%s' too long for default\n",
crypto/libressl/apps/openssl/req.c
1283
BIO_printf(bio_err, "Name '%s' too long for value\n",
crypto/libressl/apps/openssl/req.c
1293
BIO_printf(bio_err, "Name '%s' too long for min\n",
crypto/libressl/apps/openssl/req.c
1303
BIO_printf(bio_err, "Name '%s' too long for max\n",
crypto/libressl/apps/openssl/req.c
1316
BIO_printf(bio_err, "error, no objects specified in config file\n");
crypto/libressl/apps/openssl/req.c
1322
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
1324
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
1341
BIO_printf(bio_err, "Name '%s' too long for default\n",
crypto/libressl/apps/openssl/req.c
1352
BIO_printf(bio_err, "Name '%s' too long for value\n",
crypto/libressl/apps/openssl/req.c
1363
BIO_printf(bio_err, "Name '%s' too long for min\n",
crypto/libressl/apps/openssl/req.c
1373
BIO_printf(bio_err, "Name '%s' too long for max\n",
crypto/libressl/apps/openssl/req.c
1387
BIO_printf(bio_err, "No template, please set one up.\n");
crypto/libressl/apps/openssl/req.c
1435
BIO_printf(bio_err, "error, no objects specified in config file\n");
crypto/libressl/apps/openssl/req.c
1458
BIO_printf(bio_err, "%s [%s]:", text, def);
crypto/libressl/apps/openssl/req.c
1463
BIO_printf(bio_err, "%s\n", value);
crypto/libressl/apps/openssl/req.c
1487
BIO_printf(bio_err, "weird input :-(\n");
crypto/libressl/apps/openssl/req.c
1511
BIO_printf(bio_err, "%s [%s]:", text, def);
crypto/libressl/apps/openssl/req.c
1516
BIO_printf(bio_err, "%s\n", value);
crypto/libressl/apps/openssl/req.c
1540
BIO_printf(bio_err, "weird input :-(\n");
crypto/libressl/apps/openssl/req.c
1549
BIO_printf(bio_err, "Error adding attribute\n");
crypto/libressl/apps/openssl/req.c
1562
BIO_printf(bio_err, "string is too short, it needs to be at least %d bytes long\n", n_min);
crypto/libressl/apps/openssl/req.c
1566
BIO_printf(bio_err, "string is too long, it needs to be less than %d bytes long\n", n_max);
crypto/libressl/apps/openssl/req.c
1604
BIO_printf(err, "bad algorithm %s: %s\n", gstr, errstr);
crypto/libressl/apps/openssl/req.c
1623
BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr);
crypto/libressl/apps/openssl/req.c
1632
BIO_printf(err, "bad algorithm %s: %s\n",
crypto/libressl/apps/openssl/req.c
1646
BIO_printf(err, "Can't open parameter file %s\n",
crypto/libressl/apps/openssl/req.c
1664
BIO_printf(err, "Error reading parameter file %s\n",
crypto/libressl/apps/openssl/req.c
1671
BIO_printf(err, "Key Type does not match parameters\n");
crypto/libressl/apps/openssl/req.c
1748
BIO_printf(err, "parameter error \"%s\"\n", sigopt);
crypto/libressl/apps/openssl/req.c
190
if (i < 0 || BIO_printf(req_config.addext_bio, "%s\n", arg) < 0)
crypto/libressl/apps/openssl/req.c
203
BIO_printf(bio_err, "bad -days %s, using 0: %s\n",
crypto/libressl/apps/openssl/req.c
592
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/req.c
599
BIO_printf(bio_err, "Using configuration from %s\n", req_config.template);
crypto/libressl/apps/openssl/req.c
603
BIO_printf(bio_err, "error on line %ld of %s\n", errline, req_config.template);
crypto/libressl/apps/openssl/req.c
610
BIO_printf(bio_err, "Unable to load config info from %s\n", default_config_file);
crypto/libressl/apps/openssl/req.c
614
BIO_printf(bio_err, "Using configuration from %s\n",
crypto/libressl/apps/openssl/req.c
621
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
626
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
677
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
688
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
708
BIO_printf(bio_err, "Invalid global string mask setting %s\n", p);
crypto/libressl/apps/openssl/req.c
729
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
762
BIO_printf(bio_err, "private key length is too short,\n");
crypto/libressl/apps/openssl/req.c
763
BIO_printf(bio_err, "it needs to be at least %d bits, not %ld\n", MIN_KEY_LENGTH, req_config.newkey);
crypto/libressl/apps/openssl/req.c
777
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
785
BIO_printf(bio_err, "Generating a %ld bit %s private key\n",
crypto/libressl/apps/openssl/req.c
804
BIO_printf(bio_err, "writing new private key to stdout\n");
crypto/libressl/apps/openssl/req.c
807
BIO_printf(bio_err, "writing new private key to '%s'\n", req_config.keyout);
crypto/libressl/apps/openssl/req.c
838
BIO_printf(bio_err, "-----\n");
crypto/libressl/apps/openssl/req.c
855
BIO_printf(bio_err, "bad input format specified for X509 request\n");
crypto/libressl/apps/openssl/req.c
859
BIO_printf(bio_err, "unable to load X509 request\n");
crypto/libressl/apps/openssl/req.c
865
BIO_printf(bio_err, "you need to specify a private key\n");
crypto/libressl/apps/openssl/req.c
876
BIO_printf(bio_err, "problems making Certificate Request\n");
crypto/libressl/apps/openssl/req.c
921
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
929
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
949
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
957
BIO_printf(bio_err,
crypto/libressl/apps/openssl/req.c
969
BIO_printf(bio_err, "Cannot modify certificate subject\n");
crypto/libressl/apps/openssl/req.c
974
BIO_printf(bio_err, "Modifying Request's Subject\n");
crypto/libressl/apps/openssl/req.c
978
BIO_printf(bio_err, "ERROR: cannot modify subject\n");
crypto/libressl/apps/openssl/req.c
998
BIO_printf(bio_err, "verify failure\n");
crypto/libressl/apps/openssl/rsa.c
277
BIO_printf(bio_err, "Error getting passwords\n");
crypto/libressl/apps/openssl/rsa.c
281
BIO_printf(bio_err, "Only private keys can be checked\n");
crypto/libressl/apps/openssl/rsa.c
330
BIO_printf(out, "Modulus=");
crypto/libressl/apps/openssl/rsa.c
332
BIO_printf(out, "\n");
crypto/libressl/apps/openssl/rsa.c
338
BIO_printf(out, "RSA key ok\n");
crypto/libressl/apps/openssl/rsa.c
346
BIO_printf(out, "RSA key error: %s\n",
crypto/libressl/apps/openssl/rsa.c
362
BIO_printf(bio_err, "writing RSA key\n");
crypto/libressl/apps/openssl/rsa.c
396
BIO_printf(bio_err,
crypto/libressl/apps/openssl/rsa.c
401
BIO_printf(bio_err, "unable to write key\n");
crypto/libressl/apps/openssl/rsautl.c
270
BIO_printf(bio_err, "A private key is needed for this operation\n");
crypto/libressl/apps/openssl/rsautl.c
274
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/rsautl.c
306
BIO_printf(bio_err, "Error getting RSA key\n");
crypto/libressl/apps/openssl/rsautl.c
312
BIO_printf(bio_err, "Error Reading Input File\n");
crypto/libressl/apps/openssl/rsautl.c
321
BIO_printf(bio_err, "Error Reading Output File\n");
crypto/libressl/apps/openssl/rsautl.c
333
BIO_printf(bio_err, "Error allocating memory for input data\n");
crypto/libressl/apps/openssl/rsautl.c
338
BIO_printf(bio_err, "Error allocating memory for output data\n");
crypto/libressl/apps/openssl/rsautl.c
345
BIO_printf(bio_err, "Error reading input Data\n");
crypto/libressl/apps/openssl/rsautl.c
381
BIO_printf(bio_err, "RSA operation error\n");
crypto/libressl/apps/openssl/s_cb.c
146
BIO_printf(bio_err, "depth=%d ", depth);
crypto/libressl/apps/openssl/s_cb.c
154
BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
crypto/libressl/apps/openssl/s_cb.c
175
BIO_printf(bio_err, "notBefore=");
crypto/libressl/apps/openssl/s_cb.c
177
BIO_printf(bio_err, " <error getting cert>");
crypto/libressl/apps/openssl/s_cb.c
180
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/s_cb.c
184
BIO_printf(bio_err, "notAfter=");
crypto/libressl/apps/openssl/s_cb.c
186
BIO_printf(bio_err, " <error getting cert>");
crypto/libressl/apps/openssl/s_cb.c
189
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/s_cb.c
198
BIO_printf(bio_err, "verify return:%d\n", ok);
crypto/libressl/apps/openssl/s_cb.c
212
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_cb.c
218
BIO_printf(bio_err, "unable to get private key from '%s'\n",
crypto/libressl/apps/openssl/s_cb.c
226
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_cb.c
240
BIO_printf(bio_err, "error setting certificate\n");
crypto/libressl/apps/openssl/s_cb.c
245
BIO_printf(bio_err, "error setting private key\n");
crypto/libressl/apps/openssl/s_cb.c
254
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_cb.c
276
BIO_printf(out, "DH, %d bits\n", EVP_PKEY_bits(pkey));
crypto/libressl/apps/openssl/s_cb.c
290
BIO_printf(out, "ECDH, %s, %d bits\n", cname, EVP_PKEY_bits(pkey));
crypto/libressl/apps/openssl/s_cb.c
294
BIO_printf(out, "%s, %d bits\n", OBJ_nid2sn(EVP_PKEY_id(pkey)),
crypto/libressl/apps/openssl/s_cb.c
314
BIO_printf(out,
crypto/libressl/apps/openssl/s_cb.c
320
BIO_printf(out,
crypto/libressl/apps/openssl/s_cb.c
344
BIO_printf(bio_err, "%s:%s\n", str, SSL_state_string_long(s));
crypto/libressl/apps/openssl/s_cb.c
347
BIO_printf(bio_err, "SSL3 alert %s:%s:%s\n", str,
crypto/libressl/apps/openssl/s_cb.c
352
BIO_printf(bio_err, "%s:failed in %s\n",
crypto/libressl/apps/openssl/s_cb.c
355
BIO_printf(bio_err, "%s:error in %s\n",
crypto/libressl/apps/openssl/s_cb.c
632
BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p,
crypto/libressl/apps/openssl/s_cb.c
639
BIO_printf(bio, " ");
crypto/libressl/apps/openssl/s_cb.c
644
BIO_printf(bio, "\n ");
crypto/libressl/apps/openssl/s_cb.c
645
BIO_printf(bio, " %02x",
crypto/libressl/apps/openssl/s_cb.c
649
BIO_printf(bio, " ...");
crypto/libressl/apps/openssl/s_cb.c
650
BIO_printf(bio, "\n");
crypto/libressl/apps/openssl/s_cb.c
791
BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n",
crypto/libressl/apps/openssl/s_cb.c
835
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/s_cb.c
902
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/s_client.c
1047
BIO_printf(bio_err, "Error parsing -alpn argument\n");
crypto/libressl/apps/openssl/s_client.c
1055
BIO_printf(bio_err, "Failed to set groups '%s'\n",
crypto/libressl/apps/openssl/s_client.c
1065
BIO_printf(bio_err, "error setting cipher list\n");
crypto/libressl/apps/openssl/s_client.c
1087
BIO_printf(bio_err, "Can't open session file %s\n",
crypto/libressl/apps/openssl/s_client.c
1095
BIO_printf(bio_err, "Can't open session file %s\n",
crypto/libressl/apps/openssl/s_client.c
1116
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1134
BIO_printf(bio_err, "connect:errno=%d\n", errno);
crypto/libressl/apps/openssl/s_client.c
1137
BIO_printf(bio_c_out, "CONNECTED(%08X)\n", s);
crypto/libressl/apps/openssl/s_client.c
1141
BIO_printf(bio_c_out, "turning on non blocking io\n");
crypto/libressl/apps/openssl/s_client.c
1154
BIO_printf(bio_err, "getsockname:errno=%d\n",
crypto/libressl/apps/openssl/s_client.c
1241
BIO_printf(fbio, "%cHLO openssl.client.net\r\n",
crypto/libressl/apps/openssl/s_client.c
1255
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1258
BIO_printf(sbio, "STARTTLS\r\n");
crypto/libressl/apps/openssl/s_client.c
1263
BIO_printf(bio_err, "BIO_read failed\n");
crypto/libressl/apps/openssl/s_client.c
1266
BIO_printf(sbio, "STLS\r\n");
crypto/libressl/apps/openssl/s_client.c
1274
BIO_printf(fbio, ". CAPABILITY\r\n");
crypto/libressl/apps/openssl/s_client.c
1287
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1290
BIO_printf(sbio, ". STARTTLS\r\n");
crypto/libressl/apps/openssl/s_client.c
1303
BIO_printf(sbio, "AUTH TLS\r\n");
crypto/libressl/apps/openssl/s_client.c
1307
BIO_printf(sbio, "<stream:stream "
crypto/libressl/apps/openssl/s_client.c
1327
BIO_printf(sbio,
crypto/libressl/apps/openssl/s_client.c
1335
BIO_printf(sbio, "CONNECT %s HTTP/1.0\r\n\r\n",
crypto/libressl/apps/openssl/s_client.c
1339
BIO_printf(bio_err, "BIO_read failed\n");
crypto/libressl/apps/openssl/s_client.c
1366
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1381
BIO_printf(bio_c_out,
crypto/libressl/apps/openssl/s_client.c
1420
BIO_printf(bio_err, "bad select %d\n",
crypto/libressl/apps/openssl/s_client.c
1428
BIO_printf(bio_err, "TIMEOUT occured\n");
crypto/libressl/apps/openssl/s_client.c
1432
BIO_printf(bio_err, "poll error");
crypto/libressl/apps/openssl/s_client.c
1453
BIO_printf(bio_c_out, "write W BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1458
BIO_printf(bio_c_out, "write R BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1464
BIO_printf(bio_c_out, "write X BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1468
BIO_printf(bio_c_out, "shutdown\n");
crypto/libressl/apps/openssl/s_client.c
1479
BIO_printf(bio_err, "write:errno=%d\n",
crypto/libressl/apps/openssl/s_client.c
1494
BIO_printf(bio_err, "poll error");
crypto/libressl/apps/openssl/s_client.c
1500
BIO_printf(bio_c_out, "DONE\n");
crypto/libressl/apps/openssl/s_client.c
1543
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1550
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1557
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_client.c
1567
BIO_printf(bio_c_out, "read W BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1572
BIO_printf(bio_c_out, "read R BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1579
BIO_printf(bio_c_out, "read X BLOCK\n");
crypto/libressl/apps/openssl/s_client.c
1583
BIO_printf(bio_err, "read:errno=%d\n", ret);
crypto/libressl/apps/openssl/s_client.c
1586
BIO_printf(bio_c_out, "closed\n");
crypto/libressl/apps/openssl/s_client.c
1596
BIO_printf(bio_err, "poll error");
crypto/libressl/apps/openssl/s_client.c
1622
BIO_printf(bio_err, "DONE\n");
crypto/libressl/apps/openssl/s_client.c
1627
BIO_printf(bio_err, "RENEGOTIATING\n");
crypto/libressl/apps/openssl/s_client.c
1689
BIO_printf(bio, "---\nCertificate chain\n");
crypto/libressl/apps/openssl/s_client.c
1693
BIO_printf(bio, "%2d s:%s\n", i, buf);
crypto/libressl/apps/openssl/s_client.c
1696
BIO_printf(bio, " i:%s\n", buf);
crypto/libressl/apps/openssl/s_client.c
1702
BIO_printf(bio, "---\n");
crypto/libressl/apps/openssl/s_client.c
1705
BIO_printf(bio, "Server certificate\n");
crypto/libressl/apps/openssl/s_client.c
1712
BIO_printf(bio, "subject=%s\n", buf);
crypto/libressl/apps/openssl/s_client.c
1715
BIO_printf(bio, "issuer=%s\n", buf);
crypto/libressl/apps/openssl/s_client.c
1717
BIO_printf(bio, "no peer certificate available\n");
crypto/libressl/apps/openssl/s_client.c
1721
BIO_printf(bio,
crypto/libressl/apps/openssl/s_client.c
1730
BIO_printf(bio,
crypto/libressl/apps/openssl/s_client.c
1742
BIO_printf(bio,
crypto/libressl/apps/openssl/s_client.c
1763
BIO_printf(bio,
crypto/libressl/apps/openssl/s_client.c
1768
BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, "));
crypto/libressl/apps/openssl/s_client.c
1770
BIO_printf(bio, "%s, Cipher is %s\n",
crypto/libressl/apps/openssl/s_client.c
1777
BIO_printf(bio, "Server public key is %d bit\n",
crypto/libressl/apps/openssl/s_client.c
1780
BIO_printf(bio, "Secure Renegotiation IS%s supported\n",
crypto/libressl/apps/openssl/s_client.c
1784
BIO_printf(bio, "Compression: NONE\n");
crypto/libressl/apps/openssl/s_client.c
1785
BIO_printf(bio, "Expansion: NONE\n");
crypto/libressl/apps/openssl/s_client.c
1795
BIO_printf(bio, "LOCAL PORT is %u\n",
crypto/libressl/apps/openssl/s_client.c
1805
BIO_printf(bio, "ALPN protocol: ");
crypto/libressl/apps/openssl/s_client.c
1809
BIO_printf(bio, "No ALPN negotiated\n");
crypto/libressl/apps/openssl/s_client.c
1818
BIO_printf(bio,
crypto/libressl/apps/openssl/s_client.c
1826
BIO_printf(bio, "Keying material exporter:\n");
crypto/libressl/apps/openssl/s_client.c
1827
BIO_printf(bio, " Label: '%s'\n",
crypto/libressl/apps/openssl/s_client.c
1829
BIO_printf(bio, " Length: %i bytes\n",
crypto/libressl/apps/openssl/s_client.c
1838
BIO_printf(bio, " Error\n");
crypto/libressl/apps/openssl/s_client.c
1840
BIO_printf(bio, " Keying material: ");
crypto/libressl/apps/openssl/s_client.c
1842
BIO_printf(bio, "%02X",
crypto/libressl/apps/openssl/s_client.c
1844
BIO_printf(bio, "\n");
crypto/libressl/apps/openssl/s_client.c
1849
BIO_printf(bio, "---\n");
crypto/libressl/apps/openssl/s_client.c
1888
BIO_printf(bio_err, "Can't use SSL_get_servername\n");
crypto/libressl/apps/openssl/s_client.c
257
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_client.c
271
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_client.c
390
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_client.c
394
BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
crypto/libressl/apps/openssl/s_client.c
407
BIO_printf(bio_err, "unknown option %s\n", *argv);
crypto/libressl/apps/openssl/s_client.c
949
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/s_client.c
977
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/s_server.c
1123
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/s_server.c
1228
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1231
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1234
BIO_printf(bio_err, "error setting 'id_prefix'\n");
crypto/libressl/apps/openssl/s_server.c
1238
BIO_printf(bio_err, "id_prefix '%s' set.\n",
crypto/libressl/apps/openssl/s_server.c
1284
BIO_printf(bio_s_out, "Setting secondary ctx parameters\n");
crypto/libressl/apps/openssl/s_server.c
1288
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1291
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1295
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1300
BIO_printf(bio_err, "id_prefix '%s' set.\n",
crypto/libressl/apps/openssl/s_server.c
1329
BIO_printf(bio_err, "Failed to set groups '%s'\n",
crypto/libressl/apps/openssl/s_server.c
1345
BIO_printf(bio_s_out, "Setting temp DH parameters\n");
crypto/libressl/apps/openssl/s_server.c
1347
BIO_printf(bio_s_out, "Using auto DH parameters\n");
crypto/libressl/apps/openssl/s_server.c
1353
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1368
BIO_printf(bio_s_out,
crypto/libressl/apps/openssl/s_server.c
1379
BIO_printf(bio_err,
crypto/libressl/apps/openssl/s_server.c
1395
BIO_printf(bio_err, "unknown curve name (%s)\n",
crypto/libressl/apps/openssl/s_server.c
1400
BIO_printf(bio_err, "unable to create curve (%s)\n",
crypto/libressl/apps/openssl/s_server.c
1404
BIO_printf(bio_s_out, "Setting temp ECDH parameters\n");
crypto/libressl/apps/openssl/s_server.c
1424
BIO_printf(bio_err, "error setting cipher list\n");
crypto/libressl/apps/openssl/s_server.c
1430
BIO_printf(bio_err, "error setting cipher list\n");
crypto/libressl/apps/openssl/s_server.c
1467
BIO_printf(bio_s_out, "ACCEPT\n");
crypto/libressl/apps/openssl/s_server.c
1506
BIO_printf(bio, "%4ld items in the session cache\n",
crypto/libressl/apps/openssl/s_server.c
1508
BIO_printf(bio, "%4ld client connects (SSL_connect())\n",
crypto/libressl/apps/openssl/s_server.c
1510
BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n",
crypto/libressl/apps/openssl/s_server.c
1512
BIO_printf(bio, "%4ld client connects that finished\n",
crypto/libressl/apps/openssl/s_server.c
1514
BIO_printf(bio, "%4ld server accepts (SSL_accept())\n",
crypto/libressl/apps/openssl/s_server.c
1516
BIO_printf(bio, "%4ld server renegotiates (SSL_accept())\n",
crypto/libressl/apps/openssl/s_server.c
1518
BIO_printf(bio, "%4ld server accepts that finished\n",
crypto/libressl/apps/openssl/s_server.c
1520
BIO_printf(bio, "%4ld session cache hits\n",
crypto/libressl/apps/openssl/s_server.c
1522
BIO_printf(bio, "%4ld session cache misses\n",
crypto/libressl/apps/openssl/s_server.c
1524
BIO_printf(bio, "%4ld session cache timeouts\n",
crypto/libressl/apps/openssl/s_server.c
1526
BIO_printf(bio, "%4ld callback cache hits\n",
crypto/libressl/apps/openssl/s_server.c
1528
BIO_printf(bio, "%4ld cache full overflows (%ld allowed)\n",
crypto/libressl/apps/openssl/s_server.c
1545
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/s_server.c
1550
BIO_printf(bio_err, "turning on non blocking io\n");
crypto/libressl/apps/openssl/s_server.c
1650
BIO_printf(bio_err, "TIMEOUT occured\n");
crypto/libressl/apps/openssl/s_server.c
1687
BIO_printf(bio_s_out, "DONE\n");
crypto/libressl/apps/openssl/s_server.c
1695
BIO_printf(bio_s_out, "DONE\n");
crypto/libressl/apps/openssl/s_server.c
1762
BIO_printf(bio_s_out, "Write BLOCK\n");
crypto/libressl/apps/openssl/s_server.c
1766
BIO_printf(bio_s_out, "ERROR\n");
crypto/libressl/apps/openssl/s_server.c
1772
BIO_printf(bio_s_out, "DONE\n");
crypto/libressl/apps/openssl/s_server.c
1807
BIO_printf(bio_s_out, "ERROR\n");
crypto/libressl/apps/openssl/s_server.c
1818
BIO_printf(bio_s_out, "Read BLOCK\n");
crypto/libressl/apps/openssl/s_server.c
1822
BIO_printf(bio_s_out, "ERROR\n");
crypto/libressl/apps/openssl/s_server.c
1827
BIO_printf(bio_s_out, "DONE\n");
crypto/libressl/apps/openssl/s_server.c
1836
BIO_printf(bio_s_out, "shutting down SSL\n");
crypto/libressl/apps/openssl/s_server.c
1841
BIO_printf(bio_s_out, "CONNECTION CLOSED\n");
crypto/libressl/apps/openssl/s_server.c
1844
BIO_printf(bio_s_out, "ACCEPT\n");
crypto/libressl/apps/openssl/s_server.c
1851
BIO_printf(bio_err, "shutdown accept socket\n");
crypto/libressl/apps/openssl/s_server.c
1871
BIO_printf(bio_s_out, "DELAY\n");
crypto/libressl/apps/openssl/s_server.c
1874
BIO_printf(bio_err, "ERROR\n");
crypto/libressl/apps/openssl/s_server.c
1877
BIO_printf(bio_err, "verify error:%s\n",
crypto/libressl/apps/openssl/s_server.c
1887
BIO_printf(bio_s_out, "Client certificate\n");
crypto/libressl/apps/openssl/s_server.c
1890
BIO_printf(bio_s_out, "subject=%s\n", buf);
crypto/libressl/apps/openssl/s_server.c
1892
BIO_printf(bio_s_out, "issuer=%s\n", buf);
crypto/libressl/apps/openssl/s_server.c
1896
BIO_printf(bio_s_out, "Shared ciphers:%s\n", buf);
crypto/libressl/apps/openssl/s_server.c
1898
BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)");
crypto/libressl/apps/openssl/s_server.c
1906
BIO_printf(bio_s_out,
crypto/libressl/apps/openssl/s_server.c
1912
BIO_printf(bio_s_out, "Reused session-id\n");
crypto/libressl/apps/openssl/s_server.c
1913
BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",
crypto/libressl/apps/openssl/s_server.c
1916
BIO_printf(bio_s_out, "Keying material exporter:\n");
crypto/libressl/apps/openssl/s_server.c
1917
BIO_printf(bio_s_out, " Label: '%s'\n",
crypto/libressl/apps/openssl/s_server.c
1919
BIO_printf(bio_s_out, " Length: %i bytes\n",
crypto/libressl/apps/openssl/s_server.c
1928
BIO_printf(bio_s_out, " Error\n");
crypto/libressl/apps/openssl/s_server.c
1930
BIO_printf(bio_s_out, " Keying material: ");
crypto/libressl/apps/openssl/s_server.c
1932
BIO_printf(bio_s_out, "%02X",
crypto/libressl/apps/openssl/s_server.c
1934
BIO_printf(bio_s_out, "\n");
crypto/libressl/apps/openssl/s_server.c
1978
BIO_printf(bio_err, "turning on non blocking io\n");
crypto/libressl/apps/openssl/s_server.c
2029
BIO_printf(bio_s_out, "read R BLOCK\n");
crypto/libressl/apps/openssl/s_server.c
2059
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2068
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2074
BIO_printf(io, "%-11s:%-25s",
crypto/libressl/apps/openssl/s_server.c
2083
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2101
BIO_printf(io, (SSL_cache_hit(con)
crypto/libressl/apps/openssl/s_server.c
2105
BIO_printf(io, "%s, Cipher is %s\n",
crypto/libressl/apps/openssl/s_server.c
2109
BIO_printf(io, "---\n");
crypto/libressl/apps/openssl/s_server.c
2111
BIO_printf(io, "---\n");
crypto/libressl/apps/openssl/s_server.c
2114
BIO_printf(io, "Client certificate\n");
crypto/libressl/apps/openssl/s_server.c
2158
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2166
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2172
BIO_printf(io,
crypto/libressl/apps/openssl/s_server.c
2179
BIO_printf(io, "'%s' is a directory\r\n", p);
crypto/libressl/apps/openssl/s_server.c
2184
BIO_printf(io, "Error opening '%s'\r\n", p);
crypto/libressl/apps/openssl/s_server.c
2189
BIO_printf(bio_err, "FILE:%s\n", p);
crypto/libressl/apps/openssl/s_server.c
2230
BIO_printf(bio_s_out,
crypto/libressl/apps/openssl/s_server.c
2259
BIO_printf(bio_s_out, "ACCEPT\n");
crypto/libressl/apps/openssl/s_server.c
2300
BIO_printf(p->biodebug, "Hostname in TLS extension: \"%s\"\n",
crypto/libressl/apps/openssl/s_server.c
2310
BIO_printf(p->biodebug, "Switching server context.\n");
crypto/libressl/apps/openssl/s_server.c
2360
BIO_printf(err, "cert_status: AIA URL: %s\n",
crypto/libressl/apps/openssl/s_server.c
2458
BIO_printf(bio_s_out,
crypto/libressl/apps/openssl/s_server.c
2474
BIO_printf(bio_s_out, "ALPN protocols selected: ");
crypto/libressl/apps/openssl/s_server.c
312
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_server.c
326
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_server.c
423
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_server.c
437
BIO_printf(bio_err, "Error parsing URL\n");
crypto/libressl/apps/openssl/s_server.c
458
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_server.c
462
BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
crypto/libressl/apps/openssl/s_server.c
473
BIO_printf(bio_err, "invalid argument %s: %s\n",
crypto/libressl/apps/openssl/s_server.c
477
BIO_printf(bio_err, "verify depth is %d, must return a certificate\n",
crypto/libressl/apps/openssl/s_server.c
491
BIO_printf(bio_err, "unknown option %s\n", *argv);
crypto/libressl/apps/openssl/s_socket.c
254
BIO_printf(bio_err, "bad gethostbyaddr\n");
crypto/libressl/apps/openssl/s_socket.c
264
BIO_printf(bio_err, "gethostbyname failure\n");
crypto/libressl/apps/openssl/s_socket.c
270
BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
crypto/libressl/apps/openssl/s_socket.c
294
BIO_printf(bio_err, "no port defined\n");
crypto/libressl/apps/openssl/s_socket.c
321
BIO_printf(bio_err, "getservbyname failure for %s\n", str);
crypto/libressl/apps/openssl/s_socket.c
91
BIO_printf(bio_err, "getaddrinfo: %s\n", gai_strerror(i));
crypto/libressl/apps/openssl/s_socket.c
95
BIO_printf(bio_err, "getaddrinfo returned no addresses\n");
crypto/libressl/apps/openssl/s_time.c
266
BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
crypto/libressl/apps/openssl/s_time.c
271
BIO_printf(bio_err, "-www option too long\n");
crypto/libressl/apps/openssl/s_time.c
285
BIO_printf(bio_err, "error setting cipher list\n");
crypto/libressl/apps/openssl/s_time.c
359
BIO_printf(bio_err, "DELAY\n");
crypto/libressl/apps/openssl/s_time.c
368
BIO_printf(bio_err, "ERROR\n");
crypto/libressl/apps/openssl/s_time.c
371
BIO_printf(bio_err, "verify error:%s\n",
crypto/libressl/apps/openssl/sess_id.c
187
BIO_printf(bio_err, "Context too long\n");
crypto/libressl/apps/openssl/sess_id.c
226
BIO_printf(bio_err,
crypto/libressl/apps/openssl/sess_id.c
231
BIO_printf(bio_err, "unable to write SSL_SESSION\n");
crypto/libressl/apps/openssl/sess_id.c
241
BIO_printf(bio_err,
crypto/libressl/apps/openssl/sess_id.c
246
BIO_printf(bio_err, "unable to write X509\n");
crypto/libressl/apps/openssl/sess_id.c
283
BIO_printf(bio_err,
crypto/libressl/apps/openssl/sess_id.c
288
BIO_printf(bio_err, "unable to load SSL_SESSION\n");
crypto/libressl/apps/openssl/smime.c
1002
BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
crypto/libressl/apps/openssl/smime.c
1009
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
1017
BIO_printf(bio_err, "Verification successful\n");
crypto/libressl/apps/openssl/smime.c
1019
BIO_printf(bio_err, "Verification failure\n");
crypto/libressl/apps/openssl/smime.c
1026
BIO_printf(bio_err, "Error writing signers to %s\n",
crypto/libressl/apps/openssl/smime.c
1037
BIO_printf(out, "To: %s\n", smime_config.to);
crypto/libressl/apps/openssl/smime.c
1039
BIO_printf(out, "From: %s\n", smime_config.from);
crypto/libressl/apps/openssl/smime.c
1041
BIO_printf(out, "Subject: %s\n", smime_config.subject);
crypto/libressl/apps/openssl/smime.c
1061
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
205
BIO_printf(bio_err, "Unknown digest %s\n", arg);
crypto/libressl/apps/openssl/smime.c
776
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
785
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
791
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
806
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/smime.c
835
BIO_printf(bio_err, "No cipher selected\n");
crypto/libressl/apps/openssl/smime.c
885
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
902
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
908
BIO_printf(bio_err, "Error reading S/MIME message\n");
crypto/libressl/apps/openssl/smime.c
915
BIO_printf(bio_err,
crypto/libressl/apps/openssl/smime.c
924
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1054
BIO_printf(bio_err, "Failed to allocate HMAC context.\n");
crypto/libressl/apps/openssl/speed.c
1279
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1307
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1336
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1470
BIO_printf(bio_err, "Failed to "
crypto/libressl/apps/openssl/speed.c
1515
BIO_printf(bio_err, "RSA sign failure. No RSA sign will be done.\n");
crypto/libressl/apps/openssl/speed.c
1528
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1536
BIO_printf(bio_err, mr ? "+R1:%ld:%d:%.2f\n"
crypto/libressl/apps/openssl/speed.c
1545
BIO_printf(bio_err, "RSA verify failure. No RSA verify will be done.\n");
crypto/libressl/apps/openssl/speed.c
1557
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1565
BIO_printf(bio_err, mr ? "+R2:%ld:%d:%.2f\n"
crypto/libressl/apps/openssl/speed.c
1590
BIO_printf(bio_err, "DSA sign failure. No DSA sign will be done.\n");
crypto/libressl/apps/openssl/speed.c
1602
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1610
BIO_printf(bio_err, mr ? "+R3:%ld:%d:%.2f\n"
crypto/libressl/apps/openssl/speed.c
1620
BIO_printf(bio_err, "DSA verify failure. No DSA verify will be done.\n");
crypto/libressl/apps/openssl/speed.c
1632
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1640
BIO_printf(bio_err, mr ? "+R4:%ld:%d:%.2f\n"
crypto/libressl/apps/openssl/speed.c
1660
BIO_printf(bio_err, "ECDSA failure.\n");
crypto/libressl/apps/openssl/speed.c
1671
BIO_printf(bio_err, "ECDSA sign failure. No ECDSA sign will be done.\n");
crypto/libressl/apps/openssl/speed.c
1687
BIO_printf(bio_err, "ECDSA sign failure\n");
crypto/libressl/apps/openssl/speed.c
1695
BIO_printf(bio_err, mr ? "+R5:%ld:%d:%.2f\n" :
crypto/libressl/apps/openssl/speed.c
1706
BIO_printf(bio_err, "ECDSA verify failure. No ECDSA verify will be done.\n");
crypto/libressl/apps/openssl/speed.c
1718
BIO_printf(bio_err, "ECDSA verify failure\n");
crypto/libressl/apps/openssl/speed.c
1725
BIO_printf(bio_err, mr ? "+R6:%ld:%d:%.2f\n"
crypto/libressl/apps/openssl/speed.c
1745
BIO_printf(bio_err, "ECDH failure.\n");
crypto/libressl/apps/openssl/speed.c
1752
BIO_printf(bio_err, "ECDH key generation failure.\n");
crypto/libressl/apps/openssl/speed.c
1792
BIO_printf(bio_err,
crypto/libressl/apps/openssl/speed.c
1810
BIO_printf(bio_err, mr
crypto/libressl/apps/openssl/speed.c
1983
BIO_printf(bio_err, mr ? "+DT:%s:%d:%d\n"
crypto/libressl/apps/openssl/speed.c
1993
BIO_printf(bio_err, mr ? "+DTP:%d:%s:%s:%d\n"
crypto/libressl/apps/openssl/speed.c
2005
BIO_printf(bio_err, mr ? "+R:%d:%s:%f\n"
crypto/libressl/apps/openssl/speed.c
506
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/speed.c
510
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/speed.c
541
BIO_printf(bio_err, "no EVP given\n");
crypto/libressl/apps/openssl/speed.c
549
BIO_printf(bio_err, "%s is an unknown cipher or digest\n", *argv);
crypto/libressl/apps/openssl/speed.c
563
BIO_printf(bio_err, "no multi count given\n");
crypto/libressl/apps/openssl/speed.c
568
BIO_printf(bio_err, "bad multi count: %s", errstr);
crypto/libressl/apps/openssl/speed.c
832
BIO_printf(bio_err, "Error: bad option or value\n");
crypto/libressl/apps/openssl/speed.c
833
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
834
BIO_printf(bio_err, "Available values:\n");
crypto/libressl/apps/openssl/speed.c
836
BIO_printf(bio_err, "md4 ");
crypto/libressl/apps/openssl/speed.c
839
BIO_printf(bio_err, "md5 ");
crypto/libressl/apps/openssl/speed.c
841
BIO_printf(bio_err, "hmac ");
crypto/libressl/apps/openssl/speed.c
845
BIO_printf(bio_err, "sha1 ");
crypto/libressl/apps/openssl/speed.c
848
BIO_printf(bio_err, "sha256 ");
crypto/libressl/apps/openssl/speed.c
851
BIO_printf(bio_err, "sha512 ");
crypto/libressl/apps/openssl/speed.c
854
BIO_printf(bio_err, "whirlpool");
crypto/libressl/apps/openssl/speed.c
857
BIO_printf(bio_err, "rmd160");
crypto/libressl/apps/openssl/speed.c
863
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
867
BIO_printf(bio_err, "idea-cbc ");
crypto/libressl/apps/openssl/speed.c
870
BIO_printf(bio_err, "rc2-cbc ");
crypto/libressl/apps/openssl/speed.c
873
BIO_printf(bio_err, "bf-cbc ");
crypto/libressl/apps/openssl/speed.c
876
BIO_printf(bio_err, "des-cbc des-ede3\n");
crypto/libressl/apps/openssl/speed.c
879
BIO_printf(bio_err, "aes-128-cbc aes-192-cbc aes-256-cbc ");
crypto/libressl/apps/openssl/speed.c
880
BIO_printf(bio_err, "aes-128-ige aes-192-ige aes-256-ige\n");
crypto/libressl/apps/openssl/speed.c
881
BIO_printf(bio_err, "aes-128-gcm aes-256-gcm ");
crypto/libressl/apps/openssl/speed.c
884
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
885
BIO_printf(bio_err, "camellia-128-cbc camellia-192-cbc camellia-256-cbc ");
crypto/libressl/apps/openssl/speed.c
888
BIO_printf(bio_err, "rc4");
crypto/libressl/apps/openssl/speed.c
891
BIO_printf(bio_err," chacha20-poly1305");
crypto/libressl/apps/openssl/speed.c
893
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
895
BIO_printf(bio_err, "rsa512 rsa1024 rsa2048 rsa4096\n");
crypto/libressl/apps/openssl/speed.c
897
BIO_printf(bio_err, "dsa512 dsa1024 dsa2048\n");
crypto/libressl/apps/openssl/speed.c
898
BIO_printf(bio_err, "ecdsap160 ecdsap192 ecdsap224 ecdsap256 ecdsap384 ecdsap521\n");
crypto/libressl/apps/openssl/speed.c
899
BIO_printf(bio_err, "ecdsak163 ecdsak233 ecdsak283 ecdsak409 ecdsak571\n");
crypto/libressl/apps/openssl/speed.c
900
BIO_printf(bio_err, "ecdsab163 ecdsab233 ecdsab283 ecdsab409 ecdsab571 ecdsa\n");
crypto/libressl/apps/openssl/speed.c
901
BIO_printf(bio_err, "ecdhp160 ecdhp192 ecdhp224 ecdhp256 ecdhp384 ecdhp521\n");
crypto/libressl/apps/openssl/speed.c
902
BIO_printf(bio_err, "ecdhk163 ecdhk233 ecdhk283 ecdhk409 ecdhk571\n");
crypto/libressl/apps/openssl/speed.c
903
BIO_printf(bio_err, "ecdhb163 ecdhb233 ecdhb283 ecdhb409 ecdhb571 ecdh\n");
crypto/libressl/apps/openssl/speed.c
906
BIO_printf(bio_err, "idea ");
crypto/libressl/apps/openssl/speed.c
909
BIO_printf(bio_err, "rc2 ");
crypto/libressl/apps/openssl/speed.c
912
BIO_printf(bio_err, "des ");
crypto/libressl/apps/openssl/speed.c
915
BIO_printf(bio_err, "aes ");
crypto/libressl/apps/openssl/speed.c
918
BIO_printf(bio_err, "camellia ");
crypto/libressl/apps/openssl/speed.c
920
BIO_printf(bio_err, "rsa ");
crypto/libressl/apps/openssl/speed.c
922
BIO_printf(bio_err, "blowfish");
crypto/libressl/apps/openssl/speed.c
928
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
931
BIO_printf(bio_err, "\n");
crypto/libressl/apps/openssl/speed.c
932
BIO_printf(bio_err, "Available options:\n");
crypto/libressl/apps/openssl/speed.c
933
BIO_printf(bio_err, "-elapsed measure time in real time instead of CPU user time.\n");
crypto/libressl/apps/openssl/speed.c
934
BIO_printf(bio_err, "-evp e use EVP e.\n");
crypto/libressl/apps/openssl/speed.c
935
BIO_printf(bio_err, "-decrypt time decryption instead of encryption (only EVP).\n");
crypto/libressl/apps/openssl/speed.c
936
BIO_printf(bio_err, "-mr produce machine readable output.\n");
crypto/libressl/apps/openssl/speed.c
938
BIO_printf(bio_err, "-multi n run n benchmarks in parallel.\n");
crypto/libressl/apps/openssl/speed.c
971
BIO_printf(bio_err, "You have chosen to measure elapsed time instead of user CPU time.\n");
crypto/libressl/apps/openssl/speed.c
979
BIO_printf(bio_err, "internal error loading RSA key number %d\n", i);
crypto/libressl/apps/openssl/spkac.c
201
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/spkac.c
221
BIO_printf(bio_err, "Error encoding SPKAC\n");
crypto/libressl/apps/openssl/spkac.c
232
BIO_printf(bio_err, "Error opening output file\n");
crypto/libressl/apps/openssl/spkac.c
235
BIO_printf(out, "SPKAC=%s\n", spkstr);
crypto/libressl/apps/openssl/spkac.c
247
BIO_printf(bio_err, "Error opening input file\n");
crypto/libressl/apps/openssl/spkac.c
255
BIO_printf(bio_err, "Error parsing config file\n");
crypto/libressl/apps/openssl/spkac.c
263
BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n",
crypto/libressl/apps/openssl/spkac.c
271
BIO_printf(bio_err, "Error loading SPKAC\n");
crypto/libressl/apps/openssl/spkac.c
282
BIO_printf(bio_err, "Error opening output file\n");
crypto/libressl/apps/openssl/spkac.c
292
BIO_printf(bio_err, "Signature OK\n");
crypto/libressl/apps/openssl/spkac.c
294
BIO_printf(bio_err, "Signature Failure\n");
crypto/libressl/apps/openssl/ts.c
1010
BIO_printf(bio_err, "Warning: could not open file %s for "
crypto/libressl/apps/openssl/ts.c
1017
BIO_printf(bio_err, "unable to load number from %s\n",
crypto/libressl/apps/openssl/ts.c
1056
BIO_printf(bio_err, "could not save serial number to %s\n",
crypto/libressl/apps/openssl/ts.c
1143
BIO_printf(bio_err, "invalid digest string\n");
crypto/libressl/apps/openssl/ts.c
1207
BIO_printf(bio_err, "memory allocation failure\n");
crypto/libressl/apps/openssl/ts.c
1212
BIO_printf(bio_err, "Error loading directory %s\n",
crypto/libressl/apps/openssl/ts.c
1221
BIO_printf(bio_err, "memory allocation failure\n");
crypto/libressl/apps/openssl/ts.c
1226
BIO_printf(bio_err, "Error loading file %s\n", ca_file);
crypto/libressl/apps/openssl/ts.c
396
BIO_printf(bio_err, "Error getting password.\n");
crypto/libressl/apps/openssl/ts.c
481
BIO_printf(bio_err, "cannot convert %s to OID\n", oid);
crypto/libressl/apps/openssl/ts.c
499
BIO_printf(bio_err, "error loading the config file "
crypto/libressl/apps/openssl/ts.c
502
BIO_printf(bio_err, "error on line %ld of config file "
crypto/libressl/apps/openssl/ts.c
508
BIO_printf(bio_err, "Using configuration from %s\n",
crypto/libressl/apps/openssl/ts.c
665
BIO_printf(bio_err, "could not create query\n");
crypto/libressl/apps/openssl/ts.c
721
BIO_printf(bio_err, "bad digest, %d bytes "
crypto/libressl/apps/openssl/ts.c
762
BIO_printf(bio_err, "could not create nonce\n");
crypto/libressl/apps/openssl/ts.c
802
BIO_printf(bio_err, "Response has been generated.\n");
crypto/libressl/apps/openssl/ts.c
804
BIO_printf(bio_err, "Response is not generated.\n");
crypto/libressl/apps/openssl/verify.c
302
BIO_printf(bio_err, "Error loading file %s\n",
crypto/libressl/apps/openssl/verify.c
316
BIO_printf(bio_err, "Error loading directory %s\n",
crypto/libressl/apps/openssl/x509.c
1003
BIO_printf(STDout, "%s\n",
crypto/libressl/apps/openssl/x509.c
1011
BIO_printf(STDout, "%.*s\n",
crypto/libressl/apps/openssl/x509.c
1016
BIO_printf(STDout, "%08lx\n",
crypto/libressl/apps/openssl/x509.c
1021
BIO_printf(STDout, "%08lx\n",
crypto/libressl/apps/openssl/x509.c
1026
BIO_printf(STDout, "%08lx\n",
crypto/libressl/apps/openssl/x509.c
1031
BIO_printf(STDout, "%08lx\n",
crypto/libressl/apps/openssl/x509.c
1038
BIO_printf(STDout, "Certificate purposes:\n");
crypto/libressl/apps/openssl/x509.c
1048
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1053
BIO_printf(STDout, "Modulus=");
crypto/libressl/apps/openssl/x509.c
1068
BIO_printf(STDout,
crypto/libressl/apps/openssl/x509.c
1070
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1076
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1091
BIO_printf(STDout, "/* subject:%s */\n", buf);
crypto/libressl/apps/openssl/x509.c
1096
BIO_printf(STDout, "/* issuer :%s */\n", buf);
crypto/libressl/apps/openssl/x509.c
1104
BIO_printf(bio_err, "out of mem\n");
crypto/libressl/apps/openssl/x509.c
1114
BIO_printf(STDout,
crypto/libressl/apps/openssl/x509.c
1118
BIO_printf(STDout, "0x%02X,", d[y]);
crypto/libressl/apps/openssl/x509.c
1120
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1123
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1124
BIO_printf(STDout, "};\n");
crypto/libressl/apps/openssl/x509.c
1131
BIO_printf(STDout,
crypto/libressl/apps/openssl/x509.c
1135
BIO_printf(STDout, "0x%02X,", d[y]);
crypto/libressl/apps/openssl/x509.c
1137
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1140
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1141
BIO_printf(STDout, "};\n");
crypto/libressl/apps/openssl/x509.c
1148
BIO_printf(STDout,
crypto/libressl/apps/openssl/x509.c
1152
BIO_printf(STDout, "0x%02X,", d[y]);
crypto/libressl/apps/openssl/x509.c
1154
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1157
BIO_printf(STDout, "\n");
crypto/libressl/apps/openssl/x509.c
1158
BIO_printf(STDout, "};\n");
crypto/libressl/apps/openssl/x509.c
1195
BIO_printf(bio_err, "out of memory\n");
crypto/libressl/apps/openssl/x509.c
1198
BIO_printf(STDout, "%s Fingerprint=",
crypto/libressl/apps/openssl/x509.c
1201
BIO_printf(STDout, "%02X%c", md[j],
crypto/libressl/apps/openssl/x509.c
1208
BIO_printf(bio_err, "Getting Private key\n");
crypto/libressl/apps/openssl/x509.c
1222
BIO_printf(bio_err, "Getting CA Private Key\n");
crypto/libressl/apps/openssl/x509.c
1242
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1245
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1257
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1283
BIO_printf(out, "Certificate expiry time is invalid\n");
crypto/libressl/apps/openssl/x509.c
1286
BIO_printf(out, "Certificate will expire\n");
crypto/libressl/apps/openssl/x509.c
1289
BIO_printf(out, "Certificate will not expire\n");
crypto/libressl/apps/openssl/x509.c
1306
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1311
BIO_printf(bio_err, "unable to write certificate\n");
crypto/libressl/apps/openssl/x509.c
1350
BIO_printf(bio_err, "out of mem\n");
crypto/libressl/apps/openssl/x509.c
1369
BIO_printf(bio_err, "add_word failure\n");
crypto/libressl/apps/openssl/x509.c
1401
BIO_printf(bio_err, "Error initialising X509 store\n");
crypto/libressl/apps/openssl/x509.c
1421
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1486
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1492
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
1563
BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
crypto/libressl/apps/openssl/x509.c
1565
BIO_printf(bio, "Yes\n");
crypto/libressl/apps/openssl/x509.c
1567
BIO_printf(bio, "No\n");
crypto/libressl/apps/openssl/x509.c
1569
BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);
crypto/libressl/apps/openssl/x509.c
161
BIO_printf(bio_err, "Invalid reject object value %s\n", arg);
crypto/libressl/apps/openssl/x509.c
180
BIO_printf(bio_err, "Invalid trust object value %s\n", arg);
crypto/libressl/apps/openssl/x509.c
219
BIO_printf(bio_err, "checkend unusable: %s\n", errstr);
crypto/libressl/apps/openssl/x509.c
241
BIO_printf(bio_err, "bad number of days: %s\n", errstr);
crypto/libressl/apps/openssl/x509.c
258
BIO_printf(bio_err, "unknown option %s\n", *argv);
crypto/libressl/apps/openssl/x509.c
770
BIO_printf(bio_err, "Error getting password\n");
crypto/libressl/apps/openssl/x509.c
781
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
791
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
795
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
812
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
824
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
850
BIO_printf(bio_err, "error unpacking public key\n");
crypto/libressl/apps/openssl/x509.c
855
BIO_printf(bio_err, "Signature verification error\n");
crypto/libressl/apps/openssl/x509.c
860
BIO_printf(bio_err,
crypto/libressl/apps/openssl/x509.c
864
BIO_printf(bio_err, "Signature ok\n");
crypto/libressl/apps/openssl/x509.c
968
BIO_printf(STDout, "serial=");
crypto/libressl/apps/openssl/x509.c
971
BIO_printf(STDout, "\n");
crypto/libressl/crypto/asn1/a_bitstr.c
193
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/asn1/asn1_par.c
137
BIO_printf(bp, "Max depth exceeded\n");
crypto/libressl/crypto/asn1/asn1_par.c
153
if (BIO_printf(bp, "%5ld:", (long)offset +
crypto/libressl/crypto/asn1/asn1_par.c
158
if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
crypto/libressl/crypto/asn1/asn1_par.c
162
if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ",
crypto/libressl/crypto/asn1/asn1_par.c
173
BIO_printf(bp, "length is greater than %ld\n",
crypto/libressl/crypto/asn1/asn1_par.c
237
BIO_printf(bp, ":%u", p[0]);
crypto/libressl/crypto/asn1/asn1_par.c
277
if (BIO_printf(bp,
crypto/libressl/crypto/asn1/asn1_par.c
310
if (BIO_printf(bp, "%02X",
crypto/libressl/crypto/asn1/asn1_par.c
336
if (BIO_printf(bp, "%02X",
crypto/libressl/crypto/asn1/asn1_par.c
98
if (BIO_printf(bp, "%-18s", p) <= 0)
crypto/libressl/crypto/asn1/asn_mime.c
178
BIO_printf(out, "-----BEGIN %s-----\n", hdr);
crypto/libressl/crypto/asn1/asn_mime.c
180
BIO_printf(out, "-----END %s-----\n", hdr);
crypto/libressl/crypto/asn1/asn_mime.c
309
BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
310
BIO_printf(bio, "Content-Type: multipart/signed;");
crypto/libressl/crypto/asn1/asn_mime.c
311
BIO_printf(bio, " protocol=\"%ssignature\";", mime_prefix);
crypto/libressl/crypto/asn1/asn_mime.c
314
BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
crypto/libressl/crypto/asn1/asn_mime.c
316
BIO_printf(bio, "This is an S/MIME signed message%s%s",
crypto/libressl/crypto/asn1/asn_mime.c
319
BIO_printf(bio, "------%s%s", bound, mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
322
BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
326
BIO_printf(bio, "Content-Type: %ssignature;", mime_prefix);
crypto/libressl/crypto/asn1/asn_mime.c
327
BIO_printf(bio, " name=\"smime.p7s\"%s", mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
328
BIO_printf(bio, "Content-Transfer-Encoding: base64%s",
crypto/libressl/crypto/asn1/asn_mime.c
330
BIO_printf(bio, "Content-Disposition: attachment;");
crypto/libressl/crypto/asn1/asn_mime.c
331
BIO_printf(bio, " filename=\"smime.p7s\"%s%s",
crypto/libressl/crypto/asn1/asn_mime.c
334
BIO_printf(bio, "%s------%s--%s%s", mime_eol, bound,
crypto/libressl/crypto/asn1/asn_mime.c
355
BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
356
BIO_printf(bio, "Content-Disposition: attachment;");
crypto/libressl/crypto/asn1/asn_mime.c
357
BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
358
BIO_printf(bio, "Content-Type: %smime;", mime_prefix);
crypto/libressl/crypto/asn1/asn_mime.c
360
BIO_printf(bio, " smime-type=%s;", msg_type);
crypto/libressl/crypto/asn1/asn_mime.c
361
BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
362
BIO_printf(bio, "Content-Transfer-Encoding: base64%s%s",
crypto/libressl/crypto/asn1/asn_mime.c
366
BIO_printf(bio, "%s", mime_eol);
crypto/libressl/crypto/asn1/asn_mime.c
554
BIO_printf(out, "Content-Type: text/plain\r\n\r\n");
crypto/libressl/crypto/asn1/t_crl.c
100
BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
crypto/libressl/crypto/asn1/t_crl.c
107
BIO_printf(out, "%8sIssuer: %s\n", "", p);
crypto/libressl/crypto/asn1/t_crl.c
109
BIO_printf(out, "%8sLast Update: ", "");
crypto/libressl/crypto/asn1/t_crl.c
111
BIO_printf(out, "\n%8sNext Update: ", "");
crypto/libressl/crypto/asn1/t_crl.c
115
BIO_printf(out, "NONE");
crypto/libressl/crypto/asn1/t_crl.c
116
BIO_printf(out, "\n");
crypto/libressl/crypto/asn1/t_crl.c
124
BIO_printf(out, "Revoked Certificates:\n");
crypto/libressl/crypto/asn1/t_crl.c
126
BIO_printf(out, "No Revoked Certificates.\n");
crypto/libressl/crypto/asn1/t_crl.c
130
BIO_printf(out, " Serial Number: ");
crypto/libressl/crypto/asn1/t_crl.c
132
BIO_printf(out, "\n Revocation Date: ");
crypto/libressl/crypto/asn1/t_crl.c
134
BIO_printf(out, "\n");
crypto/libressl/crypto/asn1/t_crl.c
96
BIO_printf(out, "Certificate Revocation List (CRL):\n");
crypto/libressl/crypto/asn1/t_pkey.c
108
if (BIO_printf(bp, "%02x%s", buf[i],
crypto/libressl/crypto/asn1/t_pkey.c
80
if (BIO_printf(bp, "%s 0\n", number) <= 0)
crypto/libressl/crypto/asn1/t_pkey.c
86
if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
crypto/libressl/crypto/asn1/t_pkey.c
92
if (BIO_printf(bp, "%s%s", number,
crypto/libressl/crypto/asn1/t_req.c
132
if (BIO_printf(bp, "%8sVersion: %s%lu (%s0x%lx)\n", "", neg,
crypto/libressl/crypto/asn1/t_req.c
137
if (BIO_printf(bp, " Subject:%c", mlch) <= 0)
crypto/libressl/crypto/asn1/t_req.c
148
if (BIO_printf(bp, "%12sPublic Key Algorithm: ", "") <= 0)
crypto/libressl/crypto/asn1/t_req.c
157
BIO_printf(bp, "%12sUnable to load Public Key\n", "");
crypto/libressl/crypto/asn1/t_req.c
167
if (BIO_printf(bp, "%8sAttributes:\n", "") <= 0)
crypto/libressl/crypto/asn1/t_req.c
172
if (BIO_printf(bp, "%12sa0:00\n", "") <= 0)
crypto/libressl/crypto/asn1/t_req.c
185
if (BIO_printf(bp, "%12s", "") <= 0)
crypto/libressl/crypto/asn1/t_req.c
219
BIO_printf(bp, "%8sRequested Extensions:\n", "");
crypto/libressl/crypto/asn1/t_req.c
225
if (BIO_printf(bp, "%12s", "") <= 0)
crypto/libressl/crypto/asn1/t_req.c
230
if (BIO_printf(bp, ": %s\n",
crypto/libressl/crypto/asn1/t_req.c
234
BIO_printf(bp, "%16s", "");
crypto/libressl/crypto/asn1/t_spki.c
102
BIO_printf(out, " Signature Algorithm: %s",
crypto/libressl/crypto/asn1/t_spki.c
110
BIO_printf(out, "%02x%s", (unsigned char)s[i],
crypto/libressl/crypto/asn1/t_spki.c
86
BIO_printf(out, "Netscape SPKI:\n");
crypto/libressl/crypto/asn1/t_spki.c
88
BIO_printf(out, " Public Key Algorithm: %s\n",
crypto/libressl/crypto/asn1/t_spki.c
92
BIO_printf(out, " Unable to load public key\n");
crypto/libressl/crypto/asn1/t_spki.c
99
BIO_printf(out, " Challenge String: %.*s\n", chal->length,
crypto/libressl/crypto/asn1/t_x509.c
140
if (BIO_printf(bp, "%8sVersion: %ld (0x%lx)\n",
crypto/libressl/crypto/asn1/t_x509.c
144
if (BIO_printf(bp, "%8sVersion: unknown (%ld)\n",
crypto/libressl/crypto/asn1/t_x509.c
158
if (BIO_printf(bp, " %ld (0x%lx)\n", l, l) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
166
if (BIO_printf(bp, "\n%12s%s", "", neg) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
169
if (BIO_printf(bp, "%02x%c", bs->data[i],
crypto/libressl/crypto/asn1/t_x509.c
183
if (BIO_printf(bp, " Issuer:%c", mlch) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
206
if (BIO_printf(bp, " Subject:%c", mlch) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
218
if (BIO_printf(bp, "%12sPublic Key Algorithm: ", "") <= 0)
crypto/libressl/crypto/asn1/t_x509.c
227
BIO_printf(bp, "%12sUnable to load Public Key\n", "");
crypto/libressl/crypto/asn1/t_x509.c
265
if (BIO_printf(bp, " Subject OCSP hash: ") <= 0)
crypto/libressl/crypto/asn1/t_x509.c
277
if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
285
if (BIO_printf(bp, "\n Public key OCSP hash: ") <= 0)
crypto/libressl/crypto/asn1/t_x509.c
293
if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
296
BIO_printf(bp, "\n");
crypto/libressl/crypto/asn1/t_x509.c
320
if (BIO_printf(bp, "%02x%s", s[i],
crypto/libressl/crypto/asn1/t_x509.c
415
if (BIO_printf(bp, "%s %2d %02d:%02d:%02d%.*s %d%s",
crypto/libressl/crypto/asn1/t_x509.c
458
if (BIO_printf(bp, "%s %2d %02d:%02d:%02d %d%s",
crypto/libressl/crypto/asn1/t_x509a.c
107
BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
109
BIO_printf(out, "%*sAlias: %.*s\n", indent, "",
crypto/libressl/crypto/asn1/t_x509a.c
112
BIO_printf(out, "%*sKey Id: ", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
114
BIO_printf(out, "%s%02X", i ? ":" : "",
crypto/libressl/crypto/asn1/t_x509a.c
78
BIO_printf(out, "%*sTrusted Uses:\n%*s",
crypto/libressl/crypto/asn1/t_x509a.c
91
BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
94
BIO_printf(out, "%*sRejected Uses:\n%*s",
crypto/libressl/crypto/asn1/tasn_prn.c
255
BIO_printf(out, ":EXTERNAL TYPE %s\n", sname) <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
264
if (BIO_printf(out,
crypto/libressl/crypto/asn1/tasn_prn.c
311
if (BIO_printf(out, "%*s}\n", indent, "") < 0)
crypto/libressl/crypto/asn1/tasn_prn.c
323
BIO_printf(out, "Unprocessed type %d\n", it->itype);
crypto/libressl/crypto/asn1/tasn_prn.c
358
if (BIO_printf(out, "%*s%s OF %s {\n",
crypto/libressl/crypto/asn1/tasn_prn.c
361
} else if (BIO_printf(out, "%*s%s:\n", indent, "",
crypto/libressl/crypto/asn1/tasn_prn.c
374
if (!i && BIO_printf(out, "%*s<EMPTY>\n", indent + 2, "") <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
377
if (BIO_printf(out, "%*s}\n", indent, "") <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
412
if (BIO_printf(out, " (%s)", sname) <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
471
if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
481
if (BIO_printf(out, " (%ld unused bits)\n",
crypto/libressl/crypto/asn1/x_bignum.c
201
if (BIO_printf(out, "\n") <= 0)
crypto/libressl/crypto/asn1/x_long.c
235
if (BIO_printf(out, "%ld\n", val) <= 0)
crypto/libressl/crypto/conf/conf_def.c
673
BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
crypto/libressl/crypto/conf/conf_def.c
675
BIO_printf(out, "[[%s]]\n", a->section);
crypto/libressl/crypto/conf/conf_sap.c
99
BIO_printf(bio_err, "Auto configuration failed\n");
crypto/libressl/crypto/ct/ct_prn.c
105
BIO_printf(out, "%02X%02X", sct->hash_alg, sct->sig_alg);
crypto/libressl/crypto/ct/ct_prn.c
107
BIO_printf(out, "%s", OBJ_nid2ln(nid));
crypto/libressl/crypto/ct/ct_prn.c
160
BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
crypto/libressl/crypto/ct/ct_prn.c
161
BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
164
BIO_printf(out, "unknown\n%*s", indent + 16, "");
crypto/libressl/crypto/ct/ct_prn.c
169
BIO_printf(out, "v1 (0x0)");
crypto/libressl/crypto/ct/ct_prn.c
172
BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
crypto/libressl/crypto/ct/ct_prn.c
176
BIO_printf(out, "\n%*sLog ID : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
179
BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
182
BIO_printf(out, "\n%*sExtensions: ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
184
BIO_printf(out, "none");
crypto/libressl/crypto/ct/ct_prn.c
188
BIO_printf(out, "\n%*sSignature : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
190
BIO_printf(out, "\n%*s ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
206
BIO_printf(out, "%s", separator);
crypto/libressl/crypto/ct/ct_prn.c
84
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/ct/ct_prn.c
86
BIO_printf(out, "%02X:", data[i]);
crypto/libressl/crypto/ct/ct_prn.c
90
BIO_printf(out, "\n");
crypto/libressl/crypto/ct/ct_prn.c
94
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/ct/ct_prn.c
95
BIO_printf(out, "%02X", data[datalen - 1]);
crypto/libressl/crypto/dh/dh_ameth.c
358
if (BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0)
crypto/libressl/crypto/dh/dh_ameth.c
374
if (BIO_printf(bp, "recommended-private-length: %d bits\n",
crypto/libressl/crypto/dsa/dsa_ameth.c
425
if (BIO_printf(bp, "%s: (%d bit)\n", ktype,
crypto/libressl/crypto/ec/ec_ameth.c
499
if (BIO_printf(bp, "%s: (%d bit)\n", ecstr,
crypto/libressl/crypto/ec/eck_prn.c
188
if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
crypto/libressl/crypto/ec/eck_prn.c
190
if (BIO_printf(bp, "\n") <= 0)
crypto/libressl/crypto/ec/eck_prn.c
197
if (BIO_printf(bp, "NIST CURVE: %s\n", nname) <= 0)
crypto/libressl/crypto/ec/eck_prn.c
260
if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
crypto/libressl/crypto/ec/eck_prn.c
273
if (BIO_printf(bp, "Basis Type: %s\n",
crypto/libressl/crypto/ec/eck_prn.c
342
if (BIO_printf(fp, "%s", name) <= 0)
crypto/libressl/crypto/ec/eck_prn.c
352
if (BIO_printf(fp, "%02x%s", buf[i], ((i + 1) == len) ? "" : ":") <= 0)
crypto/libressl/crypto/err/err_prn.c
100
return BIO_printf(&bio, "%s", str);
crypto/libressl/crypto/evp/p_lib.c
542
BIO_printf(out, "%s algorithm \"%s\" unsupported\n",
crypto/libressl/crypto/gost/gostr341001_ameth.c
329
BIO_printf(out, "Parameter set: %s\n", OBJ_nid2ln(param_nid));
crypto/libressl/crypto/gost/gostr341001_ameth.c
332
BIO_printf(out, "Digest Algorithm: %s\n",
crypto/libressl/crypto/gost/gostr341001_ameth.c
362
BIO_printf(out, "Public key:\n");
crypto/libressl/crypto/gost/gostr341001_ameth.c
365
BIO_printf(out, "X:");
crypto/libressl/crypto/gost/gostr341001_ameth.c
367
BIO_printf(out, "\n");
crypto/libressl/crypto/gost/gostr341001_ameth.c
370
BIO_printf(out, "Y:");
crypto/libressl/crypto/gost/gostr341001_ameth.c
372
BIO_printf(out, "\n");
crypto/libressl/crypto/gost/gostr341001_ameth.c
392
BIO_printf(out, "Private key: ");
crypto/libressl/crypto/gost/gostr341001_ameth.c
395
BIO_printf(out, "<undefined)");
crypto/libressl/crypto/gost/gostr341001_ameth.c
398
BIO_printf(out, "\n");
crypto/libressl/crypto/lhash/lh_stats.c
188
BIO_printf(out, "num_items = %lu\n", lh->num_items);
crypto/libressl/crypto/lhash/lh_stats.c
189
BIO_printf(out, "num_nodes = %u\n", lh->num_nodes);
crypto/libressl/crypto/lhash/lh_stats.c
190
BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes);
crypto/libressl/crypto/lhash/lh_stats.c
191
BIO_printf(out, "num_expands = %lu\n", lh->num_expands);
crypto/libressl/crypto/lhash/lh_stats.c
192
BIO_printf(out, "num_expand_reallocs = %lu\n",
crypto/libressl/crypto/lhash/lh_stats.c
194
BIO_printf(out, "num_contracts = %lu\n", lh->num_contracts);
crypto/libressl/crypto/lhash/lh_stats.c
195
BIO_printf(out, "num_contract_reallocs = %lu\n",
crypto/libressl/crypto/lhash/lh_stats.c
197
BIO_printf(out, "num_hash_calls = %lu\n", lh->num_hash_calls);
crypto/libressl/crypto/lhash/lh_stats.c
198
BIO_printf(out, "num_comp_calls = %lu\n", lh->num_comp_calls);
crypto/libressl/crypto/lhash/lh_stats.c
199
BIO_printf(out, "num_insert = %lu\n", lh->num_insert);
crypto/libressl/crypto/lhash/lh_stats.c
200
BIO_printf(out, "num_replace = %lu\n", lh->num_replace);
crypto/libressl/crypto/lhash/lh_stats.c
201
BIO_printf(out, "num_delete = %lu\n", lh->num_delete);
crypto/libressl/crypto/lhash/lh_stats.c
202
BIO_printf(out, "num_no_delete = %lu\n", lh->num_no_delete);
crypto/libressl/crypto/lhash/lh_stats.c
203
BIO_printf(out, "num_retrieve = %lu\n", lh->num_retrieve);
crypto/libressl/crypto/lhash/lh_stats.c
204
BIO_printf(out, "num_retrieve_miss = %lu\n", lh->num_retrieve_miss);
crypto/libressl/crypto/lhash/lh_stats.c
205
BIO_printf(out, "num_hash_comps = %lu\n", lh->num_hash_comps);
crypto/libressl/crypto/lhash/lh_stats.c
207
BIO_printf(out, "p = %u\n", lh->p);
crypto/libressl/crypto/lhash/lh_stats.c
208
BIO_printf(out, "pmax = %u\n", lh->pmax);
crypto/libressl/crypto/lhash/lh_stats.c
209
BIO_printf(out, "up_load = %lu\n", lh->up_load);
crypto/libressl/crypto/lhash/lh_stats.c
210
BIO_printf(out, "down_load = %lu\n", lh->down_load);
crypto/libressl/crypto/lhash/lh_stats.c
223
BIO_printf(out, "node %6u -> %3u\n", i, num);
crypto/libressl/crypto/lhash/lh_stats.c
243
BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes);
crypto/libressl/crypto/lhash/lh_stats.c
244
BIO_printf(out, "%lu items\n", total);
crypto/libressl/crypto/lhash/lh_stats.c
247
BIO_printf(out, "load %d.%02d actual load %d.%02d\n",
crypto/libressl/crypto/ocsp/ocsp_ht.c
122
if (BIO_printf(rctx->mem, "Content-Type: application/ocsp-request\r\n"
crypto/libressl/crypto/ocsp/ocsp_ht.c
179
if (BIO_printf(rctx->mem, "POST %s HTTP/1.0\r\n", path) <= 0) {
crypto/libressl/crypto/ocsp/ocsp_prn.c
158
if (BIO_printf(bp, " Version: %lu (0x%lx)", l+1, l) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
213
if (BIO_printf(bp, " OCSP Response Status: %s (0x%lx)\n",
crypto/libressl/crypto/ocsp/ocsp_prn.c
232
if (BIO_printf(bp, "\n Version: %lu (0x%lx)\n", l+1, l) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
247
if (BIO_printf(bp, "\n Produced At: ")<=0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
251
if (BIO_printf(bp, "\n Responses:\n") <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
261
if (BIO_printf(bp, " Cert Status: %s",
crypto/libressl/crypto/ocsp/ocsp_prn.c
266
if (BIO_printf(bp, "\n Revocation Time: ") <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
273
if (BIO_printf(bp,
crypto/libressl/crypto/ocsp/ocsp_prn.c
279
if (BIO_printf(bp, "\n This Update: ") <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
284
if (BIO_printf(bp, "\n Next Update: ") <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
74
BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
76
BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
78
BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
80
BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
82
BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
84
BIO_printf(bp, "\n");
crypto/libressl/crypto/rsa/rsa_ameth.c
380
if (BIO_printf(bp, "%s Salt Length: 0x", pss_key ? "Minimum" : "") <= 0)
crypto/libressl/crypto/rsa/rsa_ameth.c
455
if (BIO_printf(bp, "%s ", pkey_is_pss(pkey) ? "RSA-PSS" : "RSA") <= 0)
crypto/libressl/crypto/rsa/rsa_ameth.c
459
if (BIO_printf(bp, "Private-Key: (%d bit)\n", mod_len) <= 0)
crypto/libressl/crypto/rsa/rsa_ameth.c
464
if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) <= 0)
crypto/libressl/crypto/ts/ts_lib.c
113
BIO_printf(bio, "Extensions:\n");
crypto/libressl/crypto/ts/ts_lib.c
120
BIO_printf(bio, ": %s\n", critical ? "critical" : "");
crypto/libressl/crypto/ts/ts_lib.c
122
BIO_printf(bio, "%4s", "");
crypto/libressl/crypto/ts/ts_lib.c
136
return BIO_printf(bio, "Hash Algorithm: %s\n",
crypto/libressl/crypto/ts/ts_lib.c
147
BIO_printf(bio, "Message data:\n");
crypto/libressl/crypto/ts/ts_req_print.c
79
BIO_printf(bio, "Version: %d\n", v);
crypto/libressl/crypto/ts/ts_req_print.c
83
BIO_printf(bio, "Policy OID: ");
crypto/libressl/crypto/ts/ts_req_print.c
86
BIO_printf(bio, "unspecified\n");
crypto/libressl/crypto/ts/ts_req_print.c
90
BIO_printf(bio, "Nonce: ");
crypto/libressl/crypto/ts/ts_req_print.c
93
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_req_print.c
98
BIO_printf(bio, "Certificate required: %s\n",
crypto/libressl/crypto/ts/ts_rsp_print.c
150
BIO_printf(bio, "Status: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
154
BIO_printf(bio, "%s\n", status_map[status]);
crypto/libressl/crypto/ts/ts_rsp_print.c
156
BIO_printf(bio, "out of bounds\n");
crypto/libressl/crypto/ts/ts_rsp_print.c
159
BIO_printf(bio, "Status description: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
168
BIO_printf(bio, "unspecified\n");
crypto/libressl/crypto/ts/ts_rsp_print.c
171
BIO_printf(bio, "Failure info: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
175
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
176
BIO_printf(bio, "\n");
crypto/libressl/crypto/ts/ts_rsp_print.c
189
BIO_printf(bio, ", ");
crypto/libressl/crypto/ts/ts_rsp_print.c
190
BIO_printf(bio, "%s", a->text);
crypto/libressl/crypto/ts/ts_rsp_print.c
213
BIO_printf(bio, "Version: %d\n", v);
crypto/libressl/crypto/ts/ts_rsp_print.c
216
BIO_printf(bio, "Policy OID: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
224
BIO_printf(bio, "Serial number: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
227
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
233
BIO_printf(bio, "Time stamp: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
239
BIO_printf(bio, "Accuracy: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
242
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
248
BIO_printf(bio, "Ordering: %s\n",
crypto/libressl/crypto/ts/ts_rsp_print.c
252
BIO_printf(bio, "Nonce: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
255
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
261
BIO_printf(bio, "TSA: ");
crypto/libressl/crypto/ts/ts_rsp_print.c
264
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
289
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
290
BIO_printf(bio, " seconds, ");
crypto/libressl/crypto/ts/ts_rsp_print.c
294
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
295
BIO_printf(bio, " millis, ");
crypto/libressl/crypto/ts/ts_rsp_print.c
299
BIO_printf(bio, "unspecified");
crypto/libressl/crypto/ts/ts_rsp_print.c
300
BIO_printf(bio, " micros");
crypto/libressl/crypto/ts/ts_rsp_print.c
86
BIO_printf(bio, "Status info:\n");
crypto/libressl/crypto/ts/ts_rsp_print.c
89
BIO_printf(bio, "\nTST info:\n");
crypto/libressl/crypto/ts/ts_rsp_print.c
94
BIO_printf(bio, "Not included.\n");
crypto/libressl/crypto/x509/pcy_tree.c
110
BIO_printf(err, "Level print after %s\n", str);
crypto/libressl/crypto/x509/pcy_tree.c
111
BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
crypto/libressl/crypto/x509/pcy_tree.c
113
BIO_printf(err, "Level %ld, flags = %x\n",
crypto/libressl/crypto/x509/pcy_tree.c
119
BIO_printf(err, " Flags: %x\n", node->data->flags);
crypto/libressl/crypto/x509/x509_addr.c
578
BIO_printf(out, "%d.%d.%d.%d", addr[0], addr[1], addr[2],
crypto/libressl/crypto/x509/x509_addr.c
588
BIO_printf(out, "%x%s", (addr[i] << 8) | addr[i + 1],
crypto/libressl/crypto/x509/x509_addr.c
597
BIO_printf(out, "%s%02x", (i > 0 ? ":" : ""),
crypto/libressl/crypto/x509/x509_addr.c
599
BIO_printf(out, "[%d]", (int)(bs->flags & 7));
crypto/libressl/crypto/x509/x509_addr.c
620
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
628
BIO_printf(out, "/%d\n", addr_prefix_len(prefix));
crypto/libressl/crypto/x509/x509_addr.c
667
BIO_printf(out, "%*sIPv4", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
670
BIO_printf(out, "%*sIPv6", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
673
BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
crypto/libressl/crypto/x509/x509_addr.c
703
BIO_printf(out, " (Unknown SAFI %u)", safi);
crypto/libressl/crypto/x509/x509_alt.c
256
BIO_printf(out, "othername:<unsupported>");
crypto/libressl/crypto/x509/x509_alt.c
260
BIO_printf(out, "X400Name:<unsupported>");
crypto/libressl/crypto/x509/x509_alt.c
265
BIO_printf(out, "EdiPartyName:<unsupported>");
crypto/libressl/crypto/x509/x509_alt.c
269
BIO_printf(out, "email:%.*s", gen->d.ia5->length,
crypto/libressl/crypto/x509/x509_alt.c
274
BIO_printf(out, "DNS:%.*s", gen->d.ia5->length,
crypto/libressl/crypto/x509/x509_alt.c
279
BIO_printf(out, "URI:%.*s", gen->d.ia5->length,
crypto/libressl/crypto/x509/x509_alt.c
284
BIO_printf(out, "DirName: ");
crypto/libressl/crypto/x509/x509_alt.c
291
BIO_printf(out, "IP Address:%d.%d.%d.%d",
crypto/libressl/crypto/x509/x509_alt.c
294
BIO_printf(out, "IP Address");
crypto/libressl/crypto/x509/x509_alt.c
296
BIO_printf(out, ":%X", p[0] << 8 | p[1]);
crypto/libressl/crypto/x509/x509_alt.c
301
BIO_printf(out, "IP Address:<invalid>");
crypto/libressl/crypto/x509/x509_alt.c
307
BIO_printf(out, "Registered ID");
crypto/libressl/crypto/x509/x509_asid.c
300
BIO_printf(out, "%*s%s:\n", indent, "", msg);
crypto/libressl/crypto/x509/x509_asid.c
303
BIO_printf(out, "%*sinherit\n", indent + 2, "");
crypto/libressl/crypto/x509/x509_asid.c
315
BIO_printf(out, "%*s%s\n", indent + 2, "", s);
crypto/libressl/crypto/x509/x509_asid.c
322
BIO_printf(out, "%*s%s-", indent + 2, "", s);
crypto/libressl/crypto/x509/x509_asid.c
327
BIO_printf(out, "%s\n", s);
crypto/libressl/crypto/x509/x509_cpols.c
680
BIO_printf(out, "%*sPolicy: ", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
699
BIO_printf(out, "%*sCPS: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
705
BIO_printf(out, "%*sUser Notice:\n", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
710
BIO_printf(out, "%*sUnknown Qualifier: ",
crypto/libressl/crypto/x509/x509_cpols.c
728
BIO_printf(out, "%*sOrganization: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
730
BIO_printf(out, "%*sNumber%s: ", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
745
BIO_printf(out, "%*sExplicit Text: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
754
BIO_printf(out, "%*sPolicy: ", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
758
BIO_printf(out, "%*s%s\n", indent + 2, "",
crypto/libressl/crypto/x509/x509_cpols.c
763
BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
253
BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
710
BIO_printf(out, "%*s", indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
721
BIO_printf(out, "%*sFull Name:\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
726
BIO_printf(out, "%*sRelative Name:\n%*s",
crypto/libressl/crypto/x509/x509_crld.c
742
BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
744
BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
746
BIO_printf(out, "%*sIndirect CRL\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
751
BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
755
BIO_printf(out, "%*s<EMPTY>\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
776
BIO_printf(out, "%*sCRL Issuer:\n", indent, "");
crypto/libressl/crypto/x509/x509_ncons.c
253
BIO_printf(bp, "%*s%s:\n", ind, "", name);
crypto/libressl/crypto/x509/x509_ncons.c
256
BIO_printf(bp, "%*s", ind + 2, "");
crypto/libressl/crypto/x509/x509_ncons.c
276
BIO_printf(bp, "%d.%d.%d.%d/%d.%d.%d.%d",
crypto/libressl/crypto/x509/x509_ncons.c
280
BIO_printf(bp, "%X", p[0] << 8 | p[1]);
crypto/libressl/crypto/x509/x509_ncons.c
288
BIO_printf(bp, "IP Address:<invalid>");
crypto/libressl/crypto/x509/x509_ocsp.c
222
if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
230
if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
238
if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
255
if (BIO_printf(bp, "%*s", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
265
if (BIO_printf(bp, "%*s", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
332
if (BIO_printf(out, "%*s", indent, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
362
if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
368
if (BIO_printf(bp, "\n%*s", (2 * ind), "") <= 0)
crypto/libressl/crypto/x509/x509_pci.c
70
BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
crypto/libressl/crypto/x509/x509_pci.c
74
BIO_printf(out, "infinite");
crypto/libressl/crypto/x509/x509_pci.c
76
BIO_printf(out, "%*sPolicy Language: ", indent, "");
crypto/libressl/crypto/x509/x509_pci.c
80
BIO_printf(out, "%*sPolicy Text: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_pku.c
142
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
132
BIO_printf(out, "%*s%s", indent, "", value);
crypto/libressl/crypto/x509/x509_prn.c
166
BIO_printf(bp, "%*s%s:\n",indent, "", title);
crypto/libressl/crypto/x509/x509_prn.c
174
if (indent && BIO_printf(bp, "%*s",indent, "") <= 0)
crypto/libressl/crypto/x509/x509_prn.c
179
if (BIO_printf(bp, ": %s\n",j?"critical":"") <= 0)
crypto/libressl/crypto/x509/x509_prn.c
182
BIO_printf(bp, "%*s", indent + 4, "");
crypto/libressl/crypto/x509/x509_prn.c
200
BIO_printf(out, "%*s<Parse Error>", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
202
BIO_printf(out, "%*s<Not Supported>", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
83
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
89
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
90
else if (i > 0) BIO_printf(out, ", ");
crypto/libressl/crypto/x509/x509_prn.c
97
BIO_printf(out, "%s:%s", nval->name, nval->value);
crypto/libressl/crypto/x509/x509_sxnet.c
215
BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
crypto/libressl/crypto/x509/x509_sxnet.c
219
BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
crypto/libressl/include/openssl/bio.h
672
BIO_printf(BIO *bio, const char *format, ...)
crypto/libressl/include/openssl/bio.h
687
BIO_printf(BIO *bio, const char *format, ...)
crypto/libressl/ssl/ssl_txt.c
120
if (BIO_printf(bp, " Protocol : %s\n",
crypto/libressl/ssl/ssl_txt.c
125
if (BIO_printf(bp, " Cipher : %04lX\n",
crypto/libressl/ssl/ssl_txt.c
134
if (BIO_printf(bp, " Cipher : %s\n", cipher_name) <= 0)
crypto/libressl/ssl/ssl_txt.c
142
if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0)
crypto/libressl/ssl/ssl_txt.c
150
if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0)
crypto/libressl/ssl/ssl_txt.c
158
if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0)
crypto/libressl/ssl/ssl_txt.c
163
if (BIO_printf(bp,
crypto/libressl/ssl/ssl_txt.c
178
if (BIO_printf(bp, "\n Start Time: %"PRId64,
crypto/libressl/ssl/ssl_txt.c
184
if (BIO_printf(bp, "\n Timeout : %ld (sec)",
crypto/libressl/ssl/ssl_txt.c
192
if (BIO_printf(bp, " Verify return code: %ld (%s)\n",