summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-25KNF fixesLawrence Teo
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
2014-04-24Fix indentation.Ryan Thomas McBride
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadyMiod Vallat
2014-04-24rearrange a bit of code/commentsTed Unangst
2014-04-24unifdef MSDOSGiovanni Bechis
2014-04-24More KNF.Joel Sing
2014-04-24Make it compile again.Joel Sing
2014-04-24Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anJoel Sing
2014-04-24add ERR_asprintf_error_data, A tool to be used to get rid of the far tooBob Beck
2014-04-24You want signals?!? I'll give you signals!!! Oh, and we have termios asJoel Sing
2014-04-24More KNF.Joel Sing
2014-04-24More KNF, things that couldn't be verified with md5(1), and some whitespaceRyan Thomas McBride
2014-04-24KNFRyan Thomas McBride
2014-04-24A fantastic way to make a large unsigned number is to assignBob Beck
2014-04-24remove redundant asign. from David HillTed Unangst
2014-04-24on today's episode of things you didn't want to learn:Ted Unangst
2014-04-24repair missing semicolon. from Ian McwilliamTed Unangst
2014-04-23Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftoverMiod Vallat
2014-04-23ain't nobody got time for hpuxTed Unangst
2014-04-23fix some variablesTed Unangst
2014-04-23replace a bunch of hand duped strings with strdupTed Unangst
2014-04-23Don't bother generating win64 assembly prologue.Miod Vallat
2014-04-23malloc/memset -> calloc. from peter maloneTed Unangst
2014-04-23No longer needed during build. Brings a smile on beck@'s face.Miod Vallat
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add aMiod Vallat
2014-04-23whitespaceTed Unangst
2014-04-23close socket in failure cases tooTed Unangst
2014-04-23if realloc failed, BIO_accept would leak memory and return NULL, causingTed Unangst
2014-04-23One last Dec C tentacle on alpha.Miod Vallat
2014-04-23When I grow up, I want to write workaround for long long multiplicationsMiod Vallat
2014-04-23Remove IRIX_CC_BUG workaround.Miod Vallat
2014-04-23I'm glad to know that Ultrix CC has a bug optimizing switch() statementsMiod Vallat
2014-04-23Grr, the more you remove, the more there remain.Miod Vallat
2014-04-23Forgotten during latest spring cleaning of unreferenced bits.Miod Vallat
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-23Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk EnglingMiod Vallat
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER fromMiod Vallat
2014-04-23Casting from a const unsigned char ** to a const unsigned char ** seems...Joel Sing
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2014-04-23Make sure ret->name is NULL'ed before return when freeing.Bob Beck
2014-04-23Rather than sprinkling magical numbers everywhere, we can use sizeof()Bob Beck
2014-04-22unifdef -UAES_LONG for we do not intend to run on platforms where int is smallerMiod Vallat
2014-04-22So it turns out that libcrypto on i386 platforms, unconditionaly compiles thisMiod Vallat
2014-04-22When compiling with AES_WRAP_TEST, make main() return a meaningful valueMiod Vallat
2014-04-22null a pointer to prevent double free. from Dirk EnglingTed Unangst
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.Miod Vallat
2014-04-22fix memory leaks. from Dirk EnglingTed Unangst
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valueMiod Vallat
2014-04-22switch to reallocarrayTed Unangst