Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
[openssl.git] / apps /
2019-06-05 Shane LontisCoverity fixes
2019-05-29 FdaSilvaYYCAdES: Fix SignerInfo attribute construction order.
2019-05-26 Daniël van EedenUse fixed length for formatting standard cipher names
2019-05-23 Bernd EdlingerFix a crash in the speed command with wrap ciphers
2019-05-23 PauliAvoid trailing space in "openssl version -o".
2019-05-23 PauliAlways show application and library versions in "openss...
2019-05-08 Lorinczy ZsigmondSquashed commit of the following:
2019-05-07 PauliCoverity CID 1444950: Control flow issues
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2019-05-02 Dr. Matthias St... openssl cms: add error message if operation option...
2019-05-01 Philip Prindevillegendsa: dsaparam: introduce -verbose option to enable...
2019-05-01 Philip Prindevillegenrsa: introduce -verbose option to enable output
2019-04-24 Shane LontisAdded app for EVP_KDF
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-23 Richard LevitteAdd the possibility to display and use MODULESDIR
2019-04-18 Richard Levitteasn1parse: avoid double free
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-12 Bernd EdlingerAdd CMAC speed measurements
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 Jakub WilkFix typos
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-08 Dan Campbells_client starttls: fix handling of multiline reply
2019-04-08 Shane Lontiscoverity resource leak fixes in apps/pkeyutl
2019-04-03 Todd ShortModify OCSP to use alt MD for cert IDs in responses
2019-04-01 Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-03-31 x753Fixed typo in enc.c warning
2019-03-30 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-03-29 Paul YangFix a memleak in apps/verify
2019-03-29 Dr. Matthias St... trace: rename the default trace category from 'ANY...
2019-03-29 Dr. Matthias St... trace: apps/openssl: print the correct category name
2019-03-29 Dr. Matthias St... trace: don't pretend success if it's not enabled
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-29 PauliCorrectly zero the DISPLAY_COLUMNS structure.
2019-03-29 Richard Levitteopenssl dgst: show MD name at all times
2019-03-28 Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-28 Dmitry BelyavskiyAdd some checks of OCSP functions
2019-03-20 Lorinczy ZsigmondReorganized signature-scheme detection in 'apps/s_cb...
2019-03-19 Vitezslav Cizekapps/speed.c: properly address NO_EC2M on systems witho...
2019-03-19 Vitezslav Cizekapps/speed.c: skip binary curves when compiling with...
2019-03-19 Richard LevitteFix no-posix-io
2019-03-18 David von OheimbAdd -new and -subj options to x509 app for direct cert...
2019-03-15 Dr. Matthias St... trace: ensure correct grouping
2019-03-15 Dr. Matthias St... trace: don't leak the line prefix
2019-03-14 Matt CaswellEnable pkeyutl to use Ed448 and Ed25519
2019-03-13 David von Oheimbprevent app_get_pass() from revealing cleartext passwor...
2019-03-13 杨洋Support SM2 certificate verification
2019-03-11 Shane Lontisopenssl app for macs that uses the new EVP_MAC interfac...
2019-03-10 Darren TuckerFix typo in ifndef OPENSSL_NO_ENGINES.
2019-03-08 Tomas MrazPrint all loaded engines with openssl list -engines
2019-03-06 Richard Levitteapps/openssl.c: avoid memory leaks
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-06 Richard Levitteapps/openssl.c: Adapt to enable tracing output
2019-03-05 Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-03-05 Richard LevitteVMS: move copy_argc to its own module and make it an...
2019-03-01 Matt CaswellFix no-ec, no-sm2 and no-sm3
2019-02-28 Richard Levitteapps/ca.c: only output DER with SPKAC input and when...
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-25 David von Oheimbfix x509 -force_pubkey option to take effect with cert...
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-14 Matt CaswellFix -verify_return_error in s_client
2019-02-13 Richard LevitteMove libapps headers into their own directory
2019-02-11 Richard Levitteapps/ocsp.c Use the same HAVE_FORK / NO_FORK as in...
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31 weinholtendianFix error message for s_server -psk option
2019-01-30 Matt CaswellComplain if -twopass is used incorrectly
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Shigeki Ohtsus_client: fix not to send a command letter of R
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24 Matt CaswellFix s_client so that it builds on Windows
2019-01-22 Richard LevitteBuild: use attributes to indicate installed script...
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2019-01-21 Bernd EdlingerMake ca command silently use default if .attr file...
2019-01-18 Marcs_client: Add basic proxy authentication support
2019-01-16 Richard Levitteapps/verify.c: Change an old comment to clarify what...
2018-12-22 FdaSilvaYYCoverity fix in apps/oscp
2018-12-19 Rich SalzSome code-cleanup/simplification in apps
2018-12-17 QuantomicusFix s_client hang on non-compliant NNTP server test
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Richard Levitteapps/tsget.in: use the full version in the user agent...
2018-12-07 Boris Pismennyapps: print Kernel TLS in s_client and s_server
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-11-21 Matthew Hodgsonopenssl s_server: don't use sendto() with connected...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-18 Johannes BauerAdd option to read pkeyopts interactively
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-10 Mansour AhmadiCheck return value of EVP_PKEY_new
2018-11-02 Richard Levitteapps: Stop pretending to care about Netscape keys
2018-11-01 Pauliopenssl list -mac-algorithms support.
2018-10-29 Richard Levitteapps/rehash.c: Convert ISO-8859-1 to UTF-8
2018-10-19 Matt CaswellDon't complain and fail about unknown TLSv1.3 PSK ident...
2018-10-17 Dr. Matthias St... Fix: 'openssl ca' command crashes when used with 'rand_...
2018-10-13 Tomas MrazFix copy&paste error found in Coverity scan
2018-10-08 Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-02 Matt CaswellFix a mem leak in the ocsp app
2018-10-01 Richard Levitte'openssl list': add option -objects to list built in...
2018-09-23 Bernd EdlingerCreate the .rnd file it it does not exist
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
next