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