summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add blake2 support.Bill Cox2016-03-1129-19/+1004
* move DSA_SIG definition into C source fileDr. Stephen Henson2016-03-112-6/+5
* crypto/*/build.info: make it work on ARM platforms.Andy Polyakov2016-03-117-20/+37
* crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2016-03-112-1/+6
* Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov2016-03-111-2/+2
* Configure: remove dependency on 'head'.Andy Polyakov2016-03-111-3/+5
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-112-6/+6
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-114-1/+11
* Suppress CT warnings in test_sslMatt Caswell2016-03-111-0/+2
* Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte2016-03-111-0/+13
* Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell2016-03-111-3/+3
* Fix no-rmd160 classic Windows buildMat2016-03-111-2/+2
* Don't build dynamic engines unless configured "shared"Richard Levitte2016-03-111-1/+2
* Harmonise the two methods to generate dependency filesRichard Levitte2016-03-111-2/+8
* More tweaks to the installation instructionsMatt Caswell2016-03-111-93/+94
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-1127-39/+39
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-102-0/+4
* check reviewer --reviewer=emiliaRob Percival2016-03-101-6/+9
* check reviewer --reviewer=emiliaRob Percival2016-03-102-12/+13
* check reviewer --reviewer=emiliaRob Percival2016-03-1011-70/+77
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-1010-1/+31
* In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte2016-03-101-1/+1
* Configure - don't trust $1 to stick around, save its value awayRichard Levitte2016-03-101-1/+3
* Fix a memory leak in the afalg engineMatt Caswell2016-03-101-0/+2
* Harmonize the option processing in 'config' and 'config.com'Richard Levitte2016-03-102-24/+42
* Add cleaning targets to Configurations/windows-makefile.tmplRichard Levitte2016-03-101-0/+14
* The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte2016-03-101-2/+2
* Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse2016-03-101-4/+3
* Remove a missed item from the old thread APIMatt Caswell2016-03-101-2/+0
* Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell2016-03-101-0/+2
* No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell2016-03-101-1/+0
* Pass down inclusion directories to source file generatorsRichard Levitte2016-03-103-6/+15
* Travis - add missing semi-colonRichard Levitte2016-03-101-1/+1
* Update .gitignore to ignore all cscope filesTodd Short2016-03-101-1/+1
* remove ms/.rnd and add it to .gitignoreViktor Szakats2016-03-102-0/+1
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-103-1/+6
* Travis - don't use ccache with cross compilesRichard Levitte2016-03-101-3/+3
* Avoid negative array index in BIO_debug_callback()Benjamin Kaduk2016-03-101-0/+3
* CT: check some GeneralizedTime return valuesBenjamin Kaduk2016-03-101-2/+4
* When configured "shared", don't build static libraries on WindowsRichard Levitte2016-03-101-0/+5
* Make util/mk1mf.pl recognise no-weak-ssl-ciphersRichard Levitte2016-03-101-0/+1
* Avoid double-free in calleres to OCSP_parse_urlJim Basney2016-03-101-0/+3
* Fix return type for CRYPTO_THREAD_run_onceMat2016-03-101-1/+1
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-103-4/+12
* Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte2016-03-101-2/+0
* Run make updateKurt Roeckx2016-03-102-20/+20
* Travis - the source directory is _srcdist, not _srcdirRichard Levitte2016-03-101-1/+1
* Correct slight logic error in processing IF in build.infoRichard Levitte2016-03-091-1/+1
* When grepping something starting with a dash, remember to use -eRichard Levitte2016-03-091-2/+2
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-096-64/+191