summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-10forgot to decompress here tootedu2-17/+2
2014-07-10Remove bogus preprocessor statements trying to pick the largest integermiod8-64/+8
2014-07-10check return value of write.bcook1-4/+15
2014-07-10crank major for decompression featuretedu2-2/+2
2014-07-10decompress libssl. ok beck jsingtedu49-1469/+77
2014-07-10KNF comments, reflowing and moving out of the middle of argument lists inguenther6-186/+300
2014-07-10remove unused ecc_pkey_size.bcook2-8/+4
2014-07-10BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_freejsing12-110/+64
2014-07-10Use a while loop instead of an ifdowhile loop.jsing4-24/+20
2014-07-09Add some extra sanity checks to make sure the test functions actuallymatthew1-1/+13
2014-07-09include <limits.h> for LONG_MIN/LONG_MAX.bcook2-4/+4
2014-07-09ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodtedu10-54/+34
2014-07-09unfidef RL_DEBUG. hopefully it's been debugged by nowtedu2-50/+2
2014-07-09firebomb some MDEBUG leftoverstedu1-87/+1
2014-07-09unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssltedu12-190/+12
2014-07-09clean up if 0/if 1 code. we don't care anymore.tedu2-119/+3
2014-07-09move a commenttedu1-3/+3
2014-07-09reset host, port, path to null after freeing so the caller doesn'ttedu2-2/+8
2014-07-09stale prototypetedu2-4/+2
2014-07-09Make comments readable.jsing2-54/+66
2014-07-09More KNF.jsing38-644/+662
2014-07-09KNF.jsing4-246/+216
2014-07-09reduce obvious dependency on global g_pool by moving to local aliasestedu1-42/+48
2014-07-09ocsp_check_ids says "If algoritm mismatch let caller deal with it" beforetedu2-12/+2
2014-07-09Minor cleanupsmatthew1-5/+12
2014-07-09Better workaround for OS X sigaltstack() bugmatthew1-15/+20
2014-07-09Update to match the current state of crypto/rand, and remove MLINKS formiod9-199/+31
2014-07-09Remove mention that the PRNG needs to be seeded before invoking somemiod28-73/+8
2014-07-09Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP paddingmiod2-12/+2
2014-07-09rephrase the stpcpy() warningnaddy1-2/+2
2014-07-09{malloc,reallocarray} + memset(,0,) -> callocmiod4-14/+10
2014-07-09Clean up after arc4random u_int32_t uint32_t changebeck1-5/+5
2014-07-09changes to improve portabilitybcook1-10/+11
2014-07-09Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); inmiod2-4/+4
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod22-120/+120
2014-07-09miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.jsing2-10/+0
2014-07-09add <sys/filio.h> header for FIONBIObcook2-2/+4
2014-07-09check for EINTR when calling waitpid.bcook1-2/+13
2014-07-09check if we were previously on a signal stack before restoring.bcook1-2/+3
2014-07-09Clean up and simplify SSL_CIPHER_description by always using asprintf. Ifjsing2-108/+108
2014-07-09Simplify error path of DH_check_pub_key()miod2-16/+8
2014-07-09KNFmiod18-1134/+1198
2014-07-09remove unused variables getentropy for OS Xbcook2-6/+6
2014-07-09Rewrite gcm128test as a table-driven regress instead of using defines.jsing2-293/+852
2014-07-09tedu the SSL export cipher handling - since we do not have enabled exportjsing21-724/+93
2014-07-09cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook2-4/+4
2014-07-09remove unused, private version strings except SSL_version_strbcook72-340/+70
2014-07-09Make use of this wonderful modern C construct known as a `switch', instead ofmiod2-22/+34
2014-07-09KNFmiod22-1812/+1878
2014-07-09Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod16-168/+120