summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23No longer needed during build. Brings a smile on beck@'s face.miod2-12/+0
2014-04-23null pointers after free to prevent double frees and worse. also fix atedu1-12/+6
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add amiod4-98/+16
2014-04-23whitespacetedu2-4/+4
2014-04-23close socket in failure cases tootedu2-0/+6
2014-04-23if realloc failed, BIO_accept would leak memory and return NULL, causingtedu2-4/+22
2014-04-23One last Dec C tentacle on alpha.miod2-8/+2
2014-04-23When I grow up, I want to write workaround for long long multiplicationsmiod2-30/+0
2014-04-23Remove IRIX_CC_BUG workaround.miod2-12/+0
2014-04-23I'm glad to know that Ultrix CC has a bug optimizing switch() statementsmiod4-30/+0
2014-04-23Grr, the more you remove, the more there remain.miod4-1236/+0
2014-04-23Forgotten during latest spring cleaning of unreferenced bits.miod2-552/+0
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@miod39-221/+70
2014-04-23Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Englingmiod2-2/+0
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER frommiod18-138/+104
2014-04-23remove Z option and default to something halfway to J.tedu1-32/+22
2014-04-23Casting from a const unsigned char ** to a const unsigned char ** seems...jsing2-16/+8
2014-04-23We do not need ARGV, Argc and Argv - just use argc and argv like normaljsing1-12/+9
2014-04-23explain a bit more what's going on for stupid me.espie1-1/+4
2014-04-23Better, cleaner hash function that computes the same on be and le archs.otto1-10/+8
2014-04-23Make libssl and libcrypto compile with -Werrorbeck8-10/+10
2014-04-23Make sure ret->name is NULL'ed before return when freeing.beck2-0/+2
2014-04-23Rather than sprinkling magical numbers everywhere, we can use sizeof()beck2-8/+8
2014-04-22unifdef -UAES_LONG for we do not intend to run on platforms where int is smallermiod4-16/+0
2014-04-22So it turns out that libcrypto on i386 platforms, unconditionaly compiles thismiod2-78/+0
2014-04-22When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod4-3/+44
2014-04-22Remove the certs directory that contains ancient files not usedlteo6-171/+0
2014-04-22null a pointer to prevent double free. from Dirk Englingtedu2-0/+2
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.miod4-340/+0
2014-04-22fix memory leaks. from Dirk Englingtedu6-42/+24
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valuemiod40-8459/+0
2014-04-22- one more mallocarray -> reallocarrayjmc1-3/+3
2014-04-22Nuke the last of the windows related defines from the openssl apps.jsing9-66/+0
2014-04-22switch to reallocarraytedu2-4/+4
2014-04-22change mallocarray to reallocarray. useful in a few more situations.tedu3-17/+14
2014-04-22KNF.jsing5-803/+815
2014-04-22More KNF.jsing4-95/+92
2014-04-22More KNF.jsing1-31/+37
2014-04-22More KNF.jsing6-56/+74
2014-04-22More KNF.jsing1-150/+225
2014-04-22More KNF.jsing2-79/+127
2014-04-22gets() is gonelteo1-2/+1
2014-04-21you must have S_ISDIR to playderaadt1-16/+4
2014-04-21KNF.jsing4-478/+498
2014-04-21KNF.jsing14-686/+818
2014-04-21KNF.jsing8-204/+238
2014-04-21use mallocarray(a,b) instead of malloc(a*b)deraadt2-4/+4
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisderaadt27-96/+66
2014-04-21KNF.jsing24-2934/+3236
2014-04-21no need for malloc castsderaadt4-4/+4