summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-27apps: -msg flag enhancement 1/2Marc
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-20cmp: handle error return from OBJ_obj2txt()Pauli
2020-08-20pkeyutil: check return value reading passwordPauli
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-08-09Add libctx support to CMS.Shane Lontis
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad
2020-08-04openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb
2020-08-04Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-08-04apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-30unify spelling of serializePauli
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Specific the engine pointergujinqiang
2020-07-22Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16apps: deprecate enginesPauli
2020-07-16apps/list: deprecate engine supportPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis
2020-07-15Make -provider_name and -section_name optionalRich Salz
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri