]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
apps: add addition argument to KDF derive call
[thirdparty/openssl.git] / apps /
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...
2020-12-15  Rich SalzCheck non-option arguments
2020-12-15  Dmitry BelyavskiySkip unavailable digests and ciphers in -*-commands
2020-12-15  Dmitry BelyavskiyDeprecate -cipher-commands and -digest-commands options
2020-12-15  Dmitry BelyavskiyOPENSSL_NO_GOST has nothing to do with low-level algos
2020-12-10  Dr. David von Oheimbapps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-10  Dr. David von Oheimbapps/x509.c: Factor out common aspects of X509 signing
2020-12-10  Dr. David von Oheimbapps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ...
2020-12-10  Dr. David von Oheimbapps/{req,x509,ca}.c: Clean up code setting X.509 cert...
2020-12-10  Dr. David von Oheimbapps/req.c: Improve diagnostics on multiple/overriding...
2020-12-07  Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-04  Dr. David von Oheimbapps/verify:c: Enable output of multiple verification...
2020-12-04  Dr. David von Oheimbapps/speed.c: Rename misleading 'rsa_count' variable...
2020-12-04  Dr. David von Oheimbapps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA...
2020-12-04  Matt CaswellFix no-dsa
2020-12-03  Dr. David von Oheimbapps/pkcs12.c: Improve user guidance, re-ordering no...
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-12-02  Daiki Uenoopenssl dgst: add option to specify output length for XOF
2020-12-02  Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-01  Dr. David von Oheimbapps/pkcs12.c: Correct default legacy algs and make...
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: Modify apps/cmp.c to use set_base_ui_method(...
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_...
next