summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
| | | | from Brent Cook
* Don't write out more than we have allocated in obj_txt, as the glorybeck2014-05-301-1/+2
| | | | | that is OBJ_obj2txt() can return a larger value.. ok tedu@
* KNF.jsing2014-04-211-28/+31
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-1/+1
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* import OpenSSL-1.0.0adjm2010-10-011-0/+145