aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-095-13/+19
* Unified - adapt the generation of des assembler to use GENERATERichard Levitte2016-03-094-13/+18
* Unified - adapt the generation of ec assembler to use GENERATERichard Levitte2016-03-093-12/+13
* Unified - adapt the generation of camellia assembler to use GENERATERichard Levitte2016-03-093-10/+12
* Unified - adapt the generation of cast assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-094-9/+14
* Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliverRichard Levitte2016-03-091-0/+1
* Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte2016-03-095-37/+35
* Unified - adapt the generation of aes assembler to use GENERATERichard Levitte2016-03-095-58/+61
* Unified - adapt the generation of blowfish assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Convert the dynlocks in e_chil to the new Thread API locksRichard Levitte2016-03-091-14/+10
* Remove another lock from e_chilMatt Caswell2016-03-091-2/+2
* Always call ENGINE_cleanup() in de-initMatt Caswell2016-03-091-19/+4
* Move chil engine to the new thread apiMatt Caswell2016-03-091-17/+24
* Move engine library over to using the new thread APIMatt Caswell2016-03-099-50/+76
* err_lcl.h is gone, don't pretend it's thereRichard Levitte2016-03-091-1/+1
* Add missing semiRichard Levitte2016-03-091-1/+1
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Fix names of the #define used for platform specific codeAndrea Grandi2016-03-081-2/+2
* Add empty line after local variablesAndrea Grandi2016-03-081-0/+1
* Fix error with wait set of fds for the select()Andrea Grandi2016-03-081-75/+24
* Use correct function ID in error pathAlessandro Ghedini2016-03-093-2/+5
* Move variable declaration to the start of the functionAlessandro Ghedini2016-03-091-1/+2
* Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell2016-03-091-3/+3
* Fix memory leak in ssltestMatt Caswell2016-03-091-0/+6
* Convert rand code to new threading APIMatt Caswell2016-03-092-34/+47
* Adapt unix Makefile template to 'no-makedepend'Richard Levitte2016-03-091-5/+18
* Adapt descrip.mms.tmpl to 'no-makedepend'Richard Levitte2016-03-091-1/+7
* Add the configure option 'no-makedepend'Richard Levitte2016-03-091-5/+13
* Fix SSL_CIPHER_get_auth_nid returnTodd Short2016-03-081-1/+1
* Fix a typo in dynamic_load()Richard Levitte2016-03-091-2/+2
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-087-50/+77
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-089-122/+166
* Remove the transfer of lock hooks from bind_engineRichard Levitte2016-03-092-26/+0
* Engine API repair - memory management hooksRichard Levitte2016-03-092-0/+14
* Redo the Unix source code generatorRichard Levitte2016-03-091-20/+29
* Fix error in ssltestMatt Caswell2016-03-081-2/+3
* Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte2016-03-081-6/+4
* Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell2016-03-083-114/+118
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-085-32/+13
* Remove the -n tar flag from osx dist creationRichard Levitte2016-03-081-2/+2
* Remove some old ms/* filesRich Salz2016-03-0825-1037/+0
* Include e_os.h from ec_lcl.hRichard Levitte2016-03-081-0/+2
* Fix cert leaks in s_serverFdaSilvaYY2016-03-081-3/+6
* Reuse strndup(), simplify codeDmitry-Me2016-03-081-9/+8
* make updateDr. Stephen Henson2016-03-081-6/+7
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-086-58/+53
* Fix travis buildsRichard Levitte2016-03-081-1/+1
* make updateAlessandro Ghedini2016-03-081-0/+2
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-0820-49/+131