summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-11-21Fix (minor) problems found by ubsanAlessandro Ghedini
2015-11-20Implement windows async thread local variable supportMatt Caswell
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Fix some style issuesMatt Caswell
2015-11-20Fix async deadlock problemMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell
2015-11-20Fix compilation error on OS-XMatt Caswell
2015-11-20Fix clang errorsMatt Caswell
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell
2015-11-20Fix Linux crashMatt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20make updateMatt Caswell
2015-11-20Add ASYNC error codesMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Fix windows compilation warningsMatt Caswell
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Implement windows async pool and notify supportMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Use longjmp at setjmp where possibleMatt Caswell
2015-11-20Async clean upsMatt Caswell
2015-11-20Increase stack sizeMatt Caswell
2015-11-20Add null async implementationMatt Caswell
2015-11-20Async port to windowsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Add async sub-library to libcryptoMatt Caswell
2015-11-20BN_usub: Don't copy when r and a the samePascal Cuoq
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz
2015-11-17make updateRichard Levitte
2015-11-17Check error return from sysconf in secure memory codeMatt Caswell
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov
2015-11-16crypto/sec_mem.c: fix anonymous mmap on legacy systems.Andy Polyakov
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov
2015-11-15Explicit OpenSSL_version_num() implementation prototypeViktor Dukhovni
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson
2015-11-14Add new X509 accessorsDr. Stephen Henson
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-11modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson