Home
last modified time | relevance | path

Searched refs:traditional (Results 1 – 25 of 118) 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.c80 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 Dgenrsa.c91 int traditional = 0; in genrsa_main() local
143 traditional = 1; in genrsa_main()
227 if (traditional) { in genrsa_main()
H A Drsa.c136 int traditional = 0; in rsa_main() local
214 traditional = 1; in rsa_main()
355 if (traditional) in rsa_main()
H A Dpkcs8.c87 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 Dopenssl-pkcs8.pod.in22 [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 Dopenssl-genrsa.pod.in31 [B<-traditional>]
81 =item B<-traditional>
83 Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.
H A Dopenssl-pkey.pod.in27 [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 Dopenssl-rsa.pod.in37 [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 Dcontrol51 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 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/crypto/openssl/doc/man3/
H A DPEM_read_bio_PrivateKey.pod224 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 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
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_pkey_export_to_provider.pod37 best to get "traditional" PEM output even if the input B<EVP_PKEY> has a
/freebsd/contrib/bmake/mk/sys/
H A DGeneric.mk

12345