Skip to content
  1. Apr 03, 2011
    • Dr. Stephen Henson's avatar
      PR: 2457 · 6e28b60a
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Fix DTLS fragment reassembly bug.
      6e28b60a
  2. Apr 02, 2011
  3. Apr 01, 2011
  4. Mar 31, 2011
  5. Mar 25, 2011
  6. Mar 24, 2011
    • Richard Levitte's avatar
      make update · c6dbe908
      Richard Levitte authored
      c6dbe908
    • Richard Levitte's avatar
      Implement FIPS CMAC. · 37942b93
      Richard Levitte authored
      * fips/fips_test_suite.c, fips/fipsalgtest.pl, test/Makefile: Hook in
        test cases and build test program.
      37942b93
    • Richard Levitte's avatar
      Implement FIPS CMAC. · 399aa6b5
      Richard Levitte authored
      * fips/cmac/*: Implement the basis for FIPS CMAC, using FIPS HMAC as
        an example.
      * crypto/cmac/cmac.c: Enable the FIPS API.  Change to use M_EVP macros
        where possible.
      * crypto/evp/evp.h: (some of the macros get added with this change)
      * fips/fips.h, fips/utl/fips_enc.c: Add a few needed functions and use
        macros to have cmac.c use these functions.
      * Makefile.org, fips/Makefile, fips/fips.c: Hook it in.
      399aa6b5