summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-06-11ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov
2014-06-11Add support for Intel SHA extension.Andy Polyakov
2014-06-11Separate the SCT List parser from the SCT List viewerRob Stradling
2014-06-11Engage GHASH for ARMv8.Andy Polyakov
2014-06-11Add GHASH for ARMv8 Crypto Extension.Andy Polyakov
2014-06-11Engage ARMv8 AES support [from HEAD].Andy Polyakov
2014-06-11Add AES module for ARMv8 Crypto Extension [from HEAD].Andy Polyakov
2014-06-10sha[1|512]-armv8.pl: get instruction endianness right.Andy Polyakov
2014-06-10linux-aarch64: engage SHA modules.Andy Polyakov
2014-06-10Add SHA for ARMv8.Andy Polyakov
2014-06-10Add linux-aarch64 taget.Andy Polyakov
2014-06-10aesni-mb-x86_64.pl: add Win64 SEH.Andy Polyakov
2014-06-10ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov
2014-06-10armv4cpuid.S: switch to CNTVCT tick counter.Andy Polyakov
2014-06-10sha[1|256]-armv4: harmonize with arm_arch.h.Andy Polyakov
2014-06-10sha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code paths.Andy Polyakov
2014-06-10crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2014-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2014-05-29Set version number correctly.Dr. Stephen Henson
2014-05-29Fix memory leak.František Bořánek
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser
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-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-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-06dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
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-04Double free in i2o_ECPublicKeyDavid Ramos
2014-04-30bignum: fix boundary condition in montgomery logicGeoff Thorpe
2014-04-24Fix eckey_priv_encode()mancha
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-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson