summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* switch to reallocarraytedu2014-04-222-4/+4
* KNF.jsing2014-04-225-803/+815
* More KNF.jsing2014-04-224-95/+92
* More KNF.jsing2014-04-221-31/+37
* More KNF.jsing2014-04-226-56/+74
* More KNF.jsing2014-04-221-150/+225
* More KNF.jsing2014-04-222-79/+127
* you must have S_ISDIR to playderaadt2014-04-211-16/+4
* KNF.jsing2014-04-212-239/+249
* KNF.jsing2014-04-217-343/+409
* KNF.jsing2014-04-214-102/+119
* use mallocarray(a,b) instead of malloc(a*b)deraadt2014-04-212-4/+4
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-2127-96/+66
* KNF.jsing2014-04-2112-1467/+1618
* no need for malloc castsderaadt2014-04-212-2/+2
* KNF.jsing2014-04-213-83/+77
* More KNF.jsing2014-04-214-8/+8
* KNF.jsing2014-04-2114-1570/+1612
* KNF.jsing2014-04-214-558/+591
* KNF.jsing2014-04-215-659/+722
* wrong calloc, see people do carederaadt2014-04-211-1/+2
* KNF.jsing2014-04-215-1971/+2092
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-2116-48/+23
* Delete #if 0'd time related functions which are totally expired.deraadt2014-04-212-74/+0
* modernize malloc callderaadt2014-04-211-1/+1
* Replace entire printf-like guts with calls to libc snprintf.deraadt2014-04-211-769/+46
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-218-27/+19
* remove macros wrapping malloc/calloc/free/reallocderaadt2014-04-211-26/+16
* KNF.jsing2014-04-218-548/+456
* clean up files we don't needtedu2014-04-2119-1352/+0
* fix accidentally deleted deref.beck2014-04-211-1/+1
* ASN1_STRING cleanup - realloc has handled NULL since I had a mulletbeck2014-04-201-17/+10
* replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpybeck2014-04-201-7/+7
* Eliminate duplicated logic by switching from malloc+snprintf to asprintfguenther2014-04-201-20/+14
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-11/+18
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-203-5/+5
* Restore beck's rev 1.8: snprintf() was reviewed.guenther2014-04-201-2/+2
* Restore tedu's rev 1.4: snprintf() was reviewed.guenther2014-04-201-1/+1
* Restore beck's rev 1.7: snprintf() was reviewed.guenther2014-04-201-2/+4
* Remove unused/never installed libssl tools and docs and references to themafresh12014-04-2020-1267/+17
* Restore beck's rev 1.21: snprintf() was reviewedguenther2014-04-201-1/+1
* theo found a file we don't seem to need, but just in case, i will pastetedu2014-04-201-3/+0
* Restore beck's rev 1.9: snprintf() was reviewedguenther2014-04-201-1/+1
* KNF.jsing2014-04-205-238/+305
* Restore beck's rev 1.3: snprintf() was reviewedguenther2014-04-201-1/+1
* More KNF.jsing2014-04-202-3/+3
* KNF.jsing2014-04-206-714/+951
* KNF.jsing2014-04-206-470/+592
* KNF.jsing2014-04-204-264/+359
* More KNF.jsing2014-04-2013-80/+88