0
votes
3answers
23 views
Thread local storage used anywhere else?
Is thread local storage used anywhere else other than making global and static variables local to a thread?Is it useful in any new code that we write?
0
votes
2answers
105 views
Open Source Library for sending emails via gmail (smtp.gmail.com) using SMPTS (TLS)
For a long time sending email uing SMTP (port 25) via a remote mail server (usually at the website hosting company) was easy to do with an application. Open a TCP port 25, send "HE …
0
votes
2answers
32 views
parsing response end with extended SMTP (ESMTP)
To use an example response from google when sent "EHLO":
250-mx.google.com at your service, [66.501.941.15]
250-SIZE 35651584
250-8BITMIME
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSC …
0
votes
0answers
9 views
Explanation for server name indication
Any good documentation about how Server Name Indication works? I really need it now ..
I'm currently searching for which part of the code inside ssl3ext.c that handles the sni.
I …
2
votes
2answers
250 views
TLS handshake event in Tomcat, is there something like that ?
Hi
I'm running an application (web service) in tomcat with TLS enabled (with certificates both for the client and the server).
I want that my application will be able to send audi …
3
votes
5answers
55 views
Example sites with broken security certs
I'm wondering if there are any demo sites which show different cases where HTTPS is misconfigured or broken. Or does anyone know of websites in the wild that display various broken …
0
votes
2answers
25 views
To add more parameter for my http header for SSL/TLS
Hi,
As far as I understand, https is http plus SSL/TLS.
What do I need to do if I want to add 3 more parameters for the header?
I found a file inside Mozilla's NSS - ssl3ext.c, …
0
votes
0answers
7 views
Pass parameter to NSS TLS extension?
Ok, now i have my own function that runs inside or after the NSS_init.
This functions return 2 values.
Now, my problem is, how to pass this return value to the tls extension insid …
0
votes
0answers
6 views
how to modify ssl3ext
How to run or test the ssl3ext.c inside Mozilla's Network Security Services? I have my own extension and would like to code it but don't understand how the file will work.
2
votes
4answers
127 views
Sun’s Java SSL Implementation is Leaking Memory?
Hello everyone,
I have a server component that I'm trying to load-test. All connections to the server use TLS 1.0. I have a simple test program that essentially does this on as ma …
0
votes
2answers
43 views
How much network overhead does TLS add compared to a non-encrypted connection?
(Approximately) how many more bits of data must be transferred over the network during an encrypted connection compared to an unencrypted connection?
IIUC, once the TLS handshake …
1
vote
1answer
56 views
seems SSL is pointless over open auth WiFi [closed]
WiFi access points act as intermediaries between your pc and the server your pc is connecting to, correct? and SSL/TLS only work point-to-point...so what stops a person from hijac …
2
votes
3answers
512 views
TLS connection with timeouts (and a few other difficulties)
I have a HTTP client in Python which needs to use TLS. I need not only
to make encrypted connections but also to retrieve info from the
remote machine, such as the certificate issu …
0
votes
2answers
71 views
Python : email sending failing on SSL read
I keep getting this intermittent error when trying to send through 'smtp.gmail.com'.
Traceback (most recent call last):
File "/var/home/ptarjan/django/mysite/django/core/handl …
0
votes
11answers
258 views
FTP GUI client for Unix-like platform capable of TLS/SSL/SFTP
I know similar questions were already asked and answered, but not exactly the same.
I'm looking for a FTP client that can do TLS/SSL connection and SFTP aswell on Linux with a nic …
