summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* knf approximationtedu2014-05-0648-17238/+18272
* move chacha context and buffer out of bss and allow mmap to place themtedu2014-05-061-6/+16
* "stay backwards-compatible with 0.9.5; this should go away soon"tedu2014-05-061-8/+0
* remove Kerberostedu2014-05-062-41/+0
* move a comment to make unifdef happiertedu2014-05-061-2/+3
* bye bye SRPtedu2014-05-064-975/+0
* inspired by a cloudflare diff, cleanse old memory when expanding a bignum.tedu2014-05-052-34/+18
* Sort and group includes.jsing2014-05-054-20/+22
* Repair BIO_socket_nbio operation.jsing2014-05-052-4/+6
* During the great e_os.h nukathon we stopped pulling in <sys/filio.h> viajsing2014-05-053-35/+6
* Kill memory debug calls that are now noops. While here, nuke an #if 0 andjsing2014-05-051-22/+3
* OpenBSD has_SC_CLK_TCK.jsing2014-05-051-27/+0
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-0530-5120/+2
* 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