summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-17quick pass at removing ability to disable sha256 and sha512. ok miodTed Unangst
2014-04-17Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointMiod Vallat
2014-04-17Nuke BN_DEBUG_LEVITTEMiod Vallat
2014-04-17No need to consider being compiled by NASM anymore.Miod Vallat
2014-04-17Stop paying lip service to non-AT&T syntax assemblers in the x86 world.Miod Vallat
2014-04-17todo: do not leave 15 year old todo lists in the tree.Miod Vallat
2014-04-17fix BIO_snprintf usage in here.Bob Beck
2014-04-17Use of OPENSSL_SYS_xxx defines in public header files considered harmful.Miod Vallat
2014-04-17Bob O.D.'ed on the o_dir code so high he forgot to rm the `test' afterMiod Vallat
2014-04-17sprintf: bad.Miod Vallat
2014-04-17Remove utils that we don't useAndrew Fresh
2014-04-17Remove unused ssl utilsAndrew Fresh
2014-04-17expunge more of the old build systemAndrew Fresh
2014-04-17Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.Miod Vallat
2014-04-17fix some more leaks, mostly suggestions from miodJonathan Gray
2014-04-17Remove the benchmark part of the selftest. It uses the undocumentedMiod Vallat
2014-04-17Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventMiod Vallat
2014-04-17Move the machine-specific parts of the libcrypto Makefile to per-arch makefileMiod Vallat
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17fix some of the leaksJonathan Gray
2014-04-17fix a potential double freeJonathan Gray
2014-04-17remove OPENSSL_realloc_clean usage here - replace with intrinsics to makeBob Beck
2014-04-17Fully kill FIPS API. Forcible certification conflicts with the goals of aTed Unangst
2014-04-17Initial KNF.Joel Sing
2014-04-17I've replaced everything in this file. ISC liscense it with my copyrightBob Beck
2014-04-17remove some code that is now unused after guenther's changes in 1.20.Jonathan Gray
2014-04-17KNF.Joel Sing
2014-04-17Initial KNF.Joel Sing
2014-04-17simply wrap around intrinsics, and knf cleanup.Bob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17Revert unintended whitespace changes.Joel Sing
2014-04-17OPENSSL_gmtime() is not a gmtime() wrapper. It is a gmtime_r().Theo de Raadt
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.Theo de Raadt
2014-04-171. RAND_seed is now DEPRECATEDTheo de Raadt
2014-04-17RAND_seed now does nothing, so skip the operationTheo de Raadt
2014-04-17Do not feed RSA private key information to the random subsystem asTheo de Raadt
2014-04-17remove duplicated tests in if statementsJonathan Gray
2014-04-17unistd.h is always in the same place; no need to #include the result ofTheo de Raadt
2014-04-17OpenSSL PR#3309: when looking for an extension, set the last found positionStuart Henderson
2014-04-17move enginetest to regress as was done with the other testsJonathan Gray
2014-04-17call the correct decrypt function in aes_cbc_cipher()Jonathan Gray
2014-04-17tag some functions with bounded. idea and ok djmTed Unangst
2014-04-16TANSTAAFL - delete the buf freelist code. if you need a better malloc, getTed Unangst
2014-04-16add back SRP. i was being too greedy.Ted Unangst
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-16- Why do we hide from the OpenSSL police, dad?Miod Vallat
2014-04-16> As I walk through the valley of the shadow of deathTed Unangst
2014-04-16delete a few leftoversTed Unangst
2014-04-16fix a few bugs observed on http://www.viva64.com/en/b/0250/Ted Unangst
2014-04-16Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knobBob Beck