aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-18RT1815: More const'ness improvementsJustin Blanchard14-32/+32
2014-08-17pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe2-0/+38
2014-08-17engine_md_copy: check for NULL after allocating to_md->HashBufferJonas Maebe1-0/+2
2014-08-17process_pci_value: free (*policy)->data before setting to NULL after failed r...Jonas Maebe1-1/+11
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe1-2/+7
2014-08-17do_othername: check for NULL after allocating objtmpJonas Maebe1-0/+2
2014-08-17NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe1-0/+4
2014-08-17get_cert_by_subject: check for NULL when allocating hentJonas Maebe1-0/+7
2014-08-17UI_construct_prompt: check for NULL when allocating promptJonas Maebe1-0/+2
2014-08-17hashbn: check for NULL result when allocating bin and return an error if it f...Jonas Maebe1-21/+47
2014-08-17JPAKE_CTX_new: check for NULL result when allocating ctxJonas Maebe1-0/+2
2014-08-17old_hmac_encode: check for NULL result when allocating *pderJonas Maebe1-0/+2
2014-08-17dev_crypto_md5_copy: return error if allocating to_md->data failsJonas Maebe1-0/+2
2014-08-17dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak ...Jonas Maebe1-1/+5
2014-08-17dev_crypto_cipher: return immediately if allocating cin/cout failedJonas Maebe1-0/+8
2014-08-17dev_crypto_init_key: return error if allocating CDATA(ctx)->key failedJonas Maebe1-0/+2
2014-08-15Add support for Camellia HMAC-Based cipher suites from RFC6367Hubert Kario3-0/+152
2014-08-15Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell1-46/+158
2014-08-15RT2751: Declare get_issuer_sk() earlier.Rich Salz1-0/+1
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe1-6/+11
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe1-2/+4
2014-08-15cms_SignerInfo_content_sign: free sig on failure pathJonas Maebe1-0/+3
2014-08-15rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe1-0/+2
2014-08-15multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe1-2/+17
2014-08-15BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe1-2/+2
2014-08-15mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe1-8/+17
2014-08-15mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe1-7/+18
2014-08-15ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe1-10/+16
2014-08-15SetBlob: free rgSetBlob on error pathJonas Maebe1-0/+1
2014-08-15Fix use after free bug.Istvan Noszticzius1-1/+1
2014-08-15RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli1-8/+7
2014-08-15RT2465: Silence some gcc warningsRob Austein1-3/+3
2014-08-15RT3023: Redundant logical expressionsHans Wennborg2-3/+1
2014-08-15Merge branch 'master' of git.openssl.org:opensslRich Salz7-57/+102
2014-08-15RT3268: Fix spelling errors in CHANGES file.Claus Assmann1-35/+35
2014-08-15Revision of custom extension code.Dr. Stephen Henson6-57/+98
2014-08-15Include error messages on extension check failure.Dr. Stephen Henson1-0/+4
2014-08-14make dependEmilia Kasper5-279/+283
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller3-5/+6
2014-08-13RT1665: Fix podpath to get xref's rightMatt Caswell1-1/+1
2014-08-12RT3239: Extra comma in NAME lines of two manpagesIngo Schwarze2-2/+2
2014-08-12Merge branch 'master' of git.openssl.org:opensslRich Salz0-0/+0
2014-08-12PR 719: Configure not exiting with child statusnnposter@users.sourceforge.net1-1/+1
2014-08-12PR 718: Configure not exiting with child statusnnposter@users.sourceforge.net1-1/+1
2014-08-12PR 2580: dgst missing current SHA algorithmsNick Lewis3-5/+17
2014-08-12Revert "RT 2820: Case-insensitive filenames on Darwin"Rich Salz1-1/+1
2014-08-12RT2609: Typo in EXAMPLE section of req.podNick Urbanik1-1/+1
2014-08-11Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson2-6/+1
2014-08-11RT 2820: Case-insensitive filenames on DarwinJim Reid1-1/+1
2014-08-11Merge branch 'master' of git.openssl.org:opensslRich Salz0-0/+0