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.

0
U

Property:openssl req

From BoxMatrix


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

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 called
openssl-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

Early FRITZ!OS in ctlmgr:

openssl_req -config openssl.cnf -new -x509 -key websrv_ssl_key.pem -out websrv_ssl_cert.pem -days 9999

Early FRITZ!OS in upnpd:

openssl_req -config openssl_tr064.cnf -new -x509 -key websrv_ssl_key.pem -out tr064_ssl_cert.pem -days 9999

Older FRITZ!OS in ctlmgr:

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-03-29 05:14 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.

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-03-29 08:04 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.58 Dynamic linker / loader Linux
Depends on lib libc.so 133 4.44 - 7.59 Standard C library Linux
Depends on lib libcrypto.so 133 4.44 - 7.59 OpenSSL general crypto and X.509 library Linux
Depends on lib libdl.so 119 4.44 - 7.57 Dynamic linking library Linux
Depends on lib libgcc_s.so 69 4.44 - 6.110 GCC low-level runtime library Linux
Depends on lib libpthread.so 40 7.39 - 7.57 POSIX threading library Linux
Depends on lib libssl.so 133 4.44 - 7.59 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-03-29 06:17 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) label in the Model column shows which CPU is meant for models with multiple Linux instances.
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 5530 Fiber (prx) 7.27 - 7.50 /bin 87.5k - 91.6k
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 5.50 - 6.89 /bin 53.2k - 66.8k
FRITZ!Box WLAN 3370 5.01 - 6.56 /bin 53.2k - 66.0k
FRITZ!Box 3390 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 7.39 /bin 61.8k - 97.5k
FRITZ!Box 4040 6.52 - 7.57 /bin 55.7k - 97.5k
FRITZ!Box 4060 7.26 - 7.57 /bin 73.4k - 97.5k
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 - 97.5k
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.58 /bin 73.4k - 97.5k
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.51 /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.57 /bin 59.2k - 97.5k
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /bin 63.3k - 77.2k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /bin 59.2k - 97.5k
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 - 97.5k
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 - 97.5k
FRITZ!Box 6591 Cable (atom) 7.04 - 7.57 /bin 75.4k - 97.5k
FRITZ!Box 6660 Cable (arm) 7.14 - 7.57 /bin 66.7k - 97.5k
FRITZ!Box 6660 Cable (atom) 7.14 - 7.57 /bin 74.5k - 97.5k
FRITZ!Box 6670 Cable (arm) 7.57 /bin 97.5k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /bin 74.9k - 97.5k
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 6.40 - 7.51 /bin 62.2k - 97.5k
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /bin 62.2k - 97.5k
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /bin 75.7k
FRITZ!Box 6840 LTE 5.08 - 7.39 /bin 53.2k - 97.5k
FRITZ!Box 6842 LTE /bin 53.2k - 66.0k
FRITZ!Box 6850 LTE 7.21 - 7.58 /bin 73.4k - 97.5k
FRITZ!Box 6850 5G 7.24 - 7.51 /bin 73.4k - 97.5k
FRITZ!Box 6890 LTE 6.84 - 7.51 /bin 69.7k - 97.5k
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /bin 69.7k - 97.5k
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /bin 69.7k - 97.5k
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 5.55 - 7.39 /bin 57.3k - 97.5k
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 5.53 - 7.14 /bin 53.2k - 66.2k
FRITZ!Box 7369 6.30 - 6.32 /bin 62.2k
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /bin 53.2k - 66.8k
FRITZ!Box 7412 6.21 - 6.88 /bin 61.8k - 66.2k
FRITZ!Box 7430 6.26 - 7.39 /bin 61.8k - 97.5k
FRITZ!Box 7490 (main) 5.57 - 7.57 /bin 57.3k - 97.5k
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 - 97.5k
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /bin 73.4k - 97.5k
FRITZ!Box 7530 6.98 - 7.56 /bin 63.3k - 97.5k
FRITZ!Box 7530 AX 7.20 - 7.57 /bin 73.6k - 97.5k
FRITZ!Box 7560 6.51 - 7.39 /bin 69.7k - 97.5k
FRITZ!Box Fon WLAN 7570 vDSL 4.70 - 4.94 /bin 61.0k
FRITZ!Box 7580 6.53 - 7.30 /bin 69.7k - 87.5k
FRITZ!Box 7581 6.54 - 7.16 /bin 59.2k - 69.5k
FRITZ!Box 7582 6.83 - 7.17 /bin 59.2k - 69.5k
FRITZ!Box 7583 7.01 - 7.57 /bin 74.2k - 91.6k
FRITZ!Box 7583 VDSL 7.19 - 7.31 /bin 87.5k
FRITZ!Box 7590 6.83 - 7.57 /bin 69.7k - 97.5k
FRITZ!Box 7590 AX 7.19 - 7.57 /bin 87.5k - 97.5k
FRITZ!Smart Gateway 7.39 - 7.59 /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 - 97.5k
FRITZ!Repeater 600 v2 7.19 - 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 - 97.5k
FRITZ!Repeater 1200 AX 7.27 - 7.57 /bin 73.4k
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /bin 62.1k - 97.5k
FRITZ!Repeater 2400 7.12 - 7.58 /bin 65.6k - 97.5k
FRITZ!Repeater 3000 6.98 - 7.58 /bin 63.3k - 97.5k
FRITZ!Repeater 3000 AX 7.39 - 7.57 /bin 73.4k - 97.5k
FRITZ!Repeater 6000 7.19 - 7.57 /bin 73.4k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /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.51 - 7.57 /bin 73.4k
FRITZ!Powerline 1240E 6.33 - 7.16 /bin 61.8k - 66.2k
FRITZ!Powerline 1260E 6.90 - 7.57 /bin 55.7k - 97.5k
FRITZ!Powerline 1260 7.27 - 7.57 /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 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
134 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-03-29 08:04 GMT.

Firmware Symbol
4.44 - 7.58 add_oid_section
4.44 - 7.03 app_RAND_allow_write_file
7.19 - 7.58 app_RAND_load_conf
4.44 - 7.16 app_RAND_load_file
4.44 - 7.16 app_RAND_load_files
4.44 - 7.16 app_RAND_write_file
7.19 - 7.58 app_isdir
7.19 - 7.58 app_load_config
7.19 - 7.58 app_load_config_bio
7.19 - 7.58 app_load_config_quiet
7.19 - 7.58 app_load_modules
7.19 - 7.58 app_malloc
4.44 - 7.58 app_passwd
7.19 - 7.58 apps_bf_prefix
7.19 - 7.58 bio_open_default
7.19 - 7.58 bio_open_default_quiet
7.19 - 7.58 bio_open_owner
7.19 - 7.58 destroy_prefix_method
4.44 - 7.58 destroy_ui_method
6.10 - 7.58 do_X509_REQ_sign
6.10 - 7.58 do_X509_sign
7.19 - 7.58 dup_bio_err
7.19 - 7.58 dup_bio_in
7.19 - 7.58 dup_bio_out
6.87 - 7.58 fileno_stdin
6.87 - 7.58 fileno_stdout
7.19 - 7.58 get_nameopt
4.44 - 7.58 index_name_cmp
6.87 - 7.16 load_cert_crl_http
4.44 - 7.16 load_config
6.87 - 7.58 load_crl
4.44 - 7.58 load_key
4.44 - 7.58 main
4.44 - 7.16 make_config_name
7.19 - 7.58 opt_arg
7.19 - 7.58 opt_format
7.19 - 7.58 opt_format_error
7.19 - 7.58 opt_getprog
7.19 - 7.58 opt_help
7.19 - 7.58 opt_imax
7.19 - 7.58 opt_init
7.19 - 7.58 opt_int
7.19 - 7.58 opt_long
7.19 - 7.58 opt_md
7.19 - 7.58 opt_next
7.19 - 7.58 opt_num_rest
7.19 - 7.58 opt_progname
7.19 - 7.58 opt_rand
7.19 - 7.58 opt_rest
7.19 - 7.58 opt_ulong
7.19 - 7.58 opt_umax
7.19 - 7.58 opt_unknown
4.44 - 7.58 parse_name
4.44 - 7.58 parse_yesno
4.44 - 7.58 password_callback
6.10 - 7.58 pkey_ctrl_string
4.44 - 7.58 print_name
4.44 - 7.58 rand_serial
6.87 - 7.58 release_engine
7.19 - 7.58 req_main
4.44 - 7.58 set_cert_ex
7.19 - 7.58 set_cert_times
4.44 - 7.58 set_name_ex
7.19 - 7.58 set_nameopt
5.55 - 7.58 setup_engine
4.44 - 7.58 setup_ui_method
4.44 - 7.16 str2fmt
7.19 - 7.58 unbuffer
68 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.