summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Detect Altivec support with the machdep.altivec sysctl rather than setmp andmiod2014-05-032-102/+20
* Correctly enable assembler Montgomery routine.miod2014-05-022-2/+4
* More use of 64-bit registers which needs to be disabled under OpenBSD.miod2014-05-022-0/+4
* Correctly enable assembler Montgomery routine.miod2014-05-022-2/+4
* Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod2014-05-022-6/+6
* The assembly sha512 code detects at runtime if it is running on a 64-bitmiod2014-05-021-0/+6
* Disable assembler version of SHA512 for now, it produces wrong results.miod2014-05-022-6/+6
* Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.miod2014-05-012-0/+100
* 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
* Enable use of the assembly code for BN (Montgomery) and SHA1.miod2014-05-012-0/+80
* 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
* Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod2014-05-012-0/+72
* dead meatmiod2014-05-012-2528/+0
* + e_chacha.c, and bump minormiod2014-05-013-3/+4
* 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-014-1/+320
* 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-273-71/+20
* 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