summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* More KNF.jsing2014-05-1110-32/+54
* KNF.jsing2014-05-114-644/+574
* fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultotto2014-05-101-2/+2
* __bounded => __attribute__((__bounded__djm2014-05-102-10/+10
* Typo in C99 field initializer introduced in r1.3;miod2014-05-092-2/+2
* Replace Apache v2 license with ISC license.matthew2014-05-098-100/+100
* Add a bit more detail about dot notation from the old inet(3) manpage.guenther2014-05-091-3/+11
* move reallocarray() to a seperate file so that -portable applicationsderaadt2014-05-083-18/+46
* Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.miod2014-05-082-34/+14
* More KNF.jsing2014-05-0822-90/+188
* KNF.jsing2014-05-0824-616/+766
* Remove KSSL debug code.jsing2014-05-082-42/+0
* KNF.jsing2014-05-0814-1824/+1834
* Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingjsing2014-05-084-36/+0
* KNF.jsing2014-05-0832-2998/+3088
* knfectomie.jsing2014-05-082-1306/+1636
* Emergency knfectomie requested by tedu@.jsing2014-05-0860-12266/+13236
* kill some more VMS ifdefsgiovanni2014-05-088-32/+0
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-0718-70/+52
* less than jpaketedu2014-05-074-317/+4
* don't free memory unless we allocated it.tedu2014-05-072-4/+8
* with the first bug it uncovered fixed, clear all bignums again.tedu2014-05-072-34/+18
* in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2014-05-072-6/+4
* comment style fixhalex2014-05-071-2/+3
* KNF.jsing2014-05-0728-1888/+1968
* revert, thanks sthentedu2014-05-072-18/+34
* add additional includes from eng_cryptodev.cjsg2014-05-072-0/+10
* miod forgot about fcrypt_b.c being needed, before he went off to get hisderaadt2014-05-072-2/+4
* small fix from mancha1. currently unused file, but no harm fixing it.tedu2014-05-061-1/+2
* Make sure the stdout output is check, to confirm proper sorting.miod2014-05-063-1/+10
* Assorted cleanups:miod2014-05-062-28/+8
* Add a fixed (read: non-SIGSEGV'ing) pq_test.miod2014-05-063-1/+111
* Remove broken-by-design testmiod2014-05-062-190/+0
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-062-4/+20
* Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makemiod2014-05-064-136/+166
* missing NULL checks to see if init is needed. found hard way by deraadt.tedu2014-05-061-3/+3
* fix stupid committedu2014-05-061-5/+5
* use explicit_bzerotedu2014-05-061-5/+5
* clear a stack buffer with explicit_bzerotedu2014-05-061-2/+2
* 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