Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-16list: add a -provider-info option.Pauli
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-26Fix bug in EDDSA speed testShane Lontis
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Remove openssl provider appShane Lontis
2020-09-26Update openssl list to support new provider objects.Shane Lontis
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23list: add capability to print details about the current DRBGsPauli
2020-09-21apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis
2020-09-17FIX strncpy warning in apps/cmp.c.Xiaofei Bai
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Don't send -1 as the length of the hmac keyMatt Caswell
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb
2020-09-11apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb
2020-09-11apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb
2020-09-10Fix fipsinstall module pathShane Lontis