Fix provider cipher reinit after init/update with a partial update block.
[openssl.git] / apps /
2020-08-04 Dr. David von Oheimbopenssl-cmp.pod.in: Update and extend example using...
2020-08-04 Dr. David von OheimbFix error message on setting cert validity period in...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-08-04 Dr. David von Oheimbapps/cmp.c: Defer diagnostic output on server+proxy...
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von Oheimbapps/cmp.c: Improve documentation of -recipient option
2020-07-30 Paulideserialisation: add deserialisation to the base provider
2020-07-30 Pauliserialisation: Add a built-in base provider.
2020-07-30 Pauliunify spelling of serialize
2020-07-28 Dr. David von OheimbDeprecate -nodes in favor of -noenc in pkcs12 and req app
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22 gujinqiangSpecific the engine pointer
2020-07-22 Dr. David von OheimbFix UI method setup, which should be independent of...
2020-07-21 Nihal Jerefixed swapped parameter descriptions for x509
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Pauliapps: deprecate engines
2020-07-16 Pauliapps/list: deprecate engine support
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-15 Shane LontisAdd FIPS related configuration data to the default...
2020-07-15 Rich SalzMake -provider_name and -section_name optional
2020-07-15 Rich SalzUse defaults FIPSKEY if not given on command line
2020-07-06 Nicola Tuveri[apps/genpkey] exit status should not be 0 on output...
2020-07-05 Pauliapps: remove NULL check imn release_engine since ENGINE...
2020-07-05 Paulicmp: remove NULL check.
2020-07-03 Matt CaswellIf an empty password is supplied still try to use it
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-30 Benny BaumannForce ssl/tls protocol flags to use stream sockets
2020-06-29 Rich SalzAdd --fips-key configuration parameter to fipsinstall...
2020-06-28 Richard Levitteapps/openssl: clean-up of unused fallback code
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. David von Oheimbapps/cmp.c: Add workaround for Coverity false positive...
2020-06-24 Dr. David von Oheimbapps/cmp.c: Fix memory leaks in handle_opt_geninfo...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Pauliapps: avoid memory overrun.
2020-06-24 Pauliapp/list: add RNG list option
2020-06-24 Dmitry BelyavskiyCMS print should support string conversion
2020-06-23 Sebastian Andrzej... APPS: Properly pass -no-CAstore
2020-06-23 Sebastian Andrzej... APPS: Fix invoking openssl without a command
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-19 Matt CaswellReturn the cookie_len value from generate_cookie_callback
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-17 Shane LontisFix segfault in openssl app called with no args.
2020-06-17 Paulicoverity 1464213: API usage errors (PRINTF_ARGS)
2020-06-17 Paulicoverity 1464212, 1464214 & 1464215: Resource leaks
2020-06-13 Nicola TuveriFix nits detected by make cmd-nits
2020-06-13 Dr. David von OheimbRemove extra newline from CMP mock server error and...
2020-06-13 Dr. David von OheimbImprove description of CMP untrusted certs and msg...
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 OheimbFix use of -no-proxy option of CMP app
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-13 Dr. David von OheimbImprove description of -trusted, -srvcert, -recipient...
2020-06-11 Sebastian Andrzej... APPS: Use a second EVP_MD_CTX for EdDSA verify
2020-06-11 Sebastian Andrzej... APPS: Exclude legacy algorighms from speed
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Dr. David von OheimbMake error output of dhparams and dsaparams app more...
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-06-08 Richard LevitteAPPS: Fix 'openssl dhparam'
2020-06-08 Richard LevitteAPPS: Fix 'openssl dsaparam -genkey'
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-05 Richard LevitteAPPS: Drop interactive mode in the 'openssl' program
2020-06-03 Rich SalzCleanup cert config files for tests
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-06-01 Bernd EdlingerRemove getenv(OPENSSL_FIPS) in openssl command
2020-06-01 Hubert Karioadd FFDH to speed command
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
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-25 Marcs_client: Fix -proxy flag regression
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-19 MarcUse _get0_ functions instead of _get_.
2020-05-19 Marcs_client: Show cert algorithms & validity period
2020-05-15 David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15 Dr. David von OheimbClean up macro definitions of openssl_fdset() in apps...
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 Richard LevitteBuild: make apps/progs.c depend on configdata.pm
2020-05-15 Matt CaswellUpdate copyright year
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Dr. David von OheimbImprove CMP documentation regarding use of untrusted...
2020-05-13 Dr. David von OheimbChunk 11 of CMP contribution to OpenSSL: CMP command...
2020-05-13 Benjamin KadukFix FreeBSD build with --strict-warnings
2020-05-13 Bernd EdlingerFix rsa8192.pem
2020-05-09 Dr. David von OheimbExtract HTTP server code from apps/ocsp.c to apps/lib...
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
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
next