summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* speed: range check the argument given to -multiPauli2021-10-271-0/+4
* cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz2021-10-251-9/+18
* Fix the s_server psk_server_cb for use in DTLSMatt Caswell2021-10-221-5/+5
* Clean up on failed BIO creationyuanjungong2021-10-221-1/+4
* APPS/req.c: Make -reqexts option an alias of -extensions optionDr. David von Oheimb2021-10-221-53/+30
* req: Do not warn about using stdin when generating new requestTomas Mraz2021-10-111-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu2021-10-111-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu2021-10-111-1/+1
* Bindhost/bindport should be freedDmitry Belyavskiy2021-10-091-0/+2
* Fix unsafe BIO_get_md_ctx checkPW Hu2021-10-081-2/+2
* apps/x509: Fix self-signed check to happen before setting issuer nameDr. David von Oheimb2021-10-071-15/+17
* s_socket.c: Avoid possible NULL pointer dereferenceTomas Mraz2021-10-061-5/+7
* apps/lib/s_socket.c: Fix mem leak on host name in init_client()Dr. David von Oheimb2021-10-041-1/+4
* Fully initialise cipher/digest app handlesViktor Dukhovni2021-10-011-0/+1
* Use -nameopt utf8 by defaultDmitry Belyavskiy2021-09-211-1/+1
* apps/s_client: Add ktls optionTianjia Zhang2021-09-191-0/+16
* apps/s_server: Add ktls optionTianjia Zhang2021-09-191-1/+19
* APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb2021-09-171-4/+4
* convert tabs to spaces in two distributed Perl scriptsViktor Szakats2021-09-141-25/+25
* APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb2021-09-112-12/+45
* Fix 'openssl speed' information printoutRichard Levitte2021-09-101-4/+3
* Socket now displays what address it is connecting toZengit2021-09-081-0/+2
* apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz2021-08-311-1/+2
* APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb2021-08-261-5/+6
* APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb2021-08-261-23/+17
* APPS/x509: fix -extfile option, which was ignored with -x509toreqDr. David von Oheimb2021-08-261-8/+13
* CMS app: Fix new -wrap optionDr. David von Oheimb2021-08-251-1/+1
* Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger2021-08-251-1/+2
* apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang2021-08-251-0/+1
* APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb2021-08-252-6/+4
* rsa: Try legacy encoding functions for pubkeyTomas Mraz2021-08-241-1/+38
* Get rid of warn_binaryDmitry Belyavskiy2021-08-201-29/+0
* Disclaimer about the default provider activation added to configDmitry Belyavskiy2021-08-122-0/+16
* genpkey: -quiet doesn't take an argumentPauli2021-08-121-1/+1
* Fix CMP app TLS connection not respecting vpm options like -crl_checkDr. David von Oheimb2021-08-061-5/+2
* cms: Fix handling of -rctform optionTomas Mraz2021-08-051-8/+4
* cms: Do not try to check binary format on stdinTomas Mraz2021-08-051-0/+2
* req: Avoid segfault when -modulus is usedTomas Mraz2021-08-051-2/+2
* apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb2021-08-041-9/+4
* Add config_diagnostics to our configuration files.Pauli2021-08-042-4/+2
* If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy2021-08-031-1/+1
* Redefine getpid() -> _getpid() only for MSVCTanzinul Islam2021-07-311-5/+5
* apps: Use the first detected address family if IPv6 is not availableDaiki Ueno2021-07-161-0/+10
* apps: avoid using POSIX IO macros and functions when built without them.Pauli2021-07-141-13/+23
* Remove executable mode attributes of non-executable filesTianjia Zhang2021-07-131-0/+0
* app: add library context and propq arguments to opt_md() and opt_cipher()Pauli2021-07-121-5/+14
* apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli2021-07-121-0/+32
* apps: add query to allow a command to know of a provider command line option ...Pauli2021-07-122-0/+18
* Fix s_server PSK handlingMatt Caswell2021-07-091-0/+11
* Don't add the first pkcs12 certificate multiple timesMatt Caswell2021-07-091-4/+7