1. cb9b581 Merge branch 'master' into issue_256_srtcp_seq_number_incorrectly_masked_for_little_endian by Pascal Bühler · 7 years ago
  2. d1ef769 Merge pull request #262 from paulej/aead_iv_return_code by Geir Istad · 7 years ago
  3. 422b477 Merge pull request #269 from thisisG/memset_checkup by Geir Istad · 7 years ago
  4. 35ff1b5 srtp.c: Use correct function for clearing memory by Geir Istad · 7 years ago
  5. 2a3176f Return an error in srtp_calc_aead_iv_srtcp() if seq_num is invalid by Paul E. Jones · 7 years ago
  6. 44d0da4 srtp.c: srtp_stream_init_keys() clear secrets by Geir Istad · 7 years ago
  7. 4536481 srtp.c: srtp_kdf_clear() use octet_string_set_to_zero by Geir Istad · 7 years ago
  8. 58bfa96 Merge pull request #258 from pabuhler/dtls-gcm-profiles by Pascal Bühler · 7 years ago
  9. b6c8434 Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aes by Pascal Bühler · 7 years ago
  10. f34bedb Merge pull request #267 from thisisG/missing_include by Geir Istad · 7 years ago
  11. 35bceb0 crypto/kernel/err.c: Include datatypes.h by Geir Istad · 7 years ago
  12. 28d6c01 Remove generated documentation by Pascal Bühler · 7 years ago
  13. 345fb5c Merge pull request #263 from thisisG/cleaning_up_remove_duplicates by Pascal Bühler · 7 years ago
  14. b698755 Merge pull request #261 from pabuhler/add-log-handler-api by Pascal Bühler · 7 years ago
  15. 75d55a0 Revert "remove pendantic" by Pascal Bühler · 7 years ago
  16. 3919bc4 remove pendantic by Pascal Bühler · 7 years ago
  17. 4c91154 Clean the temp message buffer as it could contain secrets by Pascal Bühler · 7 years ago
  18. fb341c4 crypto_math.h: Removed this file by Geir Istad · 7 years ago
  19. eb9cfca crypto_math.h: Removed unused forward declarations by Geir Istad · 7 years ago
  20. 06f7f0b crypto_math.h: Remove duplicate forward declaration by Geir Istad · 7 years ago
  21. 9d323dc crypto_math.h: Removed duplicate forward declaration by Geir Istad · 7 years ago
  22. 860e46e crypto_math.h: Removed duplicated information by Geir Istad · 7 years ago
  23. 77557e2 crypto_math.h: Make include guards less generic by Geir Istad · 7 years ago
  24. dcad860 crypto_math.h/datatypes.h: Removed unused macros by Geir Istad · 7 years ago
  25. a958398 test/srtp_driver.c: Removed duplicate include by Geir Istad · 7 years ago
  26. 9876231 Add a user data argument to log callback. by Pascal Bühler · 7 years ago
  27. 833e2b2 Fix warnings. by Pascal Bühler · 7 years ago
  28. af15178 Add log handler api to receive log messages from libSRTP by Pascal Bühler · 7 years ago
  29. 086bd29 Checkin generated documentation. by Pascal Bühler · 7 years ago
  30. 9f49e25 Remove profiles that are not registered in iana by Pascal Bühler · 7 years ago
  31. d335bd8 Use same naming conventions for cipher defines and symbols. by Pascal Bühler · 7 years ago
  32. 7dc6dba Have consistent test case names for aes icm by Pascal Bühler · 7 years ago
  33. 72640db Issue #256 - Removed redundant parentheses. by Michael Loutris · 7 years ago
  34. c26cc12 Issue #256 Seq number incorrectly masked for IV. by Michael Loutris · 7 years ago
  35. 3223fac Compile when openssl is not enabled by Pascal Bühler · 7 years ago
  36. 796e008 Revert code style as requested in #188 & #185 by Pascal Bühler · 7 years ago
  37. 97ba021 add AES-GCM to DTLS-SRTP Protection Profiles by Alexander Traud · 8 years ago
  38. 9b090ef Merge pull request #255 from paulej/mki_comment by Pascal Bühler · 7 years ago
  39. 9f79ab2 Cleanup comment related to MKI by Paul E. Jones · 7 years ago
  40. c448087 Small typo correction by Paul E. Jones · 7 years ago
  41. 2a481bb Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICM by Pascal Bühler · 7 years ago
  42. f2682f1 Register each AES variant as separate cipher by Pascal Bühler · 7 years ago
  43. 105bd8b AES 192 is not supported by built in aes module by Pascal Bühler · 7 years ago
  44. 8872f71 convenience for AES-192 by Alexander Traud · 7 years ago
  45. 4a74b82 enable AES-192 for SRTP enable AES-192 and AES-256 for SRTCP by Alexander Traud · 7 years ago
  46. 29c6509 Merge pull request #224 from rsith71/mkiSupport by Pascal Bühler · 7 years ago
  47. 626e9e8 Apply some formatting nits by Geir Istad · 7 years ago
  48. 7591886 Regenerate configure are error & logging changes by Pascal Bühler · 7 years ago
  49. 83c3c72 Merge pull request #241 from pabuhler/configure-log-options by Pascal Bühler · 7 years ago
  50. 8104c7c Merge pull request #234 from pabuhler/exspose-ssrc-in-event-data by Pascal Bühler · 7 years ago
  51. beaf9d8 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  52. a3c68bc regenerate configure after recent configure.in changes by Pascal Bühler · 7 years ago
  53. 710207a Merge pull request #249 from pabuhler/remove-generic-aesicm-from-configure by Pascal Bühler · 7 years ago
  54. bc01aad Add missing argument to match required signature. by Pascal Bühler · 7 years ago
  55. ad355b6 srtp_aes_icm_encrypt: Fix from cast to type for *c by Geir Istad · 7 years ago
  56. 11547ba srtp_aes_icm_encrypt srtp_aes_icm_ctx_t* to void* by Geir Istad · 7 years ago
  57. fef5099 Update aes_icm.c by Geir Istad · 7 years ago
  58. b3427ac Update config_in.h by Geir Istad · 7 years ago
  59. 66d713c Update config.h_win32vc7 by Geir Istad · 7 years ago
  60. 7d81993 Update config.hw by Geir Istad · 7 years ago
  61. ef54b90 Change to use uint32_t for ssrc by Pascal Bühler · 7 years ago
  62. 43186e7 remove ismacrypt references from code by Pascal Bühler · 7 years ago
  63. 5b19fce remove remaining ism references from readme by Pascal Bühler · 7 years ago
  64. bbf883d Merge pull request #250 from cisco/wrong_contents_tag by Geir Istad · 7 years ago
  65. 85ae5d4 Merge branch 'master' into remove-generic-aesicm-from-configure by Pascal Bühler · 7 years ago
  66. 1b333ec Update README.md with new logging configure options by Pascal Bühler · 7 years ago
  67. d7c4864 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  68. 4268d21 Update README.md by Geir Istad · 7 years ago
  69. dfeac31 Merge pull request #248 from thisisG/docs_to_markdown by Geir Istad · 7 years ago
  70. d188ab0 README.md: Add mailing list information by Geir Istad · 7 years ago
  71. d397c77 README.md: Replace key in example with a hard coded value by Geir Istad · 7 years ago
  72. 1bd2422 doc: Removed XML generation by Geir Istad · 7 years ago
  73. cfc2d92 doc: Re-introduced VERSION parsing into generated docs by Geir Istad · 7 years ago
  74. 1195df6 README.md: Touchup for github URL and backtics for functions by Geir Istad · 7 years ago
  75. 18a5173 README.md: Removed ISMA Encryption section by Geir Istad · 7 years ago
  76. be4e984 Merge branch 'master' into docs_to_markdown by Geir Istad · 7 years ago
  77. 0f7725c Delete TODO by Pascal Bühler · 7 years ago
  78. b969ed5 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  79. e4af22f remove support for generic aesicm from configure.in by Pascal Bühler · 7 years ago
  80. ac872e7 update configure after recent configure.in changes by Pascal Bühler · 7 years ago
  81. 9d8cb19 Merge pull request #238 from itollefsen/autotools by Pascal Bühler · 7 years ago
  82. 6c949b6 Change required openssl version to be >= 1.0.1 by Pascal Bühler · 7 years ago
  83. f9c148d configure.in: Lowers pkg-config version required. by Idar Tollefsen · 7 years ago
  84. 5cd58c0 Addressing code review comments by Ryan Hooper · 7 years ago
  85. 8acaa4f README: Now in Markdown! by Geir Istad · 7 years ago
  86. b48849a doc/intro.md: Changed structured a bit for more logical flow by Geir Istad · 7 years ago
  87. bf486d3 docs: TOC and tags for intro.md by Geir Istad · 7 years ago
  88. 4e6bfd0 docs: Remove old references and header template by Geir Istad · 7 years ago
  89. a7c5daf doc/intro.md: Include references.txt into intro.md by Geir Istad · 7 years ago
  90. 820ef80 doc/intro.md: Integrate credits from LaTeX header by Geir Istad · 7 years ago
  91. ffe210a intro.md: Merged in the README by Geir Istad · 7 years ago
  92. de51ff4 doc/intro.md: README >> intro.md by Geir Istad · 7 years ago
  93. d1bef50 doc/intro.md: Converting from LaTeX/text to Markdown by Geir Istad · 7 years ago
  94. 200d3bc doc: Change from intro.txt to intro.md as main page by Geir Istad · 7 years ago
  95. 6794ab8 doc/Doxyfile: Change to HTML generation, specify css by Geir Istad · 7 years ago
  96. 6b2747a doc/Doxyfile: Adding current API to document generator by Geir Istad · 7 years ago
  97. 26ae960 Makefile.in: Rewording comment about documentation by Geir Istad · 7 years ago
  98. 02bb79a doc/Doxyfile: Upgrade Doxyfile to modern version by Geir Istad · 7 years ago
  99. c8d0c6e doc/Makefile.in: Remove LaTeX doc generation and cryptodoc target by Geir Istad · 7 years ago
  100. ab0345b Updated the srtp function to get the protected length added by LibSRTP via code review comments by Ryan Hooper · 7 years ago