]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/lib
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
[thirdparty/openssl.git] / apps / lib /
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...
2021-03-15  Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-13  Dr. David von Oheimbapps/ts.c: Allow -untrusted arg to refer to multiple...
2021-03-11  Matt CaswellDon't crash if the pkeyopt doesn't have a value
2021-03-11  pandaCheck SSL_set1_chain error in set_cert_cb
2021-03-01  Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-28  Dr. David von Oheimbapps/x509.c: Fix mem leaks in processing of -next_seria...
2021-02-28  Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-28  Pauliapps: updates for the new additional MAC_init arguments
2021-02-18  Matt CaswellDon't forget the type of thing we are loading
2021-02-18  Matt CaswellUpdate copyright year
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-12  Matt CaswellDeprecate the low level SRP APIs
2021-02-11  Rich SalzAllow -rand to be repeated
2021-02-11  Rich SalzFetch cipher after loading providers
2021-02-11  Rich SalzLoad rand state after loading providers
2021-02-05  Jon SpillettSwitch to BIO_snprintf to avoid missing symbol problems...
2021-02-05  Petr Gotthardapps/openssl: add -propquery command line option
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20  Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20  Dr. David von Oheimbapps.c: Clean up copy_extensions()
2021-01-13  Dr. David von Oheimbapps/lib/opt.c: Fix error message on unknown option...
2021-01-13  Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13  Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2021-01-11  Dr. David von OheimbAPPS: Print help also on -h and --h; print high-level...
2021-01-11  Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2021-01-11  Dr. David von Oheimbapps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTP...
2021-01-08  Michael BaentschAdding TLS group name retrieval
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-15  Dmitry BelyavskiySkip unavailable digests and ciphers in -*-commands
2020-12-10  Dr. David von Oheimbapps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ...
2020-12-02  Richard LevitteAPPS: Adapt load_key() and load_pubkey() for the engine...
2020-12-02  Richard LevitteAPPS: Add OSSL_STORE loader for engine keys
2020-11-27  Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-26  Matt CaswellFix no-posix-io
2020-11-26  Richard LevitteAPPS: Make it possible for apps to set the base (fallba...
2020-11-25  Matt CaswellRemove deprecation warning suppression from genpkey
2020-11-25  Dr. David von Oheimbapps/cmp.c: fix crash with -batch option on OPENSSL_NO_...
2020-11-25  Richard LevitteAPPS: Guard use of IPv6 functions and constants with...
2020-11-20  Dr. David von Oheimbapps.c: re-enable loading single certs and CRLs over...
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-10  Matt CaswellRemove some redundant error messages in the apps
2020-11-10  Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-10-26  Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-22  Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-16  Randall S. BeckerFix missing include of string.h in apps/lib/engine...
2020-10-15  Matt CaswellUpdate copyright year
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-04  Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-24  Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-24  Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-23  Paulilist: add capability to print details about the current...
2020-09-15  Pauligenerate_cookie_callback: free temporary memory on...
2020-09-13  Matt CaswellFix safestack issues in conf.h
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-11  Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-09-10  Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
2020-09-10  Dr. David von Oheimbapps_ui.c: Correct handling of empty password from...
next