Convert PKCS12* functions to use const getters
[openssl.git] / apps /
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
2016-06-12 Dr. Stephen HensonDon't skip leading zeroes in PSK keys.
2016-06-12 John DenkerRT2759: Don't read TTY when already at EOF.
2016-06-12 Rich SalzAvoid memory leaks if options repeated.
2016-06-10 Rich SalzGH1183: Fix -unix and -connect, etc., override
2016-06-02 Rich SalzGH1123: sort dir before rehash
2016-06-02 Richard LevitteBuild the 'openssl rehash' command on VMS version 8...
2016-06-01 Matt CaswellFix memory leak in crl2pkcs7 app
2016-06-01 Matt CaswellFree a temporary buffer used by dsaparam application
2016-06-01 Matt CaswellFree memory on error in cms app
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 Rich SalzFix some RAND bugs
2016-06-01 Matt CaswellEnsure an ASN1_OBJECT is freed in error paths
2016-06-01 Matt CaswellFree allocated password strings on exit
2016-06-01 Matt CaswellFree a BIO_ADDR if DTLSv1_listen return <=0
2016-06-01 Matt CaswellEnsure BIGNUM is freed in an error path
2016-06-01 Matt CaswellFree an X509_CRL in an error path
next