aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* make updateMatt Caswell2015-05-051-20/+12
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Remove the fake RLE compression method.Rich Salz2015-05-043-72/+3
* Use safer sizeof variant in mallocRich Salz2015-05-04111-204/+203
* Fix cut/paste errorRich Salz2015-05-041-1/+1
* Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson2015-05-041-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-042-3/+3
* fix various typo'sRich Salz2015-05-032-3/+3
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-0318-72/+61
* make X509_VERIFY_PARAM opaqueDr. Stephen Henson2015-05-021-0/+18
* RT3820: Don't call GetDesktopWindow()Gilles Khouzam2015-05-021-2/+0
* RT3776: Wrong size for mallocRich Salz2015-05-021-4/+4
* 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