summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-01dead meatmiod4-5056/+0
2014-05-01tweak previous; ok sthenjmc1-3/+3
2014-05-01+ e_chacha.c, and bump minormiod3-3/+4
2014-05-01Update with recently added objects.jsing2-0/+36
2014-05-01KNF.jsing1-324/+296
2014-05-01Nuke unused evptests.txt - the real one is over in regress.jsing2-668/+0
2014-05-01Provide an EVP implementation for ChaCha.jsing14-0/+233
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.jsing10-2/+904
2014-05-01Add support for the french ANSSI FRP256v1 elliptic curve.miod4-2/+70
2014-05-01Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod4-2/+922
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by themiod18-34/+22
2014-05-01nibbles aren't enough random, use bytes. does a better job of pickingtedu1-14/+14
2014-04-30first cut at documenting the change to malloc doing a partial 'junk' bysthen1-2/+7
2014-04-30Avoid a potential null pointer dereference by checking that we actuallyjsing2-0/+4
2014-04-30First pass at removing win64 support from the assembly generating Perljsing16-2132/+2
2014-04-30i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.tedu2-2/+2
2014-04-29Constrain bytes read/written to positive values.beck2-0/+20
2014-04-28Implement AI_ADDRCONFIGsperreault1-3/+14
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod28-130/+14
2014-04-28use the correct algorithm mask. reported by satish lvr viatedu2-2/+2
2014-04-28SSL_OP_ALL is supposed to be all options and workarounds that are safe,tedu2-8/+12
2014-04-28Remove ending cplusplus guard followed by starting cplusplus guard; frommiod2-14/+0
2014-04-28Leftover includes and local declarations; from Gebruiker Schootmiod2-10/+0
2014-04-27typo in commentmiod6-6/+6
2014-04-27Remove orphaned l2n6 and n2l6 macros.miod2-28/+0
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod114-2246/+1672
2014-04-27static const char * = "" -> static const char[] = "", to produce shorter code.miod6-6/+6
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod12-70/+2
2014-04-27Put explicit (void) in function declarations and shuffle keywords in somemiod32-36/+36
2014-04-27We do not need a separate file for two compatibility wrapper functions.jsing5-140/+38
2014-04-27Fix leak last commit introduced. Spotted by Sebastian Kapfer.beck2-0/+2
2014-04-26Appease gcc3 -Wuninitialized.miod2-2/+2
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck74-270/+222
2014-04-26More KNF.jsing4-12/+20
2014-04-26KNF.jsing10-848/+828
2014-04-26This is not FreeBSD.jsing2-36/+0
2014-04-26Do you really want to build OpenSSL for 16-bit Windows? Well, we don't.jsing2-12/+0
2014-04-25KNF.jsing4-510/+502
2014-04-25Fold in the zlib_cleanup macro.jsing2-7/+4
2014-04-25do_pipe_sig is now only used in openssl.c - just call signal() directlyjsing2-3/+1
2014-04-25NON_MAIN no longer means anything so remove it, along with APP_INIT.jsing3-17/+0
2014-04-25The apps_{startup,shutdown} macro mess is now only used in openssl.c -jsing2-36/+42
2014-04-25Clean up the remaining TTY related remnants.jsing2-82/+16
2014-04-25Remove defined varibles that no longer do anything.jsing1-3/+2
2014-04-25Use const char *.jsing2-2/+2
2014-04-25KNF fixeslteo2-128/+138
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod21-455/+51
2014-04-24Fix indentation.mcbride2-422/+416
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadymiod2-0/+8
2014-04-24rearrange a bit of code/commentstedu2-134/+178