ok was uninitialised on failure.
[openssl.git] / apps /
2016-05-18 Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-18 FdaSilvaYYFix ts app help message
2016-05-18 FdaSilvaYYLocally declare some variables
2016-05-18 FdaSilvaYYFew cleanups in s_client, s_server apps.
2016-05-17 Rich SalzX509_STORE_CTX accessors.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-17 Kurt CancemiFix typos in apps/enc.c
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-16 Rich SalzUse app_malloc; two missing cases.
2016-05-16 Dr. Stephen HensonDon't load same config file twice.
2016-05-13 Dr. Stephen HensonFix signer option and support format SMIME.
2016-05-12 Rich SalzFix uninitialized variable
2016-05-12 Dr. Stephen HensonCorrectly check for trailing digest options.
2016-05-12 Dr. Stephen HensonRestore support for ENGINE format keys in apps.
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-11 Dr. Stephen HensonUpdate pkcs8 defaults.
2016-05-11 Dr. Stephen HensonAdd -signcert to CA.pl usage message.
2016-05-10 Dr. Stephen HensonAdd a couple of checks to prime app.
2016-05-10 Dr. Stephen HensonAdd -srp option to ciphers command.
2016-05-10 Andy PolyakovIRIX fixes.
2016-05-09 Hansruedi PatzenFix: failed to open config file if not specified when...
2016-05-09 Andrea GrandiFix error in the loop of ECDH
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-05 Matt CaswellHandle no async jobs in libssl
2016-05-05 J Mohan Rao Arisankalaremove unused macros in list -disabled
2016-05-04 Richard LevitteCheck return of PEM_write_* functions and report possib...
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-05-04 Matt CaswellRemove stale errors from early connection attempts...
2016-05-03 Christian BundyUpdate Diffie-Hellman parameters to IANA standards
2016-04-29 Matt CaswellDon't use an uninitialised variable in srp application
2016-04-29 Matt CaswellCheck for a NULL return value from a call to X509_STORE...
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-29 Richard Levittemake update
2016-04-29 Richard Levitteapps/progs.pl: don't make digests disablable by default
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-27 Ben LaurieFix no-engine no-ui.
2016-04-27 Matt CaswellFix passwd seg fault
2016-04-26 Benjamin KadukRemove the never-functional no-sct
2016-04-26 Benjamin KadukRemove some OPENSSL_NO_SHA that snuck in
2016-04-25 Rich SalzFix NULL deref in apps/pkcs7
2016-04-21 Matt CaswellFix no-ocsp on Windows (and probably VMS)
2016-04-21 Matt CaswellRemove some unneccessary assignments to argc
2016-04-21 Matt CaswellRemove some unused argc assignments
2016-04-21 Matt CaswellAdd missing return value check in pkcs8 app
2016-04-21 Matt CaswellAdd missing return value checks
2016-04-21 Matt CaswellFix missing break in option parsing
2016-04-21 Matt CaswellRemove some dead code
2016-04-21 Matt CaswellFix some code maintenance issues
2016-04-20 Rich SalzUpdate copyright; generated files.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Matt CaswellFix no-sock on Windows
2016-04-20 Matt CaswellDon't use select on Windows
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-04-18 Ben LaurieSigned/unsigned compare.
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-14 Matt CaswellFix no-stdio and no-autoalginit
2016-04-13 Matt Caswellmake update
2016-04-13 Matt CaswellRemove OPENSSL_NO_HMAC
2016-04-13 Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Richard LevitteDon't use FORMAT_BASE64 format when compressing / decom...
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-13 Matt CaswellFix conditional compile logic in speed.c
2016-04-13 Richard LevitteFix setting of debug callback in apps/enc.c
2016-04-11 Matt CaswellFix the no-nextprotoneg option
2016-04-09 Emilia KasperFix warnings exposed by clang-3.8
2016-04-09 Matt CaswellMake DH opaque
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-04-06 Matt CaswellFix no-ocsp
2016-04-06 Andrea GrandiAdd a check of the FD_SETSIZE before the call to select()
2016-04-05 Dr. Stephen Hensonfix memory leak in ca
2016-04-04 FdaSilvaYYFix a shadow symbol warning
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 FdaSilvaYYFix a possible leak on NETSCAPE_SPKI_verify failure.
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04 Viktor DukhovniFix mixed declarations and code
2016-04-03 Andy Polyakovapps/Makefile.in: add tsget rule.
2016-04-03 Viktor DukhovniAfter saving errno clear it before calls to strtol...
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-04-02 Richard Levitteapps/opt.c: next was only used when NDEBUG undefined...
2016-04-01 Richard LevitteForce argv to be an array of long pointers on VMS
2016-04-01 Richard LevitteMake the use of perl more consistent
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-31 Richard LevitteMake the '-in' option in apps/passwd.c less mandatory
2016-03-30 Richard LevitteFix pointer size issues with argv on VMS
2016-03-30 Richard LevitteFix pointer size issue with setbuf() on VMS
2016-03-22 Ben LaurieFix no-rc4.
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-21 Matt CaswellFix no-ts with --strict-warnings
2016-03-21 Matt CaswellFix no-sock
2016-03-21 Matt CaswellFix no-gost
2016-03-21 Matt CaswellFix no-dsa
next