Home
last modified time | relevance | path

Searched refs:traditional (Results 1 – 25 of 124) sorted by relevance

12345

/freebsd/usr.bin/bintrans/tests/
H A Dregress.sh6 REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
8 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
H A DMakefile10 ${PACKAGE}FILES+= regress.traditional.in regress.traditional.out
/freebsd/crypto/openssl/apps/
H A Dpkey.c94 int private = 0, traditional = 0, check = 0, pub_check = 0; in pkey_main() local
152 traditional = 1; in pkey_main()
195 if (traditional && (noout || outformat != FORMAT_PEM)) in pkey_main()
290 if (traditional) { in pkey_main()
H A Dgenrsa.c98 int traditional = 0; in genrsa_main() local
154 traditional = 1; in genrsa_main()
236 if (traditional) { in genrsa_main()
H A Drsa.c151 int traditional = 0; in rsa_main() local
230 traditional = 1; in rsa_main()
368 if (traditional) in rsa_main()
H A Dpkcs8.c107 int private = 0, traditional = 0; in pkcs8_main() local
157 traditional = 1; in pkcs8_main()
381 if (traditional) in pkcs8_main()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol52 traditional filesystems and volume managers. It supports data checksums,
89 traditional filesystems and volume managers. It supports data checksums,
103 traditional filesystems and volume managers. It supports data checksums,
117 traditional filesystems and volume managers. It supports data checksums,
185 traditional filesystems and volume managers. It supports data checksums,
203 traditional filesystems and volume managers. It supports data checksums,
219 traditional filesystems and volume managers. It supports data checksums,
249 traditional filesystems and volume managers. It supports data checksums,
267 traditional filesystems and volume managers. It supports data checksums,
302 traditional filesystems and volume managers. It supports data checksums,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in22 [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 Dopenssl-genrsa.pod.in32 [B<-traditional>]
87 =item B<-traditional>
89 Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.
H A Dopenssl-pkey.pod.in27 [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 Dopenssl-rsa.pod.in37 [B<-traditional>]
71 =item B<-traditional>
73 When writing a private key, use the traditional PKCS#1 format
/freebsd/contrib/libxo/doc/
H A Dformatting.rst25 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 DWITH_GH_BC5 programs instead of the traditional FreeBSD versions.
/freebsd/usr.bin/ident/tests/
H A Dtest.in2 $Foo: bar $ (OK traditional)
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS28 not-so-weak passwords with the obsolete "traditional" crypt(3) hashes
H A DREADME60 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 Dzh_TW.po13 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/freebsd/packages/zfs/
H A Dzfs.ucl32 ZFS provides a number of features not found in traditional filesystems,
/freebsd/packages/ncurses/
H A Dncurses.ucl37 curses interface, and is also backward compatible with traditional BSD curses.
/freebsd/crypto/openssl/doc/man3/
H A DPEM_read_bio_PrivateKey.pod233 handle traditional and PKCS#8 format encrypted and unencrypted keys.
236 "traditional" format with a simple private key marker and should only
258 RSA structure. The write routines uses traditional format. The read
272 DSA structure. The write routines uses traditional format. The read
391 the traditional routines use a count of 1) unless compatibility with older
518 Write a private key (using traditional format) to a BIO using
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst6 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 DNewLLD.rst62 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 Dstart-stop-gc.rst20 GNU ld 2.37 added ``-z start-stop-gc`` to restore the traditional behavior
/freebsd/contrib/ntp/
H A DNOTES.y2kfixes54 not traditional Y2K errors, would break in the year 2000.
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade9 traditional one true awk and adds features that the BSD projects have added over

12345