1. 10 Sep, 2000 3 commits
  2. 09 Sep, 2000 4 commits
  3. 08 Sep, 2000 4 commits
  4. 07 Sep, 2000 11 commits
  5. 06 Sep, 2000 14 commits
  6. 05 Sep, 2000 4 commits
    • Dr. Stephen Henson's avatar
      Fix typo in rsautl. · bbb72003
      Dr. Stephen Henson authored
      Add support for settable verify time in X509_verify_cert().
      
      Document rsautl utility.
      bbb72003
    • Ben Laurie's avatar
      Ignore executable. · 4af6e243
      Ben Laurie authored
      4af6e243
    • Ben Laurie's avatar
      f3f53c8c
    • Dr. Stephen Henson's avatar
      *BIG* verify code reorganisation. · 2f043896
      Dr. Stephen Henson authored
      The old code was painfully primitive and couldn't handle
      distinct certificates using the same subject name.
      
      The new code performs several tests on a candidate issuer
      certificate based on certificate extensions.
      
      It also adds several callbacks to X509_VERIFY_CTX so its
      behaviour can be customised.
      
      Unfortunately some hackery was needed to persuade X509_STORE
      to tolerate this. This should go away when X509_STORE is
      replaced, sometime...
      
      This must have broken something though :-(
      2f043896