aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb1-49/+114
2020-08-27apps: -msg flag enhancement 1/2Marc1-6/+25
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-70/+69
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb1-2/+5
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb3-7/+7
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb6-48/+42
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb12-282/+126
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte3-7/+33
2020-08-20cmp: handle error return from OBJ_obj2txt()Pauli1-3/+8
2020-08-20pkeyutil: check return value reading passwordPauli1-2/+11
2020-08-18Apps: change provider_path option to provider-path.Pauli1-1/+1
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb1-51/+5
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2-31/+38
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis4-22/+42
2020-08-09Add libctx support to PKCS7.Shane Lontis2-11/+38
2020-08-09Add libctx support to CMS.Shane Lontis1-49/+74
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett1-0/+14
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad1-11/+35
2020-08-04openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb1-0/+0
2020-08-04Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb1-1/+1
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb7-32/+34
2020-08-04apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb1-1/+3
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb1-9/+1
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb1-8/+2
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb1-2/+2
2020-07-30deserialisation: add deserialisation to the base providerPauli1-0/+71
2020-07-30serialisation: Add a built-in base provider.Pauli1-3/+72
2020-07-30unify spelling of serializePauli1-1/+1
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2-7/+11
2020-07-24Add X509 related libctx changes.Shane Lontis7-19/+49
2020-07-23Test RSA oaep in fips modeShane Lontis6-17/+104
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli2-5/+7
2020-07-22Specific the engine pointergujinqiang1-1/+1
2020-07-22Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb1-5/+3
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere1-2/+2
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis1-2/+22
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2-3/+3
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-3/+3
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell3-10/+10
2020-07-16apps: deprecate enginesPauli6-0/+18
2020-07-16apps/list: deprecate engine supportPauli1-5/+18
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short3-8/+4
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis2-8/+60
2020-07-15Make -provider_name and -section_name optionalRich Salz1-8/+6
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz1-0/+1
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri1-2/+4
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli1-3/+2
2020-07-05cmp: remove NULL check.Pauli1-2/+1
2020-07-03If an empty password is supplied still try to use itMatt Caswell1-6/+9
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2-6/+6