| Commit message (Expand) | Author | Age | Files | Lines |
* | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | miod | 2014-05-07 | 18 | -70/+52 |
* | less than jpake | tedu | 2014-05-07 | 4 | -317/+4 |
* | don't free memory unless we allocated it. | tedu | 2014-05-07 | 2 | -4/+8 |
* | with the first bug it uncovered fixed, clear all bignums again. | tedu | 2014-05-07 | 2 | -34/+18 |
* | in BN_clear_free, don't cleanse the data if the static data flag is set. | tedu | 2014-05-07 | 2 | -6/+4 |
* | comment style fix | halex | 2014-05-07 | 1 | -2/+3 |
* | KNF. | jsing | 2014-05-07 | 28 | -1888/+1968 |
* | revert, thanks sthen | tedu | 2014-05-07 | 2 | -18/+34 |
* | add additional includes from eng_cryptodev.c | jsg | 2014-05-07 | 2 | -0/+10 |
* | miod forgot about fcrypt_b.c being needed, before he went off to get his | deraadt | 2014-05-07 | 2 | -2/+4 |
* | small fix from mancha1. currently unused file, but no harm fixing it. | tedu | 2014-05-06 | 1 | -1/+2 |
* | Make sure the stdout output is check, to confirm proper sorting. | miod | 2014-05-06 | 3 | -1/+10 |
* | Assorted cleanups: | miod | 2014-05-06 | 2 | -28/+8 |
* | Add a fixed (read: non-SIGSEGV'ing) pq_test. | miod | 2014-05-06 | 3 | -1/+111 |
* | Remove broken-by-design test | miod | 2014-05-06 | 2 | -190/+0 |
* | Make sure PKCS7_get_octet_string() return values are checked for NULL. | miod | 2014-05-06 | 2 | -4/+20 |
* | 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 |