1. 8b25b59 Adds missing config.h file, conveniently hidden by local .gitignore... by Andreas Huber · 4 years, 10 months ago
  2. 670ed79 support building shared library on windows by Pascal Bühler · 4 years, 11 months ago
  3. 3e29307 remove support for rand_s in tests by Pascal Bühler · 5 years ago
  4. bff011b Merge pull request #452 from hbakken/work/reset-cipher-ctx-before-reuse by Pascal Bühler · 5 years ago
  5. 0912953 Use EVP_CIPHER_CTX_cleanup instead by Pascal Bühler · 5 years ago
  6. 20cd0d4 crypto/cipher: Reset the EVP_CIPHER_CTX structure before each test by Henrik Grindal Bakken · 5 years ago
  7. c4bd93d Make compilable in C89 by Johan 't Hart · 5 years ago
  8. c6b431c Merge pull request #428 from pabuhler/ci-nss-valgrind by Pascal Bühler · 6 years ago
  9. 7546e5f crypto/cipher/aes_icm_ossl.c: Fixup ASCII by Geir Istad · 6 years ago
  10. 6728933 fix comment by Pascal Bühler · 6 years ago
  11. 805dd82 clean up some old random related things by Pascal Buhler · 6 years ago
  12. 97490ee create single rand func for use in tests by Pascal Buhler · 6 years ago
  13. 2037711 switch NSS_NoDB_Init() to NSS_InitContext() by Pascal Buhler · 6 years ago
  14. bb0412e Merge pull request #423 from pabuhler/travis-nss-build by Pascal Bühler · 6 years ago
  15. 82be8fc Small changes to FIND_LIBRARIES solution for running tests by Pascal Buhler · 6 years ago
  16. 6e92ab6 Free already allocated NSS crypto keys when initing by Nils Ohlmeier · 6 years ago
  17. 7375b04 Fix GCM IV logging by Nils Ohlmeier · 6 years ago
  18. 84f213d clang-format didn't like this blank line by Richard Barnes · 6 years ago
  19. 2da31e4 Yet more clang-format by Richard Barnes · 6 years ago
  20. 5c41ada More clang-format fixes by Richard Barnes · 6 years ago
  21. f48a54a Fix clang-format errors by Richard Barnes · 6 years ago
  22. 9373379 Minor refactors suggested by @martinthomson by Richard Barnes · 6 years ago
  23. 5423cd5 Clean up library-finding logic by Richard Barnes · 6 years ago
  24. 8100247 Enable crypto tests to find their libraries (with a bit of a hack) by Richard Barnes · 6 years ago
  25. 6de462f Fix header guards by Richard Barnes · 6 years ago
  26. 78edc84 printf cleanup by Richard Barnes · 6 years ago
  27. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  28. 27234c5 GCM passes crypto tests by Richard Barnes · 6 years ago
  29. 5935a25 Uniform naming of GCM constructs by Richard Barnes · 6 years ago
  30. 1abf5a2 ICM tests now pass by Richard Barnes · 6 years ago
  31. 47fe22d Get tests to run (not yet pass) by Richard Barnes · 6 years ago
  32. 1d8c6c1 Fix crypto/Makefile.in by Richard Barnes · 6 years ago
  33. 3e5efb0 Further consolidation by Richard Barnes · 6 years ago
  34. f92a10b Initial ICM implementation by Richard Barnes · 6 years ago
  35. 0420ef6 Initial GCM implementation by Richard Barnes · 6 years ago
  36. 1287209 Initial build system changes by Richard Barnes · 6 years ago
  37. ec465b8 Detect and handle broken "OPENSSL_cleanse". by Joachim Bauch · 6 years ago
  38. 1b4e9b2 Compatibilty with LibreSSL by JonathanS · 6 years ago
  39. cb17611 Merge pull request #403 from pabuhler/set-gcm-iv-directly by Pascal Bühler · 6 years ago
  40. 1447dfb Merge pull request #404 from pabuhler/add-extern-to-global-variables by Pascal Bühler · 6 years ago
  41. ba2ed79 prevent potential double free by Pascal Buhler · 6 years ago
  42. 454aae6 prefix global debug modules with srtp by Pascal Buhler · 6 years ago
  43. ed8ed22 check for NULL value in debug module by Pascal Buhler · 6 years ago
  44. ac9ebfb add extern to global variables by Pascal Buhler · 6 years ago
  45. 9eb1716 Set gcm IV directly with EVP_CipherInit_ex by Pascal Buhler · 6 years ago
  46. a6c434d Return NULL when allocating memory of size zero by Paul E. Jones · 7 years ago
  47. b44764b bitvector of length zero is not valid by Pascal Buhler · 7 years ago
  48. 8b9d687 fixed clang format by Nils Ohlmeier · 7 years ago
  49. a120b38 moved srtp_debug_module's to new header as well by Nils Ohlmeier · 7 years ago
  50. 85ca187 removed externs from cipher types header by Nils Ohlmeier · 7 years ago
  51. aa21fce moved externs from crypto_kernel into its own header by Nils Ohlmeier · 7 years ago
  52. 8d8bc3d Merge pull request #379 from nils-ohlmeier/firefox_fix_compiler_warnings by Pascal Bühler · 7 years ago
  53. 2cfbf0d Merge pull request #378 from nils-ohlmeier/firefox_make_readonly_array_const by Pascal Bühler · 7 years ago
  54. 5b5a656 Merge pull request #377 from nils-ohlmeier/firefox_remove_unused_var_init by Pascal Bühler · 7 years ago
  55. 8750d8b Merge pull request #380 from nils-ohlmeier/firefox_added_ifdef_comments by Pascal Bühler · 7 years ago
  56. 4bf9e51 allow inedx 0 by Nils Ohlmeier · 7 years ago
  57. ccd0562 adressed pabuhler's review comments by Nils Ohlmeier · 7 years ago
  58. 76eec5b clang format by Nils Ohlmeier · 7 years ago
  59. 72b5006 clang format by Nils Ohlmeier · 7 years ago
  60. fedb08b clang foramted by Nils Ohlmeier · 7 years ago
  61. 16b75eb added error in case the platform is not detected by Nils Ohlmeier · 7 years ago
  62. 583a206 removed variable init code which never gets used by Nils Ohlmeier · 7 years ago
  63. 6a85b49 make read only arrays const by Nils Ohlmeier · 7 years ago
  64. 47220a0 fixed several compiler warnings from Firefox builds by Nils Ohlmeier · 7 years ago
  65. 702a16a added comments to fidef's for easier understanding by Nils Ohlmeier · 7 years ago
  66. 08d6ff4 Replace calls to free() with srtp_crypto_free() by Paul E. Jones · 7 years ago
  67. 60a0c44 change srtp_crypto_alloc to initialize memory to zero by Pascal Bühler · 7 years ago
  68. f1efbf5 clang-format remaining files by Pascal Bühler · 7 years ago
  69. 8f35843 Merge pull request #353 from pabuhler/clang-format-11 by Pascal Bühler · 7 years ago
  70. ed31c27 Merge pull request #352 from pabuhler/clang-format-10 by Pascal Bühler · 7 years ago
  71. ad3814c fix up wrapped comment by Pascal Bühler · 7 years ago
  72. f216176 clang-format crypto/math/* by Pascal Bühler · 7 years ago
  73. 425856a Merge pull request #351 from thisisG/format_crypto_kernel_key_c by Pascal Bühler · 7 years ago
  74. a381625 Merge pull request #350 from thisisG/format_crypto_kernel_err_c by Pascal Bühler · 7 years ago
  75. d526143 Merge pull request #349 from thisisG/crypto_kernel_crypto_kernel_c by Pascal Bühler · 7 years ago
  76. 042eaa9 clang-format crypto/test/* by Pascal Bühler · 7 years ago
  77. f9c7169 crypto/kernel/key.c: Apply clang-format by Geir Istad · 7 years ago
  78. f83aec4 crypto/kernel/err.c: Apply clang-format by Geir Istad · 7 years ago
  79. 784121a crypto/kernel/crypto_kernel.c: Apply clang-format by Geir Istad · 7 years ago
  80. ddb22af crypto/kernel/alloc.c: Apply clang-format by Geir Istad · 7 years ago
  81. 1e4abb5 clang-format crypto/include/* by Pascal Bühler · 7 years ago
  82. 62ecbd8 Merge pull request #335 from pabuhler/clang-format-7 by Pascal Bühler · 7 years ago
  83. 40b0ce8 update the comment to have correct func name by Pascal Bühler · 7 years ago
  84. 04ac105 clang-format crypto/hash/* by Pascal Bühler · 7 years ago
  85. bcdc357 clang-format crypto/replay/* by Pascal Bühler · 7 years ago
  86. e0a07b1 clang-format aes.c by Pascal Bühler · 7 years ago
  87. 612a05b clang-format cipher.c by Pascal Bühler · 7 years ago
  88. 0b1c447 clang-format aes_icm_xxx.c (#331) by Pascal Bühler · 7 years ago
  89. 9f88265 clang-format aes_gcm_ossl.c by Pascal Bühler · 7 years ago
  90. 6174090 clang-format null_cipher.c by Pascal Bühler · 7 years ago
  91. 5c50354 Merge pull request #289 from ulfolsson/set_and_get_roc by Pascal Bühler · 7 years ago
  92. 9ba340e Moved pending_roc to the srtp_stream_ctx_t struct by Ulf Olsson · 7 years ago
  93. c977349 Fix incorrect result of rdb_increment on overflow by Andrey Semashev · 7 years ago
  94. 57f1852 Use const char * for srtp_set_debug_module() by Pascal Bühler · 7 years ago
  95. bb2adb0 Code refactoring by Ulf Olsson · 7 years ago
  96. 7af219a Added support for set and get the roll-over-counter by Ulf Olsson · 7 years ago
  97. bb6ef8a Add strict-prototypes warning if supported. by Pascal Bühler · 7 years ago
  98. ba53909 Merge remote-tracking branch 'cisco/master' into dead_code by Geir Istad · 7 years ago
  99. 445c1c9 Bump copyright year by Geir Istad · 7 years ago
  100. 53f91e6 crypto/test/auth_driver.c: Removed this file by Geir Istad · 7 years ago