Skip to content
  1. Sep 10, 2000
  2. Sep 09, 2000
  3. Sep 08, 2000
  4. Sep 07, 2000
  5. Sep 06, 2000
  6. Sep 05, 2000
    • 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