This should fix a lock-order-inversion
[openssl.git] / apps / lib /
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...
2020-09-10 Dr. David von Oheimbapps_ui.c: Improve error handling and return value...
2020-09-10 Shane LontisFix fipsinstall module path
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-09-10 Dr. David von Oheimbapp_load_config_bio(): fix crash on error
2020-09-10 Dr. David von Oheimbapps.c: Fix mem leaks on error in load_certs() and...
2020-09-10 Dr. David von Oheimbapps.c: Fix diagnostics and return value of load_key_ce...
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-08-27 Marcapps: -msg flag enhancement 1/2
2020-08-20 Dr. David von OheimbMake better use of new load_cert_pass() variant of...
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Pauliapps: deprecate engines
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-05 Pauliapps: remove NULL check imn release_engine since ENGINE...
2020-07-03 Matt CaswellIf an empty password is supplied still try to use it
2020-06-25 Matt CaswellUpdate copyright year
2020-06-19 Matt CaswellReturn the cookie_len value from generate_cookie_callback
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-17 Paulicoverity 1464213: API usage errors (PRINTF_ARGS)
2020-06-13 Dr. David von OheimbExtend error output of apps/opt_format() to all error...
2020-06-13 Dr. David von OheimbRemove meanwhile redundant error output of apps/opt_nex...
2020-06-13 Dr. David von OheimbAdd request URL path checking and status responses...
2020-06-13 Dr. David von OheimbCorrect error output of parse_name() in apps/lib/apps...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-06 Richard LevitteAPPS: Remove unnecessary NULL check of uri in load_cert...
2020-06-06 Richard LevitteAPPS: Make it possible to load_cert() from stdin again
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-05-25 Tomas MrazDrop special case of time interval calculation for VMS
2020-05-25 Tomas MrazRevert "Guard use of struct tms with #ifdef __TMS"
2020-05-15 David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Dr. David von OheimbGuard use of struct tms with #ifdef __TMS like done...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-13 Benjamin KadukFix FreeBSD build with --strict-warnings
2020-05-09 Dr. David von OheimbExtract HTTP server code from apps/ocsp.c to apps/lib...
2020-05-06 Dmitry Belyavskiys_server normal shutdown
2020-04-30 Paulicoverity 1462572 Dereference after null check
2020-04-30 Paulicoverity 1462571 Dereference after null check
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-24 Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
2020-04-24 David von OheimbRemove a bad 'goto end' and a few superfluous ones...
2020-04-24 David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Dr. David von OheimbUpdate comment on crls_http_cb() as it does support...
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-15 Richard LevitteAPPS: Add ctrl_str()-like functionality for X509 and...
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-21 Pauliapps: distinguish between a parameter error and an...
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-14 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-10 Rich SalzTweak option error messages
2019-12-18 Richard LevitteAPPS & TEST: Adapt to use the new BIO_f_prefix()
2019-12-11 Veres LajosFix some typos
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-17 Richard Levitte'openssl list' and 'openssl provider': adapt display...
2019-10-12 Viktor DukhovniIgnore empty ALPN elements in CLI args
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-19 Jon SpillettAdd option grouping capability to apps
2019-09-04 Richard LevitteMove libapps.a source to apps/lib
2019-08-29 PauliAllow an output indentation of zero in apps.
2019-08-28 Richard LevitteMove print_param_types() to libapps, and give it indent...