summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* apps: fix Coverity 1451531 Unchecked return valuePauli2021-07-091-11/+13
* load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz2021-07-021-9/+3
* cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb2021-06-301-0/+23
* s_time: avoid unlikely division by zeroPauli2021-06-301-4/+7
* Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte2021-06-261-2/+2
* apps/CA.pl.in: restore the quotes around -CAfile, they were there for a reasonRichard Levitte2021-06-261-1/+3
* Fix segfault in openssl x509 -modulusChristian Heimes2021-06-261-1/+1
* apps: address potential memory leaksPauli2021-06-261-0/+4
* apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli2021-06-262-2/+2
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-14/+14
* cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb2021-06-231-6/+22
* APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_tRichard Levitte2021-06-221-2/+2
* APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2021-06-222-16/+42
* Update copyright yearMatt Caswell2021-06-175-5/+5
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-6/+4
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-161-1/+1
* apps: remove AEAD/mode checks that are now redundantPauli2021-06-162-20/+5
* apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli2021-06-163-4/+4
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-162-6/+38
* Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy2021-06-151-3/+6
* s_server: make -rev option easier to find (mention echo)Hubert Kario2021-06-151-1/+1
* Remove "-immedate_renegotiation" optionRich Salz2021-06-153-12/+1