summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-11move DSA_SIG definition into C source fileDr. Stephen Henson
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov
2016-03-11crypto/*/build.info: SPARC-specific fixups.Andy Polyakov
2016-03-11Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov
2016-03-11Configure: remove dependency on 'head'.Andy Polyakov
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-11Suppress CT warnings in test_sslMatt Caswell
2016-03-11Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte
2016-03-11Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell
2016-03-11Fix no-rmd160 classic Windows buildMat
2016-03-11Don't build dynamic engines unless configured "shared"Richard Levitte
2016-03-11Harmonise the two methods to generate dependency filesRichard Levitte
2016-03-11More tweaks to the installation instructionsMatt Caswell
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte
2016-03-10Configure - don't trust $1 to stick around, save its value awayRichard Levitte
2016-03-10Fix a memory leak in the afalg engineMatt Caswell
2016-03-10Harmonize the option processing in 'config' and 'config.com'Richard Levitte
2016-03-10Add cleaning targets to Configurations/windows-makefile.tmplRichard Levitte
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte
2016-03-10Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse
2016-03-10Remove a missed item from the old thread APIMatt Caswell
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell
2016-03-10No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell
2016-03-10Pass down inclusion directories to source file generatorsRichard Levitte
2016-03-10Travis - add missing semi-colonRichard Levitte
2016-03-09Update .gitignore to ignore all cscope filesTodd Short
2016-03-09remove ms/.rnd and add it to .gitignoreViktor Szakats
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz
2016-03-10Travis - don't use ccache with cross compilesRichard Levitte
2016-03-09Avoid negative array index in BIO_debug_callback()Benjamin Kaduk
2016-03-09CT: check some GeneralizedTime return valuesBenjamin Kaduk
2016-03-10When configured "shared", don't build static libraries on WindowsRichard Levitte
2016-03-10Make util/mk1mf.pl recognise no-weak-ssl-ciphersRichard Levitte
2016-03-09Avoid double-free in calleres to OCSP_parse_urlJim Basney
2016-03-09Fix return type for CRYPTO_THREAD_run_onceMat
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni
2016-03-10Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte
2016-03-10Run make updateKurt Roeckx
2016-03-10Travis - the source directory is _srcdist, not _srcdirRichard Levitte
2016-03-09Correct slight logic error in processing IF in build.infoRichard Levitte
2016-03-09When grepping something starting with a dash, remember to use -eRichard Levitte
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx