| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | miod | 2014-05-06 | 4 | -136/+166 |
* | missing NULL checks to see if init is needed. found hard way by deraadt. | tedu | 2014-05-06 | 1 | -3/+3 |
* | fix stupid commit | tedu | 2014-05-06 | 1 | -5/+5 |
* | use explicit_bzero | tedu | 2014-05-06 | 1 | -5/+5 |
* | clear a stack buffer with explicit_bzero | tedu | 2014-05-06 | 1 | -2/+2 |
* | knf approximation | tedu | 2014-05-06 | 48 | -17238/+18272 |
* | move chacha context and buffer out of bss and allow mmap to place them | tedu | 2014-05-06 | 1 | -6/+16 |
* | "stay backwards-compatible with 0.9.5; this should go away soon" | tedu | 2014-05-06 | 1 | -8/+0 |
* | remove Kerberos | tedu | 2014-05-06 | 2 | -41/+0 |
* | move a comment to make unifdef happier | tedu | 2014-05-06 | 1 | -2/+3 |
* | bye bye SRP | tedu | 2014-05-06 | 4 | -975/+0 |
* | inspired by a cloudflare diff, cleanse old memory when expanding a bignum. | tedu | 2014-05-05 | 2 | -34/+18 |
* | Sort and group includes. | jsing | 2014-05-05 | 4 | -20/+22 |
* | Repair BIO_socket_nbio operation. | jsing | 2014-05-05 | 2 | -4/+6 |
* | During the great e_os.h nukathon we stopped pulling in <sys/filio.h> via | jsing | 2014-05-05 | 3 | -35/+6 |
* | Kill memory debug calls that are now noops. While here, nuke an #if 0 and | jsing | 2014-05-05 | 1 | -22/+3 |
* | OpenBSD has_SC_CLK_TCK. | jsing | 2014-05-05 | 1 | -27/+0 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 30 | -5120/+2 |
* | 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 |