| Commit message (Expand) | Author | Age | Files | Lines |
* | list: add capability to print details about the current DRBGs | Pauli | 2020-09-23 | 3 | -2/+116 |
* | apps/ocsp: Return non zero exit code with invalid certID | Tomas Mraz | 2020-09-21 | 1 | -6/+12 |
* | Add option to fipsinstall to disable fips security checks at run time. | Shane Lontis | 2020-09-18 | 1 | -11/+23 |
* | Add error message to genpkey app for the '-genparam' option | Shane Lontis | 2020-09-18 | 1 | -1/+5 |
* | FIX strncpy warning in apps/cmp.c. | Xiaofei Bai | 2020-09-17 | 1 | -1/+1 |
* | Correctly display the signing/hmac algorithm in the dgst app | Matt Caswell | 2020-09-17 | 1 | -7/+2 |
* | Don't send -1 as the length of the hmac key | Matt Caswell | 2020-09-17 | 1 | -1/+2 |
* | generate_cookie_callback: free temporary memory on an error path | Pauli | 2020-09-15 | 1 | -0/+1 |
* | Fix safestack issues in pkcs12.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in conf.h | Matt Caswell | 2020-09-13 | 4 | -7/+0 |
* | Fix safestack issues in ct.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in pkcs7.h | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | Fix safestack issues in ocsp.h | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | Fix safestack issues in cms.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in cmp.h | Matt Caswell | 2020-09-13 | 2 | -4/+0 |
* | Fix safestack issues in asn1.h | Matt Caswell | 2020-09-13 | 3 | -5/+0 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 24 | -40/+0 |
* | Fix safestack issues in x509v3.h | Matt Caswell | 2020-09-13 | 2 | -5/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 17 | -35/+0 |
* | Fix safestack issues in ssl.h | Matt Caswell | 2020-09-13 | 2 | -3/+0 |
* | NonStop port updates for 3.0.0. | Randall S. Becker | 2020-09-12 | 8 | -1/+62 |
* | keygen: add FIPS error state management to conditional self tests | Shane Lontis | 2020-09-12 | 1 | -16/+32 |
* | Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.c | Shane Lontis | 2020-09-12 | 1 | -3/+5 |
* | apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified | Chris Novakovic | 2020-09-11 | 3 | -13/+78 |
* | apps/cmp.c: Improve example given for -geninfo option (also in man page) | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+1 |
* | apps/cmp.c: Improve user guidance on missing -subject etc. options | Dr. David von Oheimb | 2020-09-11 | 1 | -2/+3 |
* | apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpass | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+3 |
* | apps/cmp.c: Improve documentation of -secret, -cert, and -key options | Dr. David von Oheimb | 2020-09-11 | 1 | -7/+9 |
* | apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c... | Dr. David von Oheimb | 2020-09-11 | 1 | -4/+9 |
* | apps_ui.c: Correct password prompt for ui_method | Dr. David von Oheimb | 2020-09-10 | 1 | -0/+13 |
* | apps_ui.c: Correct handling of empty password from -passin | Dr. David von Oheimb | 2020-09-10 | 1 | -2/+2 |
* | apps_ui.c: Improve error handling and return value of setup_ui_method() | Dr. David von Oheimb | 2020-09-10 | 2 | -6/+8 |
* | Fix fipsinstall module path | Shane Lontis | 2020-09-10 | 3 | -10/+48 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 5 | -9/+14 |
* | app_load_config_bio(): fix crash on error | Dr. David von Oheimb | 2020-09-10 | 1 | -1/+0 |
* | bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer... | Dr. David von Oheimb | 2020-09-10 | 1 | -18/+22 |
* | apps.c: Fix mem leaks on error in load_certs() and load_crls() | Dr. David von Oheimb | 2020-09-10 | 1 | -4/+20 |
* | apps/cmp.c: clear leftover errors on loading libengines.so etc. | Dr. David von Oheimb | 2020-09-10 | 1 | -0/+1 |
* | apps.c: Fix diagnostics and return value of load_key_certs_crls() on error | Dr. David von Oheimb | 2020-09-10 | 1 | -13/+16 |
* | Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs | Dr. David von Oheimb | 2020-09-10 | 1 | -142/+113 |
* | Support writing RSA keys using the traditional format again | Kurt Roeckx | 2020-09-09 | 2 | -8/+29 |
* | s_time: check return values better | Pauli | 2020-09-09 | 1 | -4/+11 |
* | Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o... | Dr. David von Oheimb | 2020-09-08 | 1 | -4/+2 |
* | apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server option | Dr. David von Oheimb | 2020-09-08 | 1 | -13/+9 |
* | apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato... | Dr. David von Oheimb | 2020-09-08 | 1 | -56/+17 |
* | OSSL_HTTP_parse_url(): add optional port number return parameter and strength... | Dr. David von Oheimb | 2020-09-08 | 3 | -4/+4 |
* | OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u... | Dr. David von Oheimb | 2020-09-05 | 1 | -4/+3 |
* | Strengthen chain building for CMP | Dr. David von Oheimb | 2020-09-05 | 1 | -10/+24 |
* | Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout | Dr. David von Oheimb | 2020-09-05 | 1 | -36/+33 |
* | "Downgrade" provider-native keys to legacy where needed | Richard Levitte | 2020-09-03 | 2 | -0/+31 |