Remove duplicate GENERATE declarations for .pod files
[openssl.git] / apps /
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_...
2020-11-25 Dr. David von Oheimbapps/cmp.c: Improve description of key loaded due to...
2020-11-25 Richard LevitteAPPS: Guard use of IPv6 functions and constants with...
2020-11-24 Matt CaswellUndeprecate the -dsaparam option in the dhparam app
2020-11-23 Matt CaswellRemove some unneeded variables from dhparam
2020-11-23 Matt CaswellAdd encoder support to dhparam
2020-11-23 Matt CaswellConvert dhparam to be fully based on EVP
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-20 Dr. David von Oheimbapps/cmp.c: Improve diagnostics on -server URL parse...
2020-11-20 Dr. David von Oheimbapps/cmp.c: Add diagnostics on config file section...
2020-11-20 Dr. David von Oheimbapps.c: re-enable loading single certs and CRLs over...
2020-11-19 Dr. David von Oheimbapps/pkcs12: Clean up the order in which many options...
2020-11-19 Dr. David von Oheimbapps/storeutl: Add error output in case of parse/decryp...
2020-11-19 Dr. David von Oheimbapps/pkcs12: Really do not perform MAC in case -nomac
2020-11-19 Dr. David von Oheimbapps/pkcs12: Do not prompt for password in case -nomac...
2020-11-19 David von OheimbMinor cleanup of error output for various apps
2020-11-19 David von Oheimbapps/ca: Minor code and doc cleanup
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellRemove deprecated functionality from s_server
2020-11-13 Rich SalzRemove -C option from x509 command
2020-11-13 Rich SalzRemove -C from dhparam,dsaparam,ecparam
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Pauliapps/passwd: remove the -crypt option.
2020-11-10 Matt CaswellRemove some redundant error messages in the apps
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-11-10 Dr. David von Oheimbapps/cmp.c: Improve order of -path option: just after...
2020-11-05 Dmitry BelyavskiyCheck the configuration file by default
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-20 xuyunjiaresolve defects: reverse_inull; row[DB_exp_date] refere...
2020-10-20 Jacob Hoffman-AndrewsPrefix crlNumber output with 0x.
2020-10-16 Randall S. BeckerFix missing include of string.h in apps/lib/engine...
2020-10-16 Paulilist: add a -provider-info option.
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove some more CMS key downgrades
2020-10-08 Dr. David von OheimbCorrect and simplify use of ERR_clear_error() etc....
2020-10-07 Pauliapps: remove internal/cryptlib.h include that isn't...
2020-10-06 Benny BaumannAvoid memory leak of parent on allocation failure for...
2020-10-04 Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-26 Shane LontisFix bug in EDDSA speed test
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25 Shane LontisRemove openssl provider app
2020-09-25 Shane LontisUpdate openssl list to support new provider objects.
2020-09-24 Dr. David von Oheimbapps/ca.c: Rename confusing variable 'req' to 'template...
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-21 Tomas Mrazapps/ocsp: Return non zero exit code with invalid certID
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Shane LontisAdd error message to genpkey app for the '-genparam...
2020-09-17 Xiaofei BaiFIX strncpy warning in apps/cmp.c.
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellDon't send -1 as the length of the hmac key
next