summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2015-04-21Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov
2015-04-21modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov
2015-04-20aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov
2015-04-20aes/asm/aesni-x86[_64].pl update.Andy Polyakov
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov
2015-04-20Add ecp_nistz256-armv8 module.Andy Polyakov
2015-04-20crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov
2015-04-20ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov
2015-04-20Add ARMv8 Montgomery multiplication module.Andy Polyakov
2015-04-20aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11Fix memory leakRich Salz
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-04-10Fix ECDH key identifier support.Dr. Stephen Henson
2015-04-04Appease clang -WshadowRichard Levitte
2015-04-04Appease clang -Wempty-translation-unitRichard Levitte
2015-04-03make dependDr. Stephen Henson
2015-04-03Remove old ASN.1 functions.Dr. Stephen Henson
2015-04-03Remove unnecessary use of ASN1_const_CTXDr. Stephen Henson