Skip to content
  1. Mar 28, 2012
    • 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. Mar 22, 2012
  3. Mar 21, 2012
  4. Mar 19, 2012
  5. Mar 18, 2012
  6. Mar 17, 2012
  7. Mar 16, 2012
  8. Mar 14, 2012
  9. Mar 13, 2012
  10. Mar 12, 2012
  11. Mar 11, 2012
    • 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. Mar 09, 2012
  13. Mar 08, 2012
  14. Mar 06, 2012
  15. Mar 05, 2012
  16. Mar 03, 2012
  17. Feb 29, 2012
    • 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. Feb 28, 2012
  19. Feb 27, 2012
  20. Feb 26, 2012
    • 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