summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
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-02VMS build fixDr. Stephen Henson
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-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
2014-03-02Use nid not cipher type as some ciphers don't have OIDs.Dr. Stephen Henson
2014-03-02Make null cipher work in FIPS mode.Dr. Stephen Henson
2014-03-02Add new VMS hack symbol, update ordinals.Dr. Stephen Henson
2014-03-01Add additional FIPS digests.Dr. Stephen Henson
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson
2014-03-01Fix memory leak.Dr. Stephen Henson
2014-02-27Fix fips flag handling.Dr. Stephen Henson
2014-02-27Remove unused file.Dr. Stephen Henson
2014-02-27evp/e_aes.c: harmonize with 1.0.1.Andy Polyakov
2014-02-27perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.Andy Polyakov
2014-02-27perlasm/x86gas.pl: limit special OPENSSL_ia32cap_P treatment to ELF.Andy Polyakov
2014-02-27rc4/asm/rc4-586.pl: allow for 386-only build.Andy Polyakov
2014-02-27des/asm/des-586.pl: shortcut reference to DES_SPtrans.Andy Polyakov
2014-02-26crypto/Makefile: make it OSF-make-friendlyAndy Polyakov
2014-02-26CABForum EV OIDs for Subject Jurisdiction of Incorporation or Registration.Rob Stradling
2014-02-26sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.Andy Polyakov
2014-02-26sha/asm/sha512-x86_64.pl: fix compilation error on Solaris.Andy Polyakov