summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-25Clean up the remaining TTY related remnants.jsing2-82/+16
2014-04-25Remove defined varibles that no longer do anything.jsing1-3/+2
2014-04-25Use const char *.jsing2-2/+2
2014-04-25KNF fixeslteo2-128/+138
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod21-455/+51
2014-04-24Fix indentation.mcbride2-422/+416
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadymiod2-0/+8
2014-04-24rearrange a bit of code/commentstedu2-134/+178
2014-04-24uses ssh these days, not rsh; ok tedujmc1-2/+2
2014-04-24unifdef MSDOSgiovanni2-24/+2
2014-04-24obvious use after free was less obviously not a use after free.tedu1-1/+1
2014-04-24More KNF.jsing2-184/+244
2014-04-24Make it compile again.jsing2-2/+2
2014-04-24Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anjsing2-50/+24
2014-04-24add ERR_asprintf_error_data, A tool to be used to get rid of the far toobeck4-50/+52
2014-04-24You want signals?!? I'll give you signals!!! Oh, and we have termios asjsing2-72/+0
2014-04-24More KNF.jsing4-74/+74
2014-04-24More KNF, things that couldn't be verified with md5(1), and some whitespacemcbride8-468/+508
2014-04-24unifdef -U LINTjsing6-18/+0
2014-04-24When OPENSSL_C is not defined, apps_startup becomes ajsing38-72/+72
2014-04-24KNFmcbride6-2052/+2974
2014-04-24Remove more FIPS tenticles.jsing1-12/+1
2014-04-24Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM andjsing1-267/+2
2014-04-24A fantastic way to make a large unsigned number is to assignbeck2-0/+4
2014-04-24remove redundant asign. from David Hilltedu2-2/+0
2014-04-24Support for the -ssl2 option has been removed, so remove it from usagelteo1-1/+0
2014-04-24on today's episode of things you didn't want to learn:tedu2-0/+8
2014-04-24repair missing semicolon. from Ian Mcwilliamtedu2-2/+2
2014-04-23Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod11-58/+0
2014-04-23ain't nobody got time for hpuxtedu2-44/+0
2014-04-23fix some variablestedu2-4/+2
2014-04-23replace a bunch of hand duped strings with strduptedu4-20/+8
2014-04-23Don't bother generating win64 assembly prologue.miod2-52/+4
2014-04-23malloc/memset -> calloc. from peter malonetedu2-4/+2
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