1. 79c55b2 SSL: fix build with recent OpenSSL. by Piotr Sikora · 11 years ago
  2. a02ca8e Style: use ngx_memcpy() instead of memcpy(). by Piotr Sikora · 11 years ago
  3. d224ed7 SSL: stop accessing SSL_SESSION's fields directly. by Piotr Sikora · 11 years ago
  4. ce64398 SSL: fixed build with OPENSSL_NO_DEPRECATED defined. by Maxim Dounin · 11 years ago
  5. bd058b9 SSL: return temporary RSA key only when the key length matches. by Piotr Sikora · 11 years ago
  6. d915291 SSL: logging level of "peer closed connection in SSL handshake". by Maxim Dounin · 11 years ago
  7. 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
  8. 27899a9 SSL: $ssl_client_fingerprint variable. by Sergey Budnevitch · 11 years ago
  9. 6898a63 SSL: explicit handling of empty names. by Maxim Dounin · 11 years ago
  10. 0fd4f76 SSL: added explicit check for ngx_strlchr() result. by Maxim Dounin · 11 years ago
  11. 27475dd Upstream: proxy_ssl_verify and friends. by Maxim Dounin · 11 years ago
  12. 6c9c973 SSL: $ssl_server_name variable. by Maxim Dounin · 11 years ago
  13. 583821c SSL: fixed misuse of NGX_LOG_DEBUG_HTTP. by Maxim Dounin · 11 years ago
  14. 55bef30 Win32: fixed shared ssl_session_cache (ticket #528). by Maxim Dounin · 11 years ago
  15. 23f6689 Core: slab log_nomem flag. by Maxim Dounin · 11 years ago
  16. 381d507 SSL: the $ssl_session_reused variable. by Maxim Dounin · 11 years ago
  17. 1ebb44e SSL: fixed $ssl_session_id possible segfault after 97e3769637a7. by Maxim Dounin · 11 years ago
  18. 096bcd0 SSL: fixed $ssl_session_id variable. by Maxim Dounin · 11 years ago
  19. 37b7de6 SSL: ssl_buffer_size directive. by Maxim Dounin · 11 years ago
  20. 067c1d2 SSL: fixed c->read->ready handling in ngx_ssl_recv(). by Maxim Dounin · 11 years ago
  21. 79be6a5 SSL: added ability to set keys used for Session Tickets (RFC5077). by Piotr Sikora · 11 years ago
  22. a8ad0c0 SSL: SSL_CTX_set_timeout() now always called. by Maxim Dounin · 11 years ago
  23. 87a607a SSL: fixed build with OpenSSL 0.9.7. by Maxim Dounin · 11 years ago
  24. af897b7 SSL: adjust buffer used by OpenSSL during handshake (ticket #413). by Maxim Dounin · 12 years ago
  25. 0a51245 SSL: fixed possible memory and file descriptor leak on HUP signal. by Piotr Sikora · 12 years ago
  26. 29ea127 SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING. by Piotr Sikora · 12 years ago
  27. 3d1e616 SSL: clear error queue after SSL_CTX_load_verify_locations(). by Maxim Dounin · 12 years ago
  28. e3cab76 Backed out f1a91825730a and 7094bd12c1ff. by Maxim Dounin · 12 years ago
  29. d29d21b Replaced ngx_conf_full_name() with ngx_get_full_name(). by Valentin Bartenev · 12 years ago
  30. 407c831 Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. by Piotr Sikora · 12 years ago
  31. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  32. 890ee44 SSL: retry "sess_id" and "id" allocations. by Maxim Dounin · 12 years ago
  33. 2887c06 SSL: fixed ngx_ssl_handshake() with level-triggered event methods. by Maxim Dounin · 12 years ago
  34. 733e6d2 SSL: take into account data in the buffer while limiting output. by Valentin Bartenev · 12 years ago
  35. 0f0fac7 SSL: avoid calling SSL_write() with zero data size. by Valentin Bartenev · 12 years ago
  36. f98b1d2 SSL: calculation of buffer size moved closer to its usage. by Valentin Bartenev · 12 years ago
  37. 0f62e19 SSL: preservation of flush flag for buffered data. by Valentin Bartenev · 12 years ago
  38. c857dad SSL: resetting of flush flag after the data was written. by Valentin Bartenev · 12 years ago
  39. 693ba01 SSL: removed conditions that always hold true. by Valentin Bartenev · 12 years ago
  40. 041449a SSL: speedup loading of configs with many ssl servers. by Maxim Dounin · 12 years ago
  41. 1a07a7f OCSP stapling: log error data in ngx_ssl_error(). by Maxim Dounin · 13 years ago
  42. 74ad449 OCSP stapling: loading OCSP responses. by Maxim Dounin · 13 years ago
  43. 3648ba7 OCSP stapling: ssl_trusted_certificate directive. by Maxim Dounin · 13 years ago
  44. 52b59eb SSL: added version checks for ssl compression workaround. by Maxim Dounin · 13 years ago
  45. f4f72f9 SSL: fixed compression workaround to remove all methods. by Maxim Dounin · 13 years ago
  46. 992a4d1 Disabled gzip compression in OpenSSL prior to 1.0.0 version. by Igor Sysoev · 13 years ago
  47. 2195eb5 Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain() by Valentin Bartenev · 13 years ago
  48. 0215fcc Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used. by Valentin Bartenev · 13 years ago
  49. 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
  50. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  51. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  52. 7ca6c1f Fix of rbtree lookup on hash collisions. by Maxim Dounin · 13 years ago
  53. 90a7a8f Removed ENGINE_load_builtin_engines() call. by Maxim Dounin · 13 years ago
  54. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  55. 4efcbce Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. by Maxim Dounin · 13 years ago
  56. a2ffa56 Silently ignoring a stale global SSL error left after disabled renegotiation. by Igor Sysoev · 13 years ago
  57. 5969588 Decrease of log level of some SSL handshake errors. by Igor Sysoev · 13 years ago
  58. 94b5460 Releasing memory of idle SSL connection. This saves about 34K per SSL by Igor Sysoev · 13 years ago
  59. 95084f7 Disabling SSL compression. This saves about 300K per SSL connection. by Igor Sysoev · 13 years ago
  60. a9e3c65 Proper SSL shutdown handling. by Maxim Dounin · 14 years ago
  61. dfd81a2 A new fix for the case when ssl_session_cache defined, but ssl is not by Igor Sysoev · 14 years ago
  62. b0b6bce fix SSL connection issues on platforms with 32-bit off_t patch by Maxim Dounin by Igor Sysoev · 14 years ago
  63. a7ed095 fix build by gcc46 with -Wunused-value option patch by Maxim Dounin by Igor Sysoev · 14 years ago
  64. f39642a ECDHE support patch by Adrian Kotelba by Igor Sysoev · 14 years ago
  65. e61ba26 MSIE export versions are rare now, so RSA 512 key is generated on demand by Igor Sysoev · 14 years ago
  66. 3d86ad3 fix building on Fedora 14 patch by Kirill A. Korinskiy by Igor Sysoev · 14 years ago
  67. 3e3ee60 remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180 by Igor Sysoev · 14 years ago
  68. 6b45b06 decrease SSL handshake error level to info by Igor Sysoev · 15 years ago
  69. 05b1a8f ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
  70. 502252d MSVC8 compatibility with OpenSSL 1.0.0 by Igor Sysoev · 15 years ago
  71. e71f399 add OpenSSL_add_all_algorithms(), this fixes the error by Igor Sysoev · 15 years ago
  72. 416fc7a Set SSL session context for "ssl_session_cache none". by Igor Sysoev · 15 years ago
  73. 1463246 decrease SSL handshake error level to info by Igor Sysoev · 15 years ago
  74. 8019121 decrease SSL handshake error level to info by Igor Sysoev · 15 years ago
  75. 70bd187 disable SSL renegotiation (CVE-2009-3555) by Igor Sysoev · 15 years ago
  76. cc65b08 fix segfault in SSL if limit_rate is used by Igor Sysoev · 15 years ago
  77. c81582e fix r3155 by Igor Sysoev · 16 years ago
  78. ef2662c fix debug log message by Igor Sysoev · 16 years ago
  79. cdaf442 $ssl_session_id by Igor Sysoev · 16 years ago
  80. 365d663 fix memory corruption in $ssl_client_cert by Igor Sysoev · 16 years ago
  81. f5ca9df delete ancient define by Igor Sysoev · 16 years ago
  82. 80c3e8e delete OpenSSL pre-0.9.7 compatibility: the sources were not actually by Igor Sysoev · 16 years ago
  83. 9db0245 ssl_crl by Igor Sysoev · 16 years ago
  84. 5b4b7c5 *) $ssl_client_verify by Igor Sysoev · 16 years ago
  85. 260c432 return NULL instead of NGX_CONF_ERROR on a create conf failure by Igor Sysoev · 16 years ago
  86. e1c9746 use ngx_vslprintf(), ngx_slprintf() by Igor Sysoev · 16 years ago
  87. f7a08d5 support attaching to an existent Win32 shared memory by Igor Sysoev · 16 years ago
  88. c7f876b move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory by Igor Sysoev · 16 years ago
  89. ee0da9a fix building by MSVC8 by Igor Sysoev · 16 years ago
  90. a2c8d9a improve ngx_slab_alloc() error logging by Igor Sysoev · 16 years ago
  91. 1f4220e small optimization: " == NGX_ERROR" > " != NGX_OK" by Igor Sysoev · 16 years ago
  92. be63760 load SSL engine before certificates, by Igor Sysoev · 16 years ago
  93. c9aae14 use "!= NGX_OK" instead of "== NGX_ERROR" by Igor Sysoev · 16 years ago
  94. 1bf7dc1 low some SSL handshake errors level by Igor Sysoev · 16 years ago
  95. a862c46 always use buffer, if connection is buffered, by Igor Sysoev · 16 years ago
  96. a408b2b backout both r2162 and r2128 and implement a new fix by Igor Sysoev · 17 years ago
  97. 2ff9a4b SSL connection readiness is required for level-triggered events only, by Igor Sysoev · 17 years ago
  98. ec0b579 update connection readiness after SSL handshake, by Igor Sysoev · 17 years ago
  99. 49ed6f3 *) ssl_verify_client ask by Igor Sysoev · 17 years ago
  100. da02ddc fix "proxy_pass https://..." broken in r1427 by Igor Sysoev · 17 years ago