]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
[thirdparty/openssl.git] / apps /
2021-03-18  Pauliapps: fix coverity 966560: division by zero
2021-03-18  Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18  Dr. David von Oheimbapps.c: Fix missing newline in warn_cert_msg() output
2021-03-17  Tomas Mrazapps/crl: Print just the hash value if printing just...
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-14  Tobias NießenFix option description for PKCS#12 export
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  Pauliapps: support param argument to init functions
2021-03-11  Dr. David von Oheimbopenssl-cmp.pod.in and apps/cmp.c: Various minor do...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-11  pandaCheck SSL_set1_chain error in set_cert_cb
2021-03-10  Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-09  Tomas Mrazapps/pkcs12: Allow continuing on absent mac
2021-03-09  Tomas Mrazapps/pkcs12: Detect missing PKCS12KDF support on import
2021-03-09  Tomas Mrazapps/pkcs12: Properly detect MAC setup failure
2021-03-06  Dr. David von Oheimbapps/x509.c: Rename -signkey to -key for consistency...
2021-03-03  Richard LevitteAPPS: Modify 'fipsinstall' to output all notifications...
2021-03-02  Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
2021-03-01  Rich SalzRemove RSA SSLv23 padding mode
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  Dr. David von Oheimbapps/x509.c: Improve indentation of the large print...
2021-02-28  Dr. David von Oheimbapps/x509.c: Fix too eager call to X509_set_issuer_name...
2021-02-28  Pauliapps: add addition argument to KDF derive call
2021-02-28  Pauliapps: update speed to use the additional arguments...
2021-02-28  Pauliapps: updates for the new additional MAC_init arguments
2021-02-28  Pauliapps: update mac to work with additional MAC_init argum...
2021-02-28  Pauliapps: update fipsinstall to work with additional MAC_in...
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24  Tomas Mrazspeed: Drop deprecated <ALG>_options() calls
2021-02-24  Tomas Mrazspeed: Use EVP for ciphers, cmac, ghash, rsa, dsa,...
2021-02-24  Tomas Mrazspeed: Adapt digests and hmac to always use non-depreca...
2021-02-24  Tomas Mrazspeed: Drop code to handle platforms without SIGALRM
2021-02-22  Petr GotthardFix -pkeyopt handling in apps/pkeyutl -rawin
2021-02-22  Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2021-02-19  Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-19  Chenglong ZhangFix speed sm2 bug
2021-02-18  Matt CaswellDon't forget the type of thing we are loading
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Dr. David von Oheimbapps/cmp.c: Improve initialization of ext_ctx structure...
2021-02-17  Dr. David von Oheimbapps/ca.c: Make sure ext_ctx structure gets initialized
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17  Petr GotthardReplace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server...
2021-02-13  Disconnect3dpasswd.c: use the actual ROUNDS_DEFAULT macro
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 SalzProcess digest option after loading providers
2021-02-11  Rich SalzLoad rand state after loading providers
2021-02-11  Rich SalzFetch alg, etc., after loading providers
2021-02-11  Rich SalzFetch algorithm after loading providers
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
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-02-04  Dr. David von Oheimbapps/cmp.c: check and exit on engine load error
2021-02-03  Tomas Mrazapps/ecparam: Avoid crash when parameters fail to load
2021-02-03  Armin Fuerstapps/ca: Properly handle certificate expiration times...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-28  Richard LevitteAPPS: Restore inclusions
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-21  Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21  Dr. David von Oheimbapps/cmp.c: Check self-signature on CSR input and warn...
2021-01-21  Dr. David von Oheimbapps/cmp.c: Improve diagnostics on loading private...
2021-01-20  Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20  Dr. David von Oheimbapps/x509.c: Add -copy_extensions option, used when...
2021-01-20  Dr. David von Oheimbapps.c: Clean up copy_extensions()
2021-01-20  Dr. David von Oheimbapps/x509.c: Major code, user guidance, and documentati...
2021-01-20  Dr. David von Oheimbapps/x509.c: Take the -signkey arg as default pubkey...
2021-01-20  Jon Spillettapps/genpkey.c: Use PEM_read_bio_Parameters_ex when...
2021-01-20  Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-13  Dr. David von Oheimbapps/req.c: Make sure -verify option takes effect also...
2021-01-13  Dr. David von Oheimbapps/req.c: Cosmetic improvements of code and documentation
2021-01-13  Dr. David von Oheimbapps/req.c: Add -copy_extensions option for use with...
2021-01-13  Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13  Dr. David von Oheimbapps/req.c: make -subj work with -x509; clean up relate...
2021-01-13  Dr. David von Oheimbapps/lib/opt.c: Fix error message on unknown option...
2021-01-13  Dr. David von Oheimbapps/req.c: add -CA and -CAkey options; improve code...
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-13  Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
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/pkey.c: Forther improve user guidance, also on...
2021-01-11  Dr. David von Oheimbapps/pkey.c: Re-order help output and option documentation
2021-01-11  Dr. David von Oheimbapps/pkey.c: Make clear that -passout is not supported...
2021-01-11  Dr. David von Oheimbapps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTP...
2021-01-08  Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2021-01-08  Nicola Tuveri[apps/pkey] Return error on failed `-[pub]check`
2021-01-08  Michael BaentschAdding TLS group name retrieval
2020-12-23  Dmitry BelyavskiyFetch provided algorithm once per benchmark
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17  Paulidsa: apps deprecation changes
2020-12-17  Dr. David von Oheimbapps/cmp.c: Correct -keyform option range w.r.t engine
2020-12-17  Dr. David von Oheimbapps/cmp.c: Fix bug on -path option introduced in commi...
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-15  Richard LevitteAPPS: Correct the output structure for public keys...
next