aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-05-04Use safer sizeof variant in mallocRich Salz111-204/+203
2015-05-04Fix cut/paste errorRich Salz1-1/+1
2015-05-04Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson1-1/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson2-3/+3
2015-05-03fix various typo'sRich Salz2-3/+3
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson18-72/+61
2015-05-02make X509_VERIFY_PARAM opaqueDr. Stephen Henson1-0/+18
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam1-2/+0
2015-05-02RT3776: Wrong size for mallocRich Salz1-4/+4
2015-05-02Remove outdated RC4 filesRich Salz3-530/+0
2015-05-01free NULL cleanup -- codaRich Salz37-191/+93
2015-05-01Remove goto inside an if(0) blockRich Salz7-61/+50
2015-05-01free NULL cleanup 11Rich Salz16-54/+35
2015-05-01free null cleanup finaleRich Salz107-534/+273
2015-04-30free NULL cleanup 7Rich Salz53-537/+286
2015-04-30Fix buffer overrun in RSA signingMatt Caswell1-1/+7
2015-04-30Add sanity check to print_bin functionMatt Caswell1-1/+3
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell1-24/+21
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell1-1/+1
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell4-7/+18
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell1-0/+3
2015-04-30free cleanup 12Rich Salz6-14/+19
2015-04-30free cleanup almost the finaleRich Salz41-233/+90
2015-04-30free NULL cleanup 5aRich Salz31-145/+83
2015-04-30free NULL cleanup 8Rich Salz21-85/+48
2015-04-28realloc of NULL is like mallocRich Salz8-36/+11
2015-04-28remove malloc castsRich Salz88-168/+143
2015-04-28ERR_ cleanupRich Salz2-225/+87
2015-04-28NISTZ256: owur'ize.Emilia Kasper1-20/+20
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper1-7/+15
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz1-1/+11
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper1-12/+12
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper1-1/+1
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper4-31/+51
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-0/+7
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper1-3/+10
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper1-0/+3
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron1-0/+3
2015-04-21Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov2-0/+3048
2015-04-21modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov1-0/+1
2015-04-20aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov1-1/+1
2015-04-20aes/asm/aesni-x86[_64].pl update.Andy Polyakov2-239/+1025
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov13-136/+318
2015-04-20Add ecp_nistz256-armv8 module.Andy Polyakov2-0/+1568
2015-04-20crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2-150/+136
2015-04-20ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov3-30/+30
2015-04-20Add ARMv8 Montgomery multiplication module.Andy Polyakov1-0/+244
2015-04-20aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov1-5/+8
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson1-2/+4
2015-04-16Code style: space after 'if'Viktor Dukhovni16-36/+36