| Commit message (Expand) | Author | Age | Files | Lines |
* | More KNF. | jsing | 2014-05-11 | 10 | -32/+54 |
* | KNF. | jsing | 2014-05-11 | 4 | -644/+574 |
* | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | otto | 2014-05-10 | 1 | -2/+2 |
* | __bounded => __attribute__((__bounded__ | djm | 2014-05-10 | 2 | -10/+10 |
* | Typo in C99 field initializer introduced in r1.3; | miod | 2014-05-09 | 2 | -2/+2 |
* | Replace Apache v2 license with ISC license. | matthew | 2014-05-09 | 8 | -100/+100 |
* | Add a bit more detail about dot notation from the old inet(3) manpage. | guenther | 2014-05-09 | 1 | -3/+11 |
* | move reallocarray() to a seperate file so that -portable applications | deraadt | 2014-05-08 | 3 | -18/+46 |
* | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | miod | 2014-05-08 | 2 | -34/+14 |
* | More KNF. | jsing | 2014-05-08 | 22 | -90/+188 |
* | KNF. | jsing | 2014-05-08 | 24 | -616/+766 |
* | Remove KSSL debug code. | jsing | 2014-05-08 | 2 | -42/+0 |
* | KNF. | jsing | 2014-05-08 | 14 | -1824/+1834 |
* | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | jsing | 2014-05-08 | 4 | -36/+0 |
* | KNF. | jsing | 2014-05-08 | 32 | -2998/+3088 |
* | knfectomie. | jsing | 2014-05-08 | 2 | -1306/+1636 |
* | Emergency knfectomie requested by tedu@. | jsing | 2014-05-08 | 60 | -12266/+13236 |
* | kill some more VMS ifdefs | giovanni | 2014-05-08 | 8 | -32/+0 |
* | 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 |