1. 02 Jun, 2011 1 commit
    • Dr. Stephen Henson's avatar
      Move FIPS RSA function definitions to fips.h · 0cabe4e1
      Dr. Stephen Henson authored
      New function to lookup digests by NID in module.
      
      Minor optimisation: if supplied hash is NULL to FIPS RSA functions and
      we are using PKCS padding get digest NID from otherwise unused saltlen
      parameter instead.
      0cabe4e1
  2. 01 Jun, 2011 4 commits
  3. 31 May, 2011 3 commits
  4. 30 May, 2011 5 commits
  5. 29 May, 2011 6 commits
  6. 28 May, 2011 3 commits
  7. 27 May, 2011 7 commits
  8. 26 May, 2011 6 commits
  9. 25 May, 2011 5 commits
    • Dr. Stephen Henson's avatar
      More symbol renaming. · ecfe2d17
      Dr. Stephen Henson authored
      ecfe2d17
    • Dr. Stephen Henson's avatar
    • Dr. Stephen Henson's avatar
      PR: 2533 · 3d52f1d5
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Setting SSL_MODE_RELEASE_BUFFERS should be ignored for DTLS, but instead causes
      the program to crash. This is due to missing version checks and is fixed with
      this patch.
      3d52f1d5
    • Dr. Stephen Henson's avatar
      PR: 2529 · fd60dfa0
      Dr. Stephen Henson authored
      Submitted by: Marcus Meissner <meissner@suse.de>
      Reviewed by: steve
      
      Call ssl_new() to reallocate SSL BIO internals if we want to replace
      the existing internal SSL structure.
      fd60dfa0
    • Dr. Stephen Henson's avatar
      PR: 2527 · be1242cb
      Dr. Stephen Henson authored
      Submitted by: Marcus Meissner <meissner@suse.de>
      Reviewed by: steve
      
      Set cnf to NULL to avoid possible double free.
      be1242cb