| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable assembler code for DES. Assembler code for BN is commented out as it | miod | 2014-05-05 | 2 | -0/+54 |
* | Improve line wrapping for lines exceeding 80 chars. | jim | 2014-05-04 | 128 | -497/+714 |
* | Add missing SEE ALSO section header. | jim | 2014-05-04 | 1 | -0/+2 |
* | Remove trailing whitespace. | jim | 2014-05-04 | 140 | -345/+345 |
* | Remove a leading whitespace. | jim | 2014-05-04 | 1 | -1/+1 |
* | Add missing SEE ALSO section header. | jim | 2014-05-04 | 2 | -0/+4 |
* | Improve line wrapping for lines exceeding 80 chars. | jim | 2014-05-04 | 43 | -58/+115 |
* | Remove trailing whitespace. | jim | 2014-05-04 | 22 | -36/+36 |
* | delete useless test code | deraadt | 2014-05-04 | 1 | -23/+1 |
* | Remove trailing whitespace. | jim | 2014-05-04 | 37 | -176/+176 |
* | i give up. reuse problem is unfixable. dlg says puppet crashes. | tedu | 2014-05-04 | 2 | -16/+8 |
* | Enable the assembler code for BN, which was lost quite some time ago. | miod | 2014-05-04 | 2 | -0/+38 |
* | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | miod | 2014-05-04 | 1 | -4/+2 |
* | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | miod | 2014-05-03 | 2 | -0/+92 |
* | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | miod | 2014-05-03 | 2 | -0/+90 |
* | Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code | miod | 2014-05-03 | 4 | -4/+28 |
* | typos | miod | 2014-05-03 | 2 | -4/+4 |
* | Correctly enable Montgomery code. | miod | 2014-05-03 | 2 | -2/+4 |
* | now that 5.5 has been released with compatibility for 2b hashes, | tedu | 2014-05-03 | 1 | -2/+2 |
* | Update the base64 regress test and enable a test that would previously | jsing | 2014-05-03 | 1 | -19/+28 |
* | Add checks for invalid base64 encoded data, specifically relating to the | jsing | 2014-05-03 | 2 | -0/+24 |
* | 1. Drop support for no minor. This variant doesn't exist anymore. | tedu | 2014-05-03 | 1 | -44/+30 |
* | It is definitly not the correct spelling. | jsing | 2014-05-03 | 2 | -4/+4 |
* | KNF. | jsing | 2014-05-03 | 8 | -1864/+1820 |
* | Nuke more defines - we have setvbuf() and _IONBF. | jsing | 2014-05-03 | 2 | -16/+0 |
* | KNF. | jsing | 2014-05-03 | 8 | -990/+1028 |
* | Initial version of a base64 regress. | jsing | 2014-05-03 | 3 | -1/+382 |
* | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | miod | 2014-05-03 | 2 | -0/+88 |
* | Detect Altivec support with the machdep.altivec sysctl rather than setmp and | miod | 2014-05-03 | 4 | -204/+40 |
* | Correctly enable assembler Montgomery routine. | miod | 2014-05-02 | 2 | -2/+4 |
* | More use of 64-bit registers which needs to be disabled under OpenBSD. | miod | 2014-05-02 | 4 | -0/+8 |
* | Correctly enable assembler Montgomery routine. | miod | 2014-05-02 | 2 | -2/+4 |
* | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | miod | 2014-05-02 | 2 | -6/+6 |
* | The assembly sha512 code detects at runtime if it is running on a 64-bit | miod | 2014-05-02 | 2 | -0/+12 |
* | Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available | miod | 2014-05-02 | 2 | -2/+45 |
* | Disable assembler version of SHA512 for now, it produces wrong results. | miod | 2014-05-02 | 2 | -6/+6 |
* | Add ChaCha as a cipher. | jsing | 2014-05-02 | 1 | -0/+3 |
* | remove crazy #undefs; ok jsing | deraadt | 2014-05-02 | 10 | -13/+0 |
* | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. | jsing | 2014-05-02 | 9 | -35/+0 |
* | Sort and group includes. We also do not need to include openssl/evp.h more | jsing | 2014-05-02 | 1 | -45/+47 |
* | Sort function prototypes and group/sort entries within the functions array. | jsing | 2014-05-02 | 1 | -237/+125 |
* | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | miod | 2014-05-01 | 2 | -0/+100 |
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 14 | -0/+80 |
* | Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines. | miod | 2014-05-01 | 4 | -210/+0 |
* | Make the implicit `l' in `impicit' explicit. | miod | 2014-05-01 | 2 | -2/+2 |
* | Enable use of the assembly code for BN (Montgomery) and SHA1. | miod | 2014-05-01 | 2 | -0/+80 |
* | Fix include filename to get register name aliases under BSD | miod | 2014-05-01 | 6 | -36/+6 |
* | Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case. | miod | 2014-05-01 | 2 | -8/+8 |
* | Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. | miod | 2014-05-01 | 2 | -0/+72 |
* | dead meat | miod | 2014-05-01 | 4 | -5056/+0 |