aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb1-1/+1
2020-09-11apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb1-2/+3
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb1-1/+3
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb1-7/+9
2020-09-11apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb1-4/+9
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb1-0/+13
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb1-2/+2
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2-6/+8
2020-09-11Fix fipsinstall module pathShane Lontis3-10/+48
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb5-9/+14
2020-09-10app_load_config_bio(): fix crash on errorDr. David von Oheimb1-1/+0
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb1-18/+22
2020-09-10apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb1-4/+20
2020-09-10apps/cmp.c: clear leftover errors on loading libengines.so etc.Dr. David von Oheimb1-0/+1
2020-09-10apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb1-13/+16
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb1-142/+113
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx2-8/+29
2020-09-09s_time: check return values betterPauli1-4/+11
2020-09-08Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb1-4/+2
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb1-13/+9
2020-09-08apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...Dr. David von Oheimb1-56/+17
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb3-4/+4
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb1-4/+3
2020-09-05Strengthen chain building for CMPDr. David von Oheimb1-10/+24
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb1-36/+33
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte2-0/+31
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb1-111/+66
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb1-33/+61
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