Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-02-01apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-14Constify command optionsFdaSilvaYY
2016-09-29Add -item option to asn1parseDr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-06-18Replace 4 casts with 1Matt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-02-20argv was set but unusedKurt Roeckx
2016-02-06commands help cleanupA J Mohan Rao
2015-10-13Centralise loading default apps config fileMatt Caswell
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-05-29fix asn1parse -informDr. Stephen Henson
2015-05-29Restore module loadingRichard Levitte
2015-05-29RT3876: Only load config when neededRich Salz
2015-05-02Fix uninitialized variable.Hanno Böck
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-31mark all block comments that need format preserving so thatTim Hudson
2014-05-27Changed -strictpem to use PEM_read_bioMatt Caswell
2014-05-26Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell
2011-05-25PR: 2527Dr. Stephen Henson
2009-07-28Update from 1.0.0-stableDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2005-06-28asn1parse doesn't support any TXT format, so let's stop pretendingRichard Levitte
2004-07-01Don't try to parse non string types.Dr. Stephen Henson
2004-03-16Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-05-30Remove the duplicate description of -out.Richard Levitte