]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Detect EOF while reading in libssl
[thirdparty/openssl.git] / apps /
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-04  Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-02-02  Richard LevitteAdapt some 'openssl' commands for SM2 changes.
2020-01-29  Rich SalzDocument most missing options
2020-01-29  PauliDeprecate the low level HMAC functions
2020-01-29  PauliDeprecate the low level CMAC functions
2020-01-25  Kurt RoeckxReplace apps/server.pem with certificate with a sha256...
2020-01-24  PauliDeprecate the low level DES functions.
2020-01-19  Richard LevitteAPPS & TEST: Eliminate as much use of EVP_PKEY_size...
2020-01-19  Pauliapps: Fix deprecation conditional in speed.c
2020-01-19  PauliDeprecate the low level IDEA functions.
2020-01-19  PauliDeprecate the low level MD5 functions.
2020-01-19  PauliDeprecate the low level SHA functions.
2020-01-15  PauliDeprecate the low level RC5 functions
2020-01-15  PauliDeprecate the low level RC4 functions
2020-01-15  PauliDeprecate the low level RC2 functions
2020-01-15  PauliDeprecate the low level SEED functions
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2020-01-13  Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13  Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12  PauliDeprecate the low level Whirlpool functions.
2020-01-12  PauliDeprecate the low level MDC2 functions.
2020-01-12  PauliDeprecate the low level MD4 functions.
2020-01-12  PauliDeprecate the low level MD2 functions.
2020-01-12  PauliDeprecate the low level RIPEMD160 functions.
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-10  Rich SalzTweak option error messages
2020-01-08  Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-06  kaysondAdd `-passin` arg to `ocsp`
2020-01-06  Matt CaswellDeprecate the low level AES functions
2020-01-05  fangming.fangFix disabled ecdsa in apps/speed
2020-01-02  Ibrahim M. GhazalAdd -iter option to pkcs12 command
2020-01-02  Matt CaswellRun make update
2019-12-26  Bernd EdlingerFix a race condition in the speed command
2019-12-19  Jussi KeranenFix regression on x509 keyform argument
2019-12-18  Richard LevitteAPPS & TEST: Adapt to use the new BIO_f_prefix()
2019-12-17  Sarithaapps/speed.c: Fix eddsa sign and verify output with...
2019-12-16  kinichiroReturn 1 when openssl req -addext kv is duplicated
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-12-13  kinichiroCheck return value after loading config file
2019-12-11  Veres LajosFix some typos
2019-12-09  FdaSilvaYYapps/speed: replace list of #define by enums declarations.
2019-12-09  FdaSilvaYYapps/speed: factorize ec test curves declarations
2019-12-09  FdaSilvaYYapps/speed: improve sm2 failure code.
2019-12-09  FdaSilvaYYapps/speed: simplify 'doit' action flag management...
2019-12-09  FdaSilvaYYapps/speed: initialize key material only when its algo...
2019-12-09  FdaSilvaYYapps/speed: remove a shared global variable
2019-12-09  FdaSilvaYYapps/speed: discard useless protoypes as these methods...
2019-12-09  FdaSilvaYYapps/speed: allow to continue tests after any init...
2019-12-04  Matt CaswellDeprecate the AES_ige_*() functions
2019-11-29  Matt CaswellCheck the return from OPENSSL_buf2hexstr()
2019-11-29  Richard Levitteapps/ocsp.c: sock_timeout -> socket_timeout
2019-11-22  Paulimain: avoid a NULL dereference on initialisation.
2019-11-20  Rich SalzDocument command parameters.
2019-11-15  raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
2019-11-14  Matt CaswellFix no-engine
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-11-04  Paul YangFix no-sm2 issue
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-30  Pavel Karagodinapps/dgst.c: allocate a new signature buffer
2019-10-28  Matt CaswellFix an s_server arbitrary file read issue on Windows
2019-10-28  Johannes BauerCleanup hardcoded cipher suite codepoints in s_server
2019-10-18  agnosticdevUpdate dgst.c to show a list of message digests
2019-10-17  Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-17  Richard Levitte'openssl list' and 'openssl provider': adapt display...
2019-10-16  Andreas SchnebingerFix typo and create compatibility macro
2019-10-14  Rich SalzRemove duplicated line in 'openssl list' output
2019-10-14  Kurt RoeckxAdd BN_check_prime()
2019-10-12  Viktor DukhovniIgnore empty ALPN elements in CLI args
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-09  Rich SalzRefactor -passin/-passout documentation
2019-10-06  Paul YangSupport SM2 in apps/speed
2019-10-06  Rich SalzAlso mention -- flag and ignore if undocumented
2019-10-05  Rich SalzAdd missing help text for some options
2019-09-30  Paul YangFix a bundle of mischecks of return values
2019-09-30  Paul YangFix a return value bug in apps/speed.c
2019-09-27  PauliConsistent naming for context gettable param queries .
2019-09-29  Paul YangFix a double free issue when signing SM2 cert
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize public header files (part 1)
2019-09-25  Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-24  Rich SalzFix bugs in "info" commands flags
2019-09-23  raja-ashokAdd TLS version options to s_time
2019-09-19  Jon SpillettAdd option grouping capability to apps
2019-09-17  Jon Spillettapps/pkcs12: print multiple PKCS#12 safeBag attribute...
2019-09-15  Shane LontisAdd fips module integrity check
2019-09-06  PauliApp updates for KDF provider conversion.
2019-09-04  Richard LevitteMove libapps.a source to apps/lib
2019-09-04  Billy BrawnerSuppress 'No server certificate CA names sent' message
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-09-03  PauliFix Coverity 1453452: Control flow issues (DEADCODE)
2019-09-02  Bernd EdlingerAdd CPU info to the speed command summary
2019-08-30  Matt CaswellFix pkeyutl -verifyrecover
2019-08-29  PauliAllow an output indentation of zero in apps.
2019-08-28  Richard Levitteopenssl provider: New sub-command, for provider discovery
2019-08-28  Richard LevitteMove print_param_types() to libapps, and give it indent...
2019-08-27  Richard LevitteCoverty fixes for MACs
2019-08-27  Richard LevitteOPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE...
next