summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not output SOM-specific directives.miod2014-05-017-0/+40
* Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines.miod2014-05-012-105/+0
* Make the implicit `l' in `impicit' explicit.miod2014-05-011-1/+1
* Fix include filename to get register name aliases under BSDmiod2014-05-013-18/+3
* Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.miod2014-05-011-4/+4
* dead meatmiod2014-05-012-2528/+0
* Update with recently added objects.jsing2014-05-011-0/+18
* Nuke unused evptests.txt - the real one is over in regress.jsing2014-05-011-334/+0
* Provide an EVP implementation for ChaCha.jsing2014-05-016-0/+108
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-013-0/+314
* Add support for the french ANSSI FRP256v1 elliptic curve.miod2014-05-012-1/+35
* Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod2014-05-012-1/+461
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-019-17/+11
* First pass at removing win64 support from the assembly generating Perljsing2014-04-308-1066/+1
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-2814-65/+7
* Leftover includes and local declarations; from Gebruiker Schootmiod2014-04-281-5/+0
* typo in commentmiod2014-04-273-3/+3
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-2757-1123/+836
* static const char * = "" -> static const char[] = "", to produce shorter code.miod2014-04-273-3/+3
* Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod2014-04-275-30/+1
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-2716-18/+18
* We do not need a separate file for two compatibility wrapper functions.jsing2014-04-272-69/+18
* Fix leak last commit introduced. Spotted by Sebastian Kapfer.beck2014-04-271-0/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-2634-126/+106
* More KNF.jsing2014-04-262-6/+10
* KNF.jsing2014-04-265-424/+414
* This is not FreeBSD.jsing2014-04-261-18/+0
* Do you really want to build OpenSSL for 16-bit Windows? Well, we don't.jsing2014-04-261-6/+0
* KNF.jsing2014-04-252-255/+251
* Clean up the remaining TTY related remnants.jsing2014-04-251-41/+8
* Use const char *.jsing2014-04-251-1/+1
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-2410-227/+25
* unifdef MSDOSgiovanni2014-04-241-12/+1
* Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anjsing2014-04-241-25/+12
* add ERR_asprintf_error_data, A tool to be used to get rid of the far toobeck2014-04-242-25/+26
* You want signals?!? I'll give you signals!!! Oh, and we have termios asjsing2014-04-241-36/+0
* More KNF.jsing2014-04-242-37/+37
* repair missing semicolon. from Ian Mcwilliamtedu2014-04-241-1/+1
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-3/+0
* ain't nobody got time for hpuxtedu2014-04-231-22/+0
* fix some variablestedu2014-04-231-2/+1
* replace a bunch of hand duped strings with strduptedu2014-04-232-10/+4
* Don't bother generating win64 assembly prologue.miod2014-04-231-26/+2
* malloc/memset -> calloc. from peter malonetedu2014-04-231-2/+1
* No longer needed during build. Brings a smile on beck@'s face.miod2014-04-231-6/+0
* The usual idiom to cope with systems not defining socklen_t is to add amiod2014-04-232-49/+8
* close socket in failure cases tootedu2014-04-231-0/+3
* if realloc failed, BIO_accept would leak memory and return NULL, causingtedu2014-04-231-2/+11
* One last Dec C tentacle on alpha.miod2014-04-231-4/+1
* When I grow up, I want to write workaround for long long multiplicationsmiod2014-04-231-15/+0