/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 | 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() 278 if (traditional) { in pkey_main()
|
H A D | genrsa.c | 91 int traditional = 0; in genrsa_main() local 143 traditional = 1; in genrsa_main() 227 if (traditional) { in genrsa_main()
|
H A D | rsa.c | 136 int traditional = 0; in rsa_main() local 214 traditional = 1; in rsa_main() 355 if (traditional) in rsa_main()
|
H A D | pkcs8.c | 87 int private = 0, traditional = 0; in pkcs8_main() local 136 traditional = 1; in pkcs8_main() 356 if (traditional) in pkcs8_main()
|
/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-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.
|
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-rsa.pod.in | 37 [B<-traditional>] 71 =item B<-traditional> 73 When writing a private key, use the traditional PKCS#1 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/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/tools/build/options/ |
H A D | WITH_GH_BC | 5 programs instead of the traditional FreeBSD versions.
|
/freebsd/usr.bin/ident/tests/ |
H A D | test.in | 2 $Foo: bar $ (OK traditional)
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | PLATFORMS | 28 not-so-weak passwords with the obsolete "traditional" crypt(3) hashes
|
H A D | README | 60 the traditional crypt(3) password hashes. 62 It is important that you do set max=8 if you're using the traditional
|
/freebsd/contrib/dialog/po/ |
H A D | zh_TW.po | 13 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PEM_read_bio_PrivateKey.pod | 224 handle traditional and PKCS#8 format encrypted and unencrypted keys. 227 "traditional" format with a simple private key marker and should only 249 RSA structure. The write routines uses traditional format. The read 263 DSA structure. The write routines uses traditional format. The read 379 the traditional routines use a count of 1) unless compatibility with older 506 Write a private key (using traditional format) to a BIO using
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | WebAssembly.rst | 6 behaviour of traditional ELF linkers and specifically the ELF lld port. Where 149 behaviour of a traditional ELF linker, and in particular the ELF port of lld. 156 One way in which the WebAssembly linker differs from traditional native linkers
|
H A D | NewLLD.rst | 62 different from the traditional Unix linkers and similar to Windows linkers. 63 We'll describe how the traditional Unix linker handles archive files, what the 66 The traditional Unix linker maintains a set of undefined symbols during 104 The semantics of LLD's archive handling are different from the traditional
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | start-stop-gc.rst | 20 GNU ld 2.37 added ``-z start-stop-gc`` to restore the traditional behavior
|
/freebsd/contrib/ntp/ |
H A D | NOTES.y2kfixes | 54 not traditional Y2K errors, would break in the year 2000.
|
/freebsd/contrib/one-true-awk/ |
H A D | FREEBSD-upgrade | 9 traditional one true awk and adds features that the BSD projects have added over
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_pkey_export_to_provider.pod | 37 best to get "traditional" PEM output even if the input B<EVP_PKEY> has a
|
/freebsd/contrib/bmake/mk/sys/ |
H A D | Generic.mk |
|