summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* More KNF.jsing2014-05-115-16/+27
* KNF.jsing2014-05-112-322/+287
* __bounded => __attribute__((__bounded__djm2014-05-101-5/+5
* Typo in C99 field initializer introduced in r1.3;miod2014-05-091-1/+1
* Replace Apache v2 license with ISC license.matthew2014-05-094-50/+50
* Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.miod2014-05-081-17/+7
* More KNF.jsing2014-05-0811-45/+94
* KNF.jsing2014-05-0812-308/+383
* Remove KSSL debug code.jsing2014-05-081-21/+0
* KNF.jsing2014-05-087-912/+917
* Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingjsing2014-05-082-18/+0
* KNF.jsing2014-05-0816-1499/+1544
* knfectomie.jsing2014-05-081-653/+818
* Emergency knfectomie requested by tedu@.jsing2014-05-0830-6133/+6618
* kill some more VMS ifdefsgiovanni2014-05-084-16/+0
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-079-35/+26
* less than jpaketedu2014-05-074-317/+4
* don't free memory unless we allocated it.tedu2014-05-071-2/+4
* with the first bug it uncovered fixed, clear all bignums again.tedu2014-05-071-17/+9
* in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2014-05-071-3/+2
* KNF.jsing2014-05-0714-944/+984
* revert, thanks sthentedu2014-05-071-9/+17
* add additional includes from eng_cryptodev.cjsg2014-05-071-0/+5
* small fix from mancha1. currently unused file, but no harm fixing it.tedu2014-05-061-1/+2
* Assorted cleanups:miod2014-05-061-14/+4
* Remove broken-by-design testmiod2014-05-061-95/+0
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-061-2/+10
* knf approximationtedu2014-05-0624-8619/+9136
* "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-051-17/+9
* Sort and group includes.jsing2014-05-052-10/+11
* Repair BIO_socket_nbio operation.jsing2014-05-051-2/+3
* 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
* OpenBSD has_SC_CLK_TCK.jsing2014-05-051-27/+0
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-0530-5120/+2
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0482-305/+430
* Add missing SEE ALSO section header.jim2014-05-041-0/+2
* Remove trailing whitespace.jim2014-05-0485-202/+202
* Remove a leading whitespace.jim2014-05-041-1/+1
* Add missing SEE ALSO section header.jim2014-05-042-0/+4
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0443-58/+115
* Remove trailing whitespace.jim2014-05-0422-36/+36
* Remove trailing whitespace.jim2014-05-0437-176/+176
* i give up. reuse problem is unfixable. dlg says puppet crashes.tedu2014-05-041-8/+4
* Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific codemiod2014-05-032-2/+14
* typosmiod2014-05-031-2/+2