summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-10-22Fix the s_server psk_server_cb for use in DTLSMatt Caswell
2021-10-22Clean up on failed BIO creationyuanjungong
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-10-09Bindhost/bindport should be freedDmitry Belyavskiy
2021-10-08Fix unsafe BIO_get_md_ctx checkPW Hu
2021-10-07apps/x509: Fix self-signed check to happen before setting issuer nameDr. David von Oheimb
2021-10-01Fully initialise cipher/digest app handlesViktor Dukhovni
2021-09-30APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
2021-09-17APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb
2021-09-14convert tabs to spaces in two distributed Perl scriptsViktor Szakats
2021-09-10Fix 'openssl speed' information printoutRichard Levitte
2021-08-31apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz
2021-08-26APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb
2021-08-26APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb
2021-08-26APPS/x509: fix -extfile option, which was ignored with -x509toreqDr. David von Oheimb
2021-08-25CMS app: Fix new -wrap optionDr. David von Oheimb
2021-08-25Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger
2021-08-25apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-08-24rsa: Try legacy encoding functions for pubkeyTomas Mraz
2021-08-20Get rid of warn_binaryDmitry Belyavskiy
2021-08-12Disclaimer about the default provider activation added to configDmitry Belyavskiy
2021-08-12genpkey: -quiet doesn't take an argumentPauli
2021-08-06Fix CMP app TLS connection not respecting vpm options like -crl_checkDr. David von Oheimb
2021-08-05cms: Fix handling of -rctform optionTomas Mraz
2021-08-05cms: Do not try to check binary format on stdinTomas Mraz
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-07-09Fix s_server PSK handlingMatt Caswell
2021-07-09Don't add the first pkcs12 certificate multiple timesMatt Caswell
2021-07-09apps: fix Coverity 1451531 Unchecked return valuePauli
2021-07-02load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz
2021-06-30cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb
2021-06-30s_time: avoid unlikely division by zeroPauli
2021-06-26Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte
2021-06-26apps/CA.pl.in: restore the quotes around -CAfile, they were there for a reasonRichard Levitte
2021-06-26Fix segfault in openssl x509 -modulusChristian Heimes
2021-06-26apps: address potential memory leaksPauli
2021-06-26apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte