summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* More KNF.jsing2014-04-201-50/+62
* KNF.jsing2014-04-202-181/+219
* KNF.jsing2014-04-204-398/+393
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-202-2/+2
* return after error instead of plowing ahead. noticed by mancha1 at zohotedu2014-04-201-0/+1
* KNF.jsing2014-04-2012-1154/+1134
* reset imprint to NULL to avoid double free. from mancha1 at zohotedu2014-04-201-0/+1
* another attempt at fixing stale x509 data. since we don't know where thetedu2014-04-191-10/+8
* KNF.jsing2014-04-196-813/+814
* can't actually do this. cause unknown.tedu2014-04-191-1/+1
* KNF.jsing2014-04-196-564/+530
* More KNF.jsing2014-04-193-33/+34
* Lacking a proof that--for this implementation--exposure of Montgomeryguenther2014-04-192-7/+7
* More KNF.jsing2014-04-195-238/+296
* More KNF.jsing2014-04-194-261/+379
* More KNF.jsing2014-04-193-10/+14
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-1925-62/+62