- e257d3e Remove duplicated #include headers by JHH20 · 2 years, 11 months ago
- fecb3aa Update copyright year by Matt Caswell · 2 years, 11 months ago
- fba140c str[n]casecmp => OPENSSL_strncasecmp by Dmitry Belyavskiy · 3 years ago
- a3e53d5 Add TFO support to socket BIO and s_client/s_server by Todd Short · 3 years, 1 month ago
- 54b6755 Set protocol in init_client() by Todd Short · 3 years, 1 month ago
- fa17f5c apps: several return value checks for BIO_new() by xkernel · 3 years, 1 month ago
- 065121f Add tests for do_updatedb by Armin Fuerst · 3 years, 1 month ago
- 9d987de Fix copyrights by Todd Short · 3 years, 2 months ago
- e1cd94f Standardize progress callback for dhparam, dsaparam, etc. by Philip Prindeville · 3 years, 2 months ago
- 8c870f6 coverity 1497107: dereference after null check by Pauli · 3 years, 3 months ago
- 2c27244 APPS: Add check for multiple 'unknown' options by Dr. David von Oheimb · 3 years, 3 months ago
- 8cdb993 apps.c: fix various coding style nits found by check-format.pl by Dr. David von Oheimb · 3 years, 3 months ago
- 6e24994 APPS load_key_certs_crls(): Make file access errors much more readable by Dr. David von Oheimb · 3 years, 3 months ago
- b971d41 CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set1_refCert() by Dr. David von Oheimb · 3 years, 3 months ago
- 97b8c85 app_http_tls_cb: Fix double-free in case TLS not used by Dr. David von Oheimb · 3 years, 3 months ago
- 068549f HTTP client: Work around HTTPS proxy use bug due to callback design flaw by Dr. David von Oheimb · 3 years, 3 months ago
- cdaf072 HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function by Dr. David von Oheimb · 3 years, 3 months ago
- 79b2a2f add OSSL_STACK_OF_X509_free() for commonly used pattern by Dr. David von Oheimb · 3 years, 3 months ago
- f0fc3c1 fix Coverity 1494649: dead code by Pauli · 3 years, 4 months ago
- d9f0735 APPS: Improve diagnostics on missing/extra args and unknown cipher/digest by Dr. David von Oheimb · 3 years, 4 months ago
- 5fae09f s_cb.c: check the return value of X509_get0_pubkey() by x2018 · 3 years, 4 months ago
- bc42cf5 Return -1 properly from do_X509_REQ_verify and do_X509_verify by PW Hu · 3 years, 4 months ago
- 3e04415 check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand.c:32 by x2018 · 3 years, 4 months ago
- b9648f3 check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential memory access error by x2018 · 3 years, 4 months ago
- dc7e42c check the return value of OPENSSL_strdup to prevent potential memory access error by x2018 · 3 years, 4 months ago
- 9567fd3 x509: Return a nonzero exit code on error when checking ip/email/host by Rami Khaldi · 3 years, 4 months ago
- 4599ea9 Fix HTTP server port output and allow dynamic verbosity setting by Dr. David von Oheimb · 3 years, 4 months ago
- 747adb6 Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUFFIX() by Dr. David von Oheimb · 3 years, 4 months ago
- 2ff286c Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix by Dr. David von Oheimb · 3 years, 4 months ago
- adbd77f X509: Fix handling of AKID and SKID extensions according to configuration by Dr. David von Oheimb · 3 years, 5 months ago
- af5e63e Revise s_client and s_server verbiage re secure renegotiation. by Felipe Gasper · 3 years, 5 months ago
- 1287dab fix some code with obvious wrong coding style by x2018 · 3 years, 5 months ago
- e8655e1 s_socket.c: Avoid possible NULL pointer dereference by Tomas Mraz · 3 years, 6 months ago
- 2342d9b apps/lib/s_socket.c: Fix mem leak on host name in init_client() by Dr. David von Oheimb · 3 years, 6 months ago
- 86cfd13 Use -nameopt utf8 by default by Dmitry Belyavskiy · 3 years, 6 months ago
- 994fa5f Socket now displays what address it is connecting to by Zengit · 3 years, 7 months ago
- 06447b5 Avoid using undefined value in generate_stateless_cookie_callback by Bernd Edlinger · 3 years, 7 months ago
- 32f7be2 APPS: Fix result type of dump_cert_text() and behavior of print_name() on out==NULL by Dr. David von Oheimb · 3 years, 7 months ago
- ab98861 Redefine getpid() -> _getpid() only for MSVC by Tanzinul Islam · 3 years, 8 months ago
- 09c1db3 apps: Use the first detected address family if IPv6 is not available by Daiki Ueno · 3 years, 9 months ago
- 2f0a538 apps: avoid using POSIX IO macros and functions when built without them. by Pauli · 3 years, 9 months ago
- 09b430c app: add library context and propq arguments to opt_md() and opt_cipher() by Pauli · 3 years, 9 months ago
- ff21571 apps: add a function opt_legacy_okay() that indicates if legacy paths are permitted or not by Pauli · 3 years, 9 months ago
- 242dfd8 apps: add query to allow a command to know of a provider command line option was processed by Pauli · 3 years, 9 months ago
- d82d1d1 load_key_certs_crls: Avoid reporting any spurious errors by Tomas Mraz · 3 years, 9 months ago
- 66be663 cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requests by Dr. David von Oheimb · 3 years, 9 months ago
- 21dfdbe Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac() by Richard Levitte · 3 years, 9 months ago
- dad79ff cmp_mock_srv.c: Fix polling mode such that it can be done multiple times by Dr. David von Oheimb · 3 years, 9 months ago
- 2086818 APPS: Make fallback opt_[u]intmax() implementations based on long by Richard Levitte · 3 years, 9 months ago
- 38fc02a Update copyright year by Matt Caswell · 3 years, 10 months ago
- eefdb8e X509_digest_sig(): Improve default hash for EdDSA and allow to return the chosen default by Dr. David von Oheimb · 3 years, 10 months ago
- fa8ff9e apps: limit get_cipher() to not return AEAD or XTS ciphers by Pauli · 3 years, 10 months ago
- a1fb5eb apps: move global libctx and property query into their own file by Pauli · 3 years, 10 months ago
- 3334e03 add libctx and property query to fetch functions by Pauli · 3 years, 10 months ago
- 8c5bff2 Add support for ISO 8601 datetime format by William Edmisten · 3 years, 10 months ago
- 814b513 apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32 by Richard Levitte · 3 years, 10 months ago
- ef04491 Fix s_server app to not report an error when using a non DH certificate. by Shane Lontis · 3 years, 10 months ago
- d63053b 80-test_cmp_http.t: Improve the way the test server is launched and killed by Dr. David von Oheimb · 3 years, 10 months ago
- 18d9c9b openssl spkac: Fix reading SPKAC data from stdin by Tomas Mraz · 3 years, 10 months ago
- db70dc2c apps: remove TODOs by Pauli · 3 years, 10 months ago
- ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
- d357dd5 apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more robust by Dr. David von Oheimb · 3 years, 10 months ago
- 0800318 Deprecate old style BIO callback calls by Tomas Mraz · 3 years, 10 months ago
- a7e4ca5 Add warning to key/param generating apps on potential delay due to missing entropy by Dr. David von Oheimb · 3 years, 10 months ago
- a066841 VMS: don't use app_malloc() in apps/lib/vms_decc_argv.c by Richard Levitte · 3 years, 10 months ago
- 56c4f6f APPS: Allow duplicate entries in options list, marking them OPT_DUP by Dr. David von Oheimb · 3 years, 10 months ago
- 601fe8e APPS: Allow non-option parameters appear anywhere in list, marking them OPT_PARAM by Dr. David von Oheimb · 3 years, 10 months ago
- ee56cec CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock_srv.h by Dr. David von Oheimb · 3 years, 10 months ago
- 0789c7d Update copyright year by Matt Caswell · 3 years, 10 months ago
- 9be5f9a Move ossl_sleep() to e_os.h and use it in apps by Dr. David von Oheimb · 3 years, 11 months ago
- a94d62a apps: use else if when checking for headers in the http server code by Pauli · 3 years, 11 months ago
- cef71eb apps: clean up the http server code by Pauli · 3 years, 11 months ago
- 55373bf Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION by Rich Salz · 3 years, 11 months ago
- a12da5d APPS: Make the cmp Mock server output the accept address and port by Richard Levitte · 3 years, 11 months ago
- 647a5db Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN} by Dr. David von Oheimb · 3 years, 11 months ago
- 8299028 HTTP client API: Generalize to arbitrary request and response contents by Dr. David von Oheimb · 3 years, 11 months ago
- 19f97fe HTTP: Implement persistent connections (keep-alive) by Dr. David von Oheimb · 3 years, 11 months ago
- cc1af4d HTTP test server: Improve connection management and logging by Dr. David von Oheimb · 3 years, 11 months ago
- 466cab4 apps: improve hygeine for SET_EXPECT macro by Benjamin Kaduk · 3 years, 11 months ago
- 8f96590 HTTP client: Minimal changes that include the improved API by Dr. David von Oheimb · 3 years, 11 months ago
- 0a8a6af Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC functions by Dr. David von Oheimb · 3 years, 11 months ago
- d382e79 Make the -inform option to be respected if possible by Tomas Mraz · 3 years, 11 months ago
- 2840769 APPS: Slightly extend and improve documentation of the opt_ API by Dr. David von Oheimb · 3 years, 11 months ago
- 6c3d101 APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STORE_expect() by Dr. David von Oheimb · 4 years ago
- a0baa98 apps: Switch to X509_REQ_verify_ex by Petr Gotthard · 4 years ago
- f440738 APPS: Document the core of the opt_ API by Rich Salz · 4 years ago
- 91034b6 apps/ca,req,x509: Switch to EVP_DigestSignInit_ex by Petr Gotthard · 4 years ago
- 857c223 Fix memory leak in load_key_certs_crls() when using stdin. by Shane Lontis · 4 years ago
- e9d62da Fix CRL app so that stdin works. by Shane Lontis · 4 years ago
- cdf63a3 Add X509 version constants. by David Benjamin · 4 years ago
- eaf8a40 Prefer fetch over legacy get_digestby/get_cipherby by Tomas Mraz · 4 years ago
- d830526 APPS: Improve diagnostics for string options and options expecting int >= 0 by Dr. David von Oheimb · 4 years ago
- 1ae3340 APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname() by Dr. David von Oheimb · 4 years ago
- ef20343 apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() function by Dr. David von Oheimb · 4 years ago
- f5afac4 Update copyright year by Matt Caswell · 4 years ago
- a78c7c0 Flip ordering back by Rich Salz · 4 years ago
- 99adfa4 Fetch before get-by-name by Rich Salz · 4 years ago
- 606a417 Fetch and free cipher and md's by Rich Salz · 4 years ago
- 16b8862 PKCS12 etc.: Add hints on using -legacy and -provider-path options by Dr. David von Oheimb · 4 years ago
- 96d4ec6 Avoid more MSVC-specific C runtime library functions by Tanzinul Islam · 4 years ago