aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 06/10Rich Salz2016-05-1711-591/+56
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-2/+0
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Make many X509_xxx types opaque.Rich Salz2016-04-151-11/+20
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-1/+1
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+5
* Templatize util/domdRich Salz2016-01-291-5/+1
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-1/+1
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2611-11/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Accessor update; fix API, document one.Rich Salz2016-01-171-3/+3
* Remove some old makefile targetsRich Salz2016-01-171-10/+0
* Add some accessors.Rich Salz2016-01-171-0/+15
* Move Makefiles to Makefile.inRich Salz2016-01-122-257/+72
* make updateRichard Levitte2016-01-121-73/+77
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-1/+2
* make updateDr. Stephen Henson2015-12-091-14/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+11
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-203-1/+35
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-13/+10
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-093-3/+3
* Rebuild error source files.Dr. Stephen Henson2015-11-051-18/+18
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+2
* make updateDr. Stephen Henson2015-09-221-2/+2
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-222-5/+8
* Remove "noise" comments from TS files.Rich Salz2015-09-229-203/+19
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-9/+9
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-062-10/+10
* Make TS structures opaque.Rich Salz2015-09-0511-86/+347
* Add and use OPENSSL_zallocRich Salz2015-09-022-6/+3
* Add X509_up_ref function.Dr. Stephen Henson2015-08-312-2/+2
* Set error code, no fprintf stderr, on errors.Rich Salz2015-06-042-6/+17
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-044-138/+121
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-9/+17
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-149-9/+9
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-114-90/+107
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-052-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2