summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-07Fix typo in valid_starViktor Dukhovni
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Make sig_app, sigx_app staticRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-06ZLIB compression deserves a better commentRichard Levitte
2015-05-05make updateRichard Levitte
2015-05-05Remove the last traces of the fake RLE compressionRichard Levitte
2015-05-05make updateMatt Caswell
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-05-04Remove the fake RLE compression method.Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04Fix cut/paste errorRich Salz
2015-05-04Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-03fix various typo'sRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-02make X509_VERIFY_PARAM opaqueDr. Stephen Henson
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam
2015-05-02RT3776: Wrong size for mallocRich Salz
2015-05-02Remove outdated RC4 filesRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell
2015-04-30free cleanup 12Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28realloc of NULL is like mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-28ERR_ cleanupRich Salz
2015-04-28NISTZ256: owur'ize.Emilia Kasper
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron