1. 28 Mar, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson authored
      Tidy some code up.
      
      Don't allocate a structure to handle ECC extensions when it is used for
      default values.
      
      Make supported curves configurable.
      
      Add ctrls to retrieve shared curves: not fully integrated with rest of
      ECC code yet.
      d0595f17
  2. 22 Mar, 2012 2 commits
  3. 21 Mar, 2012 1 commit
  4. 19 Mar, 2012 2 commits
  5. 18 Mar, 2012 1 commit
  6. 17 Mar, 2012 1 commit
  7. 16 Mar, 2012 2 commits
  8. 14 Mar, 2012 2 commits
  9. 13 Mar, 2012 3 commits
  10. 12 Mar, 2012 3 commits
  11. 11 Mar, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2744 · 174b07be
      Dr. Stephen Henson authored
      Submitted by: Dmitry Belyavsky <beldmit@gmail.com>
      
      CMS support for ccgost engine
      174b07be
  12. 09 Mar, 2012 2 commits
  13. 08 Mar, 2012 1 commit
  14. 06 Mar, 2012 3 commits
  15. 05 Mar, 2012 1 commit
  16. 03 Mar, 2012 3 commits
  17. 29 Feb, 2012 2 commits
    • Dr. Stephen Henson's avatar
      PR: 2743 · 797a2a10
      Dr. Stephen Henson authored
      Reported by: Dmitry Belyavsky <beldmit@gmail.com>
      
      Fix memory leak if invalid GOST MAC key given.
      797a2a10
    • Dr. Stephen Henson's avatar
      PR: 2742 · 3c6a7cd4
      Dr. Stephen Henson authored
      Reported by: Dmitry Belyavsky <beldmit@gmail.com>
      
      If resigning with detached content in CMS just copy data across.
      3c6a7cd4
  18. 28 Feb, 2012 2 commits
  19. 27 Feb, 2012 6 commits
  20. 26 Feb, 2012 1 commit
    • Andy Polyakov's avatar
      Configure: I remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds for · f7ef20c5
      Andy Polyakov authored
      following reasons:
      
      - it's not the way to engage XPG4v2 mode, defining _XOPEN_SOURCE to
        value less than 500 is (see standards(5));
      - we need to work out strategy to handle _XOPEN_SOURCE, current state
        when we define e.g. _XOPEN_SOURCE to 500 in some files is inappropriate;
      - sctp implementation on Solaris is incomplete, in sense that bss_dgram.c
        doesn't compile, because not all structures are defined, so that
        enabling sctp doesn't work anyway;
      f7ef20c5