Revert "Make it possible to disable fuzz testing"
[openssl.git] / apps /
2016-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-25 Dr. Stephen HensonSupport broken PKCS#12 key generation.
2016-08-24 Matt CaswellClarify the error messages in 08f6ae5b28
2016-08-24 Richard LevitteTrust RSA_check_key() to return correct values
2016-08-24 Matt CaswellFix some resource leaks in the apps
2016-08-22 FdaSilvaYYClosing output file from inside the loop who open it
2016-08-22 FdaSilvaYYFix loopargs_t object duplication into ASYNC context
2016-08-22 Richard LevitteAvoid more compiler warnings for use of uninitialised...
2016-08-22 Richard LevitteMake 'openssl req -x509' more equivalent to 'openssl...
2016-08-21 Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-20 FdaSilvaYYDuplicate includes
2016-08-19 Dr. Stephen Hensonfix warning about trailing comma
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-19 Viktor DukhovniAdd -dane_ee_no_namechecks s_client(1) option
2016-08-19 Dr. Stephen HensonSet certificate times in one function.
2016-08-19 FdaSilvaYYAllow to run all speed test when async_jobs active
2016-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-08-18 Viktor DukhovniFix missing dane_tlsa_rrdata option error message
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 FdaSilvaYYSmall nits and cleanups
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 FdaSilvaYYSimplify and add help about OPT_PVK* options
2016-08-17 FdaSilvaYYImprove error message
2016-08-17 FdaSilvaYYRelocalise some globals variables
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17 Dr. Stephen HensonCorrupt signature in place.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16 FdaSilvaYYtwo typo fixes
2016-08-16 Dr. Stephen HensonCorrupt signature earlier.
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen HensonPrint out names of other temp key algorithms.
2016-08-11 FdaSilvaYYFix doc and help about ca -valid option
2016-08-08 Cristian Stoicaspeed.c: use size_t instead of int to match function...
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-05 Rich SalzMake update, etc.
2016-08-04 Rich SalzFix output text to avoid gratuitious git diff
2016-08-04 Rich SalzRemove "lockit" from internal error-hash function
2016-08-04 FdaSilvaYYPack globals variables used to control apps/verify_call...
2016-08-04 FdaSilvaYYConstify two internal methods
2016-08-04 Richard LevitteHave 'openssl engine' exit with non-zero when some...
2016-08-04 Matt Caswellmake update
2016-08-02 FdaSilvaYYFix some style issues...
2016-08-01 FdaSilvaYYUseless allocation
2016-08-01 FdaSilvaYYFix some style issues
2016-08-01 FdaSilvaYYAdd missing help string
2016-08-01 FdaSilvaYYFix some awkward tests
2016-08-01 FdaSilvaYYMerge some conditional blocks of code.
2016-08-01 FdaSilvaYYSimplify default inits, add const qualifiers
2016-08-01 FdaSilvaYYCast to right type, simplify array args
2016-08-01 FdaSilvaYYFix sharing of two static variables
2016-08-01 FdaSilvaYYECDH test is only one operation to run
2016-08-01 FdaSilvaYYFix three missing global declarations.
2016-08-01 Richard LevitteFix return values of do_passwd() in apps/passwd.c
2016-08-01 Andy Polyakovapps/openssl.c: UTF-y Windows argv.
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-30 Viktor Szakatsrsa.c: fix incorrect guard for pvk-* options
2016-07-29 Dr. Stephen Hensonprint out MAC algorithm
2016-07-26 Jon LoeligerRT4639: Typo when -DSSL_DEBUG
2016-07-25 FdaSilvaYYTypo and comment fix
2016-07-25 FdaSilvaYYUnused variable, and cleanups
2016-07-25 FdaSilvaYYUnused variable cleanup
2016-07-25 FdaSilvaYYDiscard a dead option
2016-07-22 Dr. Stephen HensonAdd mask for newly created symlink.
2016-07-22 Dr. Stephen HensonCheck suffixes properly.
2016-07-22 Dr. Stephen Hensonuse correct name for duplicate
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-20 FdaSilvaYYSimplify buffer limit checking, and reuse BIO_snprintf...
2016-07-20 FdaSilvaYYCode factorisation and simplification
2016-07-20 FdaSilvaYYFix double calls to strlen
2016-07-20 FdaSilvaYYSimplify code related to tmp_email_dn.
2016-07-20 FdaSilvaYYUse more X509_REQ_get0_pubkey & X509_get0_pubkey
2016-07-19 Richard LevitteFix forgotten goto
2016-07-19 Richard LevitteConvert the last uses of sockaddr in apps/* to use...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-08 Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-07-08 Dr. Stephen HensonSupport PKCS v2.0 print in pkcs12 utility.
2016-07-04 Richard Levitteperl: Separate compile-time environment from runtime...
2016-07-01 Richard LevitteSimplify INCLUDE statements in build.info files
2016-06-29 FdaSilvaYYWhitespace cleanup in apps
2016-06-25 David BenjaminFix BN_is_prime* calls.
2016-06-24 Rich SalzAdd -ciphers flag to enc command
2016-06-21 mmiyashitasegmentation fault with 'openssl s_client -prexit ...
2016-06-20 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-20 Richard Levitteapps/req.c: Increment the right variable when parsing '+'
2016-06-20 Jiri HorkyRT3136: Remove space after issuer/subject
2016-06-18 FdaSilvaYYAdd a comment after some #endif at end of apps source...
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-18 Matt CaswellUse a STACK_OF(OPENSSL_CSTRING) for const char * stacks
2016-06-18 Matt CaswellReplace 4 casts with 1
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-16 Matt CaswellRevert "RT4526: Call TerminateProcess, not ExitProcess"
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-15 Rich SalzRT4526: Call TerminateProcess, not ExitProcess
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-14 Matt CaswellAvoid a double-free in crl2pl7
2016-06-14 Matt CaswellAdd missing break statement
2016-06-13 Rich SalzRT3809: basicConstraints is critical
next