aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Add null async implementationMatt Caswell4-11/+86
2015-11-20Async port to windowsMatt Caswell10-106/+524
2015-11-20Various windows build fixes to prepare for windows portMatt Caswell2-0/+2
2015-11-20Add s_server and s_client async supportMatt Caswell2-20/+62
2015-11-20Make libssl async awareMatt Caswell7-667/+840
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell7-3/+579
2015-11-20Add async sub-library to libcryptoMatt Caswell4-1/+436
2015-11-20Add pthread supportMatt Caswell1-17/+18
2015-11-20Fix uninitialised variableMatt Caswell1-0/+1
2015-11-20BN_sub: document that r might be the same as a or bKurt Roeckx1-0/+1
2015-11-20BN_usub: Don't copy when r and a the samePascal Cuoq1-1/+1
2015-11-20make updateDr. Stephen Henson1-0/+2
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell13-156/+271
2015-11-20Use better defaults for TSA.Dr. Stephen Henson4-12/+11
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson9-15/+75
2015-11-19Make GOST ciphersuites require TLSv1Dr. Stephen Henson1-2/+2
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov1-62/+136
2015-11-18e_os.h: bump minimal _WIN32_WINNT.Andy Polyakov1-11/+9
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz5-81/+77
2015-11-17make updateRichard Levitte2-2/+9
2015-11-17Check error return from sysconf in secure memory codeMatt Caswell1-2/+12
2015-11-17Add comment explaining why we don't check a return valueMatt Caswell1-0/+6
2015-11-17Remove an NULL ptr deref in an error pathMatt Caswell1-1/+2
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov1-86/+88
2015-11-16crypto/sec_mem.c: fix anonymous mmap on legacy systems.Andy Polyakov1-2/+18
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov1-37/+72
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov2-5/+13
2015-11-15Explicit OpenSSL_version_num() implementation prototypeViktor Dukhovni1-1/+1
2015-11-14Document new functionsDr. Stephen Henson3-2/+65
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson4-149/+86
2015-11-14Add new X509 accessorsDr. Stephen Henson3-0/+44
2015-11-14Update and clarify ciphers documentation.Dr. Stephen Henson1-5/+26
2015-11-14add -psk option to ciphers commandDr. Stephen Henson1-0/+24
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson1-0/+10
2015-11-14Add "TLSv1.0" cipher alias.Dr. Stephen Henson1-0/+1
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson5-2/+13
2015-11-14Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson2-87/+87
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink2-4/+68
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow1-13/+10
2015-11-13absent identity hint should be NULLDr. Stephen Henson1-1/+4
2015-11-11modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov1-1/+1
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell6-9/+50
2015-11-09Remove redundant check from tls1_get_curvelistMatt Caswell1-1/+1
2015-11-09Continue malloc standardisation in enginesMatt Caswell6-21/+26
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell16-38/+46
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell155-407/+468
2015-11-09Standardise our style for checking malloc failuresMatt Caswell13-37/+56
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell1-1/+1
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte1-2/+2
2015-11-08Replace L suffix with UDr. Stephen Henson2-101/+101