summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-03-03APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-28apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb
2021-02-28apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb
2021-02-28apps: add addition argument to KDF derive callPauli
2021-02-28apps: update speed to use the additional arguments to MAC_initPauli
2021-02-28apps: updates for the new additional MAC_init argumentsPauli
2021-02-28apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli
2021-02-28apps: update fipsinstall to work with additional MAC_init argumentsPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24speed: Drop deprecated <ALG>_options() callsTomas Mraz
2021-02-24speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz
2021-02-24speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz
2021-02-24speed: Drop code to handle platforms without SIGALRMTomas Mraz
2021-02-22Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-19CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb
2021-02-19Fix speed sm2 bugChenglong Zhang
2021-02-18Don't forget the type of thing we are loadingMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-17apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb
2021-02-17apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard
2021-02-13passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Allow -rand to be repeatedRich Salz
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-12Fetch alg, etc., after loading providersRich Salz
2021-02-12Fetch algorithm after loading providersRich Salz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-05Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-02-04apps/cmp.c: check and exit on engine load errorDr. David von Oheimb
2021-02-03apps/ecparam: Avoid crash when parameters fail to loadTomas Mraz
2021-02-03apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst
2021-01-28Update copyright yearRichard Levitte
2021-01-28APPS: Restore inclusionsRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb
2021-01-21apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb
2021-01-21apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb