summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.c
AgeCommit message (Expand)Author
2004-03-08Recent changes from 0.9.7-stable.Richard Levitte
2003-10-02Recent changes from 0.9.7-stableRichard Levitte
2003-06-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson
2003-03-24Get X509_V_FLAG_CRL_CHECK_ALL logic the right way round.Dr. Stephen Henson
2003-03-24Get X509_V_FLAG_CRL_CHECK_ALL logic the right way round.Dr. Stephen Henson
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte
2002-02-15Allow a NULL store parameter to X509_STORE_CTX_init().Dr. Stephen Henson
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-30Don't miss files...Lutz Jänicke
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-28Comment and indentationBodo Möller
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson
2000-12-15Locking issues.Bodo Möller
2000-09-22Only use the new informational verify codes if weDr. Stephen Henson
2000-09-06Another round of indentation changes: Position braces consistently,Bodo Möller
2000-09-06More indentation consistency: for (), while (), if (), return ()Bodo Möller
2000-09-06Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...Bodo Möller
2000-09-05Fix typo in rsautl.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson
2000-03-02Fix bug which would free up a public keyDr. Stephen Henson
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-11Correct time in seconds instead of minutes.Ben Laurie
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson
1999-11-24Initial chain verify code: not tested probably not workingDr. Stephen Henson
1999-11-17Modify verify code to handle self signed certificates.Dr. Stephen Henson
1999-09-11Initial support for MacOS.Andy Polyakov
1999-08-08more consistent formattingBodo Möller
1999-05-30Yet another stack.Ben Laurie
1999-05-11Comment.Bodo Möller
1999-05-01Another stack.Ben Laurie
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson