summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-05-23OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca
2014-05-23aesp8-ppc.pl: add optimized CBC decrypt.Andy Polyakov
2014-05-23vpaes-ppc.pl: comply with ABI.Andy Polyakov
2014-05-22Check length first in BUF_strnlen().Ben Laurie
2014-05-21Remove redundant test.Ben Laurie
2014-05-21Implement BUF_strnlen() and use it instead of strlen().Ben Laurie
2014-05-21Fixes to host checking.Viktor Dukhovni
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-05-20aesv8-armx.pl: fix typo.Andy Polyakov
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-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-19Add "teaser" AES module for ARMv8.Andy Polyakov
2014-05-12Add "teaser" AES module for PowerISA 2.07.Andy Polyakov
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson
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-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
2014-05-01dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
2014-04-30bignum: fix boundary condition in montgomery logicGeoff Thorpe
2014-04-26Fix eckey_priv_encode()mancha
2014-04-25make dependGeoff Thorpe
2014-04-24bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplicationAndy Polyakov
2014-04-24aes/asm/bsaes-x86_64.pl: Atom-specific optimization.Andy Polyakov
2014-04-22Fix double frees.Ben Laurie
2014-04-15Extension checking fixes.Dr. Stephen Henson
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson
2014-04-06crypto/modes/gcm128.c: more strict aliasing fixes.Andy Polyakov
2014-04-06vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.Andy Polyakov
2014-04-02Fix base64 decoding bug.Eric Young
2014-04-01Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2014-03-19Workaround for some CMS signature formats.Dr. Stephen Henson
2014-03-12Fix for CVE-2014-0076Dr. Stephen Henson
2014-03-07SPARC T4 assembly pack: treat zero input length in CBC.Andy Polyakov
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2014-03-03For self signed root only indicate one error.Dr. Stephen Henson