aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check error return from sysconf in secure memory codeMatt Caswell2015-11-171-2/+12
* bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov2015-11-161-86/+88
* crypto/sec_mem.c: fix anonymous mmap on legacy systems.Andy Polyakov2015-11-161-2/+18
* bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov2015-11-161-37/+72
* aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov2015-11-162-5/+13
* Explicit OpenSSL_version_num() implementation prototypeViktor Dukhovni2015-11-151-1/+1
* Use accessors for X509_print_ex().Dr. Stephen Henson2015-11-143-148/+85
* Add new X509 accessorsDr. Stephen Henson2015-11-142-0/+37
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-13/+10
* modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov2015-11-111-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-09155-407/+468
* Rebuild error source files.Dr. Stephen Henson2015-11-0527-348/+345
* fix discrepancyDr. Stephen Henson2015-11-051-1/+1
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-2/+0
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-11/+20
* Remove des_ver.h; broke build.Rich Salz2015-11-011-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-3017-436/+335
* Reorganise state machine filesMatt Caswell2015-10-301-1/+2
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-242-16/+19
* Fix undeclared variable warnings.Ben Laurie2015-10-247-15/+22