1. 01 Sep, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Don't load GOST ENGINE if it is already loaded. · d21bf10d
      Dr. Stephen Henson authored
      Multiple copies of the ENGINE will cause problems when it is cleaned up as
      the methods are stored in static structures which will be overwritten and
      freed up more than once.
      
      Set static methods to NULL when the ENGINE is freed so it can be reloaded.
      d21bf10d
  2. 31 Aug, 2012 2 commits
  3. 30 Aug, 2012 1 commit
  4. 29 Aug, 2012 5 commits
  5. 28 Aug, 2012 3 commits
  6. 22 Aug, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2786 · 0db17852
      Dr. Stephen Henson authored
      Reported by: Tomas Mraz <tmraz@redhat.com>
      
      Treat a NULL value passed to drbg_free_entropy callback as non-op. This
      can happen if the call to fips_get_entropy fails.
      0db17852
  7. 17 Aug, 2012 3 commits
  8. 16 Aug, 2012 2 commits
  9. 15 Aug, 2012 1 commit
  10. 14 Aug, 2012 1 commit
  11. 13 Aug, 2012 5 commits
  12. 05 Aug, 2012 1 commit
  13. 03 Aug, 2012 2 commits
  14. 27 Jul, 2012 1 commit
  15. 24 Jul, 2012 3 commits
  16. 23 Jul, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Add support for certificate stores in CERT structure. This makes it · 74ecfab4
      Dr. Stephen Henson authored
      possible to have different stores per SSL structure or one store in
      the parent SSL_CTX. Include distint stores for certificate chain
      verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN
      to build and store a certificate chain in CERT structure: returing
      an error if the chain cannot be built: this will allow applications
      to test if a chain is correctly configured.
      
      Note: if the CERT based stores are not set then the parent SSL_CTX
      store is used to retain compatibility with existing behaviour.
      74ecfab4
  17. 20 Jul, 2012 2 commits
  18. 19 Jul, 2012 3 commits
  19. 18 Jul, 2012 2 commits