Bodo Möller
|
a4974de937
clarification
|
18 years ago |
Bodo Möller
|
22f41c9b99
check length properly
|
18 years ago |
Bodo Möller
|
a123c552cd
simplify: use s2n macro
|
18 years ago |
Bodo Möller
|
b2172f4f8e
Avoid hard-coded table length where we can use sizeof.
|
18 years ago |
Bodo Möller
|
a70183bc80
fix for hostname extension
|
18 years ago |
Bodo Möller
|
332737217a
Implement Supported Elliptic Curves Extension.
|
18 years ago |
Nils Larsch
|
c6a27f0178
fix for OPENSSL_NO_EC
|
18 years ago |
Richard Levitte
|
a4ff392503
tlsext_ecpointformatlist_length is unsigned, so check if it's less
|
18 years ago |
Nils Larsch
|
90bdfd97a6
signed vs. unsigned
|
18 years ago |
Richard Levitte
|
b9865f110e
Oh, now I noticed Bodo's change that made tlsext_ecpointformatlist
|
18 years ago |
Richard Levitte
|
07ef612968
Resolve signed vs. unsigned issues
|
18 years ago |
Bodo Möller
|
019fdc7850
fix sign problems
|
18 years ago |
Nils Larsch
|
7c382796be
remove unused variables
|
18 years ago |
Bodo Möller
|
b6acb8d0de
udpate Supported Point Formats Extension code
|
18 years ago |
Bodo Möller
|
36ca4ba63d
Implement the Supported Point Formats Extension for ECC ciphersuites
|
18 years ago |
Richard Levitte
|
6b9e941ee3
signed vs. unsigned clash.
|
19 years ago |
Bodo Möller
|
58ece83395
Further TLS extension improvements
|
19 years ago |
Bodo Möller
|
241520e66d
More TLS extension related changes.
|
19 years ago |
Bodo Möller
|
a13c20f603
Further TLS extension updates
|
19 years ago |
Bodo Möller
|
f1fd4544a3
Various changes in the new TLS extension code, including the following:
|
19 years ago |
Bodo Möller
|
ed3883d21b
Support TLS extensions (specifically, HostName)
|
19 years ago |
Nils Larsch
|
01a9792f05
remove unused internal foo_base_method functions
|
19 years ago |
Dr. Stephen Henson
|
f3b656b246
Initialize SSL_METHOD structures at compile time. This removes the need
|
19 years ago |
Ben Laurie
|
36d16f8ee0
Add DTLS support.
|
19 years ago |
Ben Laurie
|
41a15c4f0f
Give everything prototypes (well, everything that's actually used).
|
19 years ago |
Richard Levitte
|
d3442bc780
Move the registration of callback functions to special functions
|
25 years ago |
Ulf Möller
|
9d1a01be8f
Source code cleanups: Use void * rather than char * in lhash,
|
25 years ago |
Ulf Möller
|
de808df47b
Cosmetic changes.
|
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 |