コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson 55ce9bff54 Remove unused check_fingerprint_syntax 11 年 前
  Nick Mathewson a05dc378e3 Remove unused HMAC-SHA1 function 11 年 前
  Nick Mathewson a4e9d67292 Remove some functions which were unused except for their tests 11 年 前
  Nick Mathewson 8cdd8b8353 Fix numerous problems with Tor's weak RNG. 11 年 前
  Nick Mathewson e0581a4b57 Replace base-{16,32,64} with base{16,32,64} in the code 11 年 前
  Nick Mathewson 4da083db3b Update the copyright date to 201. 11 年 前
  Nick Mathewson 25c05cb747 Refactor strong os-RNG into its own function 11 年 前
  Nick Mathewson 6921d1fd25 Implement HKDF from RFC5869 11 年 前
  Nick Mathewson 3c3084e165 Add a crypto_dh_dup, for benchmark support 12 年 前
  Nick Mathewson 81deddb08c Merge remote-tracking branch 'origin/maint-0.2.3' 12 年 前
  Nick Mathewson 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 12 年 前
  Nick Mathewson 56c0baa523 Rename all reserved C identifiers we defined 12 年 前
  Nick Mathewson 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 12 年 前
  Nick Mathewson cf182efe0d Fix comment in crypto.h; bug 6830 12 年 前
  Robert Ransom 62babcaf0a Implement and use crypto_pk_eq_keys 12 年 前
  Nick Mathewson e3a130a7eb Don't log about Libevent/OpenSSL initialization when all's well 12 年 前
  Nick Mathewson 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 年 前
  Nick Mathewson 01905a6ef9 Excise PK_NO_PADDING entirely: Unpadded RSA is silly. 12 年 前
  Nick Mathewson de0dca0de7 Refactor the API for setting up a block cipher. 12 年 前
  Nick Mathewson 26e789fbfd Rename nonconformant identifiers. 12 年 前
  Nick Mathewson 85c7d7659e Add macros to construct openssl version numbers 12 年 前
  George Kadianakis b31601975b Move DH_GENERATOR to crypto.c. 13 年 前
  George Kadianakis 4938bcc06a Do dynamic DH modulus storing in crypto.c. 13 年 前
  George Kadianakis 1d1d5ae7f8 Finishing touches. 13 年 前
  George Kadianakis 7c37a664c1 Rename 'dynamic prime' to 'dynamic DH modulus'. 13 年 前
  George Kadianakis 94076d9e3b Move crypto_get_stored_dynamic_prime() to crypto.c 13 年 前
  George Kadianakis 2ef68980a7 Move store_dynamic_prime() to crypto.c. 13 年 前
  George Kadianakis 8a726dd0dd Implement dynamic prime reading and storing to disk. 13 年 前
  George Kadianakis 42bda231ee Make DynamicPrimes SIGHUP-able. 13 年 前
  George Kadianakis 375e55eaa2 Rename "Rakshasa" to "Dynamic Prime". 13 年 前