]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Strengthen chain building for CMP
[thirdparty/openssl.git] / apps /
2020-09-05  Dr. David von OheimbStrengthen chain building for CMP
2020-09-05  Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-03  Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-09-02  Dr. David von Oheimbapps/cmp.c: Clean up loading of certificates and CRLs
2020-09-01  Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-27  Dr. David von Oheimbapps/pkcs12.c: Add -untrusted option
2020-08-27  Marcapps: -msg flag enhancement 1/2
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21  Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21  Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
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-20  Paulicmp: handle error return from OBJ_obj2txt()
2020-08-20  Paulipkeyutil: check return value reading password
2020-08-18  PauliApps: change provider_path option to provider-path.
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11  Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-09  Shane LontisAdd libctx support to PKCS7.
2020-08-09  Shane LontisAdd libctx support to CMS.
2020-08-06  Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06  Sahana Prasadapps/pkcs12: Change defaults from RC2 to PBES2 with...
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
next