Age | Commit message (Expand) | Author |
2014-05-05 | Enable assembler code for DES. Assembler code for BN is commented out as it | Miod Vallat |
2014-05-04 | Improve line wrapping for lines exceeding 80 chars. | Jim Razmus II |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | i give up. reuse problem is unfixable. dlg says puppet crashes. | Ted Unangst |
2014-05-04 | Enable the assembler code for BN, which was lost quite some time ago. | Miod Vallat |
2014-05-03 | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code | Miod Vallat |
2014-05-03 | typos | Miod Vallat |
2014-05-03 | Correctly enable Montgomery code. | Miod Vallat |
2014-05-03 | Add checks for invalid base64 encoded data, specifically relating to the | Joel Sing |
2014-05-03 | It is definitly not the correct spelling. | Joel Sing |
2014-05-03 | KNF. | Joel Sing |
2014-05-03 | KNF. | Joel Sing |
2014-05-03 | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | Miod Vallat |
2014-05-03 | Detect Altivec support with the machdep.altivec sysctl rather than setmp and | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | More use of 64-bit registers which needs to be disabled under OpenBSD. | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | Miod Vallat |
2014-05-02 | The assembly sha512 code detects at runtime if it is running on a 64-bit | Miod Vallat |
2014-05-02 | Disable assembler version of SHA512 for now, it produces wrong results. | Miod Vallat |
2014-05-01 | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-05-01 | Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines. | Miod Vallat |
2014-05-01 | Make the implicit `l' in `impicit' explicit. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for BN (Montgomery) and SHA1. | Miod Vallat |
2014-05-01 | Fix include filename to get register name aliases under BSD | Miod Vallat |
2014-05-01 | Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | dead meat | Miod Vallat |
2014-05-01 | + e_chacha.c, and bump minor | Miod Vallat |
2014-05-01 | Update with recently added objects. | Joel Sing |
2014-05-01 | Nuke unused evptests.txt - the real one is over in regress. | Joel Sing |
2014-05-01 | Provide an EVP implementation for ChaCha. | Joel Sing |
2014-05-01 | Add ChaCha to libcrypto, based on djb's public domain implementation. | Joel Sing |
2014-05-01 | Add support for the french ANSSI FRP256v1 elliptic curve. | Miod Vallat |
2014-05-01 | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | Miod Vallat |
2014-05-01 | Remove fips_md_init() macro indirection for digest algorithms, used by the | Miod Vallat |
2014-04-30 | First pass at removing win64 support from the assembly generating Perl | Joel Sing |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-28 | Leftover includes and local declarations; from Gebruiker Schoot | Miod Vallat |
2014-04-27 | typo in comment | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-27 | static const char * = "" -> static const char[] = "", to produce shorter code. | Miod Vallat |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some | Miod Vallat |
2014-04-27 | We do not need a separate file for two compatibility wrapper functions. | Joel Sing |
2014-04-27 | Fix leak last commit introduced. Spotted by Sebastian Kapfer. | Bob Beck |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |