]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Fix possible leaks on sk_X509_EXTENSION_push() failure ...
[thirdparty/openssl.git] / apps /
2017-11-09  Matt CaswellFix an s_client memory leak
2017-11-07  FdaSilvaYYstyle : fix some if(...
2017-11-07  Rich SalzWarn if -days without -x509
2017-11-06  PauliDisabled list doesn't contain SM3 and SM4.
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-11-03  Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-02  Richard LevitteFix small but important regression
2017-10-22  KaoruTodaapps/s_client.c: add missing null check
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-16  FdaSilvaYYSome cleanups to apps/ca.c
2017-10-16  Paul YangMake '-name' option of the 's_client' more generic
2017-10-16  EasySecCleaning secret data after use
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-10  Patrick Steuerapps/speed.c: add 'rand' algo to enable DRBG performanc...
2017-10-09  Patrick Steuerapps/speed.c: fix ccm performance measurements.
2017-10-09  EasySecset_hex() behaviour change
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-07  Rich SalzAnchor the regexp match
2017-10-07  Rich SalzRewrite some code
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-26  Richard LevitteMake sure that a cert with extensions gets version...
2017-09-23  Dr. Stephen HensonRemove dhparam from SSL_CONF list.
2017-09-23  Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-21  Benjamin KadukReenable s_server -dhparam option
2017-09-13  Benjamin KadukFix typo in comment
2017-09-13  Paul YangSupport key check in EVP interface
2017-09-12  Richard LevitteAdd a recursive option to 'openssl storeutl'
2017-09-08  Matt CaswellAllow an endpoint to read the alert data before closing...
2017-08-31  Paulistruct timeval include guards
2017-08-31  Matt CaswellVarious review fixes for PSK early_data support
2017-08-31  Matt CaswellShow the error stack if there was an error writing...
2017-08-31  Matt CaswellIf no SNI has been explicitly set use the one from...
2017-08-31  Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-29  PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  PauliRemove the X_OK define, it is unused.
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-25  Matt CaswellEnsure we exchange cookies in s_server even if SCTP...
2017-08-24  Richard Levitteapps/passwd.c: Make MD5 and SHA password making EBCDIC...
2017-08-24  Richard Levitteapps/passwd.c: Fix code layout
2017-08-24  Richard Levitteapps/passwd.c: Don't disable MD5 and SHA when CHARSET_E...
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  Paul YangRemove useless macros in apps/speed.c
2017-08-22  Rich SalzAdd random serial# support.
2017-08-22  PauliDead code elimination.
2017-08-21  PauliFix ctype arguments.
2017-08-21  Rich SalzSafely display SNI (just in case)
2017-08-21  Rich SalzCheck # of arguments for remaining commands.
2017-08-19  Richard LevitteFix ui_write in apps/apps.c
2017-08-18  Balaji MarisettiAddressed build failure because of missing #ifdef AF_UN...
2017-08-16  PauliDetermine the number of output columns for the list...
2017-08-15  Rich SalzPrint pathnames for 'version -r'
2017-08-15  Rich SalzRevert "Add some casts for %j"
2017-08-14  Rich SalzAdd some casts for %j
2017-08-14  Rich SalzDoc fixes
2017-08-11  Johannes BauerClarify CLI OCSP documentation
2017-08-11  FdaSilvaYYFix some Typos and indents
2017-08-09  Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-08-08  Johannes BauerFix building without scrypt
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03  Dr. Stephen HensonAllow use of long name for KDFs
2017-08-01  Paul YangAdd '-ext' option to display extensions in 'x509'
2017-07-31  Xiaoyin Liuapp_isdir() cleanup
2017-07-29  Dr. Stephen HensonAdd list -public-key-methods
2017-07-28  Paul YangFix rsa -check option
2017-07-26  Hubert Kariohandle scrypt PBKDF in PKCS#12 files info
2017-07-26  Hubert Karionicer formatting for MAC info
2017-07-26  Hubert Kariomore info about PKCS#12 structure MAC
2017-07-26  Hubert Kariopkcs12.c better formatting for unsupported params
2017-07-26  PauliFix potential use-after-free and memory leak
2017-07-24  Xiaoyin Liuschlock global variable needs to be volatile
2017-07-23  Xiaoyin LiuRemove unused function prototypes
2017-07-22  Rich SalzAdd --with-rand-seed
2017-07-20  Paul YangSupport converting cipher name to RFC name and vice...
2017-07-17  Bernd EdlingerFix bogus use of BIO_sock_should_retry.
2017-07-17  Rich SalzFix use-after-free
2017-07-17  PauliFix some pedantic warnings.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-14  Roelof duToitUpdate PR#3925
2017-07-14  Roelof duToitRetry SSL_read on ERROR_WANT_READ.
2017-07-14  Todd ShortFix #946 Add -preserve_dates to x509 app
2017-07-07  Matt CaswellFix s_client crash where the hostname is provided as...
2017-07-07  Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07  Matt CaswellFix memory leak when using PSK session files
2017-07-06  PauliBounds check string functions in apps.
2017-07-05  PauliRework the append_buf function
2017-07-05  PauliAvoid buffer overruns in the req command line utility.
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-01  Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-07-01  Rich SalzCleanup some copyright stuff
2017-06-29  Steven DannemanFix double array increment in s_client mysql connect
2017-06-29  Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29  Richard Levitteengine app: print out information on STORE loaders...
2017-06-29  Richard LevitteAdd a simple store utility command
2017-06-27  Rich SalzUse randomness not entropy
2017-06-26  Paul YangFix return value checking for BIO_sock_init
next