summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3err.c
AgeCommit message (Expand)Author
2021-08-24Run make updateMatt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-06-07make error tables const and separate header fileRich Salz
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson
2006-11-27Add RFC 3779 support.Ben Laurie
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2005-07-25Add support for setting IDP too.Dr. Stephen Henson
2005-07-25Allow setting of all fields in CRLDP. Few cosmetic changes to output.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-03-21Support for policy constraints.Dr. Stephen Henson
2003-03-20Support for policyMappingsDr. 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-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-22CVS confusion?Bodo Möller
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
1999-02-20Generate errors when public/private key check is done.Ben Laurie
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson