summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-17Remove defines for unwanted OS support...jsing1-54/+0
2014-04-17remove some code that is now unused after guenther's changes in 1.20.jsg2-32/+2
2014-04-17KNF.jsing2-6/+6
2014-04-17Initial KNF.jsing6-278/+244
2014-04-17simply wrap around intrinsics, and knf cleanup.beck2-114/+108
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck477-2618/+2618
2014-04-17Revert unintended whitespace changes.jsing5-19/+19
2014-04-17OPENSSL_gmtime() is not a gmtime() wrapper. It is a gmtime_r().deraadt2-36/+8
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.deraadt19-19/+0
2014-04-171. RAND_seed is now DEPRECATEDderaadt4-4/+0
2014-04-17RAND_seed now does nothing, so skip the operationderaadt2-12/+0
2014-04-17Do not feed RSA private key information to the random subsystem asderaadt6-22/+0
2014-04-17remove duplicated tests in if statementsjsg2-8/+8
2014-04-17Fix for ", " issue in jsing's knf scriptguenther1-2/+2
2014-04-17Do not need to map to another silly name for unistd.h here eitherderaadt1-1/+0
2014-04-17unistd.h is always in the same place; no need to #include the result ofderaadt27-52/+29
2014-04-17minimal fix for ', ' issue in jsing's indent scriptderaadt1-8/+9
2014-04-17OpenSSL PR#3309: when looking for an extension, set the last found positionsthen2-6/+6
2014-04-17Remove the ossltests target, these are now all in libcrypto regressjsg1-208/+2
2014-04-17move enginetest to regress as was done with the other testsjsg4-284/+9
2014-04-17call the correct decrypt function in aes_cbc_cipher()jsg2-2/+2
2014-04-17tag some functions with bounded. idea and ok djmtedu2-6/+12
2014-04-16TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu9-260/+9
2014-04-16add back SRP. i was being too greedy.tedu23-2/+1804
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingbeck18-150/+34
2014-04-16- Why do we hide from the OpenSSL police, dad?miod12-228/+46
2014-04-16> As I walk through the valley of the shadow of deathtedu20-1212/+8
2014-04-16lots of ifdef cleanuptedu3-400/+1
2014-04-16repair knftedu1-1/+1
2014-04-16No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cmiod1-2/+2
2014-04-16No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allmiod1-10/+1
2014-04-16quoth the readme:tedu128-16802/+0
2014-04-16delete a few leftoverstedu2-10/+2
2014-04-16fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu7-7/+5
2014-04-16Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knobbeck4-14/+6
2014-04-16disentangle SRP code from TLStedu23-1804/+2
2014-04-16whack the ifdef pinata:tedu2-520/+10
2014-04-16SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()guenther2-4/+4
2014-04-16Zero-pad usec format to handle values less than 100,000 correctlyguenther2-2/+2
2014-04-16Initial KNF.jsing5-1143/+1006
2014-04-16Initial KNF.jsing4-1035/+825
2014-04-16Mandatory Surgeon Guenther's Warning: This code could not possibly betedu2-48/+48
2014-04-16Initial KNF.jsing2-1903/+1662
2014-04-16More KNF.jsing2-100/+119
2014-04-16First pass for KNF.jsing2-1294/+1235
2014-04-16revert. the full horror has only now revealed itself.tedu2-52/+42
2014-04-16replace some bio_snprintf crazy with regular snprintf.tedu2-42/+52
2014-04-16Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromguenther14-650/+346
2014-04-16More KNF.jsing20-208/+218
2014-04-16Make this byzantine horror a shell of it's former self by stubbing thebeck2-1320/+34