aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add MD5+SHA1Dr. Stephen Henson2015-11-243-2/+117
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+9
* "make update" after async merge.Rich Salz2015-11-232-11/+19
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-232-5/+4
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+2
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-2313-13/+13
* e_os.h: __sun done right.Andy Polyakov2015-11-231-1/+1
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-227-50/+50
* Use defined(__sun) instead of defined(sun)Kurt Roeckx2015-11-221-1/+1
* Fix STRICT_ALIGNMENT for whrlpoolAndy Polyakov2015-11-211-20/+23
* Declare cleanse_ctr variable as externAlessandro Ghedini2015-11-211-0/+1
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+1
* Implement windows async thread local variable supportMatt Caswell2015-11-207-17/+124
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-206-24/+62
* Simplify async pool handlingMatt Caswell2015-11-209-176/+96
* Swap to using proper windows pipesMatt Caswell2015-11-205-21/+25
* Fix some style issuesMatt Caswell2015-11-203-35/+38
* Fix async deadlock problemMatt Caswell2015-11-201-0/+17
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-202-3/+32
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-201-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-201-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-201-0/+6
* Fix clang errorsMatt Caswell2015-11-201-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-201-2/+2
* Fix Linux crashMatt Caswell2015-11-201-0/+8
* Tweak async documentation based on feedbackMatt Caswell2015-11-201-3/+3
* make updateMatt Caswell2015-11-202-22/+30
* Add ASYNC error codesMatt Caswell2015-11-206-10/+135
* Normalise ASYNC namingMatt Caswell2015-11-207-99/+98
* Fix windows compilation warningsMatt Caswell2015-11-204-7/+18
* Optimise ASYNC_CTX handlingMatt Caswell2015-11-201-8/+4
* Fix ASYNC null implementationMatt Caswell2015-11-203-2/+111
* Remove ASYNC_in_job()Matt Caswell2015-11-201-8/+0
* Implement windows async pool and notify supportMatt Caswell2015-11-206-13/+121
* Implement local thread poolsMatt Caswell2015-11-204-21/+73
* Initial Async notify code changesMatt Caswell2015-11-204-0/+77
* Add ASYNC_JOB poolsMatt Caswell2015-11-201-19/+107
* Use longjmp at setjmp where possibleMatt Caswell2015-11-203-12/+28
* Async clean upsMatt Caswell2015-11-201-5/+3
* Increase stack sizeMatt Caswell2015-11-201-2/+4
* Add null async implementationMatt Caswell2015-11-204-11/+86
* Async port to windowsMatt Caswell2015-11-207-106/+515
* Make libssl async awareMatt Caswell2015-11-201-1/+2
* Add async sub-library to libcryptoMatt Caswell2015-11-202-0/+358
* BN_usub: Don't copy when r and a the samePascal Cuoq2015-11-201-1/+1
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-203-1/+35
* aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov2015-11-181-62/+136
* Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz2015-11-173-77/+72
* make updateRichard Levitte2015-11-171-1/+1