Changeset 80acb6d for lib/ssl_openssl.c
- Timestamp:
- 2011-11-14T10:43:03Z (11 years ago)
- Branches:
- master
- Children:
- 5dd725d
- Parents:
- 03a8f8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_openssl.c
r03a8f8e r80acb6d 241 241 } 242 242 243 /* Only OpenSSL *really* needs this (and well, maybe NSS). See for more info:244 http://www.gnu.org/software/gnutls/manual/gnutls.html#index-gnutls_005frecord_005fcheck_005fpending-209245 http://www.openssl.org/docs/ssl/SSL_pending.html246 247 Required because OpenSSL empties the TCP buffer completely but doesn't248 necessarily give us all the unencrypted data.249 250 Returns 0 if there's nothing left or if we don't have to care (GnuTLS),251 1 if there's more data. */252 243 int ssl_pending( void *conn ) 253 244 {
Note: See TracChangeset
for help on using the changeset viewer.