SM4 optimization for ARM by HW instruction
[openssl.git] / apps / lib /
2022-01-14 Paulicoverity 1497107: dereference after null check
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2022-01-08 Dr. David von Oheimbapps.c: fix various coding style nits found by check...
2022-01-07 Dr. David von OheimbAPPS load_key_certs_crls(): Make file access errors...
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2022-01-04 Dr. David von Oheimbapp_http_tls_cb: Fix double-free in case TLS not used
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-09 Paulifix Coverity 1494649: dead code
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-12-02 x2018s_cb.c: check the return value of X509_get0_pubkey()
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup to prevent...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-06 Tomas Mrazs_socket.c: Avoid possible NULL pointer dereference
2021-10-04 Dr. David von Oheimbapps/lib/s_socket.c: Fix mem leak on host name in init_...
2021-09-21 Dmitry BelyavskiyUse -nameopt utf8 by default
2021-09-08 ZengitSocket now displays what address it is connecting to
2021-08-25 Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-07-31 Tanzinul IslamRedefine getpid() -> _getpid() only for MSVC
2021-07-16 Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-14 Pauliapps: avoid using POSIX IO macros and functions when...
2021-07-11 Pauliapp: add library context and propq arguments to opt_md...
2021-07-11 Pauliapps: add a function opt_legacy_okay() that indicates...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
2021-07-02 Tomas Mrazload_key_certs_crls: Avoid reporting any spurious errors
2021-06-30 Dr. David von Oheimbcmp_mock_srv.c: Add missing OldCertID check for 'kur...
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-23 Dr. David von Oheimbcmp_mock_srv.c: Fix polling mode such that it can be...
2021-06-22 Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Pauliapps: limit get_cipher() to not return AEAD or XTS...
2021-06-15 Pauliapps: move global libctx and property query into their...
2021-06-15 Pauliadd libctx and property query to fetch functions
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-11 Richard Levitteapps/lib/s_socket.c: Alias getpid with _getpid for...
2021-06-10 Shane LontisFix s_server app to not report an error when using...
2021-06-09 Dr. David von Oheimb80-test_cmp_http.t: Improve the way the test server...
2021-06-03 Tomas Mrazopenssl spkac: Fix reading SPKAC data from stdin
2021-06-02 Pauliapps: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Dr. David von Oheimbapps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT...
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-22 Richard LevitteVMS: don't use app_malloc() in apps/lib/vms_decc_argv.c
2021-05-20 Dr. David von OheimbAPPS: Allow duplicate entries in options list, marking...
2021-05-20 Dr. David von OheimbAPPS: Allow non-option parameters appear anywhere in...
2021-05-20 Dr. David von OheimbCMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18 Pauliapps: use else if when checking for headers in the...
2021-05-18 Pauliapps: clean up the http server code
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-16 Richard LevitteAPPS: Make the cmp Mock server output the accept addres...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP test server: Improve connection management and...
2021-05-12 Benjamin Kadukapps: improve hygeine for SET_EXPECT macro
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-05-04 Dr. David von OheimbAPPS load_key_certs_crls(): Correct the 'expect' arg...
2021-05-04 Petr Gotthardapps: Switch to X509_REQ_verify_ex
2021-05-01 Rich SalzAPPS: Document the core of the opt_ API
2021-04-30 Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-30 Shane LontisFix memory leak in load_key_certs_crls() when using...
2021-04-30 Shane LontisFix CRL app so that stdin works.
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-24 Dr. David von OheimbAPPS: Prevent ASAN hickup on idempotent strncpy() in...
2021-04-22 Dr. David von Oheimbapps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-20 Rich SalzFlip ordering back
2021-04-20 Rich SalzFetch before get-by-name
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-19 Dr. David von OheimbPKCS12 etc.: Add hints on using -legacy and -provider...
2021-04-19 Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-14 Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-13 Petr Gotthardapps: call ERR_print_errors when OSSL_PROVIDER_load...
2021-04-09 Armin Fuerstapps: fix warning about size_t / int conversion
2021-03-25 Pauliapps: fix coverity 1455340: unchecked return value
2021-03-22 Dr. David von OheimbAPPS: fix load_certs_multifile() interpreting backslashes
2021-03-18 Dr. David von Oheimbapps.c: Fix missing newline in warn_cert_msg() output
2021-03-15 Tomas Mrazapps: Make load_key_certs_crls to read only what is...
next