| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-pkcs8.1 | 79 [\fB\-traditional\fR] 120 unencrypted private key in PKCS#8 format. If the \fB\-traditional\fR option is 121 used then a traditional format private key is written instead. 124 unencrypted private key in traditional DER format. 130 .IP \fB\-traditional\fR 4 131 .IX Item "-traditional" 132 When this option is present and \fB\-topk8\fR is not a traditional format private 232 counts are more secure that those encrypted using the traditional 238 level whereas the traditional format includes them at a PEM level. 306 Convert a private key from any PKCS#8 encrypted format to traditional format: [all …]
|
| H A D | openssl-pkey.1 | 84 [\fB\-traditional\fR] 177 .IP \fB\-traditional\fR 4 178 .IX Item "-traditional" 180 with the appropriate encryption algorithm (if any). If the \fB\-traditional\fR 181 option is specified then the older "traditional" format is used instead.
|
| H A D | openssl-genrsa.1 | 89 [\fB\-traditional\fR] 137 .IP \fB\-traditional\fR 4 138 .IX Item "-traditional" 139 Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.
|
| H A D | openssl-rsa.1 | 90 [\fB\-traditional\fR] 121 .IP \fB\-traditional\fR 4 122 .IX Item "-traditional" 123 When writing a private key, use the traditional PKCS#1 format
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-pkcs8.pod.in | 22 [B<-traditional>] 64 unencrypted private key in PKCS#8 format. If the B<-traditional> option is 65 used then a traditional format private key is written instead. 68 unencrypted private key in traditional DER format. 75 =item B<-traditional> 77 When this option is present and B<-topk8> is not a traditional format private 180 counts are more secure that those encrypted using the traditional 186 level whereas the traditional format includes them at a PEM level. 249 Convert a private key from any PKCS#8 encrypted format to traditional format: 251 openssl pkcs8 -in pk8.pem -traditional -out key.pem
|
| H A D | openssl-pkey.pod.in | 27 [B<-traditional>] 132 =item B<-traditional> 135 with the appropriate encryption algorithm (if any). If the B<-traditional> 136 option is specified then the older "traditional" format is used instead.
|
| H A D | openssl-genrsa.pod.in | 32 [B<-traditional>] 87 =item B<-traditional> 89 Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 52 traditional filesystems and volume managers. It supports data checksums, 108 traditional filesystems and volume managers. It supports data checksums, 122 traditional filesystems and volume managers. It supports data checksums, 136 traditional filesystems and volume managers. It supports data checksums, 204 traditional filesystems and volume managers. It supports data checksums, 222 traditional filesystems and volume managers. It supports data checksums, 238 traditional filesystems and volume managers. It supports data checksums, 269 traditional filesystems and volume managers. It supports data checksums, 287 traditional filesystems and volume managers. It supports data checksums, 322 traditional filesystems and volume managers. It supports data checksums,
|
| /freebsd/usr.bin/bintrans/tests/ |
| H A D | regress.sh | 6 REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in') 8 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
|
| H A D | Makefile | 10 ${PACKAGE}FILES+= regress.traditional.in regress.traditional.out
|
| /freebsd/crypto/openssl/apps/ |
| H A D | pkey.c | 53 {"traditional", OPT_TRADITIONAL, '-', 54 "Use traditional format for private key PEM output"}, 80 int private = 0, traditional = 0, check = 0, pub_check = 0; in pkey_main() local 138 traditional = 1; in pkey_main() 181 if (traditional && (noout || outformat != FORMAT_PEM)) in pkey_main() 183 "Warning: The -traditional is ignored since there is no PEM output\n"); in pkey_main() 276 if (traditional) { in pkey_main()
|
| H A D | genrsa.c | 64 {"traditional", OPT_TRADITIONAL, '-', 65 "Use traditional format for private keys"}, 90 int traditional = 0; in genrsa_main() local 146 traditional = 1; in genrsa_main() 228 if (traditional) { in genrsa_main()
|
| H A D | rsa.c | 78 {"traditional", OPT_TRADITIONAL, '-', 79 "Use traditional format for private keys"}, 136 int traditional = 0; in rsa_main() local 215 traditional = 1; in rsa_main() 353 if (traditional) in rsa_main()
|
| H A D | pkcs8.c | 57 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"}, 92 int private = 0, traditional = 0; in pkcs8_main() local 142 traditional = 1; in pkcs8_main() 367 if (traditional) in pkcs8_main()
|
| /freebsd/lib/libcrypt/ |
| H A D | crypt.3 | 58 .\" and the default used for the Traditional format, below. 92 .Bl -tag -width Traditional -compact -offset indent 104 .It Traditional 105 If neither of the above is true, it assumes the Traditional Format, 210 .Ss Traditional crypt:
|
| /freebsd/lib/libc/locale/ |
| H A D | big5.5 | 32 encoding for Traditional Chinese text 38 is a standard for encoding Traditional Chinese text. 42 Traditional Chinese characters are represented by two bytes:
|
| /freebsd/contrib/libxo/doc/ |
| H A D | formatting.rst | 25 traditional text output, as well as XML and JSON formatted data. HTML 26 can also be generated; "<div>" elements surround the traditional text 58 compatibility with traditional command line usage. 73 Most traditional programs generate text output on standard output, 146 traditional text content.
|
| /freebsd/share/doc/smm/05.fastfs/ |
| H A D | 2.t | 33 (the ``traditional'' file system), 40 physical space on a disk drive. In the traditional file 78 A 150 megabyte traditional UNIX file system consists 90 The traditional
|
| /freebsd/usr.bin/bintrans/ |
| H A D | bintrans.1 | 159 Use the Base64 method of encoding, rather than the traditional 182 flag, decode Base64 input instead of traditional 199 The input is assumed to be in the traditional 283 Files encoded using the traditional algorithm are expanded by 35% (3
|
| /freebsd/usr.sbin/ac/ |
| H A D | Makefile | 6 # traditional implementation (using SunOS 4.x as the sample traditional
|
| /freebsd/lib/libmp/ |
| H A D | libmp.3 | 28 .\" manual page, but it does document what appears to be the "traditional" 37 .Nd traditional BSD multiple precision integer arithmetic library 58 is the traditional
|
| /freebsd/share/man/man4/ |
| H A D | intro.4 | 142 device nodes could be created in the traditional way as persistent 156 The traditional names are reflected by the letters 171 in the traditional sense, even though they are not given
|
| /freebsd/lib/libsys/ |
| H A D | setcred.2 | 215 from calling standard or traditional credentials-setting functions. 222 to change standard credentials instead of standard or traditional functions are: 275 The same considerations as those of standard or traditional credentials-setting
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 15-test_pkey.t | 47 subtest "=== pkey handling of identical input and output files (using 3DES) and -traditional ===" =… 54 ok(run(app([@app, '-des3', '-traditional', '-in', $inout, '-out', $inout, 60 "traditional encoding contains \"DEK-Info: DES-EDE3-CBC,\"");
|
| /freebsd/contrib/dialog/po/ |
| H A D | zh_TW.po | 1 # Traditional Chinese Messages for dialog. 13 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|