If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:openssl req
BoxMatrix >> Shell-Commands >> openssl_req | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Linux-Command
Command: | openssl_req - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Linux-Commands - Origin: OpenSSL | ||||||
Path: | Release: /bin Lab+Rel: /bin | ||||||
Properties: | Size: 53.2k - 97.5k - Firmware: 4.44 - 7.63 | ||||||
Function: | Certificate request and certificate generating utility (openssl pckg). |
Goto: Examples - GPL-Browser - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
openssl_req is a certificate request and generating utility. It comes from the OpenSSL package, where it's calledopenssl-req
, which is an alias to openssl req
. AVM stripped it down to a standalone command.
This command is/was used to create the server certificates from private keys previously created by openssl_genrsa,
see the Examples. In fw 7.70 AVM introduced the replacements mkcert / mkcsr.
See also the req(1) man page.
fw 7.29 help:
root@fritz2:/var/mod/root# openssl_req --help unknown option --help openssl_req [options] <infile >outfile where options are -inform arg input format - DER or PEM -outform arg output format - DER or PEM -in arg input file -out arg output file -text text form of request -pubkey output public key -noout do not output REQ -verify verify signature on REQ -modulus RSA modulus -nodes don't encrypt the output key -subject output the request's subject -passin private key password source -key file use the private key contained in file -keyform arg key file format -keyout arg file to send the key to -rand file:file:... load the file (or the files in the directory) into the random number generator -newkey rsa:bits generate a new RSA key of 'bits' in size -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file' -newkey ec:file generate a new EC key, parameters taken from CA in 'file' -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4) -config file request template file. -subj arg set or modify request subject -multivalue-rdn enable support for multivalued RDNs -new new request. -batch do not ask anything during request generation -x509 output a x509 structure instead of a cert. req. -days number of days a certificate generated by -x509 is valid for. -set_serial serial number to use for a certificate generated by -x509. -newhdr output "NEW" in the header lines -asn1-kludge Output the 'request' in a format that is wrong but some CA's have been reported as requiring -extensions .. specify certificate extension section (override value in config file) -reqexts .. specify request extension section (override value in config file) -utf8 input characters are UTF8 (default ASCII) -nameopt arg - various certificate name options -reqopt arg - various request text options
Examples
Create a self signed certificate from a server.key previously created by openssl_genrsa:
openssl_req -config openssl.cnf -new -x509 -key server.key -out server.cert -days 365
openssl_req -config openssl.cnf -new -x509 -key websrv_ssl_key.pem -out websrv_ssl_cert.pem -days 9999
openssl_req -config openssl_tr064.cnf -new -x509 -key websrv_ssl_key.pem -out tr064_ssl_cert.pem -days 9999
openssl_req -config ftps_openssl.cnf -new -x509 -key ftps_ssl_key.pem -out ftps_ssl_cert.pem -days 9999
GPL-Browser
Daily updated index of all openssl_req code findings on the GPL-Browser. Last update: 2024-11-17 05:19 GMT.
The Browse
column points to the Path
containing the respective source code on the gpl.boxmatrix.info service.
The SoC
column lists the Chip-Codenames, the Model
column lists the nicks of the Box-Models.
The Diff
column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download
column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.
Browse | Path | SoC | Arch | Model | Firmw | Diff | Download |
---|---|---|---|---|---|---|---|
davinci-8020-5504 | packages/openssl-0.9.7e/apps | DaVinci | ARM | 8020 | 55.04 | 2.6.19.2 | Download |
1 directory containing openssl_req source code |
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-11-17 07:59 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Depends on | lib | ld.so | 48 | 7.08 - 7.59 | Dynamic linker / loader | Linux |
Depends on | lib | libc.so | 133 | 4.44 - 7.63 | Standard C library | Linux |
Depends on | lib | libcrypto.so | 133 | 4.44 - 7.63 | OpenSSL general crypto and X.509 library | Linux |
Depends on | lib | libdl.so | 111 | 4.44 - 7.57 | Dynamic linking library | Linux |
Depends on | lib | libgcc_s.so | 67 | 4.44 - 6.110 | GCC low-level runtime library | Linux |
Depends on | lib | libpthread.so | 7 | 7.39 - 7.57 | POSIX threading library | Linux |
Depends on | lib | libssl.so | 133 | 4.44 - 7.63 | OpenSSL implementations of SSL and TLS | Linux |
7 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-11-17 06:06 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 2110 | 4.52 | /bin | 61.1k |
FRITZ!Box 2170 | 4.57 | /bin | 61.1k |
FRITZ!Box WLAN 3131 | 4.50 - 4.57 | /bin | 61.1k |
FRITZ!Box WLAN 3170 | 4.50 - 4.58 | /bin | 61.1k |
FRITZ!Box WLAN 3270 | 4.57 - 5.54 | /bin | 61.0k - 61.2k |
FRITZ!Box WLAN 3270 v3 | 4.77 - 5.54 | /bin | 61.0k - 61.2k |
FRITZ!Box WLAN 3270 IT | 5.23 - 5.52 | /bin | 61.2k |
FRITZ!Box 3272 (main) | 5.50 - 6.89 | /bin | 53.2k - 66.8k |
FRITZ!Box WLAN 3370 (main) | 5.01 - 6.56 | /bin | 53.2k - 66.0k |
FRITZ!Box 3390 (main) | 5.50 - 6.56 | /bin | 53.2k - 66.0k |
FRITZ!Box 3490 (main) | 6.20 - 7.30 | /bin | 61.8k - 75.7k |
FRITZ!Box 3490 (scrpn) | 7.27 - 7.30 | /bin | 75.7k |
FRITZ!Box 4020 | /bin | 61.8k - 66.2k | |
FRITZ!Box 4040 | 6.52 - 7.57 | /bin | 55.7k - 73.5k |
FRITZ!Box 4060 | 7.29 - 7.57 | /bin | 73.4k |
FRITZ!Box Fon | 4.49 | /bin | 61.1k |
FRITZ!Box Fon 5113 | 4.82 - 4.83 | /bin | 61.0k |
FRITZ!Box Fon 5124 | 4.47 - 4.77 | /bin | 61.0k - 61.1k |
VoIP Gateway 5188 | 4.61 - 4.81 | /bin | 61.0k |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /bin | 61.8k - 75.7k |
FRITZ!Box 5490 (scrpn) | 7.27 - 7.29 | /bin | 75.7k |
FRITZ!Box 5491 (main) | 7.01 - 7.29 | /bin | 65.6k - 75.7k |
FRITZ!Box 5491 (scrpn) | 7.27 - 7.29 | /bin | 75.7k |
FRITZ!Box 5530 Fiber (main) | 7.21 - 7.58 | /bin | 87.5k - 91.6k |
FRITZ!Box 5590 Fiber (main) | 7.29 - 7.50 | /bin | 73.4k |
FRITZ!Box 5590 Fiber (prx) | 7.29 - 7.50 | /bin | 87.5k - 91.6k |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /bin | 55.2k |
FRITZ!Box 6320 Cable v2 | 6.21 | /bin | 63.2k |
FRITZ!Box 6340 Cable | 5.24 | /bin | 55.1k |
FRITZ!Box 6360 Cable | 4.85 - 6.51 | /bin | 55.1k - 59.2k |
FRITZ!Box 6430 Cable (arm) | 6.84 - 7.29 | /bin | 59.2k - 69.3k |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /bin | 63.3k - 77.2k |
FRITZ!Box 6490 Cable (arm) | 6.20 - 7.51 | /bin | 59.2k - 81.3k |
FRITZ!Box 6490 Cable (atom) | 6.20 - 7.51 | /bin | 63.3k - 87.0k |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.57 | /bin | 59.2k - 81.3k |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.51 | /bin | 63.3k - 87.0k |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.57 | /bin | 69.5k - 85.7k |
FRITZ!Box 6591 Cable (atom) | 7.04 - 7.57 | /bin | 75.4k - 97.5k |
FRITZ!Box 6660 Cable (arm) | 7.14 - 7.56 | /bin | 66.7k - 85.7k |
FRITZ!Box 6660 Cable (atom) | 7.14 - 7.57 | /bin | 74.5k - 97.5k |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.57 | /bin | 74.9k |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.57 | /bin | 89.4k - 97.5k |
FRITZ!Box 6810 LTE | 6.35 | /bin | 53.2k - 66.0k |
FRITZ!Box 6820 LTE v1 (main) | 6.40 - 7.51 | /bin | 62.2k - 75.7k |
FRITZ!Box 6820 LTE v2 (main) | 6.40 - 7.51 | /bin | 62.2k - 75.7k |
FRITZ!Box 6820 LTE v3 (main) | 7.19 - 7.57 | /bin | 75.7k |
FRITZ!Box 6840 LTE (main) | 5.08 - 6.88 | /bin | 53.2k - 66.2k |
FRITZ!Box 6842 LTE | /bin | 53.2k - 66.0k | |
FRITZ!Box 6850 LTE | 7.21 - 7.59 | /bin | 73.4k - 87.6k |
FRITZ!Box 6850 5G | 7.24 - 7.59 | /bin | 73.4k - 73.5k |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.57 | /bin | 69.7k - 91.6k |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.57 | /bin | 69.7k - 91.6k |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.57 | /bin | 69.7k - 91.6k |
FRITZ!Box Fon WLAN | 4.49 | /bin | 61.1k |
FRITZ!Box Fon WLAN 7050 | 4.50 | /bin | 61.1k |
FRITZ!Box Fon WLAN 7112 | 4.76 - 4.88 | /bin | 61.0k |
FRITZ!Box Fon WLAN 7113 | 4.82 - 4.86 | /bin | 61.0k |
FRITZ!Box Fon WLAN 7113 INT | 4.82 - 4.86 | /bin | 61.0k |
FRITZ!Box Fon WLAN 7140 | 4.47 - 4.77 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7141 | 4.49 - 4.77 | /bin | 61.0k - 61.1k |
FRITZ!Fon 7150 | 4.56 - 4.77 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7170 | 4.44 - 4.99 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7170 v1 | 4.44 - 4.99 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7170 v2 | 4.44 - 4.99 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7240 | 4.65 - 6.06 | /bin | 61.0k - 65.3k |
FRITZ!Box Fon WLAN 7270 v1 | 4.44 - 4.99 | /bin | 61.0k - 61.1k |
FRITZ!Box Fon WLAN 7270 v2 | 4.67 - 6.06 | /bin | 61.0k - 65.3k |
FRITZ!Box Fon WLAN 7270 v3 | 4.76 - 6.06 | /bin | 61.0k - 65.3k |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /bin | 57.3k - 66.8k |
FRITZ!Box 7312 | 5.23 - 6.56 | /bin | 53.2k - 66.0k |
FRITZ!Box Fon WLAN 7320 | 4.85 - 6.35 | /bin | 53.2k - 66.0k |
FRITZ!Box 7330 | 5.06 - 6.56 | /bin | 53.2k - 66.0k |
FRITZ!Box 7330 SL | 5.08 - 6.56 | /bin | 53.2k - 66.0k |
FRITZ!Box Fon WLAN 7340 | 4.83 - 5.05 | /bin | 53.2k - 62.2k |
FRITZ!Box Fon WLAN 7360 SL | 5.04 - 6.34 | /bin | 53.2k - 66.0k |
FRITZ!Box Fon WLAN 7360 v1 | 5.06 - 6.36 | /bin | 53.2k - 66.0k |
FRITZ!Box Fon WLAN 7360 v2 | 5.22 - 6.88 | /bin | 53.2k - 66.2k |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /bin | 53.2k - 66.2k |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /bin | 62.2k |
FRITZ!Box Fon WLAN 7390 | 4.81 - 5.22 | /bin | 53.2k - 66.8k |
FRITZ!Box 7412 (main) | 6.21 - 6.88 | /bin | 61.8k - 66.2k |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /bin | 61.8k - 75.7k |
FRITZ!Box 7490 (main) | 5.57 - 7.51 | /bin | 57.3k - 95.7k |
FRITZ!Box 7490 (scrpn) | 7.19 - 7.51 | /bin | 75.7k - 95.7k |
FRITZ!Box 7510 | 7.30 - 7.57 | /bin | 73.4k |
FRITZ!Box 7520 | 6.98 - 7.51 | /bin | 63.3k - 73.5k |
FRITZ!Box 7520 v2 (main) | 7.30 - 7.57 | /bin | 73.4k - 73.5k |
FRITZ!Box 7530 | 6.98 - 7.59 | /bin | 63.3k - 73.5k |
FRITZ!Box 7530 AX | 7.20 - 7.57 | /bin | 73.6k - 77.6k |
FRITZ!Box 7560 (main) | 6.51 - 7.30 | /bin | 69.7k - 87.5k |
FRITZ!Box Fon WLAN 7570 vDSL | 4.70 - 4.94 | /bin | 61.0k |
FRITZ!Box 7580 (main) | 6.53 - 7.30 | /bin | 69.7k - 87.5k |
FRITZ!Box 7581 | 6.54 - 7.18 | /bin | 59.2k - 69.5k |
FRITZ!Box 7582 | 6.83 - 7.18 | /bin | 59.2k - 69.5k |
FRITZ!Box 7583 (main) | 7.01 - 7.59 | /bin | 74.2k - 91.6k |
FRITZ!Box 7583 VDSL (main) | 7.19 - 7.59 | /bin | 87.5k - 91.6k |
FRITZ!Box 7590 (main) | 6.83 - 7.59 | /bin | 69.7k - 95.5k |
FRITZ!Box 7590 AX (main) | 7.19 - 7.57 | /bin | 87.5k - 91.6k |
FRITZ!Smart Gateway | 7.52 - 7.63 | /bin | 73.4k |
FRITZ!WLAN Repeater 300E | 5.09 - 6.34 | /bin | 61.2k - 66.0k |
FRITZ!WLAN Repeater 310 A | 5.24 - 7.16 | /bin | 53.2k - 66.2k |
FRITZ!WLAN Repeater 310 B | 6.30 - 7.16 | /bin | 61.8k - 66.2k |
FRITZ!WLAN Repeater 450E | 6.00 - 7.15 | /bin | 57.3k - 66.2k |
FRITZ!Repeater 600 | 7.11 - 7.58 | /bin | 65.6k - 75.7k |
FRITZ!Repeater 600 v2 | 7.27 - 7.58 | /bin | 75.7k |
FRITZ!WLAN Repeater 1160 | 6.51 - 7.15 | /bin | 61.8k - 66.2k |
FRITZ!Repeater 1200 | 7.11 - 7.58 | /bin | 65.3k - 73.5k |
FRITZ!Repeater 1200 AX | 7.30 - 7.58 | /bin | 73.4k |
FRITZ!WLAN Repeater 1750E | 6.12 - 7.32 | /bin | 62.1k - 75.7k |
FRITZ!Repeater 2400 | 7.12 - 7.58 | /bin | 65.6k - 75.7k |
FRITZ!Repeater 3000 | 6.98 - 7.58 | /bin | 63.3k - 73.5k |
FRITZ!Repeater 3000 AX | 7.41 - 7.58 | /bin | 73.4k |
FRITZ!Repeater 6000 | 7.19 - 7.58 | /bin | 73.4k |
FRITZ!WLAN Repeater DVB-C | 6.12 - 7.04 | /bin | 62.1k - 66.2k |
FRITZ!Powerline 540E | 5.58 - 7.15 | /bin | 57.3k - 66.2k |
FRITZ!Powerline 546E | 5.50 - 7.15 | /bin | 53.2k - 66.2k |
FRITZ!Powerline 1240 AX | 7.57 - 7.58 | /bin | 73.4k |
FRITZ!Powerline 1240E | 6.33 - 7.16 | /bin | 61.8k - 66.2k |
FRITZ!Powerline 1260E | 6.90 - 7.58 | /bin | 55.7k - 73.5k |
FRITZ!Powerline 1260 | 7.27 - 7.58 | /bin | 73.4k - 73.5k |
congstar DSL-Box | 4.56 - 4.81 | /bin | 61.0k - 61.1k |
congstar komplett Box | 4.78 - 4.81 | /bin | 61.0k |
Speedport W 503V | 4.78 - 4.81 | /bin | 61.0k |
Speedport W 503V MK | 4.79 | /bin | 61.0k |
Speedport W 504V MK | 5.04 | /bin | 61.2k |
Speedport W 701V | 4.56 - 4.81 | /bin | 61.0k - 61.1k |
Speedport W 721V | 4.74 - 4.75 | /bin | 61.0k |
Speedport W 722V | 4.76 - 4.79 | /bin | 61.0k |
Speedport W 900V | 4.57 | /bin | 61.1k |
Speedport W 920V | 4.78 - 4.79 | /bin | 61.0k |
Speedport W 101 Bridge | 4.68 | /bin | 61.0k |
Alice IAD WLAN 3331 | 4.90 | /bin | 61.0k |
Alice IAD 7570 vDSL | 4.86 - 5.09 | /bin | 61.0k |
133 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-11-17 07:59 GMT.
Firmware | Symbol |
---|---|
4.44 - 7.59 | add_oid_section |
4.44 - 7.04 | app_RAND_allow_write_file |
7.19 - 7.59 | app_RAND_load_conf |
4.44 - 7.18 | app_RAND_load_file |
4.44 - 7.18 | app_RAND_load_files |
4.44 - 7.18 | app_RAND_write_file |
7.19 - 7.59 | app_isdir |
7.19 - 7.59 | app_load_config |
7.19 - 7.59 | app_load_config_bio |
7.19 - 7.59 | app_load_config_quiet |
7.19 - 7.59 | app_load_modules |
7.19 - 7.59 | app_malloc |
4.44 - 7.59 | app_passwd |
7.19 - 7.59 | apps_bf_prefix |
7.19 - 7.59 | bio_open_default |
7.19 - 7.59 | bio_open_default_quiet |
7.19 - 7.59 | bio_open_owner |
7.19 - 7.59 | destroy_prefix_method |
4.44 - 7.59 | destroy_ui_method |
6.10 - 7.59 | do_X509_REQ_sign |
6.10 - 7.59 | do_X509_sign |
7.19 - 7.59 | dup_bio_err |
7.19 - 7.59 | dup_bio_in |
7.19 - 7.59 | dup_bio_out |
6.87 - 7.59 | fileno_stdin |
6.87 - 7.59 | fileno_stdout |
7.19 - 7.59 | get_nameopt |
4.44 - 7.59 | index_name_cmp |
6.87 - 7.18 | load_cert_crl_http |
4.44 - 7.18 | load_config |
6.87 - 7.59 | load_crl |
4.44 - 7.59 | load_key |
4.44 - 7.59 | main |
4.44 - 7.18 | make_config_name |
7.19 - 7.59 | opt_arg |
7.19 - 7.59 | opt_format |
7.19 - 7.59 | opt_format_error |
7.19 - 7.59 | opt_getprog |
7.19 - 7.59 | opt_help |
7.19 - 7.59 | opt_imax |
7.19 - 7.59 | opt_init |
7.19 - 7.59 | opt_int |
7.19 - 7.59 | opt_long |
7.19 - 7.59 | opt_md |
7.19 - 7.59 | opt_next |
7.19 - 7.59 | opt_num_rest |
7.19 - 7.59 | opt_progname |
7.19 - 7.59 | opt_rand |
7.19 - 7.59 | opt_rest |
7.19 - 7.59 | opt_ulong |
7.19 - 7.59 | opt_umax |
7.19 - 7.59 | opt_unknown |
4.44 - 7.59 | parse_name |
4.44 - 7.59 | parse_yesno |
4.44 - 7.59 | password_callback |
6.10 - 7.59 | pkey_ctrl_string |
4.44 - 7.59 | print_name |
4.44 - 7.59 | rand_serial |
6.87 - 7.59 | release_engine |
7.19 - 7.59 | req_main |
4.44 - 7.59 | set_cert_ex |
7.19 - 7.59 | set_cert_times |
4.44 - 7.59 | set_name_ex |
7.19 - 7.59 | set_nameopt |
5.55 - 7.59 | setup_engine |
4.44 - 7.59 | setup_ui_method |
4.44 - 7.18 | str2fmt |
7.19 - 7.59 | unbuffer |
68 symbols for this command |