summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* list: add capability to print details about the current DRBGsPauli2020-09-233-2/+116
* apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz2020-09-211-6/+12
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-11/+23
* Add error message to genpkey app for the '-genparam' optionShane Lontis2020-09-181-1/+5
* FIX strncpy warning in apps/cmp.c.Xiaofei Bai2020-09-171-1/+1
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-7/+2
* Don't send -1 as the length of the hmac keyMatt Caswell2020-09-171-1/+2
* generate_cookie_callback: free temporary memory on an error pathPauli2020-09-151-0/+1
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in conf.hMatt Caswell2020-09-134-7/+0
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-132-4/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-133-5/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-1324-40/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-132-5/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-1317-35/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-132-3/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-128-1/+62
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-16/+32
* Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis2020-09-121-3/+5
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-113-13/+78
* apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2020-09-111-1/+1
* apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb2020-09-111-2/+3
* apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2020-09-111-1/+3
* apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2020-09-111-7/+9
* apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb2020-09-111-4/+9
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-0/+13
* apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb2020-09-101-2/+2
* apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2020-09-102-6/+8
* Fix fipsinstall module pathShane Lontis2020-09-103-10/+48
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-105-9/+14
* app_load_config_bio(): fix crash on errorDr. David von Oheimb2020-09-101-1/+0
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-18/+22
* apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb2020-09-101-4/+20
* apps/cmp.c: clear leftover errors on loading libengines.so etc.Dr. David von Oheimb2020-09-101-0/+1
* apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb2020-09-101-13/+16
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-142/+113
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-092-8/+29
* s_time: check return values betterPauli2020-09-091-4/+11
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-081-4/+2
* apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb2020-09-081-13/+9
* apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...Dr. David von Oheimb2020-09-081-56/+17
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-083-4/+4
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-4/+3
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-10/+24
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-36/+33
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-032-0/+31