summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-07-02load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz
2021-06-30cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz
2021-06-02apps: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-22VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18apps: use else if when checking for headers in the http server codePauli
2021-05-18apps: clean up the http server codePauli
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-16APPS: Make the cmp Mock server output the accept address and portRichard Levitte
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb
2021-05-12apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-04APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb
2021-05-04apps: Switch to X509_REQ_verify_exPetr Gotthard
2021-05-01APPS: Document the core of the opt_ APIRich Salz
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-30Fix memory leak in load_key_certs_crls() when using stdin.Shane Lontis