summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2014-05-01Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.Miod Vallat
2014-05-01Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-01dead meatMiod Vallat
2014-05-01+ e_chacha.c, and bump minorMiod Vallat
2014-05-01Update with recently added objects.Joel Sing
2014-05-01Nuke unused evptests.txt - the real one is over in regress.Joel Sing
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing
2014-05-01Add support for the french ANSSI FRP256v1 elliptic curve.Miod Vallat
2014-05-01Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.Miod Vallat
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by theMiod Vallat
2014-04-30First pass at removing win64 support from the assembly generating PerlJoel Sing
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-28Leftover includes and local declarations; from Gebruiker SchootMiod Vallat
2014-04-27typo in commentMiod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27static const char * = "" -> static const char[] = "", to produce shorter code.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-27We do not need a separate file for two compatibility wrapper functions.Joel Sing
2014-04-27Fix leak last commit introduced. Spotted by Sebastian Kapfer.Bob Beck
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-26More KNF.Joel Sing
2014-04-26KNF.Joel Sing
2014-04-26This is not FreeBSD.Joel Sing
2014-04-26Do you really want to build OpenSSL for 16-bit Windows? Well, we don't.Joel Sing
2014-04-25KNF.Joel Sing
2014-04-25Clean up the remaining TTY related remnants.Joel Sing
2014-04-25Use const char *.Joel Sing
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
2014-04-24unifdef MSDOSGiovanni Bechis
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-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-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