summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/tasn_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
| | | | | | | | | potential integer overflows easily changed into an allocation return of NULL, with errno nicely set if need be. checks for an allocations returning NULL are commonplace, or if the object is dereferenced (quite normal) will result in a nice fault which can be detected & repaired properly. ok tedu
* More KNF.jsing2014-04-181-74/+85
|
* add braces missed when fixing leaksjsg2014-04-181-1/+2
|
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-103/+65
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-83/+83
|
* fix some more leaks, mostly suggestions from miodjsg2014-04-171-0/+2
| | | | ok miod@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* resolve conflicts, fix local changesdjm2010-10-011-5/+6
|
* resolve conflictsdjm2009-01-091-1/+1
|
* resolve conflictsdjm2008-09-061-162/+352
|
* resolve conflictsdjm2006-06-271-3/+6
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+497