aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2021-04-08apps: fix Camellia CBC performance loopPauli1-1/+1
2021-04-08Update copyright yearMatt Caswell2-2/+2
2021-04-08apps: fix AES CBC performance loopPauli1-1/+1
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis3-7/+8
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao3-4/+0
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte1-6/+58
2021-04-01Avoid going through NID when unnecessaryTomas Mraz5-9/+8
2021-03-30doc: fix enc -z option documentationMohamed Akram1-1/+1
2021-03-30apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli1-3/+4
2021-03-26apps: fix coverity 1455340: unchecked return valuePauli1-3/+5
2021-03-26apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli1-17/+28
2021-03-26apps: fix coverity 1470781: explicit null dereferencePauli1-4/+4
2021-03-24Make fipsinstall -out flag optionalRich Salz1-5/+5
2021-03-24apps: fix coverity 1451544: improper use of negative valuePauli1-1/+4
2021-03-24apps: fix coverity 271258: improper use of negative valuePauli1-3/+5
2021-03-22APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb1-5/+1
2021-03-20apps: fix Coverity 1472670 & 1472685: resource leaksPauli1-7/+3
2021-03-18apps: fix coverity 966560: division by zeroPauli1-1/+2
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb1-3/+3
2021-03-18apps.c: Fix missing newline in warn_cert_msg() outputDr. David von Oheimb1-1/+1
2021-03-17apps/crl: Print just the hash value if printing just hashTomas Mraz1-4/+8
2021-03-15apps: Make load_key_certs_crls to read only what is expectedTomas Mraz1-8/+24
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz10-19/+19
2021-03-14Fix option description for PKCS#12 exportTobias Nießen1-1/+1
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb4-176/+196
2021-03-12Don't crash if the pkeyopt doesn't have a valueMatt Caswell1-6/+10
2021-03-12apps: support param argument to init functionsPauli1-2/+4
2021-03-11openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb1-8/+10
2021-03-11Update copyright yearMatt Caswell5-5/+5
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda1-1/+2
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz1-9/+11
2021-03-09apps/pkcs12: Allow continuing on absent macTomas Mraz1-0/+9
2021-03-09apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz1-0/+10
2021-03-09apps/pkcs12: Properly detect MAC setup failureTomas Mraz1-1/+5
2021-03-06apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb1-24/+27
2021-03-03APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte1-6/+6
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb1-41/+76
2021-03-01Remove RSA SSLv23 padding modeRich Salz1-5/+1
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb4-10/+13
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb2-8/+8
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb5-119/+71
2021-02-28apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb1-133/+125
2021-02-28apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb1-6/+6
2021-02-28apps: add addition argument to KDF derive callPauli1-1/+1
2021-02-28apps: update speed to use the additional arguments to MAC_initPauli1-9/+5
2021-02-28apps: updates for the new additional MAC_init argumentsPauli1-8/+2
2021-02-28apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli1-3/+4
2021-02-28apps: update fipsinstall to work with additional MAC_init argumentsPauli1-1/+1
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell1-147/+159
2021-02-24speed: Drop deprecated <ALG>_options() callsTomas Mraz1-135/+95