summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable assembler code for DES. Assembler code for BN is commented out as itmiod2014-05-052-0/+54
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-04128-497/+714
* Add missing SEE ALSO section header.jim2014-05-041-0/+2
* Remove trailing whitespace.jim2014-05-04140-345/+345
* Remove a leading whitespace.jim2014-05-041-1/+1
* Add missing SEE ALSO section header.jim2014-05-042-0/+4
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0443-58/+115
* Remove trailing whitespace.jim2014-05-0422-36/+36
* delete useless test codederaadt2014-05-041-23/+1
* Remove trailing whitespace.jim2014-05-0437-176/+176
* i give up. reuse problem is unfixable. dlg says puppet crashes.tedu2014-05-042-16/+8
* Enable the assembler code for BN, which was lost quite some time ago.miod2014-05-042-0/+38
* Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,miod2014-05-041-4/+2
* Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.miod2014-05-032-0/+92
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-032-0/+90
* Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific codemiod2014-05-034-4/+28
* typosmiod2014-05-032-4/+4
* Correctly enable Montgomery code.miod2014-05-032-2/+4
* now that 5.5 has been released with compatibility for 2b hashes,tedu2014-05-031-2/+2
* Update the base64 regress test and enable a test that would previouslyjsing2014-05-031-19/+28
* Add checks for invalid base64 encoded data, specifically relating to thejsing2014-05-032-0/+24
* 1. Drop support for no minor. This variant doesn't exist anymore.tedu2014-05-031-44/+30
* It is definitly not the correct spelling.jsing2014-05-032-4/+4
* KNF.jsing2014-05-038-1864/+1820
* Nuke more defines - we have setvbuf() and _IONBF.jsing2014-05-032-16/+0
* KNF.jsing2014-05-038-990/+1028
* Initial version of a base64 regress.jsing2014-05-033-1/+382
* Enable assembler bits for BN (Montgomery), SHA1 and SHA256.miod2014-05-032-0/+88
* Detect Altivec support with the machdep.altivec sysctl rather than setmp andmiod2014-05-034-204/+40
* 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-024-0/+8
* 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-022-0/+12
* Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2014-05-022-2/+45
* Disable assembler version of SHA512 for now, it produces wrong results.miod2014-05-022-6/+6
* Add ChaCha as a cipher.jsing2014-05-021-0/+3
* remove crazy #undefs; ok jsingderaadt2014-05-0210-13/+0
* Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.jsing2014-05-029-35/+0
* Sort and group includes. We also do not need to include openssl/evp.h morejsing2014-05-021-45/+47
* Sort function prototypes and group/sort entries within the functions array.jsing2014-05-021-237/+125
* 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-0114-0/+80
* Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines.miod2014-05-014-210/+0
* Make the implicit `l' in `impicit' explicit.miod2014-05-012-2/+2
* 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-016-36/+6
* Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.miod2014-05-012-8/+8
* Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod2014-05-012-0/+72
* dead meatmiod2014-05-014-5056/+0