/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 22 [B<-traditional>] 63 unencrypted private key in PKCS#8 format. If the B<-traditional> option is 64 used then a traditional format private key is written instead. 67 unencrypted private key in traditional DER format. 74 =item B<-traditional> 76 When this option is present and B<-topk8> is not a traditional format private 169 counts are more secure that those encrypted using the traditional 175 level whereas the traditional format includes them at a PEM level. 238 Convert a private key from any PKCS#8 encrypted format to traditional format: 240 openssl pkcs8 -in pk8.pem -traditional -out key.pem
|
H A D | openssl-pkey.pod.in | 27 [B<-traditional>] 126 =item B<-traditional> 129 with the appropriate encryption algorithm (if any). If the B<-traditional> 130 option is specified then the older "traditional" format is used instead.
|
H A D | openssl-genrsa.pod.in | 31 [B<-traditional>] 81 =item B<-traditional> 83 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 | 51 traditional filesystems and volume managers. It supports data checksums, 107 traditional filesystems and volume managers. It supports data checksums, 121 traditional filesystems and volume managers. It supports data checksums, 135 traditional filesystems and volume managers. It supports data checksums, 203 traditional filesystems and volume managers. It supports data checksums, 221 traditional filesystems and volume managers. It supports data checksums, 237 traditional filesystems and volume managers. It supports data checksums, 268 traditional filesystems and volume managers. It supports data checksums, 286 traditional filesystems and volume managers. It supports data checksums, 321 traditional filesystems and volume managers. It supports data checksums,
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-pkcs8.1 | 155 [\fB\-traditional\fR] 194 unencrypted private key in PKCS#8 format. If the \fB\-traditional\fR option is 195 used then a traditional format private key is written instead. 198 unencrypted private key in traditional \s-1DER\s0 format. 204 .IP "\fB\-traditional\fR" 4 205 .IX Item "-traditional" 206 When this option is present and \fB\-topk8\fR is not a traditional format private 295 counts are more secure that those encrypted using the traditional 301 level whereas the traditional format includes them at a \s-1PEM\s0 level. 369 Convert a private key from any PKCS#8 encrypted format to traditional format: [all …]
|
H A D | openssl-genrsa.1 | 164 [\fB\-traditional\fR] 207 .IP "\fB\-traditional\fR" 4 208 .IX Item "-traditional" 209 Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.
|
H A D | openssl-pkey.1 | 159 [\fB\-traditional\fR] 244 .IP "\fB\-traditional\fR" 4 245 .IX Item "-traditional" 247 with the appropriate encryption algorithm (if any). If the \fB\-traditional\fR 248 option is specified then the older \*(L"traditional\*(R" format is used instead.
|
H A D | openssl-rsa.1 | 166 [\fB\-traditional\fR] 196 .IP "\fB\-traditional\fR" 4 197 .IX Item "-traditional" 198 When writing a private key, use the traditional PKCS#1 format
|
/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 137 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() 278 if (traditional) { in pkey_main()
|
H A D | genrsa.c | 65 {"traditional", OPT_TRADITIONAL, '-', 66 "Use traditional format for private keys"}, 91 int traditional = 0; in genrsa_main() local 143 traditional = 1; in genrsa_main() 227 if (traditional) { in genrsa_main()
|
H A D | pkcs8.c | 53 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"}, 87 int private = 0, traditional = 0; in pkcs8_main() local 136 traditional = 1; in pkcs8_main() 356 if (traditional) in pkcs8_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 214 traditional = 1; in rsa_main() 355 if (traditional) in rsa_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/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/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/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
|
H A D | pty.4 | 39 driver provides support for the traditional BSD naming scheme that was 42 This traditional naming is still used in Linux.
|
/freebsd/lib/libsys/ |
H A D | setcred.2 | 220 from calling standard or traditional credentials-setting functions. 227 to change standard credentials instead of standard or traditional functions are: 280 The same considerations as those of standard or traditional credentials-setting
|
/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"
|