summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-20aesv8-armx.pl: optimize by adding 128-bit code paths.Andy Polyakov
2014-05-20Don't allocate more than is needed in BUF_strndup().Ben Laurie
2014-05-20For portability use BUF_strndup instead of strndup.Dr. Stephen Henson
2014-05-20Adding padding extension to trace code.Dr. Stephen Henson
2014-05-20Fix bug in signature algorithm copy.Dr. Stephen Henson
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-19Merge branch 'mbland-heartbeat-test'Ben Laurie
2014-05-19Fixup for ancient compilers.Ben Laurie
2014-05-19Zero-initialize heartbeat test write bufferMike Bland
2014-05-19More through error checks in set_upMike Bland
2014-05-19Make it build/run.Ben Laurie
2014-05-19Unit/regression test for TLS heartbeats.Mike Bland
2014-05-19Add "teaser" AES module for ARMv8.Andy Polyakov
2014-05-15Moved note about lack of support for AEAD modes out of BUGS section to SUPPOR...Matt Caswell
2014-05-15Enc doesn't support AEAD ciphers.Dr. Stephen Henson
2014-05-14Fix grammar error in verify pod. PR#3355Jeffrey Walton
2014-05-14Add information to BUGS section of enc documentation. PR#3354Jeffrey Walton
2014-05-14Corrected POD syntax errors. PR#3353Michal Bozon
2014-05-12Have the .pc files depend on each other rather than duplicating theMike Frysinger
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx
2014-05-12Correct the return type on the signature for X509_STORE_CTX_get_ex_data given...Jean-Paul Calderone
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev
2014-05-12Correct example.Dr. Stephen Henson
2014-05-12Add "teaser" AES module for PowerISA 2.07.Andy Polyakov
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni
2014-05-11Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson
2014-05-10Fixed CRLF in fileMatt Caswell
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-05-08coverity 966576 - close socket in error pathTim Hudson
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2014-05-06- fix coverity issues 966593-966596Tim Hudson
2014-05-04apps/s_server: document '-naccept' cmd-line argumentGeoff Thorpe
2014-05-04md5/asm/md5-[586|x86_64].pl: +15% on Atom.Andy Polyakov
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov
2014-05-04C64x+ assembly pack: make it work with older toolchain.Andy Polyakov
2014-05-04sha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code paths.Andy Polyakov
2014-05-04crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos