コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson c18967d6c8 changes file for our NSS support 7 年 前
  Nick Mathewson 52d5f4da12 Avoid spurious error logs when using NSS 7 年 前
  Nick Mathewson dd04fc35c6 Remove tor_tls_shutdown() 7 年 前
  Nick Mathewson 5205c7fd90 Initial NSS support for TLS. 7 年 前
  Nick Mathewson c567b8fcb4 NSS support for x509 certs 7 年 前
  Nick Mathewson 7c5339677f Log error strings in crypto_nss_log_errors(). 7 年 前
  Nick Mathewson 8148c0717d Change log_test_helpers macros to use printf, not pasting 7 年 前
  Nick Mathewson 5245a296c5 Make some x509 functions generic; remove some fields NSS doesn't need 7 年 前
  Nick Mathewson b9ca8f2356 Extract internal-only parts of x509.h 7 年 前
  Nick Mathewson 108d9879eb Extract the non-generic part of tor_tls_context_decref(). 7 年 前
  Nick Mathewson 96f8e19802 Implement PBKDF2 with NSS. 7 年 前
  Nick Mathewson 6a88d8f6b4 When enabling NSS, disable OpenSSL. 7 年 前
  Nick Mathewson 1992c76130 Split tls modules and their tests into openssl and generic. 7 年 前
  Nick Mathewson 91c1e88b7a Refactor some of the certificate-manipulation logic 7 年 前
  Nick Mathewson 598bc78bfa Extract tortls structures into a new header; clean up a little 7 年 前
  Nick Mathewson 9a4f05b05c Split X509 code out of tortls.c 7 年 前
  Nick Mathewson 3ccb94d7b6 The RSA_free in this test is no longer needed or wanted 7 年 前
  Nick Mathewson aa45511250 Implement RSA for NSS. 7 年 前
  Nick Mathewson cb5cfe3177 Also reinitialize the pregenerated keys postfork. 7 年 前
  Nick Mathewson b94e7de7db Refactor crypto_rsa to use pem module. 7 年 前
  Nick Mathewson 9566ed6fd9 Add rudimentary support for PEM-encoding, since NSS doesn't do that. 7 年 前
  Nick Mathewson 0812f1cbc2 Use a constant for "65537" 7 年 前
  Nick Mathewson 824009cde5 Rename openssl-bridging functions in crypto_rsa 7 年 前
  Nick Mathewson 38212d2e40 Remove a redundant function. 7 年 前
  Nick Mathewson 0f971d7c91 Rename functions that encode/decode private keys 7 年 前
  Nick Mathewson 752ffa2197 Extract openssl RSA functionality into its own file. 7 年 前
  Nick Mathewson e56f0c9d33 Adjust windows stubs for new start/finish_daemon() return types 7 年 前
  Nick Mathewson a57c27a1c7 Call crypto_postfork on start_daemon() instead. 7 年 前
  Nick Mathewson 622a2c6bee Make finish_daemon() return a boolean to say whether it did anything. 7 年 前
  Nick Mathewson 4f300d547d When RunAsDaemon is set, crypto_postfork() as needed 7 年 前