Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
[openssl.git] / apps /
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-28 Matt CaswellFix a double free in ca command line
2016-10-19 Richard Levitteapps: remove some #ifndef clutter
2016-10-19 Richard Levitteapps: instead of varying implementation, make setup_eng...
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-18 FdaSilvaYYFix not-c code
2016-10-17 Valentin VidicAdd Postgres support to -starttls
2016-10-14 FdaSilvaYYFix style issue
2016-10-14 FdaSilvaYYConstify command options
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-10-01 Dr. Stephen Hensonfix memory leak
2016-09-29 Dr. Stephen HensonAdd -item option to asn1parse
2016-09-28 Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-28 Rich SalzRevert "Call ENGINE_init() before trying to use keys...
2016-09-28 David WoodhouseCall ENGINE_init() before trying to use keys from engine
2016-09-28 David WoodhouseRestore '-keyform engine' support for s_client
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-20 Rich SalzRT3669: dgst can only sign/verify one file.
2016-09-20 Richard Levitteapps/apps.c: include sys/socket.h to declare recv()
2016-09-20 FdaSilvaYYRemove an option related to a deprecated flag
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-09-19 Richard LevitteFix no-ocsp
2016-09-15 Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15 Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15 Richard LevitteAdd copyright and license on apps/vms_term_sock.[ch]
2016-09-15 Richard LevitteVSI submission: redirect terminal input through socket
2016-09-14 Rich SalzGH1536: Install empty CT log list
2016-09-14 Richard LevitteRather than one variable for each passwd type, use...
2016-09-14 Richard LevitteAdd SHA256 and SHA512 based output for 'openssl passwd'
2016-09-14 Rich SalzAdd -h and -help for c_rehash script and app
2016-09-13 Richard LevitteFix 'openssl passwd' with arguments -1 or -apr1
2016-09-13 FdaSilvaYYFix some magic values about revocation info type...
2016-09-13 Rich SalzAdd --missing-help to list command
2016-09-13 Viktor Szakatss_client: avoid warning on Windows/MS-DOS systems
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
next