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
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-07-26Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-06-10Fix an error path leak in do_ext_nconf()Matt Caswell
2016-06-05Constify X509V3_EXT_*_conf*FdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-01-27Remove /* foo.c */ commentsRich Salz
2015-09-17Embed X509_CINFDr. Stephen Henson
2015-09-17X509_CRL_INFO embedDr. Stephen Henson
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-07Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-01free null cleanup finaleRich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe
2010-03-03option to replace extensions with new ones: mainly for creating cross-certifi...Dr. Stephen Henson
2010-03-03PR: 2183Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2003-05-02Make DER option work again.Dr. Stephen Henson
2003-03-21Support for policy constraints.Dr. Stephen Henson
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2000-12-13Stop extension creation code core dumping.Dr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-06-21Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-05-18Various clarifications to extension docs: change the name of literalDr. Stephen Henson
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-21Fix lots of warnings.Ulf Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-20Change functions to ANSI C.Ulf Möller