aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated RC4 filesRich Salz2015-05-023-530/+0
* free NULL cleanup -- codaRich Salz2015-05-0137-191/+93
* Remove goto inside an if(0) blockRich Salz2015-05-017-61/+50
* free NULL cleanup 11Rich Salz2015-05-0116-54/+35
* free null cleanup finaleRich Salz2015-05-01107-534/+273
* free NULL cleanup 7Rich Salz2015-04-3053-537/+286
* Fix buffer overrun in RSA signingMatt Caswell2015-04-301-1/+7
* Add sanity check to print_bin functionMatt Caswell2015-04-301-1/+3
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-304-7/+18
* Sanity check DES_enc_write buffer lengthMatt Caswell2015-04-301-0/+3
* free cleanup 12Rich Salz2015-04-306-14/+19
* free cleanup almost the finaleRich Salz2015-04-3041-233/+90
* free NULL cleanup 5aRich Salz2015-04-3031-145/+83
* free NULL cleanup 8Rich Salz2015-04-3021-85/+48
* realloc of NULL is like mallocRich Salz2015-04-288-36/+11
* remove malloc castsRich Salz2015-04-2888-168/+143
* ERR_ cleanupRich Salz2015-04-282-225/+87
* NISTZ256: owur'ize.Emilia Kasper2015-04-281-20/+20
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-7/+15
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-271-1/+11
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+12
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-274-31/+51
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-0/+7
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* Fix CRYPTO_strdupLoganaden Velvindron2015-04-221-0/+3
* Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov2015-04-212-0/+3048
* modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov2015-04-211-0/+1
* aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov2015-04-201-1/+1
* aes/asm/aesni-x86[_64].pl update.Andy Polyakov2015-04-202-239/+1025
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-2013-136/+318
* Add ecp_nistz256-armv8 module.Andy Polyakov2015-04-202-0/+1568
* crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2015-04-202-150/+136
* ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov2015-04-203-30/+30
* Add ARMv8 Montgomery multiplication module.Andy Polyakov2015-04-201-0/+244
* aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov2015-04-201-5/+8
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Code style: space after 'if'Viktor Dukhovni2015-04-1616-36/+36
* Reject empty generation strings.Dr. Stephen Henson2015-04-161-2/+4
* Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson2015-04-161-7/+27
* free NULL cleanup 9Rich Salz2015-04-117-40/+17
* Fix memory leakRich Salz2015-04-111-6/+3
* do_dirname: Don't change gen on failuresKurt Roeckx2015-04-111-8/+10
* X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx2015-04-111-0/+2
* Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson2015-04-101-2/+0
* Fix ECDH key identifier support.Dr. Stephen Henson2015-04-101-0/+4
* Appease clang -WshadowRichard Levitte2015-04-041-19/+19