summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06move chacha context and buffer out of bss and allow mmap to place themtedu1-6/+16
2014-05-06"stay backwards-compatible with 0.9.5; this should go away soon"tedu1-8/+0
2014-05-06remove Kerberostedu2-41/+0
2014-05-06move a comment to make unifdef happiertedu1-2/+3
2014-05-06bye bye SRPtedu4-975/+0
2014-05-05inspired by a cloudflare diff, cleanse old memory when expanding a bignum.tedu2-34/+18
2014-05-05Sort and group includes.jsing4-20/+22
2014-05-05Repair BIO_socket_nbio operation.jsing2-4/+6
2014-05-05During the great e_os.h nukathon we stopped pulling in <sys/filio.h> viajsing3-35/+6
2014-05-05Kill memory debug calls that are now noops. While here, nuke an #if 0 andjsing1-22/+3
2014-05-05OpenBSD has_SC_CLK_TCK.jsing1-27/+0
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolstedu30-5120/+2
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itmiod2-0/+54
2014-05-04Improve line wrapping for lines exceeding 80 chars.jim128-497/+714
2014-05-04Add missing SEE ALSO section header.jim1-0/+2
2014-05-04Remove trailing whitespace.jim140-345/+345
2014-05-04Remove a leading whitespace.jim1-1/+1
2014-05-04Add missing SEE ALSO section header.jim2-0/+4
2014-05-04Improve line wrapping for lines exceeding 80 chars.jim43-58/+115
2014-05-04Remove trailing whitespace.jim22-36/+36
2014-05-04delete useless test codederaadt1-23/+1
2014-05-04Remove trailing whitespace.jim37-176/+176
2014-05-04i give up. reuse problem is unfixable. dlg says puppet crashes.tedu2-16/+8
2014-05-04Enable the assembler code for BN, which was lost quite some time ago.miod2-0/+38
2014-05-04Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,miod1-4/+2
2014-05-03Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.miod2-0/+92
2014-05-03Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2-0/+90
2014-05-03Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific codemiod4-4/+28
2014-05-03typosmiod2-4/+4
2014-05-03Correctly enable Montgomery code.miod2-2/+4
2014-05-03now that 5.5 has been released with compatibility for 2b hashes,tedu1-2/+2
2014-05-03Update the base64 regress test and enable a test that would previouslyjsing1-19/+28
2014-05-03Add checks for invalid base64 encoded data, specifically relating to thejsing2-0/+24
2014-05-031. Drop support for no minor. This variant doesn't exist anymore.tedu1-44/+30
2014-05-03It is definitly not the correct spelling.jsing2-4/+4
2014-05-03KNF.jsing8-1864/+1820
2014-05-03Nuke more defines - we have setvbuf() and _IONBF.jsing2-16/+0
2014-05-03KNF.jsing8-990/+1028
2014-05-03Initial version of a base64 regress.jsing3-1/+382
2014-05-03Enable assembler bits for BN (Montgomery), SHA1 and SHA256.miod2-0/+88
2014-05-03Detect Altivec support with the machdep.altivec sysctl rather than setmp andmiod4-204/+40
2014-05-02Correctly enable assembler Montgomery routine.miod2-2/+4
2014-05-02More use of 64-bit registers which needs to be disabled under OpenBSD.miod4-0/+8
2014-05-02Correctly enable assembler Montgomery routine.miod2-2/+4
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod2-6/+6
2014-05-02The assembly sha512 code detects at runtime if it is running on a 64-bitmiod2-0/+12
2014-05-02Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2-2/+45
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.miod2-6/+6
2014-05-02Add ChaCha as a cipher.jsing1-0/+3
2014-05-02remove crazy #undefs; ok jsingderaadt10-13/+0