summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-08-20crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.Andy Polyakov
2014-08-20sha1-mb-x86_64.pl: fix typo.Andy Polyakov
2014-08-19RT2513: Fix typo's paramter-->parameterMartin Olsson
2014-08-18RT2492: Remove extra NULL check.Laszlo Papp
2014-08-18RT2489: Remove extra "sig" local variable.Laszlo Papp
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-17process_pci_value: free (*policy)->data before setting to NULL after failed r...Jonas Maebe
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe
2014-08-17do_othername: check for NULL after allocating objtmpJonas Maebe
2014-08-17NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe
2014-08-17get_cert_by_subject: check for NULL when allocating hentJonas Maebe
2014-08-17UI_construct_prompt: check for NULL when allocating promptJonas Maebe
2014-08-17hashbn: check for NULL result when allocating bin and return an error if it f...Jonas Maebe
2014-08-17JPAKE_CTX_new: check for NULL result when allocating ctxJonas Maebe
2014-08-17old_hmac_encode: check for NULL result when allocating *pderJonas Maebe
2014-08-17dev_crypto_md5_copy: return error if allocating to_md->data failsJonas Maebe
2014-08-17dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak ...Jonas Maebe
2014-08-17dev_crypto_cipher: return immediately if allocating cin/cout failedJonas Maebe
2014-08-17dev_crypto_init_key: return error if allocating CDATA(ctx)->key failedJonas Maebe
2014-08-15RT2751: Declare get_issuer_sk() earlier.Rich Salz
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe
2014-08-15cms_SignerInfo_content_sign: free sig on failure pathJonas Maebe
2014-08-15rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe
2014-08-15multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe
2014-08-15BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe
2014-08-15mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe
2014-08-15mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe
2014-08-15ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe
2014-08-15SetBlob: free rgSetBlob on error pathJonas Maebe
2014-08-15Fix use after free bug.Istvan Noszticzius
2014-08-15RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli
2014-08-15RT2465: Silence some gcc warningsRob Austein
2014-08-15RT3023: Redundant logical expressionsHans Wennborg
2014-08-14make dependEmilia Kasper
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-11Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson
2014-08-11RT 2517: Various typo's.Scott Schaefer
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson
2014-08-06Fix OID handling:Emilia Kasper
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-07-21sha1-ppc.pl: shave off one cycle from BODY_20_39Andy Polyakov
2014-07-20Engage GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-20Add GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-19Windows build fixes.Dr. Stephen Henson
2014-07-18RFC 5649 support.Dr. Stephen Henson