aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/x_crl.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson1-4/+4
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson1-4/+0
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-4/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-2/+0
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell1-0/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-399/+384
2014-06-27Tolerate critical AKID in CRLs.Dr. Stephen Henson1-0/+1
2012-12-04initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson1-0/+1
2010-12-13Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson1-1/+1
2008-09-01Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson1-4/+40
2008-08-29Add support for CRLs partitioned by reason code.Dr. Stephen Henson1-0/+2
2008-08-20Initial indirect CRL support.Dr. Stephen Henson1-12/+130
2008-08-04Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson1-0/+2
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-1/+1
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson1-9/+84
2006-09-21Do CRL method init after other operations.Dr. Stephen Henson1-2/+2
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson1-0/+71
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson1-0/+46
2006-07-24Cache some CRL related extensions.Dr. Stephen Henson1-1/+37
2005-10-02Oops :-)Dr. Stephen Henson1-17/+0
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-0/+17
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-1/+2
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson1-0/+1
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson1-31/+8
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-0/+1
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-3/+3
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-258/+71
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-3/+3
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-5/+10
2000-01-29Fix CRL encoding bug.Dr. Stephen Henson1-9/+5
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-11/+11
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1-12/+9
1999-06-02Move stack implementations to more natural places.Ben Laurie1-0/+2
1999-05-30Another safe stack.Ben Laurie1-13/+21
1999-05-02Yet another stack.Ben Laurie1-19/+25
1999-04-26Remove NOPROTO-related macros.Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-15/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-34/+16
1999-01-21Correct bracketing error.Ben Laurie1-5/+5
1999-01-20Continued patches so certificates and CRLs now can support and useDr. Stephen Henson1-7/+17
1998-12-29Fix incorrect DER encoding of SETs and all knock-ons from that.Ben Laurie1-6/+6
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-9/+13
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-6/+12
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+347