aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Change default cipher in smime app to des3.Dr. Stephen Henson2-3/+3
2014-05-20aesv8-armx.pl: fix typo.Andy Polyakov1-2/+2
2014-05-20aesv8-armx.pl: optimize by adding 128-bit code paths.Andy Polyakov1-16/+127
2014-05-20Don't allocate more than is needed in BUF_strndup().Ben Laurie1-0/+5
2014-05-20For portability use BUF_strndup instead of strndup.Dr. Stephen Henson1-2/+2
2014-05-20Adding padding extension to trace code.Dr. Stephen Henson1-1/+2
2014-05-20Fix bug in signature algorithm copy.Dr. Stephen Henson1-1/+1
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan1-1/+1
2014-05-19Merge branch 'mbland-heartbeat-test'Ben Laurie3-5/+488
2014-05-19Fixup for ancient compilers.Ben Laurie1-20/+31
2014-05-19Zero-initialize heartbeat test write bufferMike Bland1-2/+6
2014-05-19More through error checks in set_upMike Bland1-4/+20
2014-05-19Make it build/run.Ben Laurie2-4/+4
2014-05-19Unit/regression test for TLS heartbeats.Mike Bland3-5/+457
2014-05-19Add "teaser" AES module for ARMv8.Andy Polyakov1-0/+604
2014-05-15Moved note about lack of support for AEAD modes out of BUGS section to SUPPOR...Matt Caswell1-4/+4
2014-05-15Enc doesn't support AEAD ciphers.Dr. Stephen Henson1-0/+6
2014-05-14Fix grammar error in verify pod. PR#3355Jeffrey Walton1-1/+1
2014-05-14Add information to BUGS section of enc documentation. PR#3354Jeffrey Walton1-0/+4
2014-05-14Corrected POD syntax errors. PR#3353Michal Bozon4-4/+4
2014-05-12Have the .pc files depend on each other rather than duplicating theMike Frysinger1-7/+4
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx1-2/+3
2014-05-12Correct the return type on the signature for X509_STORE_CTX_get_ex_data given...Jean-Paul Calderone1-1/+1
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev1-16/+7
2014-05-12Correct example.Dr. Stephen Henson1-1/+1
2014-05-12Add "teaser" AES module for PowerISA 2.07.Andy Polyakov2-0/+755
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell1-3/+4
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx1-1/+7
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha1-0/+1
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack1-0/+3
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni1-2/+13
2014-05-11Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell1-14/+15
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson1-0/+15
2014-05-10Fixed CRLF in fileMatt Caswell1-1/+1
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson1-2/+3
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe5-8/+214
2014-05-08coverity 966576 - close socket in error pathTim Hudson1-0/+3
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson1-1/+1
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson1-0/+4
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell3-1/+8
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe1-0/+1
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe1-20/+26
2014-05-06Initialize num properly.Dr. Stephen Henson1-0/+1
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson1-1/+1
2014-05-06- fix coverity issues 966593-966596Tim Hudson1-0/+3
2014-05-04apps/s_server: document '-naccept' cmd-line argumentGeoff Thorpe1-0/+1
2014-05-04md5/asm/md5-[586|x86_64].pl: +15% on Atom.Andy Polyakov2-10/+20
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov3-3/+186
2014-05-04C64x+ assembly pack: make it work with older toolchain.Andy Polyakov8-29/+63
2014-05-04sha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code paths.Andy Polyakov2-13/+550