Geoff Thorpe
|
385d81380c
First step in tidying up the LHASH code. The callback prototypes (and
|
24 years ago |
Lutz Jänicke
|
0dd2254d76
Store verify_result with sessions to avoid potential security hole.
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Ulf Möller
|
9d1a01be8f
Source code cleanups: Use void * rather than char * in lhash,
|
25 years ago |
Bodo Möller
|
52732b38da
Some comments added, and slight code clean-ups.
|
25 years ago |
Dr. Stephen Henson
|
dd9d233e2a
|
25 years ago |
Ulf Möller
|
e7f97e2d22
Check RAND_bytes() return value or use RAND_pseudo_bytes().
|
25 years ago |
Bodo Möller
|
45fd4dbb84
Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,
|
25 years ago |
Bodo Möller
|
1088e27ca8
Restore traditional SSL_get_session behaviour so that s_client and s_server
|
25 years ago |
Bodo Möller
|
b1fe6ca175
Store verify_result with sessions to avoid potential security hole.
|
25 years ago |
Mark J. Cox
|
b7cfcfb7f8
This corrects the reference count handling in SSL_get_session.
|
25 years ago |
Bodo Möller
|
b1c4fe3625
Don't mix real tabs with tabs expanded as 8 spaces -- that's
|
25 years ago |
Bodo Möller
|
bdc98ffba9
Don't use NULL-pointer :-/
|
25 years ago |
Bodo Möller
|
1dfad80565
Comment about bug.
|
25 years ago |
Bodo Möller
|
8876bc0548
Let ssl_get_prev_session reliably work in multi-threaded settings.
|
25 years ago |
Bodo Möller
|
9a193d8825
Avoid memory hole when we don't like the session proposed by the client
|
25 years ago |
Bodo Möller
|
673eadec2c
Additional, more descriptive error message for rejection of a session ID
|
25 years ago |
Bodo Möller
|
b56bce4fc7
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
|
25 years ago |
Bodo Möller
|
9d5cceac6f
No actual change, but the cert_st member of struct ssl_session_st is now
|
25 years ago |
Bodo Möller
|
0fda2e3788
Add "static" to function definition
|
25 years ago |
Dr. Stephen Henson
|
801294f873
Fix a couple of cases where an attempt is made to lock an already locked
|
25 years ago |
Ulf Möller
|
a9be3af5ad
Remove NOPROTO definitions and error code comments.
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |
Ben Laurie
|
c5db363e1b
Fix some warnings. Contributed by Anonymous.
|
25 years ago |
Ben Laurie
|
f73e07cf42
Add type-safe STACKs and SETs.
|
25 years ago |
Bodo Möller
|
6d02d8e444
New option "-showcerts" for s_client
|
26 years ago |
Ben Laurie
|
b4cadc6e13
Fix security hole.
|
26 years ago |
Ben Laurie
|
06ab81f9f7
Add support for new TLS export ciphersuites.
|
26 years ago |
Mark J. Cox
|
413c4f45ed
Updates to the new SSL compression code
|
26 years ago |